Documentation
¶
Index ¶
- type Client
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UsersGroupsCreate(params *UsersGroupsCreateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsCreateCreated, error)
- func (a *Client) UsersGroupsDelete(params *UsersGroupsDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsDeleteNoContent, error)
- func (a *Client) UsersGroupsList(params *UsersGroupsListParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsListOK, error)
- func (a *Client) UsersGroupsPartialUpdate(params *UsersGroupsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsPartialUpdateOK, error)
- func (a *Client) UsersGroupsRead(params *UsersGroupsReadParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsReadOK, error)
- func (a *Client) UsersGroupsUpdate(params *UsersGroupsUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsUpdateOK, error)
- func (a *Client) UsersPermissionsCreate(params *UsersPermissionsCreateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsCreateCreated, error)
- func (a *Client) UsersPermissionsDelete(params *UsersPermissionsDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsDeleteNoContent, error)
- func (a *Client) UsersPermissionsList(params *UsersPermissionsListParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsListOK, error)
- func (a *Client) UsersPermissionsPartialUpdate(params *UsersPermissionsPartialUpdateParams, ...) (*UsersPermissionsPartialUpdateOK, error)
- func (a *Client) UsersPermissionsRead(params *UsersPermissionsReadParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsReadOK, error)
- func (a *Client) UsersPermissionsUpdate(params *UsersPermissionsUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsUpdateOK, error)
- func (a *Client) UsersUsersCreate(params *UsersUsersCreateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersCreateCreated, error)
- func (a *Client) UsersUsersDelete(params *UsersUsersDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersDeleteNoContent, error)
- func (a *Client) UsersUsersList(params *UsersUsersListParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersListOK, error)
- func (a *Client) UsersUsersPartialUpdate(params *UsersUsersPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersPartialUpdateOK, error)
- func (a *Client) UsersUsersRead(params *UsersUsersReadParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersReadOK, error)
- func (a *Client) UsersUsersUpdate(params *UsersUsersUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersUpdateOK, error)
- type ClientService
- type UsersGroupsCreateCreated
- type UsersGroupsCreateDefault
- type UsersGroupsCreateParams
- func NewUsersGroupsCreateParams() *UsersGroupsCreateParams
- func NewUsersGroupsCreateParamsWithContext(ctx context.Context) *UsersGroupsCreateParams
- func NewUsersGroupsCreateParamsWithHTTPClient(client *http.Client) *UsersGroupsCreateParams
- func NewUsersGroupsCreateParamsWithTimeout(timeout time.Duration) *UsersGroupsCreateParams
- func (o *UsersGroupsCreateParams) SetContext(ctx context.Context)
- func (o *UsersGroupsCreateParams) SetData(data *models.Group)
- func (o *UsersGroupsCreateParams) SetHTTPClient(client *http.Client)
- func (o *UsersGroupsCreateParams) SetTimeout(timeout time.Duration)
- func (o *UsersGroupsCreateParams) WithContext(ctx context.Context) *UsersGroupsCreateParams
- func (o *UsersGroupsCreateParams) WithData(data *models.Group) *UsersGroupsCreateParams
- func (o *UsersGroupsCreateParams) WithHTTPClient(client *http.Client) *UsersGroupsCreateParams
- func (o *UsersGroupsCreateParams) WithTimeout(timeout time.Duration) *UsersGroupsCreateParams
- func (o *UsersGroupsCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersGroupsCreateReader
- type UsersGroupsDeleteNoContent
- type UsersGroupsDeleteParams
- func NewUsersGroupsDeleteParams() *UsersGroupsDeleteParams
- func NewUsersGroupsDeleteParamsWithContext(ctx context.Context) *UsersGroupsDeleteParams
- func NewUsersGroupsDeleteParamsWithHTTPClient(client *http.Client) *UsersGroupsDeleteParams
- func NewUsersGroupsDeleteParamsWithTimeout(timeout time.Duration) *UsersGroupsDeleteParams
- func (o *UsersGroupsDeleteParams) SetContext(ctx context.Context)
- func (o *UsersGroupsDeleteParams) SetHTTPClient(client *http.Client)
- func (o *UsersGroupsDeleteParams) SetID(id int64)
- func (o *UsersGroupsDeleteParams) SetTimeout(timeout time.Duration)
- func (o *UsersGroupsDeleteParams) WithContext(ctx context.Context) *UsersGroupsDeleteParams
- func (o *UsersGroupsDeleteParams) WithHTTPClient(client *http.Client) *UsersGroupsDeleteParams
- func (o *UsersGroupsDeleteParams) WithID(id int64) *UsersGroupsDeleteParams
- func (o *UsersGroupsDeleteParams) WithTimeout(timeout time.Duration) *UsersGroupsDeleteParams
- func (o *UsersGroupsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersGroupsDeleteReader
- type UsersGroupsListOK
- type UsersGroupsListOKBody
- type UsersGroupsListParams
- func NewUsersGroupsListParams() *UsersGroupsListParams
- func NewUsersGroupsListParamsWithContext(ctx context.Context) *UsersGroupsListParams
- func NewUsersGroupsListParamsWithHTTPClient(client *http.Client) *UsersGroupsListParams
- func NewUsersGroupsListParamsWithTimeout(timeout time.Duration) *UsersGroupsListParams
- func (o *UsersGroupsListParams) SetContext(ctx context.Context)
- func (o *UsersGroupsListParams) SetHTTPClient(client *http.Client)
- func (o *UsersGroupsListParams) SetID(id *string)
- func (o *UsersGroupsListParams) SetIDGt(iDGt *string)
- func (o *UsersGroupsListParams) SetIDGte(iDGte *string)
- func (o *UsersGroupsListParams) SetIDLt(iDLt *string)
- func (o *UsersGroupsListParams) SetIDLte(iDLte *string)
- func (o *UsersGroupsListParams) SetIDn(iDn *string)
- func (o *UsersGroupsListParams) SetLimit(limit *int64)
- func (o *UsersGroupsListParams) SetName(name *string)
- func (o *UsersGroupsListParams) SetNameIc(nameIc *string)
- func (o *UsersGroupsListParams) SetNameIe(nameIe *string)
- func (o *UsersGroupsListParams) SetNameIew(nameIew *string)
- func (o *UsersGroupsListParams) SetNameIsw(nameIsw *string)
- func (o *UsersGroupsListParams) SetNameNic(nameNic *string)
- func (o *UsersGroupsListParams) SetNameNie(nameNie *string)
- func (o *UsersGroupsListParams) SetNameNiew(nameNiew *string)
- func (o *UsersGroupsListParams) SetNameNisw(nameNisw *string)
- func (o *UsersGroupsListParams) SetNamen(namen *string)
- func (o *UsersGroupsListParams) SetOffset(offset *int64)
- func (o *UsersGroupsListParams) SetQ(q *string)
- func (o *UsersGroupsListParams) SetTimeout(timeout time.Duration)
- func (o *UsersGroupsListParams) WithContext(ctx context.Context) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithHTTPClient(client *http.Client) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithID(id *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithIDGt(iDGt *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithIDGte(iDGte *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithIDLt(iDLt *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithIDLte(iDLte *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithIDn(iDn *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithLimit(limit *int64) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithName(name *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithNameIc(nameIc *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithNameIe(nameIe *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithNameIew(nameIew *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithNameIsw(nameIsw *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithNameNic(nameNic *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithNameNie(nameNie *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithNameNiew(nameNiew *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithNameNisw(nameNisw *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithNamen(namen *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithOffset(offset *int64) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithQ(q *string) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithTimeout(timeout time.Duration) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersGroupsListReader
- type UsersGroupsPartialUpdateDefault
- type UsersGroupsPartialUpdateOK
- type UsersGroupsPartialUpdateParams
- func NewUsersGroupsPartialUpdateParams() *UsersGroupsPartialUpdateParams
- func NewUsersGroupsPartialUpdateParamsWithContext(ctx context.Context) *UsersGroupsPartialUpdateParams
- func NewUsersGroupsPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersGroupsPartialUpdateParams
- func NewUsersGroupsPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersGroupsPartialUpdateParams
- func (o *UsersGroupsPartialUpdateParams) SetContext(ctx context.Context)
- func (o *UsersGroupsPartialUpdateParams) SetData(data *models.Group)
- func (o *UsersGroupsPartialUpdateParams) SetHTTPClient(client *http.Client)
- func (o *UsersGroupsPartialUpdateParams) SetID(id int64)
- func (o *UsersGroupsPartialUpdateParams) SetTimeout(timeout time.Duration)
- func (o *UsersGroupsPartialUpdateParams) WithContext(ctx context.Context) *UsersGroupsPartialUpdateParams
- func (o *UsersGroupsPartialUpdateParams) WithData(data *models.Group) *UsersGroupsPartialUpdateParams
- func (o *UsersGroupsPartialUpdateParams) WithHTTPClient(client *http.Client) *UsersGroupsPartialUpdateParams
- func (o *UsersGroupsPartialUpdateParams) WithID(id int64) *UsersGroupsPartialUpdateParams
- func (o *UsersGroupsPartialUpdateParams) WithTimeout(timeout time.Duration) *UsersGroupsPartialUpdateParams
- func (o *UsersGroupsPartialUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersGroupsPartialUpdateReader
- type UsersGroupsReadOK
- type UsersGroupsReadParams
- func NewUsersGroupsReadParams() *UsersGroupsReadParams
- func NewUsersGroupsReadParamsWithContext(ctx context.Context) *UsersGroupsReadParams
- func NewUsersGroupsReadParamsWithHTTPClient(client *http.Client) *UsersGroupsReadParams
- func NewUsersGroupsReadParamsWithTimeout(timeout time.Duration) *UsersGroupsReadParams
- func (o *UsersGroupsReadParams) SetContext(ctx context.Context)
- func (o *UsersGroupsReadParams) SetHTTPClient(client *http.Client)
- func (o *UsersGroupsReadParams) SetID(id int64)
- func (o *UsersGroupsReadParams) SetTimeout(timeout time.Duration)
- func (o *UsersGroupsReadParams) WithContext(ctx context.Context) *UsersGroupsReadParams
- func (o *UsersGroupsReadParams) WithHTTPClient(client *http.Client) *UsersGroupsReadParams
- func (o *UsersGroupsReadParams) WithID(id int64) *UsersGroupsReadParams
- func (o *UsersGroupsReadParams) WithTimeout(timeout time.Duration) *UsersGroupsReadParams
- func (o *UsersGroupsReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersGroupsReadReader
- type UsersGroupsUpdateDefault
- type UsersGroupsUpdateOK
- type UsersGroupsUpdateParams
- func NewUsersGroupsUpdateParams() *UsersGroupsUpdateParams
- func NewUsersGroupsUpdateParamsWithContext(ctx context.Context) *UsersGroupsUpdateParams
- func NewUsersGroupsUpdateParamsWithHTTPClient(client *http.Client) *UsersGroupsUpdateParams
- func NewUsersGroupsUpdateParamsWithTimeout(timeout time.Duration) *UsersGroupsUpdateParams
- func (o *UsersGroupsUpdateParams) SetContext(ctx context.Context)
- func (o *UsersGroupsUpdateParams) SetData(data *models.Group)
- func (o *UsersGroupsUpdateParams) SetHTTPClient(client *http.Client)
- func (o *UsersGroupsUpdateParams) SetID(id int64)
- func (o *UsersGroupsUpdateParams) SetTimeout(timeout time.Duration)
- func (o *UsersGroupsUpdateParams) WithContext(ctx context.Context) *UsersGroupsUpdateParams
- func (o *UsersGroupsUpdateParams) WithData(data *models.Group) *UsersGroupsUpdateParams
- func (o *UsersGroupsUpdateParams) WithHTTPClient(client *http.Client) *UsersGroupsUpdateParams
- func (o *UsersGroupsUpdateParams) WithID(id int64) *UsersGroupsUpdateParams
- func (o *UsersGroupsUpdateParams) WithTimeout(timeout time.Duration) *UsersGroupsUpdateParams
- func (o *UsersGroupsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersGroupsUpdateReader
- type UsersPermissionsCreateCreated
- type UsersPermissionsCreateDefault
- type UsersPermissionsCreateParams
- func NewUsersPermissionsCreateParams() *UsersPermissionsCreateParams
- func NewUsersPermissionsCreateParamsWithContext(ctx context.Context) *UsersPermissionsCreateParams
- func NewUsersPermissionsCreateParamsWithHTTPClient(client *http.Client) *UsersPermissionsCreateParams
- func NewUsersPermissionsCreateParamsWithTimeout(timeout time.Duration) *UsersPermissionsCreateParams
- func (o *UsersPermissionsCreateParams) SetContext(ctx context.Context)
- func (o *UsersPermissionsCreateParams) SetData(data *models.WritableObjectPermission)
- func (o *UsersPermissionsCreateParams) SetHTTPClient(client *http.Client)
- func (o *UsersPermissionsCreateParams) SetTimeout(timeout time.Duration)
- func (o *UsersPermissionsCreateParams) WithContext(ctx context.Context) *UsersPermissionsCreateParams
- func (o *UsersPermissionsCreateParams) WithData(data *models.WritableObjectPermission) *UsersPermissionsCreateParams
- func (o *UsersPermissionsCreateParams) WithHTTPClient(client *http.Client) *UsersPermissionsCreateParams
- func (o *UsersPermissionsCreateParams) WithTimeout(timeout time.Duration) *UsersPermissionsCreateParams
- func (o *UsersPermissionsCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersPermissionsCreateReader
- type UsersPermissionsDeleteNoContent
- type UsersPermissionsDeleteParams
- func NewUsersPermissionsDeleteParams() *UsersPermissionsDeleteParams
- func NewUsersPermissionsDeleteParamsWithContext(ctx context.Context) *UsersPermissionsDeleteParams
- func NewUsersPermissionsDeleteParamsWithHTTPClient(client *http.Client) *UsersPermissionsDeleteParams
- func NewUsersPermissionsDeleteParamsWithTimeout(timeout time.Duration) *UsersPermissionsDeleteParams
- func (o *UsersPermissionsDeleteParams) SetContext(ctx context.Context)
- func (o *UsersPermissionsDeleteParams) SetHTTPClient(client *http.Client)
- func (o *UsersPermissionsDeleteParams) SetID(id int64)
- func (o *UsersPermissionsDeleteParams) SetTimeout(timeout time.Duration)
- func (o *UsersPermissionsDeleteParams) WithContext(ctx context.Context) *UsersPermissionsDeleteParams
- func (o *UsersPermissionsDeleteParams) WithHTTPClient(client *http.Client) *UsersPermissionsDeleteParams
- func (o *UsersPermissionsDeleteParams) WithID(id int64) *UsersPermissionsDeleteParams
- func (o *UsersPermissionsDeleteParams) WithTimeout(timeout time.Duration) *UsersPermissionsDeleteParams
- func (o *UsersPermissionsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersPermissionsDeleteReader
- type UsersPermissionsListOK
- type UsersPermissionsListOKBody
- type UsersPermissionsListParams
- func NewUsersPermissionsListParams() *UsersPermissionsListParams
- func NewUsersPermissionsListParamsWithContext(ctx context.Context) *UsersPermissionsListParams
- func NewUsersPermissionsListParamsWithHTTPClient(client *http.Client) *UsersPermissionsListParams
- func NewUsersPermissionsListParamsWithTimeout(timeout time.Duration) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) SetContext(ctx context.Context)
- func (o *UsersPermissionsListParams) SetEnabled(enabled *string)
- func (o *UsersPermissionsListParams) SetGroup(group *string)
- func (o *UsersPermissionsListParams) SetGroupID(groupID *string)
- func (o *UsersPermissionsListParams) SetGroupIDn(groupIDn *string)
- func (o *UsersPermissionsListParams) SetGroupn(groupn *string)
- func (o *UsersPermissionsListParams) SetHTTPClient(client *http.Client)
- func (o *UsersPermissionsListParams) SetID(id *string)
- func (o *UsersPermissionsListParams) SetIDGt(iDGt *string)
- func (o *UsersPermissionsListParams) SetIDGte(iDGte *string)
- func (o *UsersPermissionsListParams) SetIDLt(iDLt *string)
- func (o *UsersPermissionsListParams) SetIDLte(iDLte *string)
- func (o *UsersPermissionsListParams) SetIDn(iDn *string)
- func (o *UsersPermissionsListParams) SetLimit(limit *int64)
- func (o *UsersPermissionsListParams) SetName(name *string)
- func (o *UsersPermissionsListParams) SetNameIc(nameIc *string)
- func (o *UsersPermissionsListParams) SetNameIe(nameIe *string)
- func (o *UsersPermissionsListParams) SetNameIew(nameIew *string)
- func (o *UsersPermissionsListParams) SetNameIsw(nameIsw *string)
- func (o *UsersPermissionsListParams) SetNameNic(nameNic *string)
- func (o *UsersPermissionsListParams) SetNameNie(nameNie *string)
- func (o *UsersPermissionsListParams) SetNameNiew(nameNiew *string)
- func (o *UsersPermissionsListParams) SetNameNisw(nameNisw *string)
- func (o *UsersPermissionsListParams) SetNamen(namen *string)
- func (o *UsersPermissionsListParams) SetObjectTypes(objectTypes *string)
- func (o *UsersPermissionsListParams) SetObjectTypesn(objectTypesn *string)
- func (o *UsersPermissionsListParams) SetOffset(offset *int64)
- func (o *UsersPermissionsListParams) SetTimeout(timeout time.Duration)
- func (o *UsersPermissionsListParams) SetUser(user *string)
- func (o *UsersPermissionsListParams) SetUserID(userID *string)
- func (o *UsersPermissionsListParams) SetUserIDn(userIDn *string)
- func (o *UsersPermissionsListParams) SetUsern(usern *string)
- func (o *UsersPermissionsListParams) WithContext(ctx context.Context) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithEnabled(enabled *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithGroup(group *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithGroupID(groupID *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithGroupIDn(groupIDn *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithGroupn(groupn *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithHTTPClient(client *http.Client) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithID(id *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithIDGt(iDGt *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithIDGte(iDGte *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithIDLt(iDLt *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithIDLte(iDLte *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithIDn(iDn *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithLimit(limit *int64) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithName(name *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithNameIc(nameIc *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithNameIe(nameIe *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithNameIew(nameIew *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithNameIsw(nameIsw *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithNameNic(nameNic *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithNameNie(nameNie *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithNameNiew(nameNiew *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithNameNisw(nameNisw *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithNamen(namen *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithObjectTypes(objectTypes *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithObjectTypesn(objectTypesn *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithOffset(offset *int64) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithTimeout(timeout time.Duration) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithUser(user *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithUserID(userID *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithUserIDn(userIDn *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithUsern(usern *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersPermissionsListReader
- type UsersPermissionsPartialUpdateDefault
- type UsersPermissionsPartialUpdateOK
- type UsersPermissionsPartialUpdateParams
- func NewUsersPermissionsPartialUpdateParams() *UsersPermissionsPartialUpdateParams
- func NewUsersPermissionsPartialUpdateParamsWithContext(ctx context.Context) *UsersPermissionsPartialUpdateParams
- func NewUsersPermissionsPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersPermissionsPartialUpdateParams
- func NewUsersPermissionsPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersPermissionsPartialUpdateParams
- func (o *UsersPermissionsPartialUpdateParams) SetContext(ctx context.Context)
- func (o *UsersPermissionsPartialUpdateParams) SetData(data *models.WritableObjectPermission)
- func (o *UsersPermissionsPartialUpdateParams) SetHTTPClient(client *http.Client)
- func (o *UsersPermissionsPartialUpdateParams) SetID(id int64)
- func (o *UsersPermissionsPartialUpdateParams) SetTimeout(timeout time.Duration)
- func (o *UsersPermissionsPartialUpdateParams) WithContext(ctx context.Context) *UsersPermissionsPartialUpdateParams
- func (o *UsersPermissionsPartialUpdateParams) WithData(data *models.WritableObjectPermission) *UsersPermissionsPartialUpdateParams
- func (o *UsersPermissionsPartialUpdateParams) WithHTTPClient(client *http.Client) *UsersPermissionsPartialUpdateParams
- func (o *UsersPermissionsPartialUpdateParams) WithID(id int64) *UsersPermissionsPartialUpdateParams
- func (o *UsersPermissionsPartialUpdateParams) WithTimeout(timeout time.Duration) *UsersPermissionsPartialUpdateParams
- func (o *UsersPermissionsPartialUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersPermissionsPartialUpdateReader
- type UsersPermissionsReadOK
- type UsersPermissionsReadParams
- func NewUsersPermissionsReadParams() *UsersPermissionsReadParams
- func NewUsersPermissionsReadParamsWithContext(ctx context.Context) *UsersPermissionsReadParams
- func NewUsersPermissionsReadParamsWithHTTPClient(client *http.Client) *UsersPermissionsReadParams
- func NewUsersPermissionsReadParamsWithTimeout(timeout time.Duration) *UsersPermissionsReadParams
- func (o *UsersPermissionsReadParams) SetContext(ctx context.Context)
- func (o *UsersPermissionsReadParams) SetHTTPClient(client *http.Client)
- func (o *UsersPermissionsReadParams) SetID(id int64)
- func (o *UsersPermissionsReadParams) SetTimeout(timeout time.Duration)
- func (o *UsersPermissionsReadParams) WithContext(ctx context.Context) *UsersPermissionsReadParams
- func (o *UsersPermissionsReadParams) WithHTTPClient(client *http.Client) *UsersPermissionsReadParams
- func (o *UsersPermissionsReadParams) WithID(id int64) *UsersPermissionsReadParams
- func (o *UsersPermissionsReadParams) WithTimeout(timeout time.Duration) *UsersPermissionsReadParams
- func (o *UsersPermissionsReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersPermissionsReadReader
- type UsersPermissionsUpdateDefault
- type UsersPermissionsUpdateOK
- type UsersPermissionsUpdateParams
- func NewUsersPermissionsUpdateParams() *UsersPermissionsUpdateParams
- func NewUsersPermissionsUpdateParamsWithContext(ctx context.Context) *UsersPermissionsUpdateParams
- func NewUsersPermissionsUpdateParamsWithHTTPClient(client *http.Client) *UsersPermissionsUpdateParams
- func NewUsersPermissionsUpdateParamsWithTimeout(timeout time.Duration) *UsersPermissionsUpdateParams
- func (o *UsersPermissionsUpdateParams) SetContext(ctx context.Context)
- func (o *UsersPermissionsUpdateParams) SetData(data *models.WritableObjectPermission)
- func (o *UsersPermissionsUpdateParams) SetHTTPClient(client *http.Client)
- func (o *UsersPermissionsUpdateParams) SetID(id int64)
- func (o *UsersPermissionsUpdateParams) SetTimeout(timeout time.Duration)
- func (o *UsersPermissionsUpdateParams) WithContext(ctx context.Context) *UsersPermissionsUpdateParams
- func (o *UsersPermissionsUpdateParams) WithData(data *models.WritableObjectPermission) *UsersPermissionsUpdateParams
- func (o *UsersPermissionsUpdateParams) WithHTTPClient(client *http.Client) *UsersPermissionsUpdateParams
- func (o *UsersPermissionsUpdateParams) WithID(id int64) *UsersPermissionsUpdateParams
- func (o *UsersPermissionsUpdateParams) WithTimeout(timeout time.Duration) *UsersPermissionsUpdateParams
- func (o *UsersPermissionsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersPermissionsUpdateReader
- type UsersUsersCreateCreated
- type UsersUsersCreateDefault
- type UsersUsersCreateParams
- func NewUsersUsersCreateParams() *UsersUsersCreateParams
- func NewUsersUsersCreateParamsWithContext(ctx context.Context) *UsersUsersCreateParams
- func NewUsersUsersCreateParamsWithHTTPClient(client *http.Client) *UsersUsersCreateParams
- func NewUsersUsersCreateParamsWithTimeout(timeout time.Duration) *UsersUsersCreateParams
- func (o *UsersUsersCreateParams) SetContext(ctx context.Context)
- func (o *UsersUsersCreateParams) SetData(data *models.WritableUser)
- func (o *UsersUsersCreateParams) SetHTTPClient(client *http.Client)
- func (o *UsersUsersCreateParams) SetTimeout(timeout time.Duration)
- func (o *UsersUsersCreateParams) WithContext(ctx context.Context) *UsersUsersCreateParams
- func (o *UsersUsersCreateParams) WithData(data *models.WritableUser) *UsersUsersCreateParams
- func (o *UsersUsersCreateParams) WithHTTPClient(client *http.Client) *UsersUsersCreateParams
- func (o *UsersUsersCreateParams) WithTimeout(timeout time.Duration) *UsersUsersCreateParams
- func (o *UsersUsersCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersUsersCreateReader
- type UsersUsersDeleteNoContent
- type UsersUsersDeleteParams
- func NewUsersUsersDeleteParams() *UsersUsersDeleteParams
- func NewUsersUsersDeleteParamsWithContext(ctx context.Context) *UsersUsersDeleteParams
- func NewUsersUsersDeleteParamsWithHTTPClient(client *http.Client) *UsersUsersDeleteParams
- func NewUsersUsersDeleteParamsWithTimeout(timeout time.Duration) *UsersUsersDeleteParams
- func (o *UsersUsersDeleteParams) SetContext(ctx context.Context)
- func (o *UsersUsersDeleteParams) SetHTTPClient(client *http.Client)
- func (o *UsersUsersDeleteParams) SetID(id int64)
- func (o *UsersUsersDeleteParams) SetTimeout(timeout time.Duration)
- func (o *UsersUsersDeleteParams) WithContext(ctx context.Context) *UsersUsersDeleteParams
- func (o *UsersUsersDeleteParams) WithHTTPClient(client *http.Client) *UsersUsersDeleteParams
- func (o *UsersUsersDeleteParams) WithID(id int64) *UsersUsersDeleteParams
- func (o *UsersUsersDeleteParams) WithTimeout(timeout time.Duration) *UsersUsersDeleteParams
- func (o *UsersUsersDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersUsersDeleteReader
- type UsersUsersListOK
- type UsersUsersListOKBody
- type UsersUsersListParams
- func NewUsersUsersListParams() *UsersUsersListParams
- func NewUsersUsersListParamsWithContext(ctx context.Context) *UsersUsersListParams
- func NewUsersUsersListParamsWithHTTPClient(client *http.Client) *UsersUsersListParams
- func NewUsersUsersListParamsWithTimeout(timeout time.Duration) *UsersUsersListParams
- func (o *UsersUsersListParams) SetContext(ctx context.Context)
- func (o *UsersUsersListParams) SetEmail(email *string)
- func (o *UsersUsersListParams) SetEmailIc(emailIc *string)
- func (o *UsersUsersListParams) SetEmailIe(emailIe *string)
- func (o *UsersUsersListParams) SetEmailIew(emailIew *string)
- func (o *UsersUsersListParams) SetEmailIsw(emailIsw *string)
- func (o *UsersUsersListParams) SetEmailNic(emailNic *string)
- func (o *UsersUsersListParams) SetEmailNie(emailNie *string)
- func (o *UsersUsersListParams) SetEmailNiew(emailNiew *string)
- func (o *UsersUsersListParams) SetEmailNisw(emailNisw *string)
- func (o *UsersUsersListParams) SetEmailn(emailn *string)
- func (o *UsersUsersListParams) SetFirstName(firstName *string)
- func (o *UsersUsersListParams) SetFirstNameIc(firstNameIc *string)
- func (o *UsersUsersListParams) SetFirstNameIe(firstNameIe *string)
- func (o *UsersUsersListParams) SetFirstNameIew(firstNameIew *string)
- func (o *UsersUsersListParams) SetFirstNameIsw(firstNameIsw *string)
- func (o *UsersUsersListParams) SetFirstNameNic(firstNameNic *string)
- func (o *UsersUsersListParams) SetFirstNameNie(firstNameNie *string)
- func (o *UsersUsersListParams) SetFirstNameNiew(firstNameNiew *string)
- func (o *UsersUsersListParams) SetFirstNameNisw(firstNameNisw *string)
- func (o *UsersUsersListParams) SetFirstNamen(firstNamen *string)
- func (o *UsersUsersListParams) SetGroup(group *string)
- func (o *UsersUsersListParams) SetGroupID(groupID *string)
- func (o *UsersUsersListParams) SetGroupIDn(groupIDn *string)
- func (o *UsersUsersListParams) SetGroupn(groupn *string)
- func (o *UsersUsersListParams) SetHTTPClient(client *http.Client)
- func (o *UsersUsersListParams) SetID(id *string)
- func (o *UsersUsersListParams) SetIDGt(iDGt *string)
- func (o *UsersUsersListParams) SetIDGte(iDGte *string)
- func (o *UsersUsersListParams) SetIDLt(iDLt *string)
- func (o *UsersUsersListParams) SetIDLte(iDLte *string)
- func (o *UsersUsersListParams) SetIDn(iDn *string)
- func (o *UsersUsersListParams) SetIsActive(isActive *string)
- func (o *UsersUsersListParams) SetIsStaff(isStaff *string)
- func (o *UsersUsersListParams) SetLastName(lastName *string)
- func (o *UsersUsersListParams) SetLastNameIc(lastNameIc *string)
- func (o *UsersUsersListParams) SetLastNameIe(lastNameIe *string)
- func (o *UsersUsersListParams) SetLastNameIew(lastNameIew *string)
- func (o *UsersUsersListParams) SetLastNameIsw(lastNameIsw *string)
- func (o *UsersUsersListParams) SetLastNameNic(lastNameNic *string)
- func (o *UsersUsersListParams) SetLastNameNie(lastNameNie *string)
- func (o *UsersUsersListParams) SetLastNameNiew(lastNameNiew *string)
- func (o *UsersUsersListParams) SetLastNameNisw(lastNameNisw *string)
- func (o *UsersUsersListParams) SetLastNamen(lastNamen *string)
- func (o *UsersUsersListParams) SetLimit(limit *int64)
- func (o *UsersUsersListParams) SetOffset(offset *int64)
- func (o *UsersUsersListParams) SetQ(q *string)
- func (o *UsersUsersListParams) SetTimeout(timeout time.Duration)
- func (o *UsersUsersListParams) SetUsername(username *string)
- func (o *UsersUsersListParams) SetUsernameIc(usernameIc *string)
- func (o *UsersUsersListParams) SetUsernameIe(usernameIe *string)
- func (o *UsersUsersListParams) SetUsernameIew(usernameIew *string)
- func (o *UsersUsersListParams) SetUsernameIsw(usernameIsw *string)
- func (o *UsersUsersListParams) SetUsernameNic(usernameNic *string)
- func (o *UsersUsersListParams) SetUsernameNie(usernameNie *string)
- func (o *UsersUsersListParams) SetUsernameNiew(usernameNiew *string)
- func (o *UsersUsersListParams) SetUsernameNisw(usernameNisw *string)
- func (o *UsersUsersListParams) SetUsernamen(usernamen *string)
- func (o *UsersUsersListParams) WithContext(ctx context.Context) *UsersUsersListParams
- func (o *UsersUsersListParams) WithEmail(email *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithEmailIc(emailIc *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithEmailIe(emailIe *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithEmailIew(emailIew *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithEmailIsw(emailIsw *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithEmailNic(emailNic *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithEmailNie(emailNie *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithEmailNiew(emailNiew *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithEmailNisw(emailNisw *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithEmailn(emailn *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithFirstName(firstName *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithFirstNameIc(firstNameIc *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithFirstNameIe(firstNameIe *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithFirstNameIew(firstNameIew *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithFirstNameIsw(firstNameIsw *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithFirstNameNic(firstNameNic *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithFirstNameNie(firstNameNie *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithFirstNameNiew(firstNameNiew *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithFirstNameNisw(firstNameNisw *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithFirstNamen(firstNamen *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithGroup(group *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithGroupID(groupID *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithGroupIDn(groupIDn *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithGroupn(groupn *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithHTTPClient(client *http.Client) *UsersUsersListParams
- func (o *UsersUsersListParams) WithID(id *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithIDGt(iDGt *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithIDGte(iDGte *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithIDLt(iDLt *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithIDLte(iDLte *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithIDn(iDn *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithIsActive(isActive *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithIsStaff(isStaff *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithLastName(lastName *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithLastNameIc(lastNameIc *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithLastNameIe(lastNameIe *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithLastNameIew(lastNameIew *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithLastNameIsw(lastNameIsw *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithLastNameNic(lastNameNic *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithLastNameNie(lastNameNie *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithLastNameNiew(lastNameNiew *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithLastNameNisw(lastNameNisw *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithLastNamen(lastNamen *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithLimit(limit *int64) *UsersUsersListParams
- func (o *UsersUsersListParams) WithOffset(offset *int64) *UsersUsersListParams
- func (o *UsersUsersListParams) WithQ(q *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithTimeout(timeout time.Duration) *UsersUsersListParams
- func (o *UsersUsersListParams) WithUsername(username *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithUsernameIc(usernameIc *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithUsernameIe(usernameIe *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithUsernameIew(usernameIew *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithUsernameIsw(usernameIsw *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithUsernameNic(usernameNic *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithUsernameNie(usernameNie *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithUsernameNiew(usernameNiew *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithUsernameNisw(usernameNisw *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithUsernamen(usernamen *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersUsersListReader
- type UsersUsersPartialUpdateDefault
- type UsersUsersPartialUpdateOK
- type UsersUsersPartialUpdateParams
- func NewUsersUsersPartialUpdateParams() *UsersUsersPartialUpdateParams
- func NewUsersUsersPartialUpdateParamsWithContext(ctx context.Context) *UsersUsersPartialUpdateParams
- func NewUsersUsersPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersUsersPartialUpdateParams
- func NewUsersUsersPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersUsersPartialUpdateParams
- func (o *UsersUsersPartialUpdateParams) SetContext(ctx context.Context)
- func (o *UsersUsersPartialUpdateParams) SetData(data *models.WritableUser)
- func (o *UsersUsersPartialUpdateParams) SetHTTPClient(client *http.Client)
- func (o *UsersUsersPartialUpdateParams) SetID(id int64)
- func (o *UsersUsersPartialUpdateParams) SetTimeout(timeout time.Duration)
- func (o *UsersUsersPartialUpdateParams) WithContext(ctx context.Context) *UsersUsersPartialUpdateParams
- func (o *UsersUsersPartialUpdateParams) WithData(data *models.WritableUser) *UsersUsersPartialUpdateParams
- func (o *UsersUsersPartialUpdateParams) WithHTTPClient(client *http.Client) *UsersUsersPartialUpdateParams
- func (o *UsersUsersPartialUpdateParams) WithID(id int64) *UsersUsersPartialUpdateParams
- func (o *UsersUsersPartialUpdateParams) WithTimeout(timeout time.Duration) *UsersUsersPartialUpdateParams
- func (o *UsersUsersPartialUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersUsersPartialUpdateReader
- type UsersUsersReadOK
- type UsersUsersReadParams
- func NewUsersUsersReadParams() *UsersUsersReadParams
- func NewUsersUsersReadParamsWithContext(ctx context.Context) *UsersUsersReadParams
- func NewUsersUsersReadParamsWithHTTPClient(client *http.Client) *UsersUsersReadParams
- func NewUsersUsersReadParamsWithTimeout(timeout time.Duration) *UsersUsersReadParams
- func (o *UsersUsersReadParams) SetContext(ctx context.Context)
- func (o *UsersUsersReadParams) SetHTTPClient(client *http.Client)
- func (o *UsersUsersReadParams) SetID(id int64)
- func (o *UsersUsersReadParams) SetTimeout(timeout time.Duration)
- func (o *UsersUsersReadParams) WithContext(ctx context.Context) *UsersUsersReadParams
- func (o *UsersUsersReadParams) WithHTTPClient(client *http.Client) *UsersUsersReadParams
- func (o *UsersUsersReadParams) WithID(id int64) *UsersUsersReadParams
- func (o *UsersUsersReadParams) WithTimeout(timeout time.Duration) *UsersUsersReadParams
- func (o *UsersUsersReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersUsersReadReader
- type UsersUsersUpdateDefault
- type UsersUsersUpdateOK
- type UsersUsersUpdateParams
- func NewUsersUsersUpdateParams() *UsersUsersUpdateParams
- func NewUsersUsersUpdateParamsWithContext(ctx context.Context) *UsersUsersUpdateParams
- func NewUsersUsersUpdateParamsWithHTTPClient(client *http.Client) *UsersUsersUpdateParams
- func NewUsersUsersUpdateParamsWithTimeout(timeout time.Duration) *UsersUsersUpdateParams
- func (o *UsersUsersUpdateParams) SetContext(ctx context.Context)
- func (o *UsersUsersUpdateParams) SetData(data *models.WritableUser)
- func (o *UsersUsersUpdateParams) SetHTTPClient(client *http.Client)
- func (o *UsersUsersUpdateParams) SetID(id int64)
- func (o *UsersUsersUpdateParams) SetTimeout(timeout time.Duration)
- func (o *UsersUsersUpdateParams) WithContext(ctx context.Context) *UsersUsersUpdateParams
- func (o *UsersUsersUpdateParams) WithData(data *models.WritableUser) *UsersUsersUpdateParams
- func (o *UsersUsersUpdateParams) WithHTTPClient(client *http.Client) *UsersUsersUpdateParams
- func (o *UsersUsersUpdateParams) WithID(id int64) *UsersUsersUpdateParams
- func (o *UsersUsersUpdateParams) WithTimeout(timeout time.Duration) *UsersUsersUpdateParams
- func (o *UsersUsersUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersUsersUpdateReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for users API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UsersGroupsCreate ¶
func (a *Client) UsersGroupsCreate(params *UsersGroupsCreateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsCreateCreated, error)
UsersGroupsCreate users groups create API
func (*Client) UsersGroupsDelete ¶
func (a *Client) UsersGroupsDelete(params *UsersGroupsDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsDeleteNoContent, error)
UsersGroupsDelete users groups delete API
func (*Client) UsersGroupsList ¶
func (a *Client) UsersGroupsList(params *UsersGroupsListParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsListOK, error)
UsersGroupsList users groups list API
func (*Client) UsersGroupsPartialUpdate ¶
func (a *Client) UsersGroupsPartialUpdate(params *UsersGroupsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsPartialUpdateOK, error)
UsersGroupsPartialUpdate users groups partial update API
func (*Client) UsersGroupsRead ¶
func (a *Client) UsersGroupsRead(params *UsersGroupsReadParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsReadOK, error)
UsersGroupsRead users groups read API
func (*Client) UsersGroupsUpdate ¶
func (a *Client) UsersGroupsUpdate(params *UsersGroupsUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsUpdateOK, error)
UsersGroupsUpdate users groups update API
func (*Client) UsersPermissionsCreate ¶
func (a *Client) UsersPermissionsCreate(params *UsersPermissionsCreateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsCreateCreated, error)
UsersPermissionsCreate users permissions create API
func (*Client) UsersPermissionsDelete ¶
func (a *Client) UsersPermissionsDelete(params *UsersPermissionsDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsDeleteNoContent, error)
UsersPermissionsDelete users permissions delete API
func (*Client) UsersPermissionsList ¶
func (a *Client) UsersPermissionsList(params *UsersPermissionsListParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsListOK, error)
UsersPermissionsList users permissions list API
func (*Client) UsersPermissionsPartialUpdate ¶
func (a *Client) UsersPermissionsPartialUpdate(params *UsersPermissionsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsPartialUpdateOK, error)
UsersPermissionsPartialUpdate users permissions partial update API
func (*Client) UsersPermissionsRead ¶
func (a *Client) UsersPermissionsRead(params *UsersPermissionsReadParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsReadOK, error)
UsersPermissionsRead users permissions read API
func (*Client) UsersPermissionsUpdate ¶
func (a *Client) UsersPermissionsUpdate(params *UsersPermissionsUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsUpdateOK, error)
UsersPermissionsUpdate users permissions update API
func (*Client) UsersUsersCreate ¶
func (a *Client) UsersUsersCreate(params *UsersUsersCreateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersCreateCreated, error)
UsersUsersCreate users users create API
func (*Client) UsersUsersDelete ¶
func (a *Client) UsersUsersDelete(params *UsersUsersDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersDeleteNoContent, error)
UsersUsersDelete users users delete API
func (*Client) UsersUsersList ¶
func (a *Client) UsersUsersList(params *UsersUsersListParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersListOK, error)
UsersUsersList users users list API
func (*Client) UsersUsersPartialUpdate ¶
func (a *Client) UsersUsersPartialUpdate(params *UsersUsersPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersPartialUpdateOK, error)
UsersUsersPartialUpdate users users partial update API
func (*Client) UsersUsersRead ¶
func (a *Client) UsersUsersRead(params *UsersUsersReadParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersReadOK, error)
UsersUsersRead users users read API
func (*Client) UsersUsersUpdate ¶
func (a *Client) UsersUsersUpdate(params *UsersUsersUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersUpdateOK, error)
UsersUsersUpdate users users update API
type ClientService ¶
type ClientService interface { UsersGroupsCreate(params *UsersGroupsCreateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsCreateCreated, error) UsersGroupsDelete(params *UsersGroupsDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsDeleteNoContent, error) UsersGroupsList(params *UsersGroupsListParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsListOK, error) UsersGroupsPartialUpdate(params *UsersGroupsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsPartialUpdateOK, error) UsersGroupsRead(params *UsersGroupsReadParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsReadOK, error) UsersGroupsUpdate(params *UsersGroupsUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersGroupsUpdateOK, error) UsersPermissionsCreate(params *UsersPermissionsCreateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsCreateCreated, error) UsersPermissionsDelete(params *UsersPermissionsDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsDeleteNoContent, error) UsersPermissionsList(params *UsersPermissionsListParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsListOK, error) UsersPermissionsPartialUpdate(params *UsersPermissionsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsPartialUpdateOK, error) UsersPermissionsRead(params *UsersPermissionsReadParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsReadOK, error) UsersPermissionsUpdate(params *UsersPermissionsUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersPermissionsUpdateOK, error) UsersUsersCreate(params *UsersUsersCreateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersCreateCreated, error) UsersUsersDelete(params *UsersUsersDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersDeleteNoContent, error) UsersUsersList(params *UsersUsersListParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersListOK, error) UsersUsersPartialUpdate(params *UsersUsersPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersPartialUpdateOK, error) UsersUsersRead(params *UsersUsersReadParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersReadOK, error) UsersUsersUpdate(params *UsersUsersUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*UsersUsersUpdateOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new users API client.
type UsersGroupsCreateCreated ¶
UsersGroupsCreateCreated handles this case with default header values.
UsersGroupsCreateCreated users groups create created
func NewUsersGroupsCreateCreated ¶
func NewUsersGroupsCreateCreated() *UsersGroupsCreateCreated
NewUsersGroupsCreateCreated creates a UsersGroupsCreateCreated with default headers values
func (*UsersGroupsCreateCreated) Error ¶
func (o *UsersGroupsCreateCreated) Error() string
func (*UsersGroupsCreateCreated) GetPayload ¶
func (o *UsersGroupsCreateCreated) GetPayload() *models.Group
type UsersGroupsCreateDefault ¶
type UsersGroupsCreateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersGroupsCreateDefault handles this case with default header values.
UsersGroupsCreateDefault users groups create default
func NewUsersGroupsCreateDefault ¶
func NewUsersGroupsCreateDefault(code int) *UsersGroupsCreateDefault
NewUsersGroupsCreateDefault creates a UsersGroupsCreateDefault with default headers values
func (*UsersGroupsCreateDefault) Code ¶
func (o *UsersGroupsCreateDefault) Code() int
Code gets the status code for the users groups create default response
func (*UsersGroupsCreateDefault) Error ¶
func (o *UsersGroupsCreateDefault) Error() string
func (*UsersGroupsCreateDefault) GetPayload ¶
func (o *UsersGroupsCreateDefault) GetPayload() interface{}
type UsersGroupsCreateParams ¶
type UsersGroupsCreateParams struct { /*Data*/ Data *models.Group Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersGroupsCreateParams contains all the parameters to send to the API endpoint for the users groups create operation typically these are written to a http.Request
func NewUsersGroupsCreateParams ¶
func NewUsersGroupsCreateParams() *UsersGroupsCreateParams
NewUsersGroupsCreateParams creates a new UsersGroupsCreateParams object with the default values initialized.
func NewUsersGroupsCreateParamsWithContext ¶
func NewUsersGroupsCreateParamsWithContext(ctx context.Context) *UsersGroupsCreateParams
NewUsersGroupsCreateParamsWithContext creates a new UsersGroupsCreateParams object with the default values initialized, and the ability to set a context for a request
func NewUsersGroupsCreateParamsWithHTTPClient ¶
func NewUsersGroupsCreateParamsWithHTTPClient(client *http.Client) *UsersGroupsCreateParams
NewUsersGroupsCreateParamsWithHTTPClient creates a new UsersGroupsCreateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersGroupsCreateParamsWithTimeout ¶
func NewUsersGroupsCreateParamsWithTimeout(timeout time.Duration) *UsersGroupsCreateParams
NewUsersGroupsCreateParamsWithTimeout creates a new UsersGroupsCreateParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersGroupsCreateParams) SetContext ¶
func (o *UsersGroupsCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the users groups create params
func (*UsersGroupsCreateParams) SetData ¶
func (o *UsersGroupsCreateParams) SetData(data *models.Group)
SetData adds the data to the users groups create params
func (*UsersGroupsCreateParams) SetHTTPClient ¶
func (o *UsersGroupsCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users groups create params
func (*UsersGroupsCreateParams) SetTimeout ¶
func (o *UsersGroupsCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users groups create params
func (*UsersGroupsCreateParams) WithContext ¶
func (o *UsersGroupsCreateParams) WithContext(ctx context.Context) *UsersGroupsCreateParams
WithContext adds the context to the users groups create params
func (*UsersGroupsCreateParams) WithData ¶
func (o *UsersGroupsCreateParams) WithData(data *models.Group) *UsersGroupsCreateParams
WithData adds the data to the users groups create params
func (*UsersGroupsCreateParams) WithHTTPClient ¶
func (o *UsersGroupsCreateParams) WithHTTPClient(client *http.Client) *UsersGroupsCreateParams
WithHTTPClient adds the HTTPClient to the users groups create params
func (*UsersGroupsCreateParams) WithTimeout ¶
func (o *UsersGroupsCreateParams) WithTimeout(timeout time.Duration) *UsersGroupsCreateParams
WithTimeout adds the timeout to the users groups create params
func (*UsersGroupsCreateParams) WriteToRequest ¶
func (o *UsersGroupsCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersGroupsCreateReader ¶
type UsersGroupsCreateReader struct {
// contains filtered or unexported fields
}
UsersGroupsCreateReader is a Reader for the UsersGroupsCreate structure.
func (*UsersGroupsCreateReader) ReadResponse ¶
func (o *UsersGroupsCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersGroupsDeleteNoContent ¶
type UsersGroupsDeleteNoContent struct { }
UsersGroupsDeleteNoContent handles this case with default header values.
UsersGroupsDeleteNoContent users groups delete no content
func NewUsersGroupsDeleteNoContent ¶
func NewUsersGroupsDeleteNoContent() *UsersGroupsDeleteNoContent
NewUsersGroupsDeleteNoContent creates a UsersGroupsDeleteNoContent with default headers values
func (*UsersGroupsDeleteNoContent) Error ¶
func (o *UsersGroupsDeleteNoContent) Error() string
type UsersGroupsDeleteParams ¶
type UsersGroupsDeleteParams struct { /*ID A unique integer value identifying this group. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersGroupsDeleteParams contains all the parameters to send to the API endpoint for the users groups delete operation typically these are written to a http.Request
func NewUsersGroupsDeleteParams ¶
func NewUsersGroupsDeleteParams() *UsersGroupsDeleteParams
NewUsersGroupsDeleteParams creates a new UsersGroupsDeleteParams object with the default values initialized.
func NewUsersGroupsDeleteParamsWithContext ¶
func NewUsersGroupsDeleteParamsWithContext(ctx context.Context) *UsersGroupsDeleteParams
NewUsersGroupsDeleteParamsWithContext creates a new UsersGroupsDeleteParams object with the default values initialized, and the ability to set a context for a request
func NewUsersGroupsDeleteParamsWithHTTPClient ¶
func NewUsersGroupsDeleteParamsWithHTTPClient(client *http.Client) *UsersGroupsDeleteParams
NewUsersGroupsDeleteParamsWithHTTPClient creates a new UsersGroupsDeleteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersGroupsDeleteParamsWithTimeout ¶
func NewUsersGroupsDeleteParamsWithTimeout(timeout time.Duration) *UsersGroupsDeleteParams
NewUsersGroupsDeleteParamsWithTimeout creates a new UsersGroupsDeleteParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersGroupsDeleteParams) SetContext ¶
func (o *UsersGroupsDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the users groups delete params
func (*UsersGroupsDeleteParams) SetHTTPClient ¶
func (o *UsersGroupsDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users groups delete params
func (*UsersGroupsDeleteParams) SetID ¶
func (o *UsersGroupsDeleteParams) SetID(id int64)
SetID adds the id to the users groups delete params
func (*UsersGroupsDeleteParams) SetTimeout ¶
func (o *UsersGroupsDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users groups delete params
func (*UsersGroupsDeleteParams) WithContext ¶
func (o *UsersGroupsDeleteParams) WithContext(ctx context.Context) *UsersGroupsDeleteParams
WithContext adds the context to the users groups delete params
func (*UsersGroupsDeleteParams) WithHTTPClient ¶
func (o *UsersGroupsDeleteParams) WithHTTPClient(client *http.Client) *UsersGroupsDeleteParams
WithHTTPClient adds the HTTPClient to the users groups delete params
func (*UsersGroupsDeleteParams) WithID ¶
func (o *UsersGroupsDeleteParams) WithID(id int64) *UsersGroupsDeleteParams
WithID adds the id to the users groups delete params
func (*UsersGroupsDeleteParams) WithTimeout ¶
func (o *UsersGroupsDeleteParams) WithTimeout(timeout time.Duration) *UsersGroupsDeleteParams
WithTimeout adds the timeout to the users groups delete params
func (*UsersGroupsDeleteParams) WriteToRequest ¶
func (o *UsersGroupsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersGroupsDeleteReader ¶
type UsersGroupsDeleteReader struct {
// contains filtered or unexported fields
}
UsersGroupsDeleteReader is a Reader for the UsersGroupsDelete structure.
func (*UsersGroupsDeleteReader) ReadResponse ¶
func (o *UsersGroupsDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersGroupsListOK ¶
type UsersGroupsListOK struct {
Payload *UsersGroupsListOKBody
}
UsersGroupsListOK handles this case with default header values.
UsersGroupsListOK users groups list o k
func NewUsersGroupsListOK ¶
func NewUsersGroupsListOK() *UsersGroupsListOK
NewUsersGroupsListOK creates a UsersGroupsListOK with default headers values
func (*UsersGroupsListOK) Error ¶
func (o *UsersGroupsListOK) Error() string
func (*UsersGroupsListOK) GetPayload ¶
func (o *UsersGroupsListOK) GetPayload() *UsersGroupsListOKBody
type UsersGroupsListOKBody ¶
type UsersGroupsListOKBody struct { // count // Required: true Count *int64 `json:"count"` // next // Format: uri Next *strfmt.URI `json:"next,omitempty"` // previous // Format: uri Previous *strfmt.URI `json:"previous,omitempty"` // results // Required: true Results []*models.Group `json:"results"` }
UsersGroupsListOKBody users groups list o k body swagger:model UsersGroupsListOKBody
func (*UsersGroupsListOKBody) MarshalBinary ¶
func (o *UsersGroupsListOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UsersGroupsListOKBody) UnmarshalBinary ¶
func (o *UsersGroupsListOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UsersGroupsListParams ¶
type UsersGroupsListParams struct { /*ID*/ ID *string /*IDGt*/ IDGt *string /*IDGte*/ IDGte *string /*IDLt*/ IDLt *string /*IDLte*/ IDLte *string /*IDn*/ IDn *string /*Limit Number of results to return per page. */ Limit *int64 /*Name*/ Name *string /*NameIc*/ NameIc *string /*NameIe*/ NameIe *string /*NameIew*/ NameIew *string /*NameIsw*/ NameIsw *string /*Namen*/ Namen *string /*NameNic*/ NameNic *string /*NameNie*/ NameNie *string /*NameNiew*/ NameNiew *string /*NameNisw*/ NameNisw *string /*Offset The initial index from which to return the results. */ Offset *int64 /*Q*/ Q *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersGroupsListParams contains all the parameters to send to the API endpoint for the users groups list operation typically these are written to a http.Request
func NewUsersGroupsListParams ¶
func NewUsersGroupsListParams() *UsersGroupsListParams
NewUsersGroupsListParams creates a new UsersGroupsListParams object with the default values initialized.
func NewUsersGroupsListParamsWithContext ¶
func NewUsersGroupsListParamsWithContext(ctx context.Context) *UsersGroupsListParams
NewUsersGroupsListParamsWithContext creates a new UsersGroupsListParams object with the default values initialized, and the ability to set a context for a request
func NewUsersGroupsListParamsWithHTTPClient ¶
func NewUsersGroupsListParamsWithHTTPClient(client *http.Client) *UsersGroupsListParams
NewUsersGroupsListParamsWithHTTPClient creates a new UsersGroupsListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersGroupsListParamsWithTimeout ¶
func NewUsersGroupsListParamsWithTimeout(timeout time.Duration) *UsersGroupsListParams
NewUsersGroupsListParamsWithTimeout creates a new UsersGroupsListParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersGroupsListParams) SetContext ¶
func (o *UsersGroupsListParams) SetContext(ctx context.Context)
SetContext adds the context to the users groups list params
func (*UsersGroupsListParams) SetHTTPClient ¶
func (o *UsersGroupsListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users groups list params
func (*UsersGroupsListParams) SetID ¶
func (o *UsersGroupsListParams) SetID(id *string)
SetID adds the id to the users groups list params
func (*UsersGroupsListParams) SetIDGt ¶
func (o *UsersGroupsListParams) SetIDGt(iDGt *string)
SetIDGt adds the idGt to the users groups list params
func (*UsersGroupsListParams) SetIDGte ¶
func (o *UsersGroupsListParams) SetIDGte(iDGte *string)
SetIDGte adds the idGte to the users groups list params
func (*UsersGroupsListParams) SetIDLt ¶
func (o *UsersGroupsListParams) SetIDLt(iDLt *string)
SetIDLt adds the idLt to the users groups list params
func (*UsersGroupsListParams) SetIDLte ¶
func (o *UsersGroupsListParams) SetIDLte(iDLte *string)
SetIDLte adds the idLte to the users groups list params
func (*UsersGroupsListParams) SetIDn ¶
func (o *UsersGroupsListParams) SetIDn(iDn *string)
SetIDn adds the idN to the users groups list params
func (*UsersGroupsListParams) SetLimit ¶
func (o *UsersGroupsListParams) SetLimit(limit *int64)
SetLimit adds the limit to the users groups list params
func (*UsersGroupsListParams) SetName ¶
func (o *UsersGroupsListParams) SetName(name *string)
SetName adds the name to the users groups list params
func (*UsersGroupsListParams) SetNameIc ¶
func (o *UsersGroupsListParams) SetNameIc(nameIc *string)
SetNameIc adds the nameIc to the users groups list params
func (*UsersGroupsListParams) SetNameIe ¶
func (o *UsersGroupsListParams) SetNameIe(nameIe *string)
SetNameIe adds the nameIe to the users groups list params
func (*UsersGroupsListParams) SetNameIew ¶
func (o *UsersGroupsListParams) SetNameIew(nameIew *string)
SetNameIew adds the nameIew to the users groups list params
func (*UsersGroupsListParams) SetNameIsw ¶
func (o *UsersGroupsListParams) SetNameIsw(nameIsw *string)
SetNameIsw adds the nameIsw to the users groups list params
func (*UsersGroupsListParams) SetNameNic ¶
func (o *UsersGroupsListParams) SetNameNic(nameNic *string)
SetNameNic adds the nameNic to the users groups list params
func (*UsersGroupsListParams) SetNameNie ¶
func (o *UsersGroupsListParams) SetNameNie(nameNie *string)
SetNameNie adds the nameNie to the users groups list params
func (*UsersGroupsListParams) SetNameNiew ¶
func (o *UsersGroupsListParams) SetNameNiew(nameNiew *string)
SetNameNiew adds the nameNiew to the users groups list params
func (*UsersGroupsListParams) SetNameNisw ¶
func (o *UsersGroupsListParams) SetNameNisw(nameNisw *string)
SetNameNisw adds the nameNisw to the users groups list params
func (*UsersGroupsListParams) SetNamen ¶
func (o *UsersGroupsListParams) SetNamen(namen *string)
SetNamen adds the nameN to the users groups list params
func (*UsersGroupsListParams) SetOffset ¶
func (o *UsersGroupsListParams) SetOffset(offset *int64)
SetOffset adds the offset to the users groups list params
func (*UsersGroupsListParams) SetQ ¶
func (o *UsersGroupsListParams) SetQ(q *string)
SetQ adds the q to the users groups list params
func (*UsersGroupsListParams) SetTimeout ¶
func (o *UsersGroupsListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users groups list params
func (*UsersGroupsListParams) WithContext ¶
func (o *UsersGroupsListParams) WithContext(ctx context.Context) *UsersGroupsListParams
WithContext adds the context to the users groups list params
func (*UsersGroupsListParams) WithHTTPClient ¶
func (o *UsersGroupsListParams) WithHTTPClient(client *http.Client) *UsersGroupsListParams
WithHTTPClient adds the HTTPClient to the users groups list params
func (*UsersGroupsListParams) WithID ¶
func (o *UsersGroupsListParams) WithID(id *string) *UsersGroupsListParams
WithID adds the id to the users groups list params
func (*UsersGroupsListParams) WithIDGt ¶
func (o *UsersGroupsListParams) WithIDGt(iDGt *string) *UsersGroupsListParams
WithIDGt adds the iDGt to the users groups list params
func (*UsersGroupsListParams) WithIDGte ¶
func (o *UsersGroupsListParams) WithIDGte(iDGte *string) *UsersGroupsListParams
WithIDGte adds the iDGte to the users groups list params
func (*UsersGroupsListParams) WithIDLt ¶
func (o *UsersGroupsListParams) WithIDLt(iDLt *string) *UsersGroupsListParams
WithIDLt adds the iDLt to the users groups list params
func (*UsersGroupsListParams) WithIDLte ¶
func (o *UsersGroupsListParams) WithIDLte(iDLte *string) *UsersGroupsListParams
WithIDLte adds the iDLte to the users groups list params
func (*UsersGroupsListParams) WithIDn ¶
func (o *UsersGroupsListParams) WithIDn(iDn *string) *UsersGroupsListParams
WithIDn adds the iDn to the users groups list params
func (*UsersGroupsListParams) WithLimit ¶
func (o *UsersGroupsListParams) WithLimit(limit *int64) *UsersGroupsListParams
WithLimit adds the limit to the users groups list params
func (*UsersGroupsListParams) WithName ¶
func (o *UsersGroupsListParams) WithName(name *string) *UsersGroupsListParams
WithName adds the name to the users groups list params
func (*UsersGroupsListParams) WithNameIc ¶
func (o *UsersGroupsListParams) WithNameIc(nameIc *string) *UsersGroupsListParams
WithNameIc adds the nameIc to the users groups list params
func (*UsersGroupsListParams) WithNameIe ¶
func (o *UsersGroupsListParams) WithNameIe(nameIe *string) *UsersGroupsListParams
WithNameIe adds the nameIe to the users groups list params
func (*UsersGroupsListParams) WithNameIew ¶
func (o *UsersGroupsListParams) WithNameIew(nameIew *string) *UsersGroupsListParams
WithNameIew adds the nameIew to the users groups list params
func (*UsersGroupsListParams) WithNameIsw ¶
func (o *UsersGroupsListParams) WithNameIsw(nameIsw *string) *UsersGroupsListParams
WithNameIsw adds the nameIsw to the users groups list params
func (*UsersGroupsListParams) WithNameNic ¶
func (o *UsersGroupsListParams) WithNameNic(nameNic *string) *UsersGroupsListParams
WithNameNic adds the nameNic to the users groups list params
func (*UsersGroupsListParams) WithNameNie ¶
func (o *UsersGroupsListParams) WithNameNie(nameNie *string) *UsersGroupsListParams
WithNameNie adds the nameNie to the users groups list params
func (*UsersGroupsListParams) WithNameNiew ¶
func (o *UsersGroupsListParams) WithNameNiew(nameNiew *string) *UsersGroupsListParams
WithNameNiew adds the nameNiew to the users groups list params
func (*UsersGroupsListParams) WithNameNisw ¶
func (o *UsersGroupsListParams) WithNameNisw(nameNisw *string) *UsersGroupsListParams
WithNameNisw adds the nameNisw to the users groups list params
func (*UsersGroupsListParams) WithNamen ¶
func (o *UsersGroupsListParams) WithNamen(namen *string) *UsersGroupsListParams
WithNamen adds the namen to the users groups list params
func (*UsersGroupsListParams) WithOffset ¶
func (o *UsersGroupsListParams) WithOffset(offset *int64) *UsersGroupsListParams
WithOffset adds the offset to the users groups list params
func (*UsersGroupsListParams) WithQ ¶
func (o *UsersGroupsListParams) WithQ(q *string) *UsersGroupsListParams
WithQ adds the q to the users groups list params
func (*UsersGroupsListParams) WithTimeout ¶
func (o *UsersGroupsListParams) WithTimeout(timeout time.Duration) *UsersGroupsListParams
WithTimeout adds the timeout to the users groups list params
func (*UsersGroupsListParams) WriteToRequest ¶
func (o *UsersGroupsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersGroupsListReader ¶
type UsersGroupsListReader struct {
// contains filtered or unexported fields
}
UsersGroupsListReader is a Reader for the UsersGroupsList structure.
func (*UsersGroupsListReader) ReadResponse ¶
func (o *UsersGroupsListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersGroupsPartialUpdateDefault ¶
type UsersGroupsPartialUpdateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersGroupsPartialUpdateDefault handles this case with default header values.
UsersGroupsPartialUpdateDefault users groups partial update default
func NewUsersGroupsPartialUpdateDefault ¶
func NewUsersGroupsPartialUpdateDefault(code int) *UsersGroupsPartialUpdateDefault
NewUsersGroupsPartialUpdateDefault creates a UsersGroupsPartialUpdateDefault with default headers values
func (*UsersGroupsPartialUpdateDefault) Code ¶
func (o *UsersGroupsPartialUpdateDefault) Code() int
Code gets the status code for the users groups partial update default response
func (*UsersGroupsPartialUpdateDefault) Error ¶
func (o *UsersGroupsPartialUpdateDefault) Error() string
func (*UsersGroupsPartialUpdateDefault) GetPayload ¶
func (o *UsersGroupsPartialUpdateDefault) GetPayload() interface{}
type UsersGroupsPartialUpdateOK ¶
UsersGroupsPartialUpdateOK handles this case with default header values.
UsersGroupsPartialUpdateOK users groups partial update o k
func NewUsersGroupsPartialUpdateOK ¶
func NewUsersGroupsPartialUpdateOK() *UsersGroupsPartialUpdateOK
NewUsersGroupsPartialUpdateOK creates a UsersGroupsPartialUpdateOK with default headers values
func (*UsersGroupsPartialUpdateOK) Error ¶
func (o *UsersGroupsPartialUpdateOK) Error() string
func (*UsersGroupsPartialUpdateOK) GetPayload ¶
func (o *UsersGroupsPartialUpdateOK) GetPayload() *models.Group
type UsersGroupsPartialUpdateParams ¶
type UsersGroupsPartialUpdateParams struct { /*Data*/ Data *models.Group /*ID A unique integer value identifying this group. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersGroupsPartialUpdateParams contains all the parameters to send to the API endpoint for the users groups partial update operation typically these are written to a http.Request
func NewUsersGroupsPartialUpdateParams ¶
func NewUsersGroupsPartialUpdateParams() *UsersGroupsPartialUpdateParams
NewUsersGroupsPartialUpdateParams creates a new UsersGroupsPartialUpdateParams object with the default values initialized.
func NewUsersGroupsPartialUpdateParamsWithContext ¶
func NewUsersGroupsPartialUpdateParamsWithContext(ctx context.Context) *UsersGroupsPartialUpdateParams
NewUsersGroupsPartialUpdateParamsWithContext creates a new UsersGroupsPartialUpdateParams object with the default values initialized, and the ability to set a context for a request
func NewUsersGroupsPartialUpdateParamsWithHTTPClient ¶
func NewUsersGroupsPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersGroupsPartialUpdateParams
NewUsersGroupsPartialUpdateParamsWithHTTPClient creates a new UsersGroupsPartialUpdateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersGroupsPartialUpdateParamsWithTimeout ¶
func NewUsersGroupsPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersGroupsPartialUpdateParams
NewUsersGroupsPartialUpdateParamsWithTimeout creates a new UsersGroupsPartialUpdateParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersGroupsPartialUpdateParams) SetContext ¶
func (o *UsersGroupsPartialUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the users groups partial update params
func (*UsersGroupsPartialUpdateParams) SetData ¶
func (o *UsersGroupsPartialUpdateParams) SetData(data *models.Group)
SetData adds the data to the users groups partial update params
func (*UsersGroupsPartialUpdateParams) SetHTTPClient ¶
func (o *UsersGroupsPartialUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users groups partial update params
func (*UsersGroupsPartialUpdateParams) SetID ¶
func (o *UsersGroupsPartialUpdateParams) SetID(id int64)
SetID adds the id to the users groups partial update params
func (*UsersGroupsPartialUpdateParams) SetTimeout ¶
func (o *UsersGroupsPartialUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users groups partial update params
func (*UsersGroupsPartialUpdateParams) WithContext ¶
func (o *UsersGroupsPartialUpdateParams) WithContext(ctx context.Context) *UsersGroupsPartialUpdateParams
WithContext adds the context to the users groups partial update params
func (*UsersGroupsPartialUpdateParams) WithData ¶
func (o *UsersGroupsPartialUpdateParams) WithData(data *models.Group) *UsersGroupsPartialUpdateParams
WithData adds the data to the users groups partial update params
func (*UsersGroupsPartialUpdateParams) WithHTTPClient ¶
func (o *UsersGroupsPartialUpdateParams) WithHTTPClient(client *http.Client) *UsersGroupsPartialUpdateParams
WithHTTPClient adds the HTTPClient to the users groups partial update params
func (*UsersGroupsPartialUpdateParams) WithID ¶
func (o *UsersGroupsPartialUpdateParams) WithID(id int64) *UsersGroupsPartialUpdateParams
WithID adds the id to the users groups partial update params
func (*UsersGroupsPartialUpdateParams) WithTimeout ¶
func (o *UsersGroupsPartialUpdateParams) WithTimeout(timeout time.Duration) *UsersGroupsPartialUpdateParams
WithTimeout adds the timeout to the users groups partial update params
func (*UsersGroupsPartialUpdateParams) WriteToRequest ¶
func (o *UsersGroupsPartialUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersGroupsPartialUpdateReader ¶
type UsersGroupsPartialUpdateReader struct {
// contains filtered or unexported fields
}
UsersGroupsPartialUpdateReader is a Reader for the UsersGroupsPartialUpdate structure.
func (*UsersGroupsPartialUpdateReader) ReadResponse ¶
func (o *UsersGroupsPartialUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersGroupsReadOK ¶
UsersGroupsReadOK handles this case with default header values.
UsersGroupsReadOK users groups read o k
func NewUsersGroupsReadOK ¶
func NewUsersGroupsReadOK() *UsersGroupsReadOK
NewUsersGroupsReadOK creates a UsersGroupsReadOK with default headers values
func (*UsersGroupsReadOK) Error ¶
func (o *UsersGroupsReadOK) Error() string
func (*UsersGroupsReadOK) GetPayload ¶
func (o *UsersGroupsReadOK) GetPayload() *models.Group
type UsersGroupsReadParams ¶
type UsersGroupsReadParams struct { /*ID A unique integer value identifying this group. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersGroupsReadParams contains all the parameters to send to the API endpoint for the users groups read operation typically these are written to a http.Request
func NewUsersGroupsReadParams ¶
func NewUsersGroupsReadParams() *UsersGroupsReadParams
NewUsersGroupsReadParams creates a new UsersGroupsReadParams object with the default values initialized.
func NewUsersGroupsReadParamsWithContext ¶
func NewUsersGroupsReadParamsWithContext(ctx context.Context) *UsersGroupsReadParams
NewUsersGroupsReadParamsWithContext creates a new UsersGroupsReadParams object with the default values initialized, and the ability to set a context for a request
func NewUsersGroupsReadParamsWithHTTPClient ¶
func NewUsersGroupsReadParamsWithHTTPClient(client *http.Client) *UsersGroupsReadParams
NewUsersGroupsReadParamsWithHTTPClient creates a new UsersGroupsReadParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersGroupsReadParamsWithTimeout ¶
func NewUsersGroupsReadParamsWithTimeout(timeout time.Duration) *UsersGroupsReadParams
NewUsersGroupsReadParamsWithTimeout creates a new UsersGroupsReadParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersGroupsReadParams) SetContext ¶
func (o *UsersGroupsReadParams) SetContext(ctx context.Context)
SetContext adds the context to the users groups read params
func (*UsersGroupsReadParams) SetHTTPClient ¶
func (o *UsersGroupsReadParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users groups read params
func (*UsersGroupsReadParams) SetID ¶
func (o *UsersGroupsReadParams) SetID(id int64)
SetID adds the id to the users groups read params
func (*UsersGroupsReadParams) SetTimeout ¶
func (o *UsersGroupsReadParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users groups read params
func (*UsersGroupsReadParams) WithContext ¶
func (o *UsersGroupsReadParams) WithContext(ctx context.Context) *UsersGroupsReadParams
WithContext adds the context to the users groups read params
func (*UsersGroupsReadParams) WithHTTPClient ¶
func (o *UsersGroupsReadParams) WithHTTPClient(client *http.Client) *UsersGroupsReadParams
WithHTTPClient adds the HTTPClient to the users groups read params
func (*UsersGroupsReadParams) WithID ¶
func (o *UsersGroupsReadParams) WithID(id int64) *UsersGroupsReadParams
WithID adds the id to the users groups read params
func (*UsersGroupsReadParams) WithTimeout ¶
func (o *UsersGroupsReadParams) WithTimeout(timeout time.Duration) *UsersGroupsReadParams
WithTimeout adds the timeout to the users groups read params
func (*UsersGroupsReadParams) WriteToRequest ¶
func (o *UsersGroupsReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersGroupsReadReader ¶
type UsersGroupsReadReader struct {
// contains filtered or unexported fields
}
UsersGroupsReadReader is a Reader for the UsersGroupsRead structure.
func (*UsersGroupsReadReader) ReadResponse ¶
func (o *UsersGroupsReadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersGroupsUpdateDefault ¶
type UsersGroupsUpdateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersGroupsUpdateDefault handles this case with default header values.
UsersGroupsUpdateDefault users groups update default
func NewUsersGroupsUpdateDefault ¶
func NewUsersGroupsUpdateDefault(code int) *UsersGroupsUpdateDefault
NewUsersGroupsUpdateDefault creates a UsersGroupsUpdateDefault with default headers values
func (*UsersGroupsUpdateDefault) Code ¶
func (o *UsersGroupsUpdateDefault) Code() int
Code gets the status code for the users groups update default response
func (*UsersGroupsUpdateDefault) Error ¶
func (o *UsersGroupsUpdateDefault) Error() string
func (*UsersGroupsUpdateDefault) GetPayload ¶
func (o *UsersGroupsUpdateDefault) GetPayload() interface{}
type UsersGroupsUpdateOK ¶
UsersGroupsUpdateOK handles this case with default header values.
UsersGroupsUpdateOK users groups update o k
func NewUsersGroupsUpdateOK ¶
func NewUsersGroupsUpdateOK() *UsersGroupsUpdateOK
NewUsersGroupsUpdateOK creates a UsersGroupsUpdateOK with default headers values
func (*UsersGroupsUpdateOK) Error ¶
func (o *UsersGroupsUpdateOK) Error() string
func (*UsersGroupsUpdateOK) GetPayload ¶
func (o *UsersGroupsUpdateOK) GetPayload() *models.Group
type UsersGroupsUpdateParams ¶
type UsersGroupsUpdateParams struct { /*Data*/ Data *models.Group /*ID A unique integer value identifying this group. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersGroupsUpdateParams contains all the parameters to send to the API endpoint for the users groups update operation typically these are written to a http.Request
func NewUsersGroupsUpdateParams ¶
func NewUsersGroupsUpdateParams() *UsersGroupsUpdateParams
NewUsersGroupsUpdateParams creates a new UsersGroupsUpdateParams object with the default values initialized.
func NewUsersGroupsUpdateParamsWithContext ¶
func NewUsersGroupsUpdateParamsWithContext(ctx context.Context) *UsersGroupsUpdateParams
NewUsersGroupsUpdateParamsWithContext creates a new UsersGroupsUpdateParams object with the default values initialized, and the ability to set a context for a request
func NewUsersGroupsUpdateParamsWithHTTPClient ¶
func NewUsersGroupsUpdateParamsWithHTTPClient(client *http.Client) *UsersGroupsUpdateParams
NewUsersGroupsUpdateParamsWithHTTPClient creates a new UsersGroupsUpdateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersGroupsUpdateParamsWithTimeout ¶
func NewUsersGroupsUpdateParamsWithTimeout(timeout time.Duration) *UsersGroupsUpdateParams
NewUsersGroupsUpdateParamsWithTimeout creates a new UsersGroupsUpdateParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersGroupsUpdateParams) SetContext ¶
func (o *UsersGroupsUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the users groups update params
func (*UsersGroupsUpdateParams) SetData ¶
func (o *UsersGroupsUpdateParams) SetData(data *models.Group)
SetData adds the data to the users groups update params
func (*UsersGroupsUpdateParams) SetHTTPClient ¶
func (o *UsersGroupsUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users groups update params
func (*UsersGroupsUpdateParams) SetID ¶
func (o *UsersGroupsUpdateParams) SetID(id int64)
SetID adds the id to the users groups update params
func (*UsersGroupsUpdateParams) SetTimeout ¶
func (o *UsersGroupsUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users groups update params
func (*UsersGroupsUpdateParams) WithContext ¶
func (o *UsersGroupsUpdateParams) WithContext(ctx context.Context) *UsersGroupsUpdateParams
WithContext adds the context to the users groups update params
func (*UsersGroupsUpdateParams) WithData ¶
func (o *UsersGroupsUpdateParams) WithData(data *models.Group) *UsersGroupsUpdateParams
WithData adds the data to the users groups update params
func (*UsersGroupsUpdateParams) WithHTTPClient ¶
func (o *UsersGroupsUpdateParams) WithHTTPClient(client *http.Client) *UsersGroupsUpdateParams
WithHTTPClient adds the HTTPClient to the users groups update params
func (*UsersGroupsUpdateParams) WithID ¶
func (o *UsersGroupsUpdateParams) WithID(id int64) *UsersGroupsUpdateParams
WithID adds the id to the users groups update params
func (*UsersGroupsUpdateParams) WithTimeout ¶
func (o *UsersGroupsUpdateParams) WithTimeout(timeout time.Duration) *UsersGroupsUpdateParams
WithTimeout adds the timeout to the users groups update params
func (*UsersGroupsUpdateParams) WriteToRequest ¶
func (o *UsersGroupsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersGroupsUpdateReader ¶
type UsersGroupsUpdateReader struct {
// contains filtered or unexported fields
}
UsersGroupsUpdateReader is a Reader for the UsersGroupsUpdate structure.
func (*UsersGroupsUpdateReader) ReadResponse ¶
func (o *UsersGroupsUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersPermissionsCreateCreated ¶
type UsersPermissionsCreateCreated struct {
Payload *models.ObjectPermission
}
UsersPermissionsCreateCreated handles this case with default header values.
UsersPermissionsCreateCreated users permissions create created
func NewUsersPermissionsCreateCreated ¶
func NewUsersPermissionsCreateCreated() *UsersPermissionsCreateCreated
NewUsersPermissionsCreateCreated creates a UsersPermissionsCreateCreated with default headers values
func (*UsersPermissionsCreateCreated) Error ¶
func (o *UsersPermissionsCreateCreated) Error() string
func (*UsersPermissionsCreateCreated) GetPayload ¶
func (o *UsersPermissionsCreateCreated) GetPayload() *models.ObjectPermission
type UsersPermissionsCreateDefault ¶
type UsersPermissionsCreateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersPermissionsCreateDefault handles this case with default header values.
UsersPermissionsCreateDefault users permissions create default
func NewUsersPermissionsCreateDefault ¶
func NewUsersPermissionsCreateDefault(code int) *UsersPermissionsCreateDefault
NewUsersPermissionsCreateDefault creates a UsersPermissionsCreateDefault with default headers values
func (*UsersPermissionsCreateDefault) Code ¶
func (o *UsersPermissionsCreateDefault) Code() int
Code gets the status code for the users permissions create default response
func (*UsersPermissionsCreateDefault) Error ¶
func (o *UsersPermissionsCreateDefault) Error() string
func (*UsersPermissionsCreateDefault) GetPayload ¶
func (o *UsersPermissionsCreateDefault) GetPayload() interface{}
type UsersPermissionsCreateParams ¶
type UsersPermissionsCreateParams struct { /*Data*/ Data *models.WritableObjectPermission Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersPermissionsCreateParams contains all the parameters to send to the API endpoint for the users permissions create operation typically these are written to a http.Request
func NewUsersPermissionsCreateParams ¶
func NewUsersPermissionsCreateParams() *UsersPermissionsCreateParams
NewUsersPermissionsCreateParams creates a new UsersPermissionsCreateParams object with the default values initialized.
func NewUsersPermissionsCreateParamsWithContext ¶
func NewUsersPermissionsCreateParamsWithContext(ctx context.Context) *UsersPermissionsCreateParams
NewUsersPermissionsCreateParamsWithContext creates a new UsersPermissionsCreateParams object with the default values initialized, and the ability to set a context for a request
func NewUsersPermissionsCreateParamsWithHTTPClient ¶
func NewUsersPermissionsCreateParamsWithHTTPClient(client *http.Client) *UsersPermissionsCreateParams
NewUsersPermissionsCreateParamsWithHTTPClient creates a new UsersPermissionsCreateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersPermissionsCreateParamsWithTimeout ¶
func NewUsersPermissionsCreateParamsWithTimeout(timeout time.Duration) *UsersPermissionsCreateParams
NewUsersPermissionsCreateParamsWithTimeout creates a new UsersPermissionsCreateParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersPermissionsCreateParams) SetContext ¶
func (o *UsersPermissionsCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the users permissions create params
func (*UsersPermissionsCreateParams) SetData ¶
func (o *UsersPermissionsCreateParams) SetData(data *models.WritableObjectPermission)
SetData adds the data to the users permissions create params
func (*UsersPermissionsCreateParams) SetHTTPClient ¶
func (o *UsersPermissionsCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users permissions create params
func (*UsersPermissionsCreateParams) SetTimeout ¶
func (o *UsersPermissionsCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users permissions create params
func (*UsersPermissionsCreateParams) WithContext ¶
func (o *UsersPermissionsCreateParams) WithContext(ctx context.Context) *UsersPermissionsCreateParams
WithContext adds the context to the users permissions create params
func (*UsersPermissionsCreateParams) WithData ¶
func (o *UsersPermissionsCreateParams) WithData(data *models.WritableObjectPermission) *UsersPermissionsCreateParams
WithData adds the data to the users permissions create params
func (*UsersPermissionsCreateParams) WithHTTPClient ¶
func (o *UsersPermissionsCreateParams) WithHTTPClient(client *http.Client) *UsersPermissionsCreateParams
WithHTTPClient adds the HTTPClient to the users permissions create params
func (*UsersPermissionsCreateParams) WithTimeout ¶
func (o *UsersPermissionsCreateParams) WithTimeout(timeout time.Duration) *UsersPermissionsCreateParams
WithTimeout adds the timeout to the users permissions create params
func (*UsersPermissionsCreateParams) WriteToRequest ¶
func (o *UsersPermissionsCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersPermissionsCreateReader ¶
type UsersPermissionsCreateReader struct {
// contains filtered or unexported fields
}
UsersPermissionsCreateReader is a Reader for the UsersPermissionsCreate structure.
func (*UsersPermissionsCreateReader) ReadResponse ¶
func (o *UsersPermissionsCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersPermissionsDeleteNoContent ¶
type UsersPermissionsDeleteNoContent struct { }
UsersPermissionsDeleteNoContent handles this case with default header values.
UsersPermissionsDeleteNoContent users permissions delete no content
func NewUsersPermissionsDeleteNoContent ¶
func NewUsersPermissionsDeleteNoContent() *UsersPermissionsDeleteNoContent
NewUsersPermissionsDeleteNoContent creates a UsersPermissionsDeleteNoContent with default headers values
func (*UsersPermissionsDeleteNoContent) Error ¶
func (o *UsersPermissionsDeleteNoContent) Error() string
type UsersPermissionsDeleteParams ¶
type UsersPermissionsDeleteParams struct { /*ID A unique integer value identifying this permission. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersPermissionsDeleteParams contains all the parameters to send to the API endpoint for the users permissions delete operation typically these are written to a http.Request
func NewUsersPermissionsDeleteParams ¶
func NewUsersPermissionsDeleteParams() *UsersPermissionsDeleteParams
NewUsersPermissionsDeleteParams creates a new UsersPermissionsDeleteParams object with the default values initialized.
func NewUsersPermissionsDeleteParamsWithContext ¶
func NewUsersPermissionsDeleteParamsWithContext(ctx context.Context) *UsersPermissionsDeleteParams
NewUsersPermissionsDeleteParamsWithContext creates a new UsersPermissionsDeleteParams object with the default values initialized, and the ability to set a context for a request
func NewUsersPermissionsDeleteParamsWithHTTPClient ¶
func NewUsersPermissionsDeleteParamsWithHTTPClient(client *http.Client) *UsersPermissionsDeleteParams
NewUsersPermissionsDeleteParamsWithHTTPClient creates a new UsersPermissionsDeleteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersPermissionsDeleteParamsWithTimeout ¶
func NewUsersPermissionsDeleteParamsWithTimeout(timeout time.Duration) *UsersPermissionsDeleteParams
NewUsersPermissionsDeleteParamsWithTimeout creates a new UsersPermissionsDeleteParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersPermissionsDeleteParams) SetContext ¶
func (o *UsersPermissionsDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the users permissions delete params
func (*UsersPermissionsDeleteParams) SetHTTPClient ¶
func (o *UsersPermissionsDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users permissions delete params
func (*UsersPermissionsDeleteParams) SetID ¶
func (o *UsersPermissionsDeleteParams) SetID(id int64)
SetID adds the id to the users permissions delete params
func (*UsersPermissionsDeleteParams) SetTimeout ¶
func (o *UsersPermissionsDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users permissions delete params
func (*UsersPermissionsDeleteParams) WithContext ¶
func (o *UsersPermissionsDeleteParams) WithContext(ctx context.Context) *UsersPermissionsDeleteParams
WithContext adds the context to the users permissions delete params
func (*UsersPermissionsDeleteParams) WithHTTPClient ¶
func (o *UsersPermissionsDeleteParams) WithHTTPClient(client *http.Client) *UsersPermissionsDeleteParams
WithHTTPClient adds the HTTPClient to the users permissions delete params
func (*UsersPermissionsDeleteParams) WithID ¶
func (o *UsersPermissionsDeleteParams) WithID(id int64) *UsersPermissionsDeleteParams
WithID adds the id to the users permissions delete params
func (*UsersPermissionsDeleteParams) WithTimeout ¶
func (o *UsersPermissionsDeleteParams) WithTimeout(timeout time.Duration) *UsersPermissionsDeleteParams
WithTimeout adds the timeout to the users permissions delete params
func (*UsersPermissionsDeleteParams) WriteToRequest ¶
func (o *UsersPermissionsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersPermissionsDeleteReader ¶
type UsersPermissionsDeleteReader struct {
// contains filtered or unexported fields
}
UsersPermissionsDeleteReader is a Reader for the UsersPermissionsDelete structure.
func (*UsersPermissionsDeleteReader) ReadResponse ¶
func (o *UsersPermissionsDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersPermissionsListOK ¶
type UsersPermissionsListOK struct {
Payload *UsersPermissionsListOKBody
}
UsersPermissionsListOK handles this case with default header values.
UsersPermissionsListOK users permissions list o k
func NewUsersPermissionsListOK ¶
func NewUsersPermissionsListOK() *UsersPermissionsListOK
NewUsersPermissionsListOK creates a UsersPermissionsListOK with default headers values
func (*UsersPermissionsListOK) Error ¶
func (o *UsersPermissionsListOK) Error() string
func (*UsersPermissionsListOK) GetPayload ¶
func (o *UsersPermissionsListOK) GetPayload() *UsersPermissionsListOKBody
type UsersPermissionsListOKBody ¶
type UsersPermissionsListOKBody struct { // count // Required: true Count *int64 `json:"count"` // next // Format: uri Next *strfmt.URI `json:"next,omitempty"` // previous // Format: uri Previous *strfmt.URI `json:"previous,omitempty"` // results // Required: true Results []*models.ObjectPermission `json:"results"` }
UsersPermissionsListOKBody users permissions list o k body swagger:model UsersPermissionsListOKBody
func (*UsersPermissionsListOKBody) MarshalBinary ¶
func (o *UsersPermissionsListOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UsersPermissionsListOKBody) UnmarshalBinary ¶
func (o *UsersPermissionsListOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UsersPermissionsListParams ¶
type UsersPermissionsListParams struct { /*Enabled*/ Enabled *string /*Group*/ Group *string /*Groupn*/ Groupn *string /*GroupID*/ GroupID *string /*GroupIDn*/ GroupIDn *string /*ID*/ ID *string /*IDGt*/ IDGt *string /*IDGte*/ IDGte *string /*IDLt*/ IDLt *string /*IDLte*/ IDLte *string /*IDn*/ IDn *string /*Limit Number of results to return per page. */ Limit *int64 /*Name*/ Name *string /*NameIc*/ NameIc *string /*NameIe*/ NameIe *string /*NameIew*/ NameIew *string /*NameIsw*/ NameIsw *string /*Namen*/ Namen *string /*NameNic*/ NameNic *string /*NameNie*/ NameNie *string /*NameNiew*/ NameNiew *string /*NameNisw*/ NameNisw *string /*ObjectTypes*/ ObjectTypes *string /*ObjectTypesn*/ ObjectTypesn *string /*Offset The initial index from which to return the results. */ Offset *int64 /*User*/ User *string /*Usern*/ Usern *string /*UserID*/ UserID *string /*UserIDn*/ UserIDn *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersPermissionsListParams contains all the parameters to send to the API endpoint for the users permissions list operation typically these are written to a http.Request
func NewUsersPermissionsListParams ¶
func NewUsersPermissionsListParams() *UsersPermissionsListParams
NewUsersPermissionsListParams creates a new UsersPermissionsListParams object with the default values initialized.
func NewUsersPermissionsListParamsWithContext ¶
func NewUsersPermissionsListParamsWithContext(ctx context.Context) *UsersPermissionsListParams
NewUsersPermissionsListParamsWithContext creates a new UsersPermissionsListParams object with the default values initialized, and the ability to set a context for a request
func NewUsersPermissionsListParamsWithHTTPClient ¶
func NewUsersPermissionsListParamsWithHTTPClient(client *http.Client) *UsersPermissionsListParams
NewUsersPermissionsListParamsWithHTTPClient creates a new UsersPermissionsListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersPermissionsListParamsWithTimeout ¶
func NewUsersPermissionsListParamsWithTimeout(timeout time.Duration) *UsersPermissionsListParams
NewUsersPermissionsListParamsWithTimeout creates a new UsersPermissionsListParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersPermissionsListParams) SetContext ¶
func (o *UsersPermissionsListParams) SetContext(ctx context.Context)
SetContext adds the context to the users permissions list params
func (*UsersPermissionsListParams) SetEnabled ¶
func (o *UsersPermissionsListParams) SetEnabled(enabled *string)
SetEnabled adds the enabled to the users permissions list params
func (*UsersPermissionsListParams) SetGroup ¶
func (o *UsersPermissionsListParams) SetGroup(group *string)
SetGroup adds the group to the users permissions list params
func (*UsersPermissionsListParams) SetGroupID ¶
func (o *UsersPermissionsListParams) SetGroupID(groupID *string)
SetGroupID adds the groupId to the users permissions list params
func (*UsersPermissionsListParams) SetGroupIDn ¶
func (o *UsersPermissionsListParams) SetGroupIDn(groupIDn *string)
SetGroupIDn adds the groupIdN to the users permissions list params
func (*UsersPermissionsListParams) SetGroupn ¶
func (o *UsersPermissionsListParams) SetGroupn(groupn *string)
SetGroupn adds the groupN to the users permissions list params
func (*UsersPermissionsListParams) SetHTTPClient ¶
func (o *UsersPermissionsListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users permissions list params
func (*UsersPermissionsListParams) SetID ¶
func (o *UsersPermissionsListParams) SetID(id *string)
SetID adds the id to the users permissions list params
func (*UsersPermissionsListParams) SetIDGt ¶
func (o *UsersPermissionsListParams) SetIDGt(iDGt *string)
SetIDGt adds the idGt to the users permissions list params
func (*UsersPermissionsListParams) SetIDGte ¶
func (o *UsersPermissionsListParams) SetIDGte(iDGte *string)
SetIDGte adds the idGte to the users permissions list params
func (*UsersPermissionsListParams) SetIDLt ¶
func (o *UsersPermissionsListParams) SetIDLt(iDLt *string)
SetIDLt adds the idLt to the users permissions list params
func (*UsersPermissionsListParams) SetIDLte ¶
func (o *UsersPermissionsListParams) SetIDLte(iDLte *string)
SetIDLte adds the idLte to the users permissions list params
func (*UsersPermissionsListParams) SetIDn ¶
func (o *UsersPermissionsListParams) SetIDn(iDn *string)
SetIDn adds the idN to the users permissions list params
func (*UsersPermissionsListParams) SetLimit ¶
func (o *UsersPermissionsListParams) SetLimit(limit *int64)
SetLimit adds the limit to the users permissions list params
func (*UsersPermissionsListParams) SetName ¶
func (o *UsersPermissionsListParams) SetName(name *string)
SetName adds the name to the users permissions list params
func (*UsersPermissionsListParams) SetNameIc ¶
func (o *UsersPermissionsListParams) SetNameIc(nameIc *string)
SetNameIc adds the nameIc to the users permissions list params
func (*UsersPermissionsListParams) SetNameIe ¶
func (o *UsersPermissionsListParams) SetNameIe(nameIe *string)
SetNameIe adds the nameIe to the users permissions list params
func (*UsersPermissionsListParams) SetNameIew ¶
func (o *UsersPermissionsListParams) SetNameIew(nameIew *string)
SetNameIew adds the nameIew to the users permissions list params
func (*UsersPermissionsListParams) SetNameIsw ¶
func (o *UsersPermissionsListParams) SetNameIsw(nameIsw *string)
SetNameIsw adds the nameIsw to the users permissions list params
func (*UsersPermissionsListParams) SetNameNic ¶
func (o *UsersPermissionsListParams) SetNameNic(nameNic *string)
SetNameNic adds the nameNic to the users permissions list params
func (*UsersPermissionsListParams) SetNameNie ¶
func (o *UsersPermissionsListParams) SetNameNie(nameNie *string)
SetNameNie adds the nameNie to the users permissions list params
func (*UsersPermissionsListParams) SetNameNiew ¶
func (o *UsersPermissionsListParams) SetNameNiew(nameNiew *string)
SetNameNiew adds the nameNiew to the users permissions list params
func (*UsersPermissionsListParams) SetNameNisw ¶
func (o *UsersPermissionsListParams) SetNameNisw(nameNisw *string)
SetNameNisw adds the nameNisw to the users permissions list params
func (*UsersPermissionsListParams) SetNamen ¶
func (o *UsersPermissionsListParams) SetNamen(namen *string)
SetNamen adds the nameN to the users permissions list params
func (*UsersPermissionsListParams) SetObjectTypes ¶
func (o *UsersPermissionsListParams) SetObjectTypes(objectTypes *string)
SetObjectTypes adds the objectTypes to the users permissions list params
func (*UsersPermissionsListParams) SetObjectTypesn ¶
func (o *UsersPermissionsListParams) SetObjectTypesn(objectTypesn *string)
SetObjectTypesn adds the objectTypesN to the users permissions list params
func (*UsersPermissionsListParams) SetOffset ¶
func (o *UsersPermissionsListParams) SetOffset(offset *int64)
SetOffset adds the offset to the users permissions list params
func (*UsersPermissionsListParams) SetTimeout ¶
func (o *UsersPermissionsListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users permissions list params
func (*UsersPermissionsListParams) SetUser ¶
func (o *UsersPermissionsListParams) SetUser(user *string)
SetUser adds the user to the users permissions list params
func (*UsersPermissionsListParams) SetUserID ¶
func (o *UsersPermissionsListParams) SetUserID(userID *string)
SetUserID adds the userId to the users permissions list params
func (*UsersPermissionsListParams) SetUserIDn ¶
func (o *UsersPermissionsListParams) SetUserIDn(userIDn *string)
SetUserIDn adds the userIdN to the users permissions list params
func (*UsersPermissionsListParams) SetUsern ¶
func (o *UsersPermissionsListParams) SetUsern(usern *string)
SetUsern adds the userN to the users permissions list params
func (*UsersPermissionsListParams) WithContext ¶
func (o *UsersPermissionsListParams) WithContext(ctx context.Context) *UsersPermissionsListParams
WithContext adds the context to the users permissions list params
func (*UsersPermissionsListParams) WithEnabled ¶
func (o *UsersPermissionsListParams) WithEnabled(enabled *string) *UsersPermissionsListParams
WithEnabled adds the enabled to the users permissions list params
func (*UsersPermissionsListParams) WithGroup ¶
func (o *UsersPermissionsListParams) WithGroup(group *string) *UsersPermissionsListParams
WithGroup adds the group to the users permissions list params
func (*UsersPermissionsListParams) WithGroupID ¶
func (o *UsersPermissionsListParams) WithGroupID(groupID *string) *UsersPermissionsListParams
WithGroupID adds the groupID to the users permissions list params
func (*UsersPermissionsListParams) WithGroupIDn ¶
func (o *UsersPermissionsListParams) WithGroupIDn(groupIDn *string) *UsersPermissionsListParams
WithGroupIDn adds the groupIDn to the users permissions list params
func (*UsersPermissionsListParams) WithGroupn ¶
func (o *UsersPermissionsListParams) WithGroupn(groupn *string) *UsersPermissionsListParams
WithGroupn adds the groupn to the users permissions list params
func (*UsersPermissionsListParams) WithHTTPClient ¶
func (o *UsersPermissionsListParams) WithHTTPClient(client *http.Client) *UsersPermissionsListParams
WithHTTPClient adds the HTTPClient to the users permissions list params
func (*UsersPermissionsListParams) WithID ¶
func (o *UsersPermissionsListParams) WithID(id *string) *UsersPermissionsListParams
WithID adds the id to the users permissions list params
func (*UsersPermissionsListParams) WithIDGt ¶
func (o *UsersPermissionsListParams) WithIDGt(iDGt *string) *UsersPermissionsListParams
WithIDGt adds the iDGt to the users permissions list params
func (*UsersPermissionsListParams) WithIDGte ¶
func (o *UsersPermissionsListParams) WithIDGte(iDGte *string) *UsersPermissionsListParams
WithIDGte adds the iDGte to the users permissions list params
func (*UsersPermissionsListParams) WithIDLt ¶
func (o *UsersPermissionsListParams) WithIDLt(iDLt *string) *UsersPermissionsListParams
WithIDLt adds the iDLt to the users permissions list params
func (*UsersPermissionsListParams) WithIDLte ¶
func (o *UsersPermissionsListParams) WithIDLte(iDLte *string) *UsersPermissionsListParams
WithIDLte adds the iDLte to the users permissions list params
func (*UsersPermissionsListParams) WithIDn ¶
func (o *UsersPermissionsListParams) WithIDn(iDn *string) *UsersPermissionsListParams
WithIDn adds the iDn to the users permissions list params
func (*UsersPermissionsListParams) WithLimit ¶
func (o *UsersPermissionsListParams) WithLimit(limit *int64) *UsersPermissionsListParams
WithLimit adds the limit to the users permissions list params
func (*UsersPermissionsListParams) WithName ¶
func (o *UsersPermissionsListParams) WithName(name *string) *UsersPermissionsListParams
WithName adds the name to the users permissions list params
func (*UsersPermissionsListParams) WithNameIc ¶
func (o *UsersPermissionsListParams) WithNameIc(nameIc *string) *UsersPermissionsListParams
WithNameIc adds the nameIc to the users permissions list params
func (*UsersPermissionsListParams) WithNameIe ¶
func (o *UsersPermissionsListParams) WithNameIe(nameIe *string) *UsersPermissionsListParams
WithNameIe adds the nameIe to the users permissions list params
func (*UsersPermissionsListParams) WithNameIew ¶
func (o *UsersPermissionsListParams) WithNameIew(nameIew *string) *UsersPermissionsListParams
WithNameIew adds the nameIew to the users permissions list params
func (*UsersPermissionsListParams) WithNameIsw ¶
func (o *UsersPermissionsListParams) WithNameIsw(nameIsw *string) *UsersPermissionsListParams
WithNameIsw adds the nameIsw to the users permissions list params
func (*UsersPermissionsListParams) WithNameNic ¶
func (o *UsersPermissionsListParams) WithNameNic(nameNic *string) *UsersPermissionsListParams
WithNameNic adds the nameNic to the users permissions list params
func (*UsersPermissionsListParams) WithNameNie ¶
func (o *UsersPermissionsListParams) WithNameNie(nameNie *string) *UsersPermissionsListParams
WithNameNie adds the nameNie to the users permissions list params
func (*UsersPermissionsListParams) WithNameNiew ¶
func (o *UsersPermissionsListParams) WithNameNiew(nameNiew *string) *UsersPermissionsListParams
WithNameNiew adds the nameNiew to the users permissions list params
func (*UsersPermissionsListParams) WithNameNisw ¶
func (o *UsersPermissionsListParams) WithNameNisw(nameNisw *string) *UsersPermissionsListParams
WithNameNisw adds the nameNisw to the users permissions list params
func (*UsersPermissionsListParams) WithNamen ¶
func (o *UsersPermissionsListParams) WithNamen(namen *string) *UsersPermissionsListParams
WithNamen adds the namen to the users permissions list params
func (*UsersPermissionsListParams) WithObjectTypes ¶
func (o *UsersPermissionsListParams) WithObjectTypes(objectTypes *string) *UsersPermissionsListParams
WithObjectTypes adds the objectTypes to the users permissions list params
func (*UsersPermissionsListParams) WithObjectTypesn ¶
func (o *UsersPermissionsListParams) WithObjectTypesn(objectTypesn *string) *UsersPermissionsListParams
WithObjectTypesn adds the objectTypesn to the users permissions list params
func (*UsersPermissionsListParams) WithOffset ¶
func (o *UsersPermissionsListParams) WithOffset(offset *int64) *UsersPermissionsListParams
WithOffset adds the offset to the users permissions list params
func (*UsersPermissionsListParams) WithTimeout ¶
func (o *UsersPermissionsListParams) WithTimeout(timeout time.Duration) *UsersPermissionsListParams
WithTimeout adds the timeout to the users permissions list params
func (*UsersPermissionsListParams) WithUser ¶
func (o *UsersPermissionsListParams) WithUser(user *string) *UsersPermissionsListParams
WithUser adds the user to the users permissions list params
func (*UsersPermissionsListParams) WithUserID ¶
func (o *UsersPermissionsListParams) WithUserID(userID *string) *UsersPermissionsListParams
WithUserID adds the userID to the users permissions list params
func (*UsersPermissionsListParams) WithUserIDn ¶
func (o *UsersPermissionsListParams) WithUserIDn(userIDn *string) *UsersPermissionsListParams
WithUserIDn adds the userIDn to the users permissions list params
func (*UsersPermissionsListParams) WithUsern ¶
func (o *UsersPermissionsListParams) WithUsern(usern *string) *UsersPermissionsListParams
WithUsern adds the usern to the users permissions list params
func (*UsersPermissionsListParams) WriteToRequest ¶
func (o *UsersPermissionsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersPermissionsListReader ¶
type UsersPermissionsListReader struct {
// contains filtered or unexported fields
}
UsersPermissionsListReader is a Reader for the UsersPermissionsList structure.
func (*UsersPermissionsListReader) ReadResponse ¶
func (o *UsersPermissionsListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersPermissionsPartialUpdateDefault ¶
type UsersPermissionsPartialUpdateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersPermissionsPartialUpdateDefault handles this case with default header values.
UsersPermissionsPartialUpdateDefault users permissions partial update default
func NewUsersPermissionsPartialUpdateDefault ¶
func NewUsersPermissionsPartialUpdateDefault(code int) *UsersPermissionsPartialUpdateDefault
NewUsersPermissionsPartialUpdateDefault creates a UsersPermissionsPartialUpdateDefault with default headers values
func (*UsersPermissionsPartialUpdateDefault) Code ¶
func (o *UsersPermissionsPartialUpdateDefault) Code() int
Code gets the status code for the users permissions partial update default response
func (*UsersPermissionsPartialUpdateDefault) Error ¶
func (o *UsersPermissionsPartialUpdateDefault) Error() string
func (*UsersPermissionsPartialUpdateDefault) GetPayload ¶
func (o *UsersPermissionsPartialUpdateDefault) GetPayload() interface{}
type UsersPermissionsPartialUpdateOK ¶
type UsersPermissionsPartialUpdateOK struct {
Payload *models.ObjectPermission
}
UsersPermissionsPartialUpdateOK handles this case with default header values.
UsersPermissionsPartialUpdateOK users permissions partial update o k
func NewUsersPermissionsPartialUpdateOK ¶
func NewUsersPermissionsPartialUpdateOK() *UsersPermissionsPartialUpdateOK
NewUsersPermissionsPartialUpdateOK creates a UsersPermissionsPartialUpdateOK with default headers values
func (*UsersPermissionsPartialUpdateOK) Error ¶
func (o *UsersPermissionsPartialUpdateOK) Error() string
func (*UsersPermissionsPartialUpdateOK) GetPayload ¶
func (o *UsersPermissionsPartialUpdateOK) GetPayload() *models.ObjectPermission
type UsersPermissionsPartialUpdateParams ¶
type UsersPermissionsPartialUpdateParams struct { /*Data*/ Data *models.WritableObjectPermission /*ID A unique integer value identifying this permission. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersPermissionsPartialUpdateParams contains all the parameters to send to the API endpoint for the users permissions partial update operation typically these are written to a http.Request
func NewUsersPermissionsPartialUpdateParams ¶
func NewUsersPermissionsPartialUpdateParams() *UsersPermissionsPartialUpdateParams
NewUsersPermissionsPartialUpdateParams creates a new UsersPermissionsPartialUpdateParams object with the default values initialized.
func NewUsersPermissionsPartialUpdateParamsWithContext ¶
func NewUsersPermissionsPartialUpdateParamsWithContext(ctx context.Context) *UsersPermissionsPartialUpdateParams
NewUsersPermissionsPartialUpdateParamsWithContext creates a new UsersPermissionsPartialUpdateParams object with the default values initialized, and the ability to set a context for a request
func NewUsersPermissionsPartialUpdateParamsWithHTTPClient ¶
func NewUsersPermissionsPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersPermissionsPartialUpdateParams
NewUsersPermissionsPartialUpdateParamsWithHTTPClient creates a new UsersPermissionsPartialUpdateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersPermissionsPartialUpdateParamsWithTimeout ¶
func NewUsersPermissionsPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersPermissionsPartialUpdateParams
NewUsersPermissionsPartialUpdateParamsWithTimeout creates a new UsersPermissionsPartialUpdateParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersPermissionsPartialUpdateParams) SetContext ¶
func (o *UsersPermissionsPartialUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the users permissions partial update params
func (*UsersPermissionsPartialUpdateParams) SetData ¶
func (o *UsersPermissionsPartialUpdateParams) SetData(data *models.WritableObjectPermission)
SetData adds the data to the users permissions partial update params
func (*UsersPermissionsPartialUpdateParams) SetHTTPClient ¶
func (o *UsersPermissionsPartialUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users permissions partial update params
func (*UsersPermissionsPartialUpdateParams) SetID ¶
func (o *UsersPermissionsPartialUpdateParams) SetID(id int64)
SetID adds the id to the users permissions partial update params
func (*UsersPermissionsPartialUpdateParams) SetTimeout ¶
func (o *UsersPermissionsPartialUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users permissions partial update params
func (*UsersPermissionsPartialUpdateParams) WithContext ¶
func (o *UsersPermissionsPartialUpdateParams) WithContext(ctx context.Context) *UsersPermissionsPartialUpdateParams
WithContext adds the context to the users permissions partial update params
func (*UsersPermissionsPartialUpdateParams) WithData ¶
func (o *UsersPermissionsPartialUpdateParams) WithData(data *models.WritableObjectPermission) *UsersPermissionsPartialUpdateParams
WithData adds the data to the users permissions partial update params
func (*UsersPermissionsPartialUpdateParams) WithHTTPClient ¶
func (o *UsersPermissionsPartialUpdateParams) WithHTTPClient(client *http.Client) *UsersPermissionsPartialUpdateParams
WithHTTPClient adds the HTTPClient to the users permissions partial update params
func (*UsersPermissionsPartialUpdateParams) WithID ¶
func (o *UsersPermissionsPartialUpdateParams) WithID(id int64) *UsersPermissionsPartialUpdateParams
WithID adds the id to the users permissions partial update params
func (*UsersPermissionsPartialUpdateParams) WithTimeout ¶
func (o *UsersPermissionsPartialUpdateParams) WithTimeout(timeout time.Duration) *UsersPermissionsPartialUpdateParams
WithTimeout adds the timeout to the users permissions partial update params
func (*UsersPermissionsPartialUpdateParams) WriteToRequest ¶
func (o *UsersPermissionsPartialUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersPermissionsPartialUpdateReader ¶
type UsersPermissionsPartialUpdateReader struct {
// contains filtered or unexported fields
}
UsersPermissionsPartialUpdateReader is a Reader for the UsersPermissionsPartialUpdate structure.
func (*UsersPermissionsPartialUpdateReader) ReadResponse ¶
func (o *UsersPermissionsPartialUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersPermissionsReadOK ¶
type UsersPermissionsReadOK struct {
Payload *models.ObjectPermission
}
UsersPermissionsReadOK handles this case with default header values.
UsersPermissionsReadOK users permissions read o k
func NewUsersPermissionsReadOK ¶
func NewUsersPermissionsReadOK() *UsersPermissionsReadOK
NewUsersPermissionsReadOK creates a UsersPermissionsReadOK with default headers values
func (*UsersPermissionsReadOK) Error ¶
func (o *UsersPermissionsReadOK) Error() string
func (*UsersPermissionsReadOK) GetPayload ¶
func (o *UsersPermissionsReadOK) GetPayload() *models.ObjectPermission
type UsersPermissionsReadParams ¶
type UsersPermissionsReadParams struct { /*ID A unique integer value identifying this permission. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersPermissionsReadParams contains all the parameters to send to the API endpoint for the users permissions read operation typically these are written to a http.Request
func NewUsersPermissionsReadParams ¶
func NewUsersPermissionsReadParams() *UsersPermissionsReadParams
NewUsersPermissionsReadParams creates a new UsersPermissionsReadParams object with the default values initialized.
func NewUsersPermissionsReadParamsWithContext ¶
func NewUsersPermissionsReadParamsWithContext(ctx context.Context) *UsersPermissionsReadParams
NewUsersPermissionsReadParamsWithContext creates a new UsersPermissionsReadParams object with the default values initialized, and the ability to set a context for a request
func NewUsersPermissionsReadParamsWithHTTPClient ¶
func NewUsersPermissionsReadParamsWithHTTPClient(client *http.Client) *UsersPermissionsReadParams
NewUsersPermissionsReadParamsWithHTTPClient creates a new UsersPermissionsReadParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersPermissionsReadParamsWithTimeout ¶
func NewUsersPermissionsReadParamsWithTimeout(timeout time.Duration) *UsersPermissionsReadParams
NewUsersPermissionsReadParamsWithTimeout creates a new UsersPermissionsReadParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersPermissionsReadParams) SetContext ¶
func (o *UsersPermissionsReadParams) SetContext(ctx context.Context)
SetContext adds the context to the users permissions read params
func (*UsersPermissionsReadParams) SetHTTPClient ¶
func (o *UsersPermissionsReadParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users permissions read params
func (*UsersPermissionsReadParams) SetID ¶
func (o *UsersPermissionsReadParams) SetID(id int64)
SetID adds the id to the users permissions read params
func (*UsersPermissionsReadParams) SetTimeout ¶
func (o *UsersPermissionsReadParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users permissions read params
func (*UsersPermissionsReadParams) WithContext ¶
func (o *UsersPermissionsReadParams) WithContext(ctx context.Context) *UsersPermissionsReadParams
WithContext adds the context to the users permissions read params
func (*UsersPermissionsReadParams) WithHTTPClient ¶
func (o *UsersPermissionsReadParams) WithHTTPClient(client *http.Client) *UsersPermissionsReadParams
WithHTTPClient adds the HTTPClient to the users permissions read params
func (*UsersPermissionsReadParams) WithID ¶
func (o *UsersPermissionsReadParams) WithID(id int64) *UsersPermissionsReadParams
WithID adds the id to the users permissions read params
func (*UsersPermissionsReadParams) WithTimeout ¶
func (o *UsersPermissionsReadParams) WithTimeout(timeout time.Duration) *UsersPermissionsReadParams
WithTimeout adds the timeout to the users permissions read params
func (*UsersPermissionsReadParams) WriteToRequest ¶
func (o *UsersPermissionsReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersPermissionsReadReader ¶
type UsersPermissionsReadReader struct {
// contains filtered or unexported fields
}
UsersPermissionsReadReader is a Reader for the UsersPermissionsRead structure.
func (*UsersPermissionsReadReader) ReadResponse ¶
func (o *UsersPermissionsReadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersPermissionsUpdateDefault ¶
type UsersPermissionsUpdateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersPermissionsUpdateDefault handles this case with default header values.
UsersPermissionsUpdateDefault users permissions update default
func NewUsersPermissionsUpdateDefault ¶
func NewUsersPermissionsUpdateDefault(code int) *UsersPermissionsUpdateDefault
NewUsersPermissionsUpdateDefault creates a UsersPermissionsUpdateDefault with default headers values
func (*UsersPermissionsUpdateDefault) Code ¶
func (o *UsersPermissionsUpdateDefault) Code() int
Code gets the status code for the users permissions update default response
func (*UsersPermissionsUpdateDefault) Error ¶
func (o *UsersPermissionsUpdateDefault) Error() string
func (*UsersPermissionsUpdateDefault) GetPayload ¶
func (o *UsersPermissionsUpdateDefault) GetPayload() interface{}
type UsersPermissionsUpdateOK ¶
type UsersPermissionsUpdateOK struct {
Payload *models.ObjectPermission
}
UsersPermissionsUpdateOK handles this case with default header values.
UsersPermissionsUpdateOK users permissions update o k
func NewUsersPermissionsUpdateOK ¶
func NewUsersPermissionsUpdateOK() *UsersPermissionsUpdateOK
NewUsersPermissionsUpdateOK creates a UsersPermissionsUpdateOK with default headers values
func (*UsersPermissionsUpdateOK) Error ¶
func (o *UsersPermissionsUpdateOK) Error() string
func (*UsersPermissionsUpdateOK) GetPayload ¶
func (o *UsersPermissionsUpdateOK) GetPayload() *models.ObjectPermission
type UsersPermissionsUpdateParams ¶
type UsersPermissionsUpdateParams struct { /*Data*/ Data *models.WritableObjectPermission /*ID A unique integer value identifying this permission. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersPermissionsUpdateParams contains all the parameters to send to the API endpoint for the users permissions update operation typically these are written to a http.Request
func NewUsersPermissionsUpdateParams ¶
func NewUsersPermissionsUpdateParams() *UsersPermissionsUpdateParams
NewUsersPermissionsUpdateParams creates a new UsersPermissionsUpdateParams object with the default values initialized.
func NewUsersPermissionsUpdateParamsWithContext ¶
func NewUsersPermissionsUpdateParamsWithContext(ctx context.Context) *UsersPermissionsUpdateParams
NewUsersPermissionsUpdateParamsWithContext creates a new UsersPermissionsUpdateParams object with the default values initialized, and the ability to set a context for a request
func NewUsersPermissionsUpdateParamsWithHTTPClient ¶
func NewUsersPermissionsUpdateParamsWithHTTPClient(client *http.Client) *UsersPermissionsUpdateParams
NewUsersPermissionsUpdateParamsWithHTTPClient creates a new UsersPermissionsUpdateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersPermissionsUpdateParamsWithTimeout ¶
func NewUsersPermissionsUpdateParamsWithTimeout(timeout time.Duration) *UsersPermissionsUpdateParams
NewUsersPermissionsUpdateParamsWithTimeout creates a new UsersPermissionsUpdateParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersPermissionsUpdateParams) SetContext ¶
func (o *UsersPermissionsUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the users permissions update params
func (*UsersPermissionsUpdateParams) SetData ¶
func (o *UsersPermissionsUpdateParams) SetData(data *models.WritableObjectPermission)
SetData adds the data to the users permissions update params
func (*UsersPermissionsUpdateParams) SetHTTPClient ¶
func (o *UsersPermissionsUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users permissions update params
func (*UsersPermissionsUpdateParams) SetID ¶
func (o *UsersPermissionsUpdateParams) SetID(id int64)
SetID adds the id to the users permissions update params
func (*UsersPermissionsUpdateParams) SetTimeout ¶
func (o *UsersPermissionsUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users permissions update params
func (*UsersPermissionsUpdateParams) WithContext ¶
func (o *UsersPermissionsUpdateParams) WithContext(ctx context.Context) *UsersPermissionsUpdateParams
WithContext adds the context to the users permissions update params
func (*UsersPermissionsUpdateParams) WithData ¶
func (o *UsersPermissionsUpdateParams) WithData(data *models.WritableObjectPermission) *UsersPermissionsUpdateParams
WithData adds the data to the users permissions update params
func (*UsersPermissionsUpdateParams) WithHTTPClient ¶
func (o *UsersPermissionsUpdateParams) WithHTTPClient(client *http.Client) *UsersPermissionsUpdateParams
WithHTTPClient adds the HTTPClient to the users permissions update params
func (*UsersPermissionsUpdateParams) WithID ¶
func (o *UsersPermissionsUpdateParams) WithID(id int64) *UsersPermissionsUpdateParams
WithID adds the id to the users permissions update params
func (*UsersPermissionsUpdateParams) WithTimeout ¶
func (o *UsersPermissionsUpdateParams) WithTimeout(timeout time.Duration) *UsersPermissionsUpdateParams
WithTimeout adds the timeout to the users permissions update params
func (*UsersPermissionsUpdateParams) WriteToRequest ¶
func (o *UsersPermissionsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersPermissionsUpdateReader ¶
type UsersPermissionsUpdateReader struct {
// contains filtered or unexported fields
}
UsersPermissionsUpdateReader is a Reader for the UsersPermissionsUpdate structure.
func (*UsersPermissionsUpdateReader) ReadResponse ¶
func (o *UsersPermissionsUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersUsersCreateCreated ¶
UsersUsersCreateCreated handles this case with default header values.
UsersUsersCreateCreated users users create created
func NewUsersUsersCreateCreated ¶
func NewUsersUsersCreateCreated() *UsersUsersCreateCreated
NewUsersUsersCreateCreated creates a UsersUsersCreateCreated with default headers values
func (*UsersUsersCreateCreated) Error ¶
func (o *UsersUsersCreateCreated) Error() string
func (*UsersUsersCreateCreated) GetPayload ¶
func (o *UsersUsersCreateCreated) GetPayload() *models.User
type UsersUsersCreateDefault ¶
type UsersUsersCreateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersUsersCreateDefault handles this case with default header values.
UsersUsersCreateDefault users users create default
func NewUsersUsersCreateDefault ¶
func NewUsersUsersCreateDefault(code int) *UsersUsersCreateDefault
NewUsersUsersCreateDefault creates a UsersUsersCreateDefault with default headers values
func (*UsersUsersCreateDefault) Code ¶
func (o *UsersUsersCreateDefault) Code() int
Code gets the status code for the users users create default response
func (*UsersUsersCreateDefault) Error ¶
func (o *UsersUsersCreateDefault) Error() string
func (*UsersUsersCreateDefault) GetPayload ¶
func (o *UsersUsersCreateDefault) GetPayload() interface{}
type UsersUsersCreateParams ¶
type UsersUsersCreateParams struct { /*Data*/ Data *models.WritableUser Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersUsersCreateParams contains all the parameters to send to the API endpoint for the users users create operation typically these are written to a http.Request
func NewUsersUsersCreateParams ¶
func NewUsersUsersCreateParams() *UsersUsersCreateParams
NewUsersUsersCreateParams creates a new UsersUsersCreateParams object with the default values initialized.
func NewUsersUsersCreateParamsWithContext ¶
func NewUsersUsersCreateParamsWithContext(ctx context.Context) *UsersUsersCreateParams
NewUsersUsersCreateParamsWithContext creates a new UsersUsersCreateParams object with the default values initialized, and the ability to set a context for a request
func NewUsersUsersCreateParamsWithHTTPClient ¶
func NewUsersUsersCreateParamsWithHTTPClient(client *http.Client) *UsersUsersCreateParams
NewUsersUsersCreateParamsWithHTTPClient creates a new UsersUsersCreateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersUsersCreateParamsWithTimeout ¶
func NewUsersUsersCreateParamsWithTimeout(timeout time.Duration) *UsersUsersCreateParams
NewUsersUsersCreateParamsWithTimeout creates a new UsersUsersCreateParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersUsersCreateParams) SetContext ¶
func (o *UsersUsersCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the users users create params
func (*UsersUsersCreateParams) SetData ¶
func (o *UsersUsersCreateParams) SetData(data *models.WritableUser)
SetData adds the data to the users users create params
func (*UsersUsersCreateParams) SetHTTPClient ¶
func (o *UsersUsersCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users users create params
func (*UsersUsersCreateParams) SetTimeout ¶
func (o *UsersUsersCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users users create params
func (*UsersUsersCreateParams) WithContext ¶
func (o *UsersUsersCreateParams) WithContext(ctx context.Context) *UsersUsersCreateParams
WithContext adds the context to the users users create params
func (*UsersUsersCreateParams) WithData ¶
func (o *UsersUsersCreateParams) WithData(data *models.WritableUser) *UsersUsersCreateParams
WithData adds the data to the users users create params
func (*UsersUsersCreateParams) WithHTTPClient ¶
func (o *UsersUsersCreateParams) WithHTTPClient(client *http.Client) *UsersUsersCreateParams
WithHTTPClient adds the HTTPClient to the users users create params
func (*UsersUsersCreateParams) WithTimeout ¶
func (o *UsersUsersCreateParams) WithTimeout(timeout time.Duration) *UsersUsersCreateParams
WithTimeout adds the timeout to the users users create params
func (*UsersUsersCreateParams) WriteToRequest ¶
func (o *UsersUsersCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersUsersCreateReader ¶
type UsersUsersCreateReader struct {
// contains filtered or unexported fields
}
UsersUsersCreateReader is a Reader for the UsersUsersCreate structure.
func (*UsersUsersCreateReader) ReadResponse ¶
func (o *UsersUsersCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersUsersDeleteNoContent ¶
type UsersUsersDeleteNoContent struct { }
UsersUsersDeleteNoContent handles this case with default header values.
UsersUsersDeleteNoContent users users delete no content
func NewUsersUsersDeleteNoContent ¶
func NewUsersUsersDeleteNoContent() *UsersUsersDeleteNoContent
NewUsersUsersDeleteNoContent creates a UsersUsersDeleteNoContent with default headers values
func (*UsersUsersDeleteNoContent) Error ¶
func (o *UsersUsersDeleteNoContent) Error() string
type UsersUsersDeleteParams ¶
type UsersUsersDeleteParams struct { /*ID A unique integer value identifying this user. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersUsersDeleteParams contains all the parameters to send to the API endpoint for the users users delete operation typically these are written to a http.Request
func NewUsersUsersDeleteParams ¶
func NewUsersUsersDeleteParams() *UsersUsersDeleteParams
NewUsersUsersDeleteParams creates a new UsersUsersDeleteParams object with the default values initialized.
func NewUsersUsersDeleteParamsWithContext ¶
func NewUsersUsersDeleteParamsWithContext(ctx context.Context) *UsersUsersDeleteParams
NewUsersUsersDeleteParamsWithContext creates a new UsersUsersDeleteParams object with the default values initialized, and the ability to set a context for a request
func NewUsersUsersDeleteParamsWithHTTPClient ¶
func NewUsersUsersDeleteParamsWithHTTPClient(client *http.Client) *UsersUsersDeleteParams
NewUsersUsersDeleteParamsWithHTTPClient creates a new UsersUsersDeleteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersUsersDeleteParamsWithTimeout ¶
func NewUsersUsersDeleteParamsWithTimeout(timeout time.Duration) *UsersUsersDeleteParams
NewUsersUsersDeleteParamsWithTimeout creates a new UsersUsersDeleteParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersUsersDeleteParams) SetContext ¶
func (o *UsersUsersDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the users users delete params
func (*UsersUsersDeleteParams) SetHTTPClient ¶
func (o *UsersUsersDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users users delete params
func (*UsersUsersDeleteParams) SetID ¶
func (o *UsersUsersDeleteParams) SetID(id int64)
SetID adds the id to the users users delete params
func (*UsersUsersDeleteParams) SetTimeout ¶
func (o *UsersUsersDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users users delete params
func (*UsersUsersDeleteParams) WithContext ¶
func (o *UsersUsersDeleteParams) WithContext(ctx context.Context) *UsersUsersDeleteParams
WithContext adds the context to the users users delete params
func (*UsersUsersDeleteParams) WithHTTPClient ¶
func (o *UsersUsersDeleteParams) WithHTTPClient(client *http.Client) *UsersUsersDeleteParams
WithHTTPClient adds the HTTPClient to the users users delete params
func (*UsersUsersDeleteParams) WithID ¶
func (o *UsersUsersDeleteParams) WithID(id int64) *UsersUsersDeleteParams
WithID adds the id to the users users delete params
func (*UsersUsersDeleteParams) WithTimeout ¶
func (o *UsersUsersDeleteParams) WithTimeout(timeout time.Duration) *UsersUsersDeleteParams
WithTimeout adds the timeout to the users users delete params
func (*UsersUsersDeleteParams) WriteToRequest ¶
func (o *UsersUsersDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersUsersDeleteReader ¶
type UsersUsersDeleteReader struct {
// contains filtered or unexported fields
}
UsersUsersDeleteReader is a Reader for the UsersUsersDelete structure.
func (*UsersUsersDeleteReader) ReadResponse ¶
func (o *UsersUsersDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersUsersListOK ¶
type UsersUsersListOK struct {
Payload *UsersUsersListOKBody
}
UsersUsersListOK handles this case with default header values.
UsersUsersListOK users users list o k
func NewUsersUsersListOK ¶
func NewUsersUsersListOK() *UsersUsersListOK
NewUsersUsersListOK creates a UsersUsersListOK with default headers values
func (*UsersUsersListOK) Error ¶
func (o *UsersUsersListOK) Error() string
func (*UsersUsersListOK) GetPayload ¶
func (o *UsersUsersListOK) GetPayload() *UsersUsersListOKBody
type UsersUsersListOKBody ¶
type UsersUsersListOKBody struct { // count // Required: true Count *int64 `json:"count"` // next // Format: uri Next *strfmt.URI `json:"next,omitempty"` // previous // Format: uri Previous *strfmt.URI `json:"previous,omitempty"` // results // Required: true Results []*models.User `json:"results"` }
UsersUsersListOKBody users users list o k body swagger:model UsersUsersListOKBody
func (*UsersUsersListOKBody) MarshalBinary ¶
func (o *UsersUsersListOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UsersUsersListOKBody) UnmarshalBinary ¶
func (o *UsersUsersListOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UsersUsersListParams ¶
type UsersUsersListParams struct { /*Email*/ Email *string /*EmailIc*/ EmailIc *string /*EmailIe*/ EmailIe *string /*EmailIew*/ EmailIew *string /*EmailIsw*/ EmailIsw *string /*Emailn*/ Emailn *string /*EmailNic*/ EmailNic *string /*EmailNie*/ EmailNie *string /*EmailNiew*/ EmailNiew *string /*EmailNisw*/ EmailNisw *string /*FirstName*/ FirstName *string /*FirstNameIc*/ FirstNameIc *string /*FirstNameIe*/ FirstNameIe *string /*FirstNameIew*/ FirstNameIew *string /*FirstNameIsw*/ FirstNameIsw *string /*FirstNamen*/ FirstNamen *string /*FirstNameNic*/ FirstNameNic *string /*FirstNameNie*/ FirstNameNie *string /*FirstNameNiew*/ FirstNameNiew *string /*FirstNameNisw*/ FirstNameNisw *string /*Group*/ Group *string /*Groupn*/ Groupn *string /*GroupID*/ GroupID *string /*GroupIDn*/ GroupIDn *string /*ID*/ ID *string /*IDGt*/ IDGt *string /*IDGte*/ IDGte *string /*IDLt*/ IDLt *string /*IDLte*/ IDLte *string /*IDn*/ IDn *string /*IsActive*/ IsActive *string /*IsStaff*/ IsStaff *string /*LastName*/ LastName *string /*LastNameIc*/ LastNameIc *string /*LastNameIe*/ LastNameIe *string /*LastNameIew*/ LastNameIew *string /*LastNameIsw*/ LastNameIsw *string /*LastNamen*/ LastNamen *string /*LastNameNic*/ LastNameNic *string /*LastNameNie*/ LastNameNie *string /*LastNameNiew*/ LastNameNiew *string /*LastNameNisw*/ LastNameNisw *string /*Limit Number of results to return per page. */ Limit *int64 /*Offset The initial index from which to return the results. */ Offset *int64 /*Q*/ Q *string /*Username*/ Username *string /*UsernameIc*/ UsernameIc *string /*UsernameIe*/ UsernameIe *string /*UsernameIew*/ UsernameIew *string /*UsernameIsw*/ UsernameIsw *string /*Usernamen*/ Usernamen *string /*UsernameNic*/ UsernameNic *string /*UsernameNie*/ UsernameNie *string /*UsernameNiew*/ UsernameNiew *string /*UsernameNisw*/ UsernameNisw *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersUsersListParams contains all the parameters to send to the API endpoint for the users users list operation typically these are written to a http.Request
func NewUsersUsersListParams ¶
func NewUsersUsersListParams() *UsersUsersListParams
NewUsersUsersListParams creates a new UsersUsersListParams object with the default values initialized.
func NewUsersUsersListParamsWithContext ¶
func NewUsersUsersListParamsWithContext(ctx context.Context) *UsersUsersListParams
NewUsersUsersListParamsWithContext creates a new UsersUsersListParams object with the default values initialized, and the ability to set a context for a request
func NewUsersUsersListParamsWithHTTPClient ¶
func NewUsersUsersListParamsWithHTTPClient(client *http.Client) *UsersUsersListParams
NewUsersUsersListParamsWithHTTPClient creates a new UsersUsersListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersUsersListParamsWithTimeout ¶
func NewUsersUsersListParamsWithTimeout(timeout time.Duration) *UsersUsersListParams
NewUsersUsersListParamsWithTimeout creates a new UsersUsersListParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersUsersListParams) SetContext ¶
func (o *UsersUsersListParams) SetContext(ctx context.Context)
SetContext adds the context to the users users list params
func (*UsersUsersListParams) SetEmail ¶
func (o *UsersUsersListParams) SetEmail(email *string)
SetEmail adds the email to the users users list params
func (*UsersUsersListParams) SetEmailIc ¶
func (o *UsersUsersListParams) SetEmailIc(emailIc *string)
SetEmailIc adds the emailIc to the users users list params
func (*UsersUsersListParams) SetEmailIe ¶
func (o *UsersUsersListParams) SetEmailIe(emailIe *string)
SetEmailIe adds the emailIe to the users users list params
func (*UsersUsersListParams) SetEmailIew ¶
func (o *UsersUsersListParams) SetEmailIew(emailIew *string)
SetEmailIew adds the emailIew to the users users list params
func (*UsersUsersListParams) SetEmailIsw ¶
func (o *UsersUsersListParams) SetEmailIsw(emailIsw *string)
SetEmailIsw adds the emailIsw to the users users list params
func (*UsersUsersListParams) SetEmailNic ¶
func (o *UsersUsersListParams) SetEmailNic(emailNic *string)
SetEmailNic adds the emailNic to the users users list params
func (*UsersUsersListParams) SetEmailNie ¶
func (o *UsersUsersListParams) SetEmailNie(emailNie *string)
SetEmailNie adds the emailNie to the users users list params
func (*UsersUsersListParams) SetEmailNiew ¶
func (o *UsersUsersListParams) SetEmailNiew(emailNiew *string)
SetEmailNiew adds the emailNiew to the users users list params
func (*UsersUsersListParams) SetEmailNisw ¶
func (o *UsersUsersListParams) SetEmailNisw(emailNisw *string)
SetEmailNisw adds the emailNisw to the users users list params
func (*UsersUsersListParams) SetEmailn ¶
func (o *UsersUsersListParams) SetEmailn(emailn *string)
SetEmailn adds the emailN to the users users list params
func (*UsersUsersListParams) SetFirstName ¶
func (o *UsersUsersListParams) SetFirstName(firstName *string)
SetFirstName adds the firstName to the users users list params
func (*UsersUsersListParams) SetFirstNameIc ¶
func (o *UsersUsersListParams) SetFirstNameIc(firstNameIc *string)
SetFirstNameIc adds the firstNameIc to the users users list params
func (*UsersUsersListParams) SetFirstNameIe ¶
func (o *UsersUsersListParams) SetFirstNameIe(firstNameIe *string)
SetFirstNameIe adds the firstNameIe to the users users list params
func (*UsersUsersListParams) SetFirstNameIew ¶
func (o *UsersUsersListParams) SetFirstNameIew(firstNameIew *string)
SetFirstNameIew adds the firstNameIew to the users users list params
func (*UsersUsersListParams) SetFirstNameIsw ¶
func (o *UsersUsersListParams) SetFirstNameIsw(firstNameIsw *string)
SetFirstNameIsw adds the firstNameIsw to the users users list params
func (*UsersUsersListParams) SetFirstNameNic ¶
func (o *UsersUsersListParams) SetFirstNameNic(firstNameNic *string)
SetFirstNameNic adds the firstNameNic to the users users list params
func (*UsersUsersListParams) SetFirstNameNie ¶
func (o *UsersUsersListParams) SetFirstNameNie(firstNameNie *string)
SetFirstNameNie adds the firstNameNie to the users users list params
func (*UsersUsersListParams) SetFirstNameNiew ¶
func (o *UsersUsersListParams) SetFirstNameNiew(firstNameNiew *string)
SetFirstNameNiew adds the firstNameNiew to the users users list params
func (*UsersUsersListParams) SetFirstNameNisw ¶
func (o *UsersUsersListParams) SetFirstNameNisw(firstNameNisw *string)
SetFirstNameNisw adds the firstNameNisw to the users users list params
func (*UsersUsersListParams) SetFirstNamen ¶
func (o *UsersUsersListParams) SetFirstNamen(firstNamen *string)
SetFirstNamen adds the firstNameN to the users users list params
func (*UsersUsersListParams) SetGroup ¶
func (o *UsersUsersListParams) SetGroup(group *string)
SetGroup adds the group to the users users list params
func (*UsersUsersListParams) SetGroupID ¶
func (o *UsersUsersListParams) SetGroupID(groupID *string)
SetGroupID adds the groupId to the users users list params
func (*UsersUsersListParams) SetGroupIDn ¶
func (o *UsersUsersListParams) SetGroupIDn(groupIDn *string)
SetGroupIDn adds the groupIdN to the users users list params
func (*UsersUsersListParams) SetGroupn ¶
func (o *UsersUsersListParams) SetGroupn(groupn *string)
SetGroupn adds the groupN to the users users list params
func (*UsersUsersListParams) SetHTTPClient ¶
func (o *UsersUsersListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users users list params
func (*UsersUsersListParams) SetID ¶
func (o *UsersUsersListParams) SetID(id *string)
SetID adds the id to the users users list params
func (*UsersUsersListParams) SetIDGt ¶
func (o *UsersUsersListParams) SetIDGt(iDGt *string)
SetIDGt adds the idGt to the users users list params
func (*UsersUsersListParams) SetIDGte ¶
func (o *UsersUsersListParams) SetIDGte(iDGte *string)
SetIDGte adds the idGte to the users users list params
func (*UsersUsersListParams) SetIDLt ¶
func (o *UsersUsersListParams) SetIDLt(iDLt *string)
SetIDLt adds the idLt to the users users list params
func (*UsersUsersListParams) SetIDLte ¶
func (o *UsersUsersListParams) SetIDLte(iDLte *string)
SetIDLte adds the idLte to the users users list params
func (*UsersUsersListParams) SetIDn ¶
func (o *UsersUsersListParams) SetIDn(iDn *string)
SetIDn adds the idN to the users users list params
func (*UsersUsersListParams) SetIsActive ¶
func (o *UsersUsersListParams) SetIsActive(isActive *string)
SetIsActive adds the isActive to the users users list params
func (*UsersUsersListParams) SetIsStaff ¶
func (o *UsersUsersListParams) SetIsStaff(isStaff *string)
SetIsStaff adds the isStaff to the users users list params
func (*UsersUsersListParams) SetLastName ¶
func (o *UsersUsersListParams) SetLastName(lastName *string)
SetLastName adds the lastName to the users users list params
func (*UsersUsersListParams) SetLastNameIc ¶
func (o *UsersUsersListParams) SetLastNameIc(lastNameIc *string)
SetLastNameIc adds the lastNameIc to the users users list params
func (*UsersUsersListParams) SetLastNameIe ¶
func (o *UsersUsersListParams) SetLastNameIe(lastNameIe *string)
SetLastNameIe adds the lastNameIe to the users users list params
func (*UsersUsersListParams) SetLastNameIew ¶
func (o *UsersUsersListParams) SetLastNameIew(lastNameIew *string)
SetLastNameIew adds the lastNameIew to the users users list params
func (*UsersUsersListParams) SetLastNameIsw ¶
func (o *UsersUsersListParams) SetLastNameIsw(lastNameIsw *string)
SetLastNameIsw adds the lastNameIsw to the users users list params
func (*UsersUsersListParams) SetLastNameNic ¶
func (o *UsersUsersListParams) SetLastNameNic(lastNameNic *string)
SetLastNameNic adds the lastNameNic to the users users list params
func (*UsersUsersListParams) SetLastNameNie ¶
func (o *UsersUsersListParams) SetLastNameNie(lastNameNie *string)
SetLastNameNie adds the lastNameNie to the users users list params
func (*UsersUsersListParams) SetLastNameNiew ¶
func (o *UsersUsersListParams) SetLastNameNiew(lastNameNiew *string)
SetLastNameNiew adds the lastNameNiew to the users users list params
func (*UsersUsersListParams) SetLastNameNisw ¶
func (o *UsersUsersListParams) SetLastNameNisw(lastNameNisw *string)
SetLastNameNisw adds the lastNameNisw to the users users list params
func (*UsersUsersListParams) SetLastNamen ¶
func (o *UsersUsersListParams) SetLastNamen(lastNamen *string)
SetLastNamen adds the lastNameN to the users users list params
func (*UsersUsersListParams) SetLimit ¶
func (o *UsersUsersListParams) SetLimit(limit *int64)
SetLimit adds the limit to the users users list params
func (*UsersUsersListParams) SetOffset ¶
func (o *UsersUsersListParams) SetOffset(offset *int64)
SetOffset adds the offset to the users users list params
func (*UsersUsersListParams) SetQ ¶
func (o *UsersUsersListParams) SetQ(q *string)
SetQ adds the q to the users users list params
func (*UsersUsersListParams) SetTimeout ¶
func (o *UsersUsersListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users users list params
func (*UsersUsersListParams) SetUsername ¶
func (o *UsersUsersListParams) SetUsername(username *string)
SetUsername adds the username to the users users list params
func (*UsersUsersListParams) SetUsernameIc ¶
func (o *UsersUsersListParams) SetUsernameIc(usernameIc *string)
SetUsernameIc adds the usernameIc to the users users list params
func (*UsersUsersListParams) SetUsernameIe ¶
func (o *UsersUsersListParams) SetUsernameIe(usernameIe *string)
SetUsernameIe adds the usernameIe to the users users list params
func (*UsersUsersListParams) SetUsernameIew ¶
func (o *UsersUsersListParams) SetUsernameIew(usernameIew *string)
SetUsernameIew adds the usernameIew to the users users list params
func (*UsersUsersListParams) SetUsernameIsw ¶
func (o *UsersUsersListParams) SetUsernameIsw(usernameIsw *string)
SetUsernameIsw adds the usernameIsw to the users users list params
func (*UsersUsersListParams) SetUsernameNic ¶
func (o *UsersUsersListParams) SetUsernameNic(usernameNic *string)
SetUsernameNic adds the usernameNic to the users users list params
func (*UsersUsersListParams) SetUsernameNie ¶
func (o *UsersUsersListParams) SetUsernameNie(usernameNie *string)
SetUsernameNie adds the usernameNie to the users users list params
func (*UsersUsersListParams) SetUsernameNiew ¶
func (o *UsersUsersListParams) SetUsernameNiew(usernameNiew *string)
SetUsernameNiew adds the usernameNiew to the users users list params
func (*UsersUsersListParams) SetUsernameNisw ¶
func (o *UsersUsersListParams) SetUsernameNisw(usernameNisw *string)
SetUsernameNisw adds the usernameNisw to the users users list params
func (*UsersUsersListParams) SetUsernamen ¶
func (o *UsersUsersListParams) SetUsernamen(usernamen *string)
SetUsernamen adds the usernameN to the users users list params
func (*UsersUsersListParams) WithContext ¶
func (o *UsersUsersListParams) WithContext(ctx context.Context) *UsersUsersListParams
WithContext adds the context to the users users list params
func (*UsersUsersListParams) WithEmail ¶
func (o *UsersUsersListParams) WithEmail(email *string) *UsersUsersListParams
WithEmail adds the email to the users users list params
func (*UsersUsersListParams) WithEmailIc ¶
func (o *UsersUsersListParams) WithEmailIc(emailIc *string) *UsersUsersListParams
WithEmailIc adds the emailIc to the users users list params
func (*UsersUsersListParams) WithEmailIe ¶
func (o *UsersUsersListParams) WithEmailIe(emailIe *string) *UsersUsersListParams
WithEmailIe adds the emailIe to the users users list params
func (*UsersUsersListParams) WithEmailIew ¶
func (o *UsersUsersListParams) WithEmailIew(emailIew *string) *UsersUsersListParams
WithEmailIew adds the emailIew to the users users list params
func (*UsersUsersListParams) WithEmailIsw ¶
func (o *UsersUsersListParams) WithEmailIsw(emailIsw *string) *UsersUsersListParams
WithEmailIsw adds the emailIsw to the users users list params
func (*UsersUsersListParams) WithEmailNic ¶
func (o *UsersUsersListParams) WithEmailNic(emailNic *string) *UsersUsersListParams
WithEmailNic adds the emailNic to the users users list params
func (*UsersUsersListParams) WithEmailNie ¶
func (o *UsersUsersListParams) WithEmailNie(emailNie *string) *UsersUsersListParams
WithEmailNie adds the emailNie to the users users list params
func (*UsersUsersListParams) WithEmailNiew ¶
func (o *UsersUsersListParams) WithEmailNiew(emailNiew *string) *UsersUsersListParams
WithEmailNiew adds the emailNiew to the users users list params
func (*UsersUsersListParams) WithEmailNisw ¶
func (o *UsersUsersListParams) WithEmailNisw(emailNisw *string) *UsersUsersListParams
WithEmailNisw adds the emailNisw to the users users list params
func (*UsersUsersListParams) WithEmailn ¶
func (o *UsersUsersListParams) WithEmailn(emailn *string) *UsersUsersListParams
WithEmailn adds the emailn to the users users list params
func (*UsersUsersListParams) WithFirstName ¶
func (o *UsersUsersListParams) WithFirstName(firstName *string) *UsersUsersListParams
WithFirstName adds the firstName to the users users list params
func (*UsersUsersListParams) WithFirstNameIc ¶
func (o *UsersUsersListParams) WithFirstNameIc(firstNameIc *string) *UsersUsersListParams
WithFirstNameIc adds the firstNameIc to the users users list params
func (*UsersUsersListParams) WithFirstNameIe ¶
func (o *UsersUsersListParams) WithFirstNameIe(firstNameIe *string) *UsersUsersListParams
WithFirstNameIe adds the firstNameIe to the users users list params
func (*UsersUsersListParams) WithFirstNameIew ¶
func (o *UsersUsersListParams) WithFirstNameIew(firstNameIew *string) *UsersUsersListParams
WithFirstNameIew adds the firstNameIew to the users users list params
func (*UsersUsersListParams) WithFirstNameIsw ¶
func (o *UsersUsersListParams) WithFirstNameIsw(firstNameIsw *string) *UsersUsersListParams
WithFirstNameIsw adds the firstNameIsw to the users users list params
func (*UsersUsersListParams) WithFirstNameNic ¶
func (o *UsersUsersListParams) WithFirstNameNic(firstNameNic *string) *UsersUsersListParams
WithFirstNameNic adds the firstNameNic to the users users list params
func (*UsersUsersListParams) WithFirstNameNie ¶
func (o *UsersUsersListParams) WithFirstNameNie(firstNameNie *string) *UsersUsersListParams
WithFirstNameNie adds the firstNameNie to the users users list params
func (*UsersUsersListParams) WithFirstNameNiew ¶
func (o *UsersUsersListParams) WithFirstNameNiew(firstNameNiew *string) *UsersUsersListParams
WithFirstNameNiew adds the firstNameNiew to the users users list params
func (*UsersUsersListParams) WithFirstNameNisw ¶
func (o *UsersUsersListParams) WithFirstNameNisw(firstNameNisw *string) *UsersUsersListParams
WithFirstNameNisw adds the firstNameNisw to the users users list params
func (*UsersUsersListParams) WithFirstNamen ¶
func (o *UsersUsersListParams) WithFirstNamen(firstNamen *string) *UsersUsersListParams
WithFirstNamen adds the firstNamen to the users users list params
func (*UsersUsersListParams) WithGroup ¶
func (o *UsersUsersListParams) WithGroup(group *string) *UsersUsersListParams
WithGroup adds the group to the users users list params
func (*UsersUsersListParams) WithGroupID ¶
func (o *UsersUsersListParams) WithGroupID(groupID *string) *UsersUsersListParams
WithGroupID adds the groupID to the users users list params
func (*UsersUsersListParams) WithGroupIDn ¶
func (o *UsersUsersListParams) WithGroupIDn(groupIDn *string) *UsersUsersListParams
WithGroupIDn adds the groupIDn to the users users list params
func (*UsersUsersListParams) WithGroupn ¶
func (o *UsersUsersListParams) WithGroupn(groupn *string) *UsersUsersListParams
WithGroupn adds the groupn to the users users list params
func (*UsersUsersListParams) WithHTTPClient ¶
func (o *UsersUsersListParams) WithHTTPClient(client *http.Client) *UsersUsersListParams
WithHTTPClient adds the HTTPClient to the users users list params
func (*UsersUsersListParams) WithID ¶
func (o *UsersUsersListParams) WithID(id *string) *UsersUsersListParams
WithID adds the id to the users users list params
func (*UsersUsersListParams) WithIDGt ¶
func (o *UsersUsersListParams) WithIDGt(iDGt *string) *UsersUsersListParams
WithIDGt adds the iDGt to the users users list params
func (*UsersUsersListParams) WithIDGte ¶
func (o *UsersUsersListParams) WithIDGte(iDGte *string) *UsersUsersListParams
WithIDGte adds the iDGte to the users users list params
func (*UsersUsersListParams) WithIDLt ¶
func (o *UsersUsersListParams) WithIDLt(iDLt *string) *UsersUsersListParams
WithIDLt adds the iDLt to the users users list params
func (*UsersUsersListParams) WithIDLte ¶
func (o *UsersUsersListParams) WithIDLte(iDLte *string) *UsersUsersListParams
WithIDLte adds the iDLte to the users users list params
func (*UsersUsersListParams) WithIDn ¶
func (o *UsersUsersListParams) WithIDn(iDn *string) *UsersUsersListParams
WithIDn adds the iDn to the users users list params
func (*UsersUsersListParams) WithIsActive ¶
func (o *UsersUsersListParams) WithIsActive(isActive *string) *UsersUsersListParams
WithIsActive adds the isActive to the users users list params
func (*UsersUsersListParams) WithIsStaff ¶
func (o *UsersUsersListParams) WithIsStaff(isStaff *string) *UsersUsersListParams
WithIsStaff adds the isStaff to the users users list params
func (*UsersUsersListParams) WithLastName ¶
func (o *UsersUsersListParams) WithLastName(lastName *string) *UsersUsersListParams
WithLastName adds the lastName to the users users list params
func (*UsersUsersListParams) WithLastNameIc ¶
func (o *UsersUsersListParams) WithLastNameIc(lastNameIc *string) *UsersUsersListParams
WithLastNameIc adds the lastNameIc to the users users list params
func (*UsersUsersListParams) WithLastNameIe ¶
func (o *UsersUsersListParams) WithLastNameIe(lastNameIe *string) *UsersUsersListParams
WithLastNameIe adds the lastNameIe to the users users list params
func (*UsersUsersListParams) WithLastNameIew ¶
func (o *UsersUsersListParams) WithLastNameIew(lastNameIew *string) *UsersUsersListParams
WithLastNameIew adds the lastNameIew to the users users list params
func (*UsersUsersListParams) WithLastNameIsw ¶
func (o *UsersUsersListParams) WithLastNameIsw(lastNameIsw *string) *UsersUsersListParams
WithLastNameIsw adds the lastNameIsw to the users users list params
func (*UsersUsersListParams) WithLastNameNic ¶
func (o *UsersUsersListParams) WithLastNameNic(lastNameNic *string) *UsersUsersListParams
WithLastNameNic adds the lastNameNic to the users users list params
func (*UsersUsersListParams) WithLastNameNie ¶
func (o *UsersUsersListParams) WithLastNameNie(lastNameNie *string) *UsersUsersListParams
WithLastNameNie adds the lastNameNie to the users users list params
func (*UsersUsersListParams) WithLastNameNiew ¶
func (o *UsersUsersListParams) WithLastNameNiew(lastNameNiew *string) *UsersUsersListParams
WithLastNameNiew adds the lastNameNiew to the users users list params
func (*UsersUsersListParams) WithLastNameNisw ¶
func (o *UsersUsersListParams) WithLastNameNisw(lastNameNisw *string) *UsersUsersListParams
WithLastNameNisw adds the lastNameNisw to the users users list params
func (*UsersUsersListParams) WithLastNamen ¶
func (o *UsersUsersListParams) WithLastNamen(lastNamen *string) *UsersUsersListParams
WithLastNamen adds the lastNamen to the users users list params
func (*UsersUsersListParams) WithLimit ¶
func (o *UsersUsersListParams) WithLimit(limit *int64) *UsersUsersListParams
WithLimit adds the limit to the users users list params
func (*UsersUsersListParams) WithOffset ¶
func (o *UsersUsersListParams) WithOffset(offset *int64) *UsersUsersListParams
WithOffset adds the offset to the users users list params
func (*UsersUsersListParams) WithQ ¶
func (o *UsersUsersListParams) WithQ(q *string) *UsersUsersListParams
WithQ adds the q to the users users list params
func (*UsersUsersListParams) WithTimeout ¶
func (o *UsersUsersListParams) WithTimeout(timeout time.Duration) *UsersUsersListParams
WithTimeout adds the timeout to the users users list params
func (*UsersUsersListParams) WithUsername ¶
func (o *UsersUsersListParams) WithUsername(username *string) *UsersUsersListParams
WithUsername adds the username to the users users list params
func (*UsersUsersListParams) WithUsernameIc ¶
func (o *UsersUsersListParams) WithUsernameIc(usernameIc *string) *UsersUsersListParams
WithUsernameIc adds the usernameIc to the users users list params
func (*UsersUsersListParams) WithUsernameIe ¶
func (o *UsersUsersListParams) WithUsernameIe(usernameIe *string) *UsersUsersListParams
WithUsernameIe adds the usernameIe to the users users list params
func (*UsersUsersListParams) WithUsernameIew ¶
func (o *UsersUsersListParams) WithUsernameIew(usernameIew *string) *UsersUsersListParams
WithUsernameIew adds the usernameIew to the users users list params
func (*UsersUsersListParams) WithUsernameIsw ¶
func (o *UsersUsersListParams) WithUsernameIsw(usernameIsw *string) *UsersUsersListParams
WithUsernameIsw adds the usernameIsw to the users users list params
func (*UsersUsersListParams) WithUsernameNic ¶
func (o *UsersUsersListParams) WithUsernameNic(usernameNic *string) *UsersUsersListParams
WithUsernameNic adds the usernameNic to the users users list params
func (*UsersUsersListParams) WithUsernameNie ¶
func (o *UsersUsersListParams) WithUsernameNie(usernameNie *string) *UsersUsersListParams
WithUsernameNie adds the usernameNie to the users users list params
func (*UsersUsersListParams) WithUsernameNiew ¶
func (o *UsersUsersListParams) WithUsernameNiew(usernameNiew *string) *UsersUsersListParams
WithUsernameNiew adds the usernameNiew to the users users list params
func (*UsersUsersListParams) WithUsernameNisw ¶
func (o *UsersUsersListParams) WithUsernameNisw(usernameNisw *string) *UsersUsersListParams
WithUsernameNisw adds the usernameNisw to the users users list params
func (*UsersUsersListParams) WithUsernamen ¶
func (o *UsersUsersListParams) WithUsernamen(usernamen *string) *UsersUsersListParams
WithUsernamen adds the usernamen to the users users list params
func (*UsersUsersListParams) WriteToRequest ¶
func (o *UsersUsersListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersUsersListReader ¶
type UsersUsersListReader struct {
// contains filtered or unexported fields
}
UsersUsersListReader is a Reader for the UsersUsersList structure.
func (*UsersUsersListReader) ReadResponse ¶
func (o *UsersUsersListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersUsersPartialUpdateDefault ¶
type UsersUsersPartialUpdateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersUsersPartialUpdateDefault handles this case with default header values.
UsersUsersPartialUpdateDefault users users partial update default
func NewUsersUsersPartialUpdateDefault ¶
func NewUsersUsersPartialUpdateDefault(code int) *UsersUsersPartialUpdateDefault
NewUsersUsersPartialUpdateDefault creates a UsersUsersPartialUpdateDefault with default headers values
func (*UsersUsersPartialUpdateDefault) Code ¶
func (o *UsersUsersPartialUpdateDefault) Code() int
Code gets the status code for the users users partial update default response
func (*UsersUsersPartialUpdateDefault) Error ¶
func (o *UsersUsersPartialUpdateDefault) Error() string
func (*UsersUsersPartialUpdateDefault) GetPayload ¶
func (o *UsersUsersPartialUpdateDefault) GetPayload() interface{}
type UsersUsersPartialUpdateOK ¶
UsersUsersPartialUpdateOK handles this case with default header values.
UsersUsersPartialUpdateOK users users partial update o k
func NewUsersUsersPartialUpdateOK ¶
func NewUsersUsersPartialUpdateOK() *UsersUsersPartialUpdateOK
NewUsersUsersPartialUpdateOK creates a UsersUsersPartialUpdateOK with default headers values
func (*UsersUsersPartialUpdateOK) Error ¶
func (o *UsersUsersPartialUpdateOK) Error() string
func (*UsersUsersPartialUpdateOK) GetPayload ¶
func (o *UsersUsersPartialUpdateOK) GetPayload() *models.User
type UsersUsersPartialUpdateParams ¶
type UsersUsersPartialUpdateParams struct { /*Data*/ Data *models.WritableUser /*ID A unique integer value identifying this user. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersUsersPartialUpdateParams contains all the parameters to send to the API endpoint for the users users partial update operation typically these are written to a http.Request
func NewUsersUsersPartialUpdateParams ¶
func NewUsersUsersPartialUpdateParams() *UsersUsersPartialUpdateParams
NewUsersUsersPartialUpdateParams creates a new UsersUsersPartialUpdateParams object with the default values initialized.
func NewUsersUsersPartialUpdateParamsWithContext ¶
func NewUsersUsersPartialUpdateParamsWithContext(ctx context.Context) *UsersUsersPartialUpdateParams
NewUsersUsersPartialUpdateParamsWithContext creates a new UsersUsersPartialUpdateParams object with the default values initialized, and the ability to set a context for a request
func NewUsersUsersPartialUpdateParamsWithHTTPClient ¶
func NewUsersUsersPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersUsersPartialUpdateParams
NewUsersUsersPartialUpdateParamsWithHTTPClient creates a new UsersUsersPartialUpdateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersUsersPartialUpdateParamsWithTimeout ¶
func NewUsersUsersPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersUsersPartialUpdateParams
NewUsersUsersPartialUpdateParamsWithTimeout creates a new UsersUsersPartialUpdateParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersUsersPartialUpdateParams) SetContext ¶
func (o *UsersUsersPartialUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the users users partial update params
func (*UsersUsersPartialUpdateParams) SetData ¶
func (o *UsersUsersPartialUpdateParams) SetData(data *models.WritableUser)
SetData adds the data to the users users partial update params
func (*UsersUsersPartialUpdateParams) SetHTTPClient ¶
func (o *UsersUsersPartialUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users users partial update params
func (*UsersUsersPartialUpdateParams) SetID ¶
func (o *UsersUsersPartialUpdateParams) SetID(id int64)
SetID adds the id to the users users partial update params
func (*UsersUsersPartialUpdateParams) SetTimeout ¶
func (o *UsersUsersPartialUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users users partial update params
func (*UsersUsersPartialUpdateParams) WithContext ¶
func (o *UsersUsersPartialUpdateParams) WithContext(ctx context.Context) *UsersUsersPartialUpdateParams
WithContext adds the context to the users users partial update params
func (*UsersUsersPartialUpdateParams) WithData ¶
func (o *UsersUsersPartialUpdateParams) WithData(data *models.WritableUser) *UsersUsersPartialUpdateParams
WithData adds the data to the users users partial update params
func (*UsersUsersPartialUpdateParams) WithHTTPClient ¶
func (o *UsersUsersPartialUpdateParams) WithHTTPClient(client *http.Client) *UsersUsersPartialUpdateParams
WithHTTPClient adds the HTTPClient to the users users partial update params
func (*UsersUsersPartialUpdateParams) WithID ¶
func (o *UsersUsersPartialUpdateParams) WithID(id int64) *UsersUsersPartialUpdateParams
WithID adds the id to the users users partial update params
func (*UsersUsersPartialUpdateParams) WithTimeout ¶
func (o *UsersUsersPartialUpdateParams) WithTimeout(timeout time.Duration) *UsersUsersPartialUpdateParams
WithTimeout adds the timeout to the users users partial update params
func (*UsersUsersPartialUpdateParams) WriteToRequest ¶
func (o *UsersUsersPartialUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersUsersPartialUpdateReader ¶
type UsersUsersPartialUpdateReader struct {
// contains filtered or unexported fields
}
UsersUsersPartialUpdateReader is a Reader for the UsersUsersPartialUpdate structure.
func (*UsersUsersPartialUpdateReader) ReadResponse ¶
func (o *UsersUsersPartialUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersUsersReadOK ¶
UsersUsersReadOK handles this case with default header values.
UsersUsersReadOK users users read o k
func NewUsersUsersReadOK ¶
func NewUsersUsersReadOK() *UsersUsersReadOK
NewUsersUsersReadOK creates a UsersUsersReadOK with default headers values
func (*UsersUsersReadOK) Error ¶
func (o *UsersUsersReadOK) Error() string
func (*UsersUsersReadOK) GetPayload ¶
func (o *UsersUsersReadOK) GetPayload() *models.User
type UsersUsersReadParams ¶
type UsersUsersReadParams struct { /*ID A unique integer value identifying this user. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersUsersReadParams contains all the parameters to send to the API endpoint for the users users read operation typically these are written to a http.Request
func NewUsersUsersReadParams ¶
func NewUsersUsersReadParams() *UsersUsersReadParams
NewUsersUsersReadParams creates a new UsersUsersReadParams object with the default values initialized.
func NewUsersUsersReadParamsWithContext ¶
func NewUsersUsersReadParamsWithContext(ctx context.Context) *UsersUsersReadParams
NewUsersUsersReadParamsWithContext creates a new UsersUsersReadParams object with the default values initialized, and the ability to set a context for a request
func NewUsersUsersReadParamsWithHTTPClient ¶
func NewUsersUsersReadParamsWithHTTPClient(client *http.Client) *UsersUsersReadParams
NewUsersUsersReadParamsWithHTTPClient creates a new UsersUsersReadParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersUsersReadParamsWithTimeout ¶
func NewUsersUsersReadParamsWithTimeout(timeout time.Duration) *UsersUsersReadParams
NewUsersUsersReadParamsWithTimeout creates a new UsersUsersReadParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersUsersReadParams) SetContext ¶
func (o *UsersUsersReadParams) SetContext(ctx context.Context)
SetContext adds the context to the users users read params
func (*UsersUsersReadParams) SetHTTPClient ¶
func (o *UsersUsersReadParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users users read params
func (*UsersUsersReadParams) SetID ¶
func (o *UsersUsersReadParams) SetID(id int64)
SetID adds the id to the users users read params
func (*UsersUsersReadParams) SetTimeout ¶
func (o *UsersUsersReadParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users users read params
func (*UsersUsersReadParams) WithContext ¶
func (o *UsersUsersReadParams) WithContext(ctx context.Context) *UsersUsersReadParams
WithContext adds the context to the users users read params
func (*UsersUsersReadParams) WithHTTPClient ¶
func (o *UsersUsersReadParams) WithHTTPClient(client *http.Client) *UsersUsersReadParams
WithHTTPClient adds the HTTPClient to the users users read params
func (*UsersUsersReadParams) WithID ¶
func (o *UsersUsersReadParams) WithID(id int64) *UsersUsersReadParams
WithID adds the id to the users users read params
func (*UsersUsersReadParams) WithTimeout ¶
func (o *UsersUsersReadParams) WithTimeout(timeout time.Duration) *UsersUsersReadParams
WithTimeout adds the timeout to the users users read params
func (*UsersUsersReadParams) WriteToRequest ¶
func (o *UsersUsersReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersUsersReadReader ¶
type UsersUsersReadReader struct {
// contains filtered or unexported fields
}
UsersUsersReadReader is a Reader for the UsersUsersRead structure.
func (*UsersUsersReadReader) ReadResponse ¶
func (o *UsersUsersReadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersUsersUpdateDefault ¶
type UsersUsersUpdateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersUsersUpdateDefault handles this case with default header values.
UsersUsersUpdateDefault users users update default
func NewUsersUsersUpdateDefault ¶
func NewUsersUsersUpdateDefault(code int) *UsersUsersUpdateDefault
NewUsersUsersUpdateDefault creates a UsersUsersUpdateDefault with default headers values
func (*UsersUsersUpdateDefault) Code ¶
func (o *UsersUsersUpdateDefault) Code() int
Code gets the status code for the users users update default response
func (*UsersUsersUpdateDefault) Error ¶
func (o *UsersUsersUpdateDefault) Error() string
func (*UsersUsersUpdateDefault) GetPayload ¶
func (o *UsersUsersUpdateDefault) GetPayload() interface{}
type UsersUsersUpdateOK ¶
UsersUsersUpdateOK handles this case with default header values.
UsersUsersUpdateOK users users update o k
func NewUsersUsersUpdateOK ¶
func NewUsersUsersUpdateOK() *UsersUsersUpdateOK
NewUsersUsersUpdateOK creates a UsersUsersUpdateOK with default headers values
func (*UsersUsersUpdateOK) Error ¶
func (o *UsersUsersUpdateOK) Error() string
func (*UsersUsersUpdateOK) GetPayload ¶
func (o *UsersUsersUpdateOK) GetPayload() *models.User
type UsersUsersUpdateParams ¶
type UsersUsersUpdateParams struct { /*Data*/ Data *models.WritableUser /*ID A unique integer value identifying this user. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersUsersUpdateParams contains all the parameters to send to the API endpoint for the users users update operation typically these are written to a http.Request
func NewUsersUsersUpdateParams ¶
func NewUsersUsersUpdateParams() *UsersUsersUpdateParams
NewUsersUsersUpdateParams creates a new UsersUsersUpdateParams object with the default values initialized.
func NewUsersUsersUpdateParamsWithContext ¶
func NewUsersUsersUpdateParamsWithContext(ctx context.Context) *UsersUsersUpdateParams
NewUsersUsersUpdateParamsWithContext creates a new UsersUsersUpdateParams object with the default values initialized, and the ability to set a context for a request
func NewUsersUsersUpdateParamsWithHTTPClient ¶
func NewUsersUsersUpdateParamsWithHTTPClient(client *http.Client) *UsersUsersUpdateParams
NewUsersUsersUpdateParamsWithHTTPClient creates a new UsersUsersUpdateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUsersUsersUpdateParamsWithTimeout ¶
func NewUsersUsersUpdateParamsWithTimeout(timeout time.Duration) *UsersUsersUpdateParams
NewUsersUsersUpdateParamsWithTimeout creates a new UsersUsersUpdateParams object with the default values initialized, and the ability to set a timeout on a request
func (*UsersUsersUpdateParams) SetContext ¶
func (o *UsersUsersUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the users users update params
func (*UsersUsersUpdateParams) SetData ¶
func (o *UsersUsersUpdateParams) SetData(data *models.WritableUser)
SetData adds the data to the users users update params
func (*UsersUsersUpdateParams) SetHTTPClient ¶
func (o *UsersUsersUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users users update params
func (*UsersUsersUpdateParams) SetID ¶
func (o *UsersUsersUpdateParams) SetID(id int64)
SetID adds the id to the users users update params
func (*UsersUsersUpdateParams) SetTimeout ¶
func (o *UsersUsersUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users users update params
func (*UsersUsersUpdateParams) WithContext ¶
func (o *UsersUsersUpdateParams) WithContext(ctx context.Context) *UsersUsersUpdateParams
WithContext adds the context to the users users update params
func (*UsersUsersUpdateParams) WithData ¶
func (o *UsersUsersUpdateParams) WithData(data *models.WritableUser) *UsersUsersUpdateParams
WithData adds the data to the users users update params
func (*UsersUsersUpdateParams) WithHTTPClient ¶
func (o *UsersUsersUpdateParams) WithHTTPClient(client *http.Client) *UsersUsersUpdateParams
WithHTTPClient adds the HTTPClient to the users users update params
func (*UsersUsersUpdateParams) WithID ¶
func (o *UsersUsersUpdateParams) WithID(id int64) *UsersUsersUpdateParams
WithID adds the id to the users users update params
func (*UsersUsersUpdateParams) WithTimeout ¶
func (o *UsersUsersUpdateParams) WithTimeout(timeout time.Duration) *UsersUsersUpdateParams
WithTimeout adds the timeout to the users users update params
func (*UsersUsersUpdateParams) WriteToRequest ¶
func (o *UsersUsersUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersUsersUpdateReader ¶
type UsersUsersUpdateReader struct {
// contains filtered or unexported fields
}
UsersUsersUpdateReader is a Reader for the UsersUsersUpdate structure.
func (*UsersUsersUpdateReader) ReadResponse ¶
func (o *UsersUsersUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- users_client.go
- users_groups_create_parameters.go
- users_groups_create_responses.go
- users_groups_delete_parameters.go
- users_groups_delete_responses.go
- users_groups_list_parameters.go
- users_groups_list_responses.go
- users_groups_partial_update_parameters.go
- users_groups_partial_update_responses.go
- users_groups_read_parameters.go
- users_groups_read_responses.go
- users_groups_update_parameters.go
- users_groups_update_responses.go
- users_permissions_create_parameters.go
- users_permissions_create_responses.go
- users_permissions_delete_parameters.go
- users_permissions_delete_responses.go
- users_permissions_list_parameters.go
- users_permissions_list_responses.go
- users_permissions_partial_update_parameters.go
- users_permissions_partial_update_responses.go
- users_permissions_read_parameters.go
- users_permissions_read_responses.go
- users_permissions_update_parameters.go
- users_permissions_update_responses.go
- users_users_create_parameters.go
- users_users_create_responses.go
- users_users_delete_parameters.go
- users_users_delete_responses.go
- users_users_list_parameters.go
- users_users_list_responses.go
- users_users_partial_update_parameters.go
- users_users_partial_update_responses.go
- users_users_read_parameters.go
- users_users_read_responses.go
- users_users_update_parameters.go
- users_users_update_responses.go