Documentation ¶
Index ¶
- type Client
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UsersConfigList(params *UsersConfigListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UsersConfigListOK, error)
- 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) UsersTokensCreate(params *UsersTokensCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UsersTokensCreateCreated, error)
- func (a *Client) UsersTokensDelete(params *UsersTokensDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UsersTokensDeleteNoContent, error)
- func (a *Client) UsersTokensList(params *UsersTokensListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UsersTokensListOK, error)
- func (a *Client) UsersTokensPartialUpdate(params *UsersTokensPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UsersTokensPartialUpdateOK, error)
- func (a *Client) UsersTokensProvisionCreate(params *UsersTokensProvisionCreateParams, ...) (*UsersTokensProvisionCreateCreated, error)
- func (a *Client) UsersTokensRead(params *UsersTokensReadParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UsersTokensReadOK, error)
- func (a *Client) UsersTokensUpdate(params *UsersTokensUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UsersTokensUpdateOK, 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 ClientOption
- type ClientService
- type UsersConfigListDefault
- func (o *UsersConfigListDefault) Code() int
- func (o *UsersConfigListDefault) Error() string
- func (o *UsersConfigListDefault) GetPayload() interface{}
- func (o *UsersConfigListDefault) IsClientError() bool
- func (o *UsersConfigListDefault) IsCode(code int) bool
- func (o *UsersConfigListDefault) IsRedirect() bool
- func (o *UsersConfigListDefault) IsServerError() bool
- func (o *UsersConfigListDefault) IsSuccess() bool
- func (o *UsersConfigListDefault) String() string
- type UsersConfigListOK
- func (o *UsersConfigListOK) Code() int
- func (o *UsersConfigListOK) Error() string
- func (o *UsersConfigListOK) IsClientError() bool
- func (o *UsersConfigListOK) IsCode(code int) bool
- func (o *UsersConfigListOK) IsRedirect() bool
- func (o *UsersConfigListOK) IsServerError() bool
- func (o *UsersConfigListOK) IsSuccess() bool
- func (o *UsersConfigListOK) String() string
- type UsersConfigListParams
- func NewUsersConfigListParams() *UsersConfigListParams
- func NewUsersConfigListParamsWithContext(ctx context.Context) *UsersConfigListParams
- func NewUsersConfigListParamsWithHTTPClient(client *http.Client) *UsersConfigListParams
- func NewUsersConfigListParamsWithTimeout(timeout time.Duration) *UsersConfigListParams
- func (o *UsersConfigListParams) SetContext(ctx context.Context)
- func (o *UsersConfigListParams) SetDefaults()
- func (o *UsersConfigListParams) SetHTTPClient(client *http.Client)
- func (o *UsersConfigListParams) SetTimeout(timeout time.Duration)
- func (o *UsersConfigListParams) WithContext(ctx context.Context) *UsersConfigListParams
- func (o *UsersConfigListParams) WithDefaults() *UsersConfigListParams
- func (o *UsersConfigListParams) WithHTTPClient(client *http.Client) *UsersConfigListParams
- func (o *UsersConfigListParams) WithTimeout(timeout time.Duration) *UsersConfigListParams
- func (o *UsersConfigListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersConfigListReader
- type UsersGroupsCreateCreated
- func (o *UsersGroupsCreateCreated) Code() int
- func (o *UsersGroupsCreateCreated) Error() string
- func (o *UsersGroupsCreateCreated) GetPayload() *models.Group
- func (o *UsersGroupsCreateCreated) IsClientError() bool
- func (o *UsersGroupsCreateCreated) IsCode(code int) bool
- func (o *UsersGroupsCreateCreated) IsRedirect() bool
- func (o *UsersGroupsCreateCreated) IsServerError() bool
- func (o *UsersGroupsCreateCreated) IsSuccess() bool
- func (o *UsersGroupsCreateCreated) String() string
- type UsersGroupsCreateDefault
- func (o *UsersGroupsCreateDefault) Code() int
- func (o *UsersGroupsCreateDefault) Error() string
- func (o *UsersGroupsCreateDefault) GetPayload() interface{}
- func (o *UsersGroupsCreateDefault) IsClientError() bool
- func (o *UsersGroupsCreateDefault) IsCode(code int) bool
- func (o *UsersGroupsCreateDefault) IsRedirect() bool
- func (o *UsersGroupsCreateDefault) IsServerError() bool
- func (o *UsersGroupsCreateDefault) IsSuccess() bool
- func (o *UsersGroupsCreateDefault) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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 UsersGroupsDeleteDefault
- func (o *UsersGroupsDeleteDefault) Code() int
- func (o *UsersGroupsDeleteDefault) Error() string
- func (o *UsersGroupsDeleteDefault) GetPayload() interface{}
- func (o *UsersGroupsDeleteDefault) IsClientError() bool
- func (o *UsersGroupsDeleteDefault) IsCode(code int) bool
- func (o *UsersGroupsDeleteDefault) IsRedirect() bool
- func (o *UsersGroupsDeleteDefault) IsServerError() bool
- func (o *UsersGroupsDeleteDefault) IsSuccess() bool
- func (o *UsersGroupsDeleteDefault) String() string
- type UsersGroupsDeleteNoContent
- func (o *UsersGroupsDeleteNoContent) Code() int
- func (o *UsersGroupsDeleteNoContent) Error() string
- func (o *UsersGroupsDeleteNoContent) IsClientError() bool
- func (o *UsersGroupsDeleteNoContent) IsCode(code int) bool
- func (o *UsersGroupsDeleteNoContent) IsRedirect() bool
- func (o *UsersGroupsDeleteNoContent) IsServerError() bool
- func (o *UsersGroupsDeleteNoContent) IsSuccess() bool
- func (o *UsersGroupsDeleteNoContent) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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 UsersGroupsListDefault
- func (o *UsersGroupsListDefault) Code() int
- func (o *UsersGroupsListDefault) Error() string
- func (o *UsersGroupsListDefault) GetPayload() interface{}
- func (o *UsersGroupsListDefault) IsClientError() bool
- func (o *UsersGroupsListDefault) IsCode(code int) bool
- func (o *UsersGroupsListDefault) IsRedirect() bool
- func (o *UsersGroupsListDefault) IsServerError() bool
- func (o *UsersGroupsListDefault) IsSuccess() bool
- func (o *UsersGroupsListDefault) String() string
- type UsersGroupsListOK
- func (o *UsersGroupsListOK) Code() int
- func (o *UsersGroupsListOK) Error() string
- func (o *UsersGroupsListOK) GetPayload() *UsersGroupsListOKBody
- func (o *UsersGroupsListOK) IsClientError() bool
- func (o *UsersGroupsListOK) IsCode(code int) bool
- func (o *UsersGroupsListOK) IsRedirect() bool
- func (o *UsersGroupsListOK) IsServerError() bool
- func (o *UsersGroupsListOK) IsSuccess() bool
- func (o *UsersGroupsListOK) String() string
- 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) SetDefaults()
- 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) SetNameEmpty(nameEmpty *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) SetOrdering(ordering *string)
- func (o *UsersGroupsListParams) SetQ(q *string)
- func (o *UsersGroupsListParams) SetTimeout(timeout time.Duration)
- func (o *UsersGroupsListParams) WithContext(ctx context.Context) *UsersGroupsListParams
- func (o *UsersGroupsListParams) WithDefaults() *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) WithNameEmpty(nameEmpty *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) WithOrdering(ordering *string) *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
- func (o *UsersGroupsPartialUpdateDefault) Code() int
- func (o *UsersGroupsPartialUpdateDefault) Error() string
- func (o *UsersGroupsPartialUpdateDefault) GetPayload() interface{}
- func (o *UsersGroupsPartialUpdateDefault) IsClientError() bool
- func (o *UsersGroupsPartialUpdateDefault) IsCode(code int) bool
- func (o *UsersGroupsPartialUpdateDefault) IsRedirect() bool
- func (o *UsersGroupsPartialUpdateDefault) IsServerError() bool
- func (o *UsersGroupsPartialUpdateDefault) IsSuccess() bool
- func (o *UsersGroupsPartialUpdateDefault) String() string
- type UsersGroupsPartialUpdateOK
- func (o *UsersGroupsPartialUpdateOK) Code() int
- func (o *UsersGroupsPartialUpdateOK) Error() string
- func (o *UsersGroupsPartialUpdateOK) GetPayload() *models.Group
- func (o *UsersGroupsPartialUpdateOK) IsClientError() bool
- func (o *UsersGroupsPartialUpdateOK) IsCode(code int) bool
- func (o *UsersGroupsPartialUpdateOK) IsRedirect() bool
- func (o *UsersGroupsPartialUpdateOK) IsServerError() bool
- func (o *UsersGroupsPartialUpdateOK) IsSuccess() bool
- func (o *UsersGroupsPartialUpdateOK) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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 UsersGroupsReadDefault
- func (o *UsersGroupsReadDefault) Code() int
- func (o *UsersGroupsReadDefault) Error() string
- func (o *UsersGroupsReadDefault) GetPayload() interface{}
- func (o *UsersGroupsReadDefault) IsClientError() bool
- func (o *UsersGroupsReadDefault) IsCode(code int) bool
- func (o *UsersGroupsReadDefault) IsRedirect() bool
- func (o *UsersGroupsReadDefault) IsServerError() bool
- func (o *UsersGroupsReadDefault) IsSuccess() bool
- func (o *UsersGroupsReadDefault) String() string
- type UsersGroupsReadOK
- func (o *UsersGroupsReadOK) Code() int
- func (o *UsersGroupsReadOK) Error() string
- func (o *UsersGroupsReadOK) GetPayload() *models.Group
- func (o *UsersGroupsReadOK) IsClientError() bool
- func (o *UsersGroupsReadOK) IsCode(code int) bool
- func (o *UsersGroupsReadOK) IsRedirect() bool
- func (o *UsersGroupsReadOK) IsServerError() bool
- func (o *UsersGroupsReadOK) IsSuccess() bool
- func (o *UsersGroupsReadOK) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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
- func (o *UsersGroupsUpdateDefault) Code() int
- func (o *UsersGroupsUpdateDefault) Error() string
- func (o *UsersGroupsUpdateDefault) GetPayload() interface{}
- func (o *UsersGroupsUpdateDefault) IsClientError() bool
- func (o *UsersGroupsUpdateDefault) IsCode(code int) bool
- func (o *UsersGroupsUpdateDefault) IsRedirect() bool
- func (o *UsersGroupsUpdateDefault) IsServerError() bool
- func (o *UsersGroupsUpdateDefault) IsSuccess() bool
- func (o *UsersGroupsUpdateDefault) String() string
- type UsersGroupsUpdateOK
- func (o *UsersGroupsUpdateOK) Code() int
- func (o *UsersGroupsUpdateOK) Error() string
- func (o *UsersGroupsUpdateOK) GetPayload() *models.Group
- func (o *UsersGroupsUpdateOK) IsClientError() bool
- func (o *UsersGroupsUpdateOK) IsCode(code int) bool
- func (o *UsersGroupsUpdateOK) IsRedirect() bool
- func (o *UsersGroupsUpdateOK) IsServerError() bool
- func (o *UsersGroupsUpdateOK) IsSuccess() bool
- func (o *UsersGroupsUpdateOK) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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
- func (o *UsersPermissionsCreateCreated) Code() int
- func (o *UsersPermissionsCreateCreated) Error() string
- func (o *UsersPermissionsCreateCreated) GetPayload() *models.ObjectPermission
- func (o *UsersPermissionsCreateCreated) IsClientError() bool
- func (o *UsersPermissionsCreateCreated) IsCode(code int) bool
- func (o *UsersPermissionsCreateCreated) IsRedirect() bool
- func (o *UsersPermissionsCreateCreated) IsServerError() bool
- func (o *UsersPermissionsCreateCreated) IsSuccess() bool
- func (o *UsersPermissionsCreateCreated) String() string
- type UsersPermissionsCreateDefault
- func (o *UsersPermissionsCreateDefault) Code() int
- func (o *UsersPermissionsCreateDefault) Error() string
- func (o *UsersPermissionsCreateDefault) GetPayload() interface{}
- func (o *UsersPermissionsCreateDefault) IsClientError() bool
- func (o *UsersPermissionsCreateDefault) IsCode(code int) bool
- func (o *UsersPermissionsCreateDefault) IsRedirect() bool
- func (o *UsersPermissionsCreateDefault) IsServerError() bool
- func (o *UsersPermissionsCreateDefault) IsSuccess() bool
- func (o *UsersPermissionsCreateDefault) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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 UsersPermissionsDeleteDefault
- func (o *UsersPermissionsDeleteDefault) Code() int
- func (o *UsersPermissionsDeleteDefault) Error() string
- func (o *UsersPermissionsDeleteDefault) GetPayload() interface{}
- func (o *UsersPermissionsDeleteDefault) IsClientError() bool
- func (o *UsersPermissionsDeleteDefault) IsCode(code int) bool
- func (o *UsersPermissionsDeleteDefault) IsRedirect() bool
- func (o *UsersPermissionsDeleteDefault) IsServerError() bool
- func (o *UsersPermissionsDeleteDefault) IsSuccess() bool
- func (o *UsersPermissionsDeleteDefault) String() string
- type UsersPermissionsDeleteNoContent
- func (o *UsersPermissionsDeleteNoContent) Code() int
- func (o *UsersPermissionsDeleteNoContent) Error() string
- func (o *UsersPermissionsDeleteNoContent) IsClientError() bool
- func (o *UsersPermissionsDeleteNoContent) IsCode(code int) bool
- func (o *UsersPermissionsDeleteNoContent) IsRedirect() bool
- func (o *UsersPermissionsDeleteNoContent) IsServerError() bool
- func (o *UsersPermissionsDeleteNoContent) IsSuccess() bool
- func (o *UsersPermissionsDeleteNoContent) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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 UsersPermissionsListDefault
- func (o *UsersPermissionsListDefault) Code() int
- func (o *UsersPermissionsListDefault) Error() string
- func (o *UsersPermissionsListDefault) GetPayload() interface{}
- func (o *UsersPermissionsListDefault) IsClientError() bool
- func (o *UsersPermissionsListDefault) IsCode(code int) bool
- func (o *UsersPermissionsListDefault) IsRedirect() bool
- func (o *UsersPermissionsListDefault) IsServerError() bool
- func (o *UsersPermissionsListDefault) IsSuccess() bool
- func (o *UsersPermissionsListDefault) String() string
- type UsersPermissionsListOK
- func (o *UsersPermissionsListOK) Code() int
- func (o *UsersPermissionsListOK) Error() string
- func (o *UsersPermissionsListOK) GetPayload() *UsersPermissionsListOKBody
- func (o *UsersPermissionsListOK) IsClientError() bool
- func (o *UsersPermissionsListOK) IsCode(code int) bool
- func (o *UsersPermissionsListOK) IsRedirect() bool
- func (o *UsersPermissionsListOK) IsServerError() bool
- func (o *UsersPermissionsListOK) IsSuccess() bool
- func (o *UsersPermissionsListOK) String() string
- type UsersPermissionsListOKBody
- func (o *UsersPermissionsListOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UsersPermissionsListOKBody) MarshalBinary() ([]byte, error)
- func (o *UsersPermissionsListOKBody) UnmarshalBinary(b []byte) error
- func (o *UsersPermissionsListOKBody) Validate(formats strfmt.Registry) error
- 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) SetDefaults()
- func (o *UsersPermissionsListParams) SetDescription(description *string)
- func (o *UsersPermissionsListParams) SetDescriptionEmpty(descriptionEmpty *string)
- func (o *UsersPermissionsListParams) SetDescriptionIc(descriptionIc *string)
- func (o *UsersPermissionsListParams) SetDescriptionIe(descriptionIe *string)
- func (o *UsersPermissionsListParams) SetDescriptionIew(descriptionIew *string)
- func (o *UsersPermissionsListParams) SetDescriptionIsw(descriptionIsw *string)
- func (o *UsersPermissionsListParams) SetDescriptionNic(descriptionNic *string)
- func (o *UsersPermissionsListParams) SetDescriptionNie(descriptionNie *string)
- func (o *UsersPermissionsListParams) SetDescriptionNiew(descriptionNiew *string)
- func (o *UsersPermissionsListParams) SetDescriptionNisw(descriptionNisw *string)
- func (o *UsersPermissionsListParams) SetDescriptionn(descriptionn *string)
- 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) SetNameEmpty(nameEmpty *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) SetOrdering(ordering *string)
- func (o *UsersPermissionsListParams) SetQ(q *string)
- 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) WithDefaults() *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithDescription(description *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithDescriptionEmpty(descriptionEmpty *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithDescriptionIc(descriptionIc *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithDescriptionIe(descriptionIe *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithDescriptionIew(descriptionIew *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithDescriptionIsw(descriptionIsw *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithDescriptionNic(descriptionNic *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithDescriptionNie(descriptionNie *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithDescriptionNiew(descriptionNiew *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithDescriptionNisw(descriptionNisw *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithDescriptionn(descriptionn *string) *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) WithNameEmpty(nameEmpty *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) WithOrdering(ordering *string) *UsersPermissionsListParams
- func (o *UsersPermissionsListParams) WithQ(q *string) *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
- func (o *UsersPermissionsPartialUpdateDefault) Code() int
- func (o *UsersPermissionsPartialUpdateDefault) Error() string
- func (o *UsersPermissionsPartialUpdateDefault) GetPayload() interface{}
- func (o *UsersPermissionsPartialUpdateDefault) IsClientError() bool
- func (o *UsersPermissionsPartialUpdateDefault) IsCode(code int) bool
- func (o *UsersPermissionsPartialUpdateDefault) IsRedirect() bool
- func (o *UsersPermissionsPartialUpdateDefault) IsServerError() bool
- func (o *UsersPermissionsPartialUpdateDefault) IsSuccess() bool
- func (o *UsersPermissionsPartialUpdateDefault) String() string
- type UsersPermissionsPartialUpdateOK
- func (o *UsersPermissionsPartialUpdateOK) Code() int
- func (o *UsersPermissionsPartialUpdateOK) Error() string
- func (o *UsersPermissionsPartialUpdateOK) GetPayload() *models.ObjectPermission
- func (o *UsersPermissionsPartialUpdateOK) IsClientError() bool
- func (o *UsersPermissionsPartialUpdateOK) IsCode(code int) bool
- func (o *UsersPermissionsPartialUpdateOK) IsRedirect() bool
- func (o *UsersPermissionsPartialUpdateOK) IsServerError() bool
- func (o *UsersPermissionsPartialUpdateOK) IsSuccess() bool
- func (o *UsersPermissionsPartialUpdateOK) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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 UsersPermissionsReadDefault
- func (o *UsersPermissionsReadDefault) Code() int
- func (o *UsersPermissionsReadDefault) Error() string
- func (o *UsersPermissionsReadDefault) GetPayload() interface{}
- func (o *UsersPermissionsReadDefault) IsClientError() bool
- func (o *UsersPermissionsReadDefault) IsCode(code int) bool
- func (o *UsersPermissionsReadDefault) IsRedirect() bool
- func (o *UsersPermissionsReadDefault) IsServerError() bool
- func (o *UsersPermissionsReadDefault) IsSuccess() bool
- func (o *UsersPermissionsReadDefault) String() string
- type UsersPermissionsReadOK
- func (o *UsersPermissionsReadOK) Code() int
- func (o *UsersPermissionsReadOK) Error() string
- func (o *UsersPermissionsReadOK) GetPayload() *models.ObjectPermission
- func (o *UsersPermissionsReadOK) IsClientError() bool
- func (o *UsersPermissionsReadOK) IsCode(code int) bool
- func (o *UsersPermissionsReadOK) IsRedirect() bool
- func (o *UsersPermissionsReadOK) IsServerError() bool
- func (o *UsersPermissionsReadOK) IsSuccess() bool
- func (o *UsersPermissionsReadOK) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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
- func (o *UsersPermissionsUpdateDefault) Code() int
- func (o *UsersPermissionsUpdateDefault) Error() string
- func (o *UsersPermissionsUpdateDefault) GetPayload() interface{}
- func (o *UsersPermissionsUpdateDefault) IsClientError() bool
- func (o *UsersPermissionsUpdateDefault) IsCode(code int) bool
- func (o *UsersPermissionsUpdateDefault) IsRedirect() bool
- func (o *UsersPermissionsUpdateDefault) IsServerError() bool
- func (o *UsersPermissionsUpdateDefault) IsSuccess() bool
- func (o *UsersPermissionsUpdateDefault) String() string
- type UsersPermissionsUpdateOK
- func (o *UsersPermissionsUpdateOK) Code() int
- func (o *UsersPermissionsUpdateOK) Error() string
- func (o *UsersPermissionsUpdateOK) GetPayload() *models.ObjectPermission
- func (o *UsersPermissionsUpdateOK) IsClientError() bool
- func (o *UsersPermissionsUpdateOK) IsCode(code int) bool
- func (o *UsersPermissionsUpdateOK) IsRedirect() bool
- func (o *UsersPermissionsUpdateOK) IsServerError() bool
- func (o *UsersPermissionsUpdateOK) IsSuccess() bool
- func (o *UsersPermissionsUpdateOK) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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 UsersTokensCreateCreated
- func (o *UsersTokensCreateCreated) Code() int
- func (o *UsersTokensCreateCreated) Error() string
- func (o *UsersTokensCreateCreated) GetPayload() *models.Token
- func (o *UsersTokensCreateCreated) IsClientError() bool
- func (o *UsersTokensCreateCreated) IsCode(code int) bool
- func (o *UsersTokensCreateCreated) IsRedirect() bool
- func (o *UsersTokensCreateCreated) IsServerError() bool
- func (o *UsersTokensCreateCreated) IsSuccess() bool
- func (o *UsersTokensCreateCreated) String() string
- type UsersTokensCreateDefault
- func (o *UsersTokensCreateDefault) Code() int
- func (o *UsersTokensCreateDefault) Error() string
- func (o *UsersTokensCreateDefault) GetPayload() interface{}
- func (o *UsersTokensCreateDefault) IsClientError() bool
- func (o *UsersTokensCreateDefault) IsCode(code int) bool
- func (o *UsersTokensCreateDefault) IsRedirect() bool
- func (o *UsersTokensCreateDefault) IsServerError() bool
- func (o *UsersTokensCreateDefault) IsSuccess() bool
- func (o *UsersTokensCreateDefault) String() string
- type UsersTokensCreateParams
- func NewUsersTokensCreateParams() *UsersTokensCreateParams
- func NewUsersTokensCreateParamsWithContext(ctx context.Context) *UsersTokensCreateParams
- func NewUsersTokensCreateParamsWithHTTPClient(client *http.Client) *UsersTokensCreateParams
- func NewUsersTokensCreateParamsWithTimeout(timeout time.Duration) *UsersTokensCreateParams
- func (o *UsersTokensCreateParams) SetContext(ctx context.Context)
- func (o *UsersTokensCreateParams) SetData(data *models.WritableToken)
- func (o *UsersTokensCreateParams) SetDefaults()
- func (o *UsersTokensCreateParams) SetHTTPClient(client *http.Client)
- func (o *UsersTokensCreateParams) SetTimeout(timeout time.Duration)
- func (o *UsersTokensCreateParams) WithContext(ctx context.Context) *UsersTokensCreateParams
- func (o *UsersTokensCreateParams) WithData(data *models.WritableToken) *UsersTokensCreateParams
- func (o *UsersTokensCreateParams) WithDefaults() *UsersTokensCreateParams
- func (o *UsersTokensCreateParams) WithHTTPClient(client *http.Client) *UsersTokensCreateParams
- func (o *UsersTokensCreateParams) WithTimeout(timeout time.Duration) *UsersTokensCreateParams
- func (o *UsersTokensCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersTokensCreateReader
- type UsersTokensDeleteDefault
- func (o *UsersTokensDeleteDefault) Code() int
- func (o *UsersTokensDeleteDefault) Error() string
- func (o *UsersTokensDeleteDefault) GetPayload() interface{}
- func (o *UsersTokensDeleteDefault) IsClientError() bool
- func (o *UsersTokensDeleteDefault) IsCode(code int) bool
- func (o *UsersTokensDeleteDefault) IsRedirect() bool
- func (o *UsersTokensDeleteDefault) IsServerError() bool
- func (o *UsersTokensDeleteDefault) IsSuccess() bool
- func (o *UsersTokensDeleteDefault) String() string
- type UsersTokensDeleteNoContent
- func (o *UsersTokensDeleteNoContent) Code() int
- func (o *UsersTokensDeleteNoContent) Error() string
- func (o *UsersTokensDeleteNoContent) IsClientError() bool
- func (o *UsersTokensDeleteNoContent) IsCode(code int) bool
- func (o *UsersTokensDeleteNoContent) IsRedirect() bool
- func (o *UsersTokensDeleteNoContent) IsServerError() bool
- func (o *UsersTokensDeleteNoContent) IsSuccess() bool
- func (o *UsersTokensDeleteNoContent) String() string
- type UsersTokensDeleteParams
- func NewUsersTokensDeleteParams() *UsersTokensDeleteParams
- func NewUsersTokensDeleteParamsWithContext(ctx context.Context) *UsersTokensDeleteParams
- func NewUsersTokensDeleteParamsWithHTTPClient(client *http.Client) *UsersTokensDeleteParams
- func NewUsersTokensDeleteParamsWithTimeout(timeout time.Duration) *UsersTokensDeleteParams
- func (o *UsersTokensDeleteParams) SetContext(ctx context.Context)
- func (o *UsersTokensDeleteParams) SetDefaults()
- func (o *UsersTokensDeleteParams) SetHTTPClient(client *http.Client)
- func (o *UsersTokensDeleteParams) SetID(id int64)
- func (o *UsersTokensDeleteParams) SetTimeout(timeout time.Duration)
- func (o *UsersTokensDeleteParams) WithContext(ctx context.Context) *UsersTokensDeleteParams
- func (o *UsersTokensDeleteParams) WithDefaults() *UsersTokensDeleteParams
- func (o *UsersTokensDeleteParams) WithHTTPClient(client *http.Client) *UsersTokensDeleteParams
- func (o *UsersTokensDeleteParams) WithID(id int64) *UsersTokensDeleteParams
- func (o *UsersTokensDeleteParams) WithTimeout(timeout time.Duration) *UsersTokensDeleteParams
- func (o *UsersTokensDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersTokensDeleteReader
- type UsersTokensListDefault
- func (o *UsersTokensListDefault) Code() int
- func (o *UsersTokensListDefault) Error() string
- func (o *UsersTokensListDefault) GetPayload() interface{}
- func (o *UsersTokensListDefault) IsClientError() bool
- func (o *UsersTokensListDefault) IsCode(code int) bool
- func (o *UsersTokensListDefault) IsRedirect() bool
- func (o *UsersTokensListDefault) IsServerError() bool
- func (o *UsersTokensListDefault) IsSuccess() bool
- func (o *UsersTokensListDefault) String() string
- type UsersTokensListOK
- func (o *UsersTokensListOK) Code() int
- func (o *UsersTokensListOK) Error() string
- func (o *UsersTokensListOK) GetPayload() *UsersTokensListOKBody
- func (o *UsersTokensListOK) IsClientError() bool
- func (o *UsersTokensListOK) IsCode(code int) bool
- func (o *UsersTokensListOK) IsRedirect() bool
- func (o *UsersTokensListOK) IsServerError() bool
- func (o *UsersTokensListOK) IsSuccess() bool
- func (o *UsersTokensListOK) String() string
- type UsersTokensListOKBody
- type UsersTokensListParams
- func NewUsersTokensListParams() *UsersTokensListParams
- func NewUsersTokensListParamsWithContext(ctx context.Context) *UsersTokensListParams
- func NewUsersTokensListParamsWithHTTPClient(client *http.Client) *UsersTokensListParams
- func NewUsersTokensListParamsWithTimeout(timeout time.Duration) *UsersTokensListParams
- func (o *UsersTokensListParams) SetContext(ctx context.Context)
- func (o *UsersTokensListParams) SetCreated(created *string)
- func (o *UsersTokensListParams) SetCreatedGte(createdGte *string)
- func (o *UsersTokensListParams) SetCreatedLte(createdLte *string)
- func (o *UsersTokensListParams) SetDefaults()
- func (o *UsersTokensListParams) SetDescription(description *string)
- func (o *UsersTokensListParams) SetDescriptionEmpty(descriptionEmpty *string)
- func (o *UsersTokensListParams) SetDescriptionIc(descriptionIc *string)
- func (o *UsersTokensListParams) SetDescriptionIe(descriptionIe *string)
- func (o *UsersTokensListParams) SetDescriptionIew(descriptionIew *string)
- func (o *UsersTokensListParams) SetDescriptionIsw(descriptionIsw *string)
- func (o *UsersTokensListParams) SetDescriptionNic(descriptionNic *string)
- func (o *UsersTokensListParams) SetDescriptionNie(descriptionNie *string)
- func (o *UsersTokensListParams) SetDescriptionNiew(descriptionNiew *string)
- func (o *UsersTokensListParams) SetDescriptionNisw(descriptionNisw *string)
- func (o *UsersTokensListParams) SetDescriptionn(descriptionn *string)
- func (o *UsersTokensListParams) SetExpires(expires *string)
- func (o *UsersTokensListParams) SetExpiresGte(expiresGte *string)
- func (o *UsersTokensListParams) SetExpiresLte(expiresLte *string)
- func (o *UsersTokensListParams) SetHTTPClient(client *http.Client)
- func (o *UsersTokensListParams) SetID(id *string)
- func (o *UsersTokensListParams) SetIDGt(iDGt *string)
- func (o *UsersTokensListParams) SetIDGte(iDGte *string)
- func (o *UsersTokensListParams) SetIDLt(iDLt *string)
- func (o *UsersTokensListParams) SetIDLte(iDLte *string)
- func (o *UsersTokensListParams) SetIDn(iDn *string)
- func (o *UsersTokensListParams) SetKey(key *string)
- func (o *UsersTokensListParams) SetKeyEmpty(keyEmpty *string)
- func (o *UsersTokensListParams) SetKeyIc(keyIc *string)
- func (o *UsersTokensListParams) SetKeyIe(keyIe *string)
- func (o *UsersTokensListParams) SetKeyIew(keyIew *string)
- func (o *UsersTokensListParams) SetKeyIsw(keyIsw *string)
- func (o *UsersTokensListParams) SetKeyNic(keyNic *string)
- func (o *UsersTokensListParams) SetKeyNie(keyNie *string)
- func (o *UsersTokensListParams) SetKeyNiew(keyNiew *string)
- func (o *UsersTokensListParams) SetKeyNisw(keyNisw *string)
- func (o *UsersTokensListParams) SetKeyn(keyn *string)
- func (o *UsersTokensListParams) SetLimit(limit *int64)
- func (o *UsersTokensListParams) SetOffset(offset *int64)
- func (o *UsersTokensListParams) SetOrdering(ordering *string)
- func (o *UsersTokensListParams) SetQ(q *string)
- func (o *UsersTokensListParams) SetTimeout(timeout time.Duration)
- func (o *UsersTokensListParams) SetUser(user *string)
- func (o *UsersTokensListParams) SetUserID(userID *string)
- func (o *UsersTokensListParams) SetUserIDn(userIDn *string)
- func (o *UsersTokensListParams) SetUsern(usern *string)
- func (o *UsersTokensListParams) SetWriteEnabled(writeEnabled *string)
- func (o *UsersTokensListParams) WithContext(ctx context.Context) *UsersTokensListParams
- func (o *UsersTokensListParams) WithCreated(created *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithCreatedGte(createdGte *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithCreatedLte(createdLte *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithDefaults() *UsersTokensListParams
- func (o *UsersTokensListParams) WithDescription(description *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithDescriptionEmpty(descriptionEmpty *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithDescriptionIc(descriptionIc *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithDescriptionIe(descriptionIe *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithDescriptionIew(descriptionIew *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithDescriptionIsw(descriptionIsw *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithDescriptionNic(descriptionNic *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithDescriptionNie(descriptionNie *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithDescriptionNiew(descriptionNiew *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithDescriptionNisw(descriptionNisw *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithDescriptionn(descriptionn *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithExpires(expires *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithExpiresGte(expiresGte *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithExpiresLte(expiresLte *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithHTTPClient(client *http.Client) *UsersTokensListParams
- func (o *UsersTokensListParams) WithID(id *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithIDGt(iDGt *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithIDGte(iDGte *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithIDLt(iDLt *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithIDLte(iDLte *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithIDn(iDn *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithKey(key *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithKeyEmpty(keyEmpty *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithKeyIc(keyIc *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithKeyIe(keyIe *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithKeyIew(keyIew *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithKeyIsw(keyIsw *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithKeyNic(keyNic *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithKeyNie(keyNie *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithKeyNiew(keyNiew *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithKeyNisw(keyNisw *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithKeyn(keyn *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithLimit(limit *int64) *UsersTokensListParams
- func (o *UsersTokensListParams) WithOffset(offset *int64) *UsersTokensListParams
- func (o *UsersTokensListParams) WithOrdering(ordering *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithQ(q *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithTimeout(timeout time.Duration) *UsersTokensListParams
- func (o *UsersTokensListParams) WithUser(user *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithUserID(userID *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithUserIDn(userIDn *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithUsern(usern *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WithWriteEnabled(writeEnabled *string) *UsersTokensListParams
- func (o *UsersTokensListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersTokensListReader
- type UsersTokensPartialUpdateDefault
- func (o *UsersTokensPartialUpdateDefault) Code() int
- func (o *UsersTokensPartialUpdateDefault) Error() string
- func (o *UsersTokensPartialUpdateDefault) GetPayload() interface{}
- func (o *UsersTokensPartialUpdateDefault) IsClientError() bool
- func (o *UsersTokensPartialUpdateDefault) IsCode(code int) bool
- func (o *UsersTokensPartialUpdateDefault) IsRedirect() bool
- func (o *UsersTokensPartialUpdateDefault) IsServerError() bool
- func (o *UsersTokensPartialUpdateDefault) IsSuccess() bool
- func (o *UsersTokensPartialUpdateDefault) String() string
- type UsersTokensPartialUpdateOK
- func (o *UsersTokensPartialUpdateOK) Code() int
- func (o *UsersTokensPartialUpdateOK) Error() string
- func (o *UsersTokensPartialUpdateOK) GetPayload() *models.Token
- func (o *UsersTokensPartialUpdateOK) IsClientError() bool
- func (o *UsersTokensPartialUpdateOK) IsCode(code int) bool
- func (o *UsersTokensPartialUpdateOK) IsRedirect() bool
- func (o *UsersTokensPartialUpdateOK) IsServerError() bool
- func (o *UsersTokensPartialUpdateOK) IsSuccess() bool
- func (o *UsersTokensPartialUpdateOK) String() string
- type UsersTokensPartialUpdateParams
- func NewUsersTokensPartialUpdateParams() *UsersTokensPartialUpdateParams
- func NewUsersTokensPartialUpdateParamsWithContext(ctx context.Context) *UsersTokensPartialUpdateParams
- func NewUsersTokensPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersTokensPartialUpdateParams
- func NewUsersTokensPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersTokensPartialUpdateParams
- func (o *UsersTokensPartialUpdateParams) SetContext(ctx context.Context)
- func (o *UsersTokensPartialUpdateParams) SetData(data *models.WritableToken)
- func (o *UsersTokensPartialUpdateParams) SetDefaults()
- func (o *UsersTokensPartialUpdateParams) SetHTTPClient(client *http.Client)
- func (o *UsersTokensPartialUpdateParams) SetID(id int64)
- func (o *UsersTokensPartialUpdateParams) SetTimeout(timeout time.Duration)
- func (o *UsersTokensPartialUpdateParams) WithContext(ctx context.Context) *UsersTokensPartialUpdateParams
- func (o *UsersTokensPartialUpdateParams) WithData(data *models.WritableToken) *UsersTokensPartialUpdateParams
- func (o *UsersTokensPartialUpdateParams) WithDefaults() *UsersTokensPartialUpdateParams
- func (o *UsersTokensPartialUpdateParams) WithHTTPClient(client *http.Client) *UsersTokensPartialUpdateParams
- func (o *UsersTokensPartialUpdateParams) WithID(id int64) *UsersTokensPartialUpdateParams
- func (o *UsersTokensPartialUpdateParams) WithTimeout(timeout time.Duration) *UsersTokensPartialUpdateParams
- func (o *UsersTokensPartialUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersTokensPartialUpdateReader
- type UsersTokensProvisionCreateCreated
- func (o *UsersTokensProvisionCreateCreated) Code() int
- func (o *UsersTokensProvisionCreateCreated) Error() string
- func (o *UsersTokensProvisionCreateCreated) IsClientError() bool
- func (o *UsersTokensProvisionCreateCreated) IsCode(code int) bool
- func (o *UsersTokensProvisionCreateCreated) IsRedirect() bool
- func (o *UsersTokensProvisionCreateCreated) IsServerError() bool
- func (o *UsersTokensProvisionCreateCreated) IsSuccess() bool
- func (o *UsersTokensProvisionCreateCreated) String() string
- type UsersTokensProvisionCreateDefault
- func (o *UsersTokensProvisionCreateDefault) Code() int
- func (o *UsersTokensProvisionCreateDefault) Error() string
- func (o *UsersTokensProvisionCreateDefault) GetPayload() interface{}
- func (o *UsersTokensProvisionCreateDefault) IsClientError() bool
- func (o *UsersTokensProvisionCreateDefault) IsCode(code int) bool
- func (o *UsersTokensProvisionCreateDefault) IsRedirect() bool
- func (o *UsersTokensProvisionCreateDefault) IsServerError() bool
- func (o *UsersTokensProvisionCreateDefault) IsSuccess() bool
- func (o *UsersTokensProvisionCreateDefault) String() string
- type UsersTokensProvisionCreateParams
- func NewUsersTokensProvisionCreateParams() *UsersTokensProvisionCreateParams
- func NewUsersTokensProvisionCreateParamsWithContext(ctx context.Context) *UsersTokensProvisionCreateParams
- func NewUsersTokensProvisionCreateParamsWithHTTPClient(client *http.Client) *UsersTokensProvisionCreateParams
- func NewUsersTokensProvisionCreateParamsWithTimeout(timeout time.Duration) *UsersTokensProvisionCreateParams
- func (o *UsersTokensProvisionCreateParams) SetContext(ctx context.Context)
- func (o *UsersTokensProvisionCreateParams) SetDefaults()
- func (o *UsersTokensProvisionCreateParams) SetHTTPClient(client *http.Client)
- func (o *UsersTokensProvisionCreateParams) SetTimeout(timeout time.Duration)
- func (o *UsersTokensProvisionCreateParams) WithContext(ctx context.Context) *UsersTokensProvisionCreateParams
- func (o *UsersTokensProvisionCreateParams) WithDefaults() *UsersTokensProvisionCreateParams
- func (o *UsersTokensProvisionCreateParams) WithHTTPClient(client *http.Client) *UsersTokensProvisionCreateParams
- func (o *UsersTokensProvisionCreateParams) WithTimeout(timeout time.Duration) *UsersTokensProvisionCreateParams
- func (o *UsersTokensProvisionCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersTokensProvisionCreateReader
- type UsersTokensReadDefault
- func (o *UsersTokensReadDefault) Code() int
- func (o *UsersTokensReadDefault) Error() string
- func (o *UsersTokensReadDefault) GetPayload() interface{}
- func (o *UsersTokensReadDefault) IsClientError() bool
- func (o *UsersTokensReadDefault) IsCode(code int) bool
- func (o *UsersTokensReadDefault) IsRedirect() bool
- func (o *UsersTokensReadDefault) IsServerError() bool
- func (o *UsersTokensReadDefault) IsSuccess() bool
- func (o *UsersTokensReadDefault) String() string
- type UsersTokensReadOK
- func (o *UsersTokensReadOK) Code() int
- func (o *UsersTokensReadOK) Error() string
- func (o *UsersTokensReadOK) GetPayload() *models.Token
- func (o *UsersTokensReadOK) IsClientError() bool
- func (o *UsersTokensReadOK) IsCode(code int) bool
- func (o *UsersTokensReadOK) IsRedirect() bool
- func (o *UsersTokensReadOK) IsServerError() bool
- func (o *UsersTokensReadOK) IsSuccess() bool
- func (o *UsersTokensReadOK) String() string
- type UsersTokensReadParams
- func NewUsersTokensReadParams() *UsersTokensReadParams
- func NewUsersTokensReadParamsWithContext(ctx context.Context) *UsersTokensReadParams
- func NewUsersTokensReadParamsWithHTTPClient(client *http.Client) *UsersTokensReadParams
- func NewUsersTokensReadParamsWithTimeout(timeout time.Duration) *UsersTokensReadParams
- func (o *UsersTokensReadParams) SetContext(ctx context.Context)
- func (o *UsersTokensReadParams) SetDefaults()
- func (o *UsersTokensReadParams) SetHTTPClient(client *http.Client)
- func (o *UsersTokensReadParams) SetID(id int64)
- func (o *UsersTokensReadParams) SetTimeout(timeout time.Duration)
- func (o *UsersTokensReadParams) WithContext(ctx context.Context) *UsersTokensReadParams
- func (o *UsersTokensReadParams) WithDefaults() *UsersTokensReadParams
- func (o *UsersTokensReadParams) WithHTTPClient(client *http.Client) *UsersTokensReadParams
- func (o *UsersTokensReadParams) WithID(id int64) *UsersTokensReadParams
- func (o *UsersTokensReadParams) WithTimeout(timeout time.Duration) *UsersTokensReadParams
- func (o *UsersTokensReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersTokensReadReader
- type UsersTokensUpdateDefault
- func (o *UsersTokensUpdateDefault) Code() int
- func (o *UsersTokensUpdateDefault) Error() string
- func (o *UsersTokensUpdateDefault) GetPayload() interface{}
- func (o *UsersTokensUpdateDefault) IsClientError() bool
- func (o *UsersTokensUpdateDefault) IsCode(code int) bool
- func (o *UsersTokensUpdateDefault) IsRedirect() bool
- func (o *UsersTokensUpdateDefault) IsServerError() bool
- func (o *UsersTokensUpdateDefault) IsSuccess() bool
- func (o *UsersTokensUpdateDefault) String() string
- type UsersTokensUpdateOK
- func (o *UsersTokensUpdateOK) Code() int
- func (o *UsersTokensUpdateOK) Error() string
- func (o *UsersTokensUpdateOK) GetPayload() *models.Token
- func (o *UsersTokensUpdateOK) IsClientError() bool
- func (o *UsersTokensUpdateOK) IsCode(code int) bool
- func (o *UsersTokensUpdateOK) IsRedirect() bool
- func (o *UsersTokensUpdateOK) IsServerError() bool
- func (o *UsersTokensUpdateOK) IsSuccess() bool
- func (o *UsersTokensUpdateOK) String() string
- type UsersTokensUpdateParams
- func NewUsersTokensUpdateParams() *UsersTokensUpdateParams
- func NewUsersTokensUpdateParamsWithContext(ctx context.Context) *UsersTokensUpdateParams
- func NewUsersTokensUpdateParamsWithHTTPClient(client *http.Client) *UsersTokensUpdateParams
- func NewUsersTokensUpdateParamsWithTimeout(timeout time.Duration) *UsersTokensUpdateParams
- func (o *UsersTokensUpdateParams) SetContext(ctx context.Context)
- func (o *UsersTokensUpdateParams) SetData(data *models.WritableToken)
- func (o *UsersTokensUpdateParams) SetDefaults()
- func (o *UsersTokensUpdateParams) SetHTTPClient(client *http.Client)
- func (o *UsersTokensUpdateParams) SetID(id int64)
- func (o *UsersTokensUpdateParams) SetTimeout(timeout time.Duration)
- func (o *UsersTokensUpdateParams) WithContext(ctx context.Context) *UsersTokensUpdateParams
- func (o *UsersTokensUpdateParams) WithData(data *models.WritableToken) *UsersTokensUpdateParams
- func (o *UsersTokensUpdateParams) WithDefaults() *UsersTokensUpdateParams
- func (o *UsersTokensUpdateParams) WithHTTPClient(client *http.Client) *UsersTokensUpdateParams
- func (o *UsersTokensUpdateParams) WithID(id int64) *UsersTokensUpdateParams
- func (o *UsersTokensUpdateParams) WithTimeout(timeout time.Duration) *UsersTokensUpdateParams
- func (o *UsersTokensUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UsersTokensUpdateReader
- type UsersUsersCreateCreated
- func (o *UsersUsersCreateCreated) Code() int
- func (o *UsersUsersCreateCreated) Error() string
- func (o *UsersUsersCreateCreated) GetPayload() *models.User
- func (o *UsersUsersCreateCreated) IsClientError() bool
- func (o *UsersUsersCreateCreated) IsCode(code int) bool
- func (o *UsersUsersCreateCreated) IsRedirect() bool
- func (o *UsersUsersCreateCreated) IsServerError() bool
- func (o *UsersUsersCreateCreated) IsSuccess() bool
- func (o *UsersUsersCreateCreated) String() string
- type UsersUsersCreateDefault
- func (o *UsersUsersCreateDefault) Code() int
- func (o *UsersUsersCreateDefault) Error() string
- func (o *UsersUsersCreateDefault) GetPayload() interface{}
- func (o *UsersUsersCreateDefault) IsClientError() bool
- func (o *UsersUsersCreateDefault) IsCode(code int) bool
- func (o *UsersUsersCreateDefault) IsRedirect() bool
- func (o *UsersUsersCreateDefault) IsServerError() bool
- func (o *UsersUsersCreateDefault) IsSuccess() bool
- func (o *UsersUsersCreateDefault) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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 UsersUsersDeleteDefault
- func (o *UsersUsersDeleteDefault) Code() int
- func (o *UsersUsersDeleteDefault) Error() string
- func (o *UsersUsersDeleteDefault) GetPayload() interface{}
- func (o *UsersUsersDeleteDefault) IsClientError() bool
- func (o *UsersUsersDeleteDefault) IsCode(code int) bool
- func (o *UsersUsersDeleteDefault) IsRedirect() bool
- func (o *UsersUsersDeleteDefault) IsServerError() bool
- func (o *UsersUsersDeleteDefault) IsSuccess() bool
- func (o *UsersUsersDeleteDefault) String() string
- type UsersUsersDeleteNoContent
- func (o *UsersUsersDeleteNoContent) Code() int
- func (o *UsersUsersDeleteNoContent) Error() string
- func (o *UsersUsersDeleteNoContent) IsClientError() bool
- func (o *UsersUsersDeleteNoContent) IsCode(code int) bool
- func (o *UsersUsersDeleteNoContent) IsRedirect() bool
- func (o *UsersUsersDeleteNoContent) IsServerError() bool
- func (o *UsersUsersDeleteNoContent) IsSuccess() bool
- func (o *UsersUsersDeleteNoContent) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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 UsersUsersListDefault
- func (o *UsersUsersListDefault) Code() int
- func (o *UsersUsersListDefault) Error() string
- func (o *UsersUsersListDefault) GetPayload() interface{}
- func (o *UsersUsersListDefault) IsClientError() bool
- func (o *UsersUsersListDefault) IsCode(code int) bool
- func (o *UsersUsersListDefault) IsRedirect() bool
- func (o *UsersUsersListDefault) IsServerError() bool
- func (o *UsersUsersListDefault) IsSuccess() bool
- func (o *UsersUsersListDefault) String() string
- type UsersUsersListOK
- func (o *UsersUsersListOK) Code() int
- func (o *UsersUsersListOK) Error() string
- func (o *UsersUsersListOK) GetPayload() *UsersUsersListOKBody
- func (o *UsersUsersListOK) IsClientError() bool
- func (o *UsersUsersListOK) IsCode(code int) bool
- func (o *UsersUsersListOK) IsRedirect() bool
- func (o *UsersUsersListOK) IsServerError() bool
- func (o *UsersUsersListOK) IsSuccess() bool
- func (o *UsersUsersListOK) String() string
- 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) SetDefaults()
- func (o *UsersUsersListParams) SetEmail(email *string)
- func (o *UsersUsersListParams) SetEmailEmpty(emailEmpty *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) SetFirstNameEmpty(firstNameEmpty *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) SetLastNameEmpty(lastNameEmpty *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) SetOrdering(ordering *string)
- func (o *UsersUsersListParams) SetQ(q *string)
- func (o *UsersUsersListParams) SetTimeout(timeout time.Duration)
- func (o *UsersUsersListParams) SetUsername(username *string)
- func (o *UsersUsersListParams) SetUsernameEmpty(usernameEmpty *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) WithDefaults() *UsersUsersListParams
- func (o *UsersUsersListParams) WithEmail(email *string) *UsersUsersListParams
- func (o *UsersUsersListParams) WithEmailEmpty(emailEmpty *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) WithFirstNameEmpty(firstNameEmpty *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) WithLastNameEmpty(lastNameEmpty *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) WithOrdering(ordering *string) *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) WithUsernameEmpty(usernameEmpty *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
- func (o *UsersUsersPartialUpdateDefault) Code() int
- func (o *UsersUsersPartialUpdateDefault) Error() string
- func (o *UsersUsersPartialUpdateDefault) GetPayload() interface{}
- func (o *UsersUsersPartialUpdateDefault) IsClientError() bool
- func (o *UsersUsersPartialUpdateDefault) IsCode(code int) bool
- func (o *UsersUsersPartialUpdateDefault) IsRedirect() bool
- func (o *UsersUsersPartialUpdateDefault) IsServerError() bool
- func (o *UsersUsersPartialUpdateDefault) IsSuccess() bool
- func (o *UsersUsersPartialUpdateDefault) String() string
- type UsersUsersPartialUpdateOK
- func (o *UsersUsersPartialUpdateOK) Code() int
- func (o *UsersUsersPartialUpdateOK) Error() string
- func (o *UsersUsersPartialUpdateOK) GetPayload() *models.User
- func (o *UsersUsersPartialUpdateOK) IsClientError() bool
- func (o *UsersUsersPartialUpdateOK) IsCode(code int) bool
- func (o *UsersUsersPartialUpdateOK) IsRedirect() bool
- func (o *UsersUsersPartialUpdateOK) IsServerError() bool
- func (o *UsersUsersPartialUpdateOK) IsSuccess() bool
- func (o *UsersUsersPartialUpdateOK) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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 UsersUsersReadDefault
- func (o *UsersUsersReadDefault) Code() int
- func (o *UsersUsersReadDefault) Error() string
- func (o *UsersUsersReadDefault) GetPayload() interface{}
- func (o *UsersUsersReadDefault) IsClientError() bool
- func (o *UsersUsersReadDefault) IsCode(code int) bool
- func (o *UsersUsersReadDefault) IsRedirect() bool
- func (o *UsersUsersReadDefault) IsServerError() bool
- func (o *UsersUsersReadDefault) IsSuccess() bool
- func (o *UsersUsersReadDefault) String() string
- type UsersUsersReadOK
- func (o *UsersUsersReadOK) Code() int
- func (o *UsersUsersReadOK) Error() string
- func (o *UsersUsersReadOK) GetPayload() *models.User
- func (o *UsersUsersReadOK) IsClientError() bool
- func (o *UsersUsersReadOK) IsCode(code int) bool
- func (o *UsersUsersReadOK) IsRedirect() bool
- func (o *UsersUsersReadOK) IsServerError() bool
- func (o *UsersUsersReadOK) IsSuccess() bool
- func (o *UsersUsersReadOK) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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
- func (o *UsersUsersUpdateDefault) Code() int
- func (o *UsersUsersUpdateDefault) Error() string
- func (o *UsersUsersUpdateDefault) GetPayload() interface{}
- func (o *UsersUsersUpdateDefault) IsClientError() bool
- func (o *UsersUsersUpdateDefault) IsCode(code int) bool
- func (o *UsersUsersUpdateDefault) IsRedirect() bool
- func (o *UsersUsersUpdateDefault) IsServerError() bool
- func (o *UsersUsersUpdateDefault) IsSuccess() bool
- func (o *UsersUsersUpdateDefault) String() string
- type UsersUsersUpdateOK
- func (o *UsersUsersUpdateOK) Code() int
- func (o *UsersUsersUpdateOK) Error() string
- func (o *UsersUsersUpdateOK) GetPayload() *models.User
- func (o *UsersUsersUpdateOK) IsClientError() bool
- func (o *UsersUsersUpdateOK) IsCode(code int) bool
- func (o *UsersUsersUpdateOK) IsRedirect() bool
- func (o *UsersUsersUpdateOK) IsServerError() bool
- func (o *UsersUsersUpdateOK) IsSuccess() bool
- func (o *UsersUsersUpdateOK) String() string
- 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) SetDefaults()
- 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) WithDefaults() *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) UsersConfigList ¶
func (a *Client) UsersConfigList(params *UsersConfigListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersConfigListOK, error)
UsersConfigList Return the UserConfig for the currently authenticated User.
func (*Client) UsersGroupsCreate ¶
func (a *Client) UsersGroupsCreate(params *UsersGroupsCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsCreateCreated, error)
UsersGroupsCreate users groups create API
func (*Client) UsersGroupsDelete ¶
func (a *Client) UsersGroupsDelete(params *UsersGroupsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsDeleteNoContent, error)
UsersGroupsDelete users groups delete API
func (*Client) UsersGroupsList ¶
func (a *Client) UsersGroupsList(params *UsersGroupsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsListOK, error)
UsersGroupsList users groups list API
func (*Client) UsersGroupsPartialUpdate ¶
func (a *Client) UsersGroupsPartialUpdate(params *UsersGroupsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsPartialUpdateOK, error)
UsersGroupsPartialUpdate users groups partial update API
func (*Client) UsersGroupsRead ¶
func (a *Client) UsersGroupsRead(params *UsersGroupsReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsReadOK, error)
UsersGroupsRead users groups read API
func (*Client) UsersGroupsUpdate ¶
func (a *Client) UsersGroupsUpdate(params *UsersGroupsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsUpdateOK, error)
UsersGroupsUpdate users groups update API
func (*Client) UsersPermissionsCreate ¶
func (a *Client) UsersPermissionsCreate(params *UsersPermissionsCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsCreateCreated, error)
UsersPermissionsCreate users permissions create API
func (*Client) UsersPermissionsDelete ¶
func (a *Client) UsersPermissionsDelete(params *UsersPermissionsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsDeleteNoContent, error)
UsersPermissionsDelete users permissions delete API
func (*Client) UsersPermissionsList ¶
func (a *Client) UsersPermissionsList(params *UsersPermissionsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsListOK, error)
UsersPermissionsList users permissions list API
func (*Client) UsersPermissionsPartialUpdate ¶
func (a *Client) UsersPermissionsPartialUpdate(params *UsersPermissionsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsPartialUpdateOK, error)
UsersPermissionsPartialUpdate users permissions partial update API
func (*Client) UsersPermissionsRead ¶
func (a *Client) UsersPermissionsRead(params *UsersPermissionsReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsReadOK, error)
UsersPermissionsRead users permissions read API
func (*Client) UsersPermissionsUpdate ¶
func (a *Client) UsersPermissionsUpdate(params *UsersPermissionsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsUpdateOK, error)
UsersPermissionsUpdate users permissions update API
func (*Client) UsersTokensCreate ¶
func (a *Client) UsersTokensCreate(params *UsersTokensCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersTokensCreateCreated, error)
UsersTokensCreate users tokens create API
func (*Client) UsersTokensDelete ¶
func (a *Client) UsersTokensDelete(params *UsersTokensDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersTokensDeleteNoContent, error)
UsersTokensDelete users tokens delete API
func (*Client) UsersTokensList ¶
func (a *Client) UsersTokensList(params *UsersTokensListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersTokensListOK, error)
UsersTokensList users tokens list API
func (*Client) UsersTokensPartialUpdate ¶
func (a *Client) UsersTokensPartialUpdate(params *UsersTokensPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersTokensPartialUpdateOK, error)
UsersTokensPartialUpdate users tokens partial update API
func (*Client) UsersTokensProvisionCreate ¶
func (a *Client) UsersTokensProvisionCreate(params *UsersTokensProvisionCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersTokensProvisionCreateCreated, error)
UsersTokensProvisionCreate Non-authenticated REST API endpoint via which a user may create a Token.
func (*Client) UsersTokensRead ¶
func (a *Client) UsersTokensRead(params *UsersTokensReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersTokensReadOK, error)
UsersTokensRead users tokens read API
func (*Client) UsersTokensUpdate ¶
func (a *Client) UsersTokensUpdate(params *UsersTokensUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersTokensUpdateOK, error)
UsersTokensUpdate users tokens update API
func (*Client) UsersUsersCreate ¶
func (a *Client) UsersUsersCreate(params *UsersUsersCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersCreateCreated, error)
UsersUsersCreate users users create API
func (*Client) UsersUsersDelete ¶
func (a *Client) UsersUsersDelete(params *UsersUsersDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersDeleteNoContent, error)
UsersUsersDelete users users delete API
func (*Client) UsersUsersList ¶
func (a *Client) UsersUsersList(params *UsersUsersListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersListOK, error)
UsersUsersList users users list API
func (*Client) UsersUsersPartialUpdate ¶
func (a *Client) UsersUsersPartialUpdate(params *UsersUsersPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersPartialUpdateOK, error)
UsersUsersPartialUpdate users users partial update API
func (*Client) UsersUsersRead ¶
func (a *Client) UsersUsersRead(params *UsersUsersReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersReadOK, error)
UsersUsersRead users users read API
func (*Client) UsersUsersUpdate ¶
func (a *Client) UsersUsersUpdate(params *UsersUsersUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersUpdateOK, error)
UsersUsersUpdate users users update API
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption may be used to customize the behavior of Client methods.
type ClientService ¶
type ClientService interface { UsersConfigList(params *UsersConfigListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersConfigListOK, error) UsersGroupsCreate(params *UsersGroupsCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsCreateCreated, error) UsersGroupsDelete(params *UsersGroupsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsDeleteNoContent, error) UsersGroupsList(params *UsersGroupsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsListOK, error) UsersGroupsPartialUpdate(params *UsersGroupsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsPartialUpdateOK, error) UsersGroupsRead(params *UsersGroupsReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsReadOK, error) UsersGroupsUpdate(params *UsersGroupsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsUpdateOK, error) UsersPermissionsCreate(params *UsersPermissionsCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsCreateCreated, error) UsersPermissionsDelete(params *UsersPermissionsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsDeleteNoContent, error) UsersPermissionsList(params *UsersPermissionsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsListOK, error) UsersPermissionsPartialUpdate(params *UsersPermissionsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsPartialUpdateOK, error) UsersPermissionsRead(params *UsersPermissionsReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsReadOK, error) UsersPermissionsUpdate(params *UsersPermissionsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsUpdateOK, error) UsersTokensCreate(params *UsersTokensCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersTokensCreateCreated, error) UsersTokensDelete(params *UsersTokensDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersTokensDeleteNoContent, error) UsersTokensList(params *UsersTokensListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersTokensListOK, error) UsersTokensPartialUpdate(params *UsersTokensPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersTokensPartialUpdateOK, error) UsersTokensProvisionCreate(params *UsersTokensProvisionCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersTokensProvisionCreateCreated, error) UsersTokensRead(params *UsersTokensReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersTokensReadOK, error) UsersTokensUpdate(params *UsersTokensUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersTokensUpdateOK, error) UsersUsersCreate(params *UsersUsersCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersCreateCreated, error) UsersUsersDelete(params *UsersUsersDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersDeleteNoContent, error) UsersUsersList(params *UsersUsersListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersListOK, error) UsersUsersPartialUpdate(params *UsersUsersPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersPartialUpdateOK, error) UsersUsersRead(params *UsersUsersReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersReadOK, error) UsersUsersUpdate(params *UsersUsersUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersUpdateOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new users API client.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new users API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.
func NewClientWithBearerToken ¶
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new users API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.
type UsersConfigListDefault ¶
type UsersConfigListDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersConfigListDefault describes a response with status code -1, with default header values.
UsersConfigListDefault users config list default
func NewUsersConfigListDefault ¶
func NewUsersConfigListDefault(code int) *UsersConfigListDefault
NewUsersConfigListDefault creates a UsersConfigListDefault with default headers values
func (*UsersConfigListDefault) Code ¶
func (o *UsersConfigListDefault) Code() int
Code gets the status code for the users config list default response
func (*UsersConfigListDefault) Error ¶
func (o *UsersConfigListDefault) Error() string
func (*UsersConfigListDefault) GetPayload ¶
func (o *UsersConfigListDefault) GetPayload() interface{}
func (*UsersConfigListDefault) IsClientError ¶
func (o *UsersConfigListDefault) IsClientError() bool
IsClientError returns true when this users config list default response has a 4xx status code
func (*UsersConfigListDefault) IsCode ¶
func (o *UsersConfigListDefault) IsCode(code int) bool
IsCode returns true when this users config list default response a status code equal to that given
func (*UsersConfigListDefault) IsRedirect ¶
func (o *UsersConfigListDefault) IsRedirect() bool
IsRedirect returns true when this users config list default response has a 3xx status code
func (*UsersConfigListDefault) IsServerError ¶
func (o *UsersConfigListDefault) IsServerError() bool
IsServerError returns true when this users config list default response has a 5xx status code
func (*UsersConfigListDefault) IsSuccess ¶
func (o *UsersConfigListDefault) IsSuccess() bool
IsSuccess returns true when this users config list default response has a 2xx status code
func (*UsersConfigListDefault) String ¶
func (o *UsersConfigListDefault) String() string
type UsersConfigListOK ¶
type UsersConfigListOK struct { }
UsersConfigListOK describes a response with status code 200, with default header values.
UsersConfigListOK users config list o k
func NewUsersConfigListOK ¶
func NewUsersConfigListOK() *UsersConfigListOK
NewUsersConfigListOK creates a UsersConfigListOK with default headers values
func (*UsersConfigListOK) Code ¶
func (o *UsersConfigListOK) Code() int
Code gets the status code for the users config list o k response
func (*UsersConfigListOK) Error ¶
func (o *UsersConfigListOK) Error() string
func (*UsersConfigListOK) IsClientError ¶
func (o *UsersConfigListOK) IsClientError() bool
IsClientError returns true when this users config list o k response has a 4xx status code
func (*UsersConfigListOK) IsCode ¶
func (o *UsersConfigListOK) IsCode(code int) bool
IsCode returns true when this users config list o k response a status code equal to that given
func (*UsersConfigListOK) IsRedirect ¶
func (o *UsersConfigListOK) IsRedirect() bool
IsRedirect returns true when this users config list o k response has a 3xx status code
func (*UsersConfigListOK) IsServerError ¶
func (o *UsersConfigListOK) IsServerError() bool
IsServerError returns true when this users config list o k response has a 5xx status code
func (*UsersConfigListOK) IsSuccess ¶
func (o *UsersConfigListOK) IsSuccess() bool
IsSuccess returns true when this users config list o k response has a 2xx status code
func (*UsersConfigListOK) String ¶
func (o *UsersConfigListOK) String() string
type UsersConfigListParams ¶
type UsersConfigListParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersConfigListParams contains all the parameters to send to the API endpoint
for the users config list operation. Typically these are written to a http.Request.
func NewUsersConfigListParams ¶
func NewUsersConfigListParams() *UsersConfigListParams
NewUsersConfigListParams creates a new UsersConfigListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersConfigListParamsWithContext ¶
func NewUsersConfigListParamsWithContext(ctx context.Context) *UsersConfigListParams
NewUsersConfigListParamsWithContext creates a new UsersConfigListParams object with the ability to set a context for a request.
func NewUsersConfigListParamsWithHTTPClient ¶
func NewUsersConfigListParamsWithHTTPClient(client *http.Client) *UsersConfigListParams
NewUsersConfigListParamsWithHTTPClient creates a new UsersConfigListParams object with the ability to set a custom HTTPClient for a request.
func NewUsersConfigListParamsWithTimeout ¶
func NewUsersConfigListParamsWithTimeout(timeout time.Duration) *UsersConfigListParams
NewUsersConfigListParamsWithTimeout creates a new UsersConfigListParams object with the ability to set a timeout on a request.
func (*UsersConfigListParams) SetContext ¶
func (o *UsersConfigListParams) SetContext(ctx context.Context)
SetContext adds the context to the users config list params
func (*UsersConfigListParams) SetDefaults ¶
func (o *UsersConfigListParams) SetDefaults()
SetDefaults hydrates default values in the users config list params (not the query body).
All values with no default are reset to their zero value.
func (*UsersConfigListParams) SetHTTPClient ¶
func (o *UsersConfigListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users config list params
func (*UsersConfigListParams) SetTimeout ¶
func (o *UsersConfigListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users config list params
func (*UsersConfigListParams) WithContext ¶
func (o *UsersConfigListParams) WithContext(ctx context.Context) *UsersConfigListParams
WithContext adds the context to the users config list params
func (*UsersConfigListParams) WithDefaults ¶
func (o *UsersConfigListParams) WithDefaults() *UsersConfigListParams
WithDefaults hydrates default values in the users config list params (not the query body).
All values with no default are reset to their zero value.
func (*UsersConfigListParams) WithHTTPClient ¶
func (o *UsersConfigListParams) WithHTTPClient(client *http.Client) *UsersConfigListParams
WithHTTPClient adds the HTTPClient to the users config list params
func (*UsersConfigListParams) WithTimeout ¶
func (o *UsersConfigListParams) WithTimeout(timeout time.Duration) *UsersConfigListParams
WithTimeout adds the timeout to the users config list params
func (*UsersConfigListParams) WriteToRequest ¶
func (o *UsersConfigListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersConfigListReader ¶
type UsersConfigListReader struct {
// contains filtered or unexported fields
}
UsersConfigListReader is a Reader for the UsersConfigList structure.
func (*UsersConfigListReader) ReadResponse ¶
func (o *UsersConfigListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersGroupsCreateCreated ¶
UsersGroupsCreateCreated describes a response with status code 201, with default header values.
UsersGroupsCreateCreated users groups create created
func NewUsersGroupsCreateCreated ¶
func NewUsersGroupsCreateCreated() *UsersGroupsCreateCreated
NewUsersGroupsCreateCreated creates a UsersGroupsCreateCreated with default headers values
func (*UsersGroupsCreateCreated) Code ¶
func (o *UsersGroupsCreateCreated) Code() int
Code gets the status code for the users groups create created response
func (*UsersGroupsCreateCreated) Error ¶
func (o *UsersGroupsCreateCreated) Error() string
func (*UsersGroupsCreateCreated) GetPayload ¶
func (o *UsersGroupsCreateCreated) GetPayload() *models.Group
func (*UsersGroupsCreateCreated) IsClientError ¶
func (o *UsersGroupsCreateCreated) IsClientError() bool
IsClientError returns true when this users groups create created response has a 4xx status code
func (*UsersGroupsCreateCreated) IsCode ¶
func (o *UsersGroupsCreateCreated) IsCode(code int) bool
IsCode returns true when this users groups create created response a status code equal to that given
func (*UsersGroupsCreateCreated) IsRedirect ¶
func (o *UsersGroupsCreateCreated) IsRedirect() bool
IsRedirect returns true when this users groups create created response has a 3xx status code
func (*UsersGroupsCreateCreated) IsServerError ¶
func (o *UsersGroupsCreateCreated) IsServerError() bool
IsServerError returns true when this users groups create created response has a 5xx status code
func (*UsersGroupsCreateCreated) IsSuccess ¶
func (o *UsersGroupsCreateCreated) IsSuccess() bool
IsSuccess returns true when this users groups create created response has a 2xx status code
func (*UsersGroupsCreateCreated) String ¶
func (o *UsersGroupsCreateCreated) String() string
type UsersGroupsCreateDefault ¶
type UsersGroupsCreateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersGroupsCreateDefault describes a response with status code -1, 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{}
func (*UsersGroupsCreateDefault) IsClientError ¶
func (o *UsersGroupsCreateDefault) IsClientError() bool
IsClientError returns true when this users groups create default response has a 4xx status code
func (*UsersGroupsCreateDefault) IsCode ¶
func (o *UsersGroupsCreateDefault) IsCode(code int) bool
IsCode returns true when this users groups create default response a status code equal to that given
func (*UsersGroupsCreateDefault) IsRedirect ¶
func (o *UsersGroupsCreateDefault) IsRedirect() bool
IsRedirect returns true when this users groups create default response has a 3xx status code
func (*UsersGroupsCreateDefault) IsServerError ¶
func (o *UsersGroupsCreateDefault) IsServerError() bool
IsServerError returns true when this users groups create default response has a 5xx status code
func (*UsersGroupsCreateDefault) IsSuccess ¶
func (o *UsersGroupsCreateDefault) IsSuccess() bool
IsSuccess returns true when this users groups create default response has a 2xx status code
func (*UsersGroupsCreateDefault) String ¶
func (o *UsersGroupsCreateDefault) String() string
type UsersGroupsCreateParams ¶
type UsersGroupsCreateParams struct { // Data. Data *models.Group Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersGroupsCreateParams contains all the parameters to send to the API endpoint
for the users groups create operation. Typically these are written to a http.Request.
func NewUsersGroupsCreateParams ¶
func NewUsersGroupsCreateParams() *UsersGroupsCreateParams
NewUsersGroupsCreateParams creates a new UsersGroupsCreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersGroupsCreateParamsWithContext ¶
func NewUsersGroupsCreateParamsWithContext(ctx context.Context) *UsersGroupsCreateParams
NewUsersGroupsCreateParamsWithContext creates a new UsersGroupsCreateParams object with the ability to set a context for a request.
func NewUsersGroupsCreateParamsWithHTTPClient ¶
func NewUsersGroupsCreateParamsWithHTTPClient(client *http.Client) *UsersGroupsCreateParams
NewUsersGroupsCreateParamsWithHTTPClient creates a new UsersGroupsCreateParams object with the ability to set a custom HTTPClient for a request.
func NewUsersGroupsCreateParamsWithTimeout ¶
func NewUsersGroupsCreateParamsWithTimeout(timeout time.Duration) *UsersGroupsCreateParams
NewUsersGroupsCreateParamsWithTimeout creates a new UsersGroupsCreateParams object with the ability to set a timeout on a request.
func (*UsersGroupsCreateParams) SetContext ¶
func (o *UsersGroupsCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the users groups create params
func (*UsersGroupsCreateParams) SetData ¶
func (o *UsersGroupsCreateParams) SetData(data *models.Group)
SetData adds the data to the users groups create params
func (*UsersGroupsCreateParams) SetDefaults ¶
func (o *UsersGroupsCreateParams) SetDefaults()
SetDefaults hydrates default values in the users groups create params (not the query body).
All values with no default are reset to their zero value.
func (*UsersGroupsCreateParams) SetHTTPClient ¶
func (o *UsersGroupsCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users groups create params
func (*UsersGroupsCreateParams) SetTimeout ¶
func (o *UsersGroupsCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users groups create params
func (*UsersGroupsCreateParams) WithContext ¶
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) WithDefaults ¶
func (o *UsersGroupsCreateParams) WithDefaults() *UsersGroupsCreateParams
WithDefaults hydrates default values in the users groups create params (not the query body).
All values with no default are reset to their zero value.
func (*UsersGroupsCreateParams) WithHTTPClient ¶
func (o *UsersGroupsCreateParams) WithHTTPClient(client *http.Client) *UsersGroupsCreateParams
WithHTTPClient adds the HTTPClient to the users groups create params
func (*UsersGroupsCreateParams) WithTimeout ¶
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 UsersGroupsDeleteDefault ¶
type UsersGroupsDeleteDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersGroupsDeleteDefault describes a response with status code -1, with default header values.
UsersGroupsDeleteDefault users groups delete default
func NewUsersGroupsDeleteDefault ¶
func NewUsersGroupsDeleteDefault(code int) *UsersGroupsDeleteDefault
NewUsersGroupsDeleteDefault creates a UsersGroupsDeleteDefault with default headers values
func (*UsersGroupsDeleteDefault) Code ¶
func (o *UsersGroupsDeleteDefault) Code() int
Code gets the status code for the users groups delete default response
func (*UsersGroupsDeleteDefault) Error ¶
func (o *UsersGroupsDeleteDefault) Error() string
func (*UsersGroupsDeleteDefault) GetPayload ¶
func (o *UsersGroupsDeleteDefault) GetPayload() interface{}
func (*UsersGroupsDeleteDefault) IsClientError ¶
func (o *UsersGroupsDeleteDefault) IsClientError() bool
IsClientError returns true when this users groups delete default response has a 4xx status code
func (*UsersGroupsDeleteDefault) IsCode ¶
func (o *UsersGroupsDeleteDefault) IsCode(code int) bool
IsCode returns true when this users groups delete default response a status code equal to that given
func (*UsersGroupsDeleteDefault) IsRedirect ¶
func (o *UsersGroupsDeleteDefault) IsRedirect() bool
IsRedirect returns true when this users groups delete default response has a 3xx status code
func (*UsersGroupsDeleteDefault) IsServerError ¶
func (o *UsersGroupsDeleteDefault) IsServerError() bool
IsServerError returns true when this users groups delete default response has a 5xx status code
func (*UsersGroupsDeleteDefault) IsSuccess ¶
func (o *UsersGroupsDeleteDefault) IsSuccess() bool
IsSuccess returns true when this users groups delete default response has a 2xx status code
func (*UsersGroupsDeleteDefault) String ¶
func (o *UsersGroupsDeleteDefault) String() string
type UsersGroupsDeleteNoContent ¶
type UsersGroupsDeleteNoContent struct { }
UsersGroupsDeleteNoContent describes a response with status code 204, with default header values.
UsersGroupsDeleteNoContent users groups delete no content
func NewUsersGroupsDeleteNoContent ¶
func NewUsersGroupsDeleteNoContent() *UsersGroupsDeleteNoContent
NewUsersGroupsDeleteNoContent creates a UsersGroupsDeleteNoContent with default headers values
func (*UsersGroupsDeleteNoContent) Code ¶
func (o *UsersGroupsDeleteNoContent) Code() int
Code gets the status code for the users groups delete no content response
func (*UsersGroupsDeleteNoContent) Error ¶
func (o *UsersGroupsDeleteNoContent) Error() string
func (*UsersGroupsDeleteNoContent) IsClientError ¶
func (o *UsersGroupsDeleteNoContent) IsClientError() bool
IsClientError returns true when this users groups delete no content response has a 4xx status code
func (*UsersGroupsDeleteNoContent) IsCode ¶
func (o *UsersGroupsDeleteNoContent) IsCode(code int) bool
IsCode returns true when this users groups delete no content response a status code equal to that given
func (*UsersGroupsDeleteNoContent) IsRedirect ¶
func (o *UsersGroupsDeleteNoContent) IsRedirect() bool
IsRedirect returns true when this users groups delete no content response has a 3xx status code
func (*UsersGroupsDeleteNoContent) IsServerError ¶
func (o *UsersGroupsDeleteNoContent) IsServerError() bool
IsServerError returns true when this users groups delete no content response has a 5xx status code
func (*UsersGroupsDeleteNoContent) IsSuccess ¶
func (o *UsersGroupsDeleteNoContent) IsSuccess() bool
IsSuccess returns true when this users groups delete no content response has a 2xx status code
func (*UsersGroupsDeleteNoContent) String ¶
func (o *UsersGroupsDeleteNoContent) String() 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 timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersGroupsDeleteParamsWithContext ¶
func NewUsersGroupsDeleteParamsWithContext(ctx context.Context) *UsersGroupsDeleteParams
NewUsersGroupsDeleteParamsWithContext creates a new UsersGroupsDeleteParams object with the ability to set a context for a request.
func NewUsersGroupsDeleteParamsWithHTTPClient ¶
func NewUsersGroupsDeleteParamsWithHTTPClient(client *http.Client) *UsersGroupsDeleteParams
NewUsersGroupsDeleteParamsWithHTTPClient creates a new UsersGroupsDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewUsersGroupsDeleteParamsWithTimeout ¶
func NewUsersGroupsDeleteParamsWithTimeout(timeout time.Duration) *UsersGroupsDeleteParams
NewUsersGroupsDeleteParamsWithTimeout creates a new UsersGroupsDeleteParams object with the ability to set a timeout on a request.
func (*UsersGroupsDeleteParams) SetContext ¶
func (o *UsersGroupsDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the users groups delete params
func (*UsersGroupsDeleteParams) SetDefaults ¶
func (o *UsersGroupsDeleteParams) SetDefaults()
SetDefaults hydrates default values in the users groups delete params (not the query body).
All values with no default are reset to their zero value.
func (*UsersGroupsDeleteParams) SetHTTPClient ¶
func (o *UsersGroupsDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users groups delete params
func (*UsersGroupsDeleteParams) SetID ¶
func (o *UsersGroupsDeleteParams) SetID(id int64)
SetID adds the id to the users groups delete params
func (*UsersGroupsDeleteParams) SetTimeout ¶
func (o *UsersGroupsDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users groups delete params
func (*UsersGroupsDeleteParams) WithContext ¶
func (o *UsersGroupsDeleteParams) WithContext(ctx context.Context) *UsersGroupsDeleteParams
WithContext adds the context to the users groups delete params
func (*UsersGroupsDeleteParams) WithDefaults ¶
func (o *UsersGroupsDeleteParams) WithDefaults() *UsersGroupsDeleteParams
WithDefaults hydrates default values in the users groups delete params (not the query body).
All values with no default are reset to their zero value.
func (*UsersGroupsDeleteParams) WithHTTPClient ¶
func (o *UsersGroupsDeleteParams) WithHTTPClient(client *http.Client) *UsersGroupsDeleteParams
WithHTTPClient adds the HTTPClient to the users groups delete params
func (*UsersGroupsDeleteParams) WithID ¶
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 UsersGroupsListDefault ¶
type UsersGroupsListDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersGroupsListDefault describes a response with status code -1, with default header values.
UsersGroupsListDefault users groups list default
func NewUsersGroupsListDefault ¶
func NewUsersGroupsListDefault(code int) *UsersGroupsListDefault
NewUsersGroupsListDefault creates a UsersGroupsListDefault with default headers values
func (*UsersGroupsListDefault) Code ¶
func (o *UsersGroupsListDefault) Code() int
Code gets the status code for the users groups list default response
func (*UsersGroupsListDefault) Error ¶
func (o *UsersGroupsListDefault) Error() string
func (*UsersGroupsListDefault) GetPayload ¶
func (o *UsersGroupsListDefault) GetPayload() interface{}
func (*UsersGroupsListDefault) IsClientError ¶
func (o *UsersGroupsListDefault) IsClientError() bool
IsClientError returns true when this users groups list default response has a 4xx status code
func (*UsersGroupsListDefault) IsCode ¶
func (o *UsersGroupsListDefault) IsCode(code int) bool
IsCode returns true when this users groups list default response a status code equal to that given
func (*UsersGroupsListDefault) IsRedirect ¶
func (o *UsersGroupsListDefault) IsRedirect() bool
IsRedirect returns true when this users groups list default response has a 3xx status code
func (*UsersGroupsListDefault) IsServerError ¶
func (o *UsersGroupsListDefault) IsServerError() bool
IsServerError returns true when this users groups list default response has a 5xx status code
func (*UsersGroupsListDefault) IsSuccess ¶
func (o *UsersGroupsListDefault) IsSuccess() bool
IsSuccess returns true when this users groups list default response has a 2xx status code
func (*UsersGroupsListDefault) String ¶
func (o *UsersGroupsListDefault) String() string
type UsersGroupsListOK ¶
type UsersGroupsListOK struct {
Payload *UsersGroupsListOKBody
}
UsersGroupsListOK describes a response with status code 200, with default header values.
UsersGroupsListOK users groups list o k
func NewUsersGroupsListOK ¶
func NewUsersGroupsListOK() *UsersGroupsListOK
NewUsersGroupsListOK creates a UsersGroupsListOK with default headers values
func (*UsersGroupsListOK) Code ¶
func (o *UsersGroupsListOK) Code() int
Code gets the status code for the users groups list o k response
func (*UsersGroupsListOK) Error ¶
func (o *UsersGroupsListOK) Error() string
func (*UsersGroupsListOK) GetPayload ¶
func (o *UsersGroupsListOK) GetPayload() *UsersGroupsListOKBody
func (*UsersGroupsListOK) IsClientError ¶
func (o *UsersGroupsListOK) IsClientError() bool
IsClientError returns true when this users groups list o k response has a 4xx status code
func (*UsersGroupsListOK) IsCode ¶
func (o *UsersGroupsListOK) IsCode(code int) bool
IsCode returns true when this users groups list o k response a status code equal to that given
func (*UsersGroupsListOK) IsRedirect ¶
func (o *UsersGroupsListOK) IsRedirect() bool
IsRedirect returns true when this users groups list o k response has a 3xx status code
func (*UsersGroupsListOK) IsServerError ¶
func (o *UsersGroupsListOK) IsServerError() bool
IsServerError returns true when this users groups list o k response has a 5xx status code
func (*UsersGroupsListOK) IsSuccess ¶
func (o *UsersGroupsListOK) IsSuccess() bool
IsSuccess returns true when this users groups list o k response has a 2xx status code
func (*UsersGroupsListOK) String ¶
func (o *UsersGroupsListOK) String() string
type UsersGroupsListOKBody ¶
type UsersGroupsListOKBody struct { // count // Required: true Count *int64 `json:"count"` // next // Format: uri Next *strfmt.URI `json:"next,omitempty"` // previous // Format: uri Previous *strfmt.URI `json:"previous,omitempty"` // results // Required: true Results []*models.Group `json:"results"` }
UsersGroupsListOKBody users groups list o k body swagger:model UsersGroupsListOKBody
func (*UsersGroupsListOKBody) ContextValidate ¶
ContextValidate validate this users groups list o k body based on the context it is used
func (*UsersGroupsListOKBody) MarshalBinary ¶
func (o *UsersGroupsListOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UsersGroupsListOKBody) UnmarshalBinary ¶
func (o *UsersGroupsListOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UsersGroupsListParams ¶
type UsersGroupsListParams struct { // ID. ID *string // IDGt. IDGt *string // IDGte. IDGte *string // IDLt. IDLt *string // IDLte. IDLte *string // IDn. IDn *string /* Limit. Number of results to return per page. */ Limit *int64 // Name. Name *string // NameEmpty. NameEmpty *string // NameIc. NameIc *string // NameIe. NameIe *string // NameIew. NameIew *string // NameIsw. NameIsw *string // Namen. Namen *string // NameNic. NameNic *string // NameNie. NameNie *string // NameNiew. NameNiew *string // NameNisw. NameNisw *string /* Offset. The initial index from which to return the results. */ Offset *int64 /* Ordering. Which field to use when ordering the results. */ Ordering *string // Q. Q *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersGroupsListParams contains all the parameters to send to the API endpoint
for the users groups list operation. Typically these are written to a http.Request.
func NewUsersGroupsListParams ¶
func NewUsersGroupsListParams() *UsersGroupsListParams
NewUsersGroupsListParams creates a new UsersGroupsListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersGroupsListParamsWithContext ¶
func NewUsersGroupsListParamsWithContext(ctx context.Context) *UsersGroupsListParams
NewUsersGroupsListParamsWithContext creates a new UsersGroupsListParams object with the ability to set a context for a request.
func NewUsersGroupsListParamsWithHTTPClient ¶
func NewUsersGroupsListParamsWithHTTPClient(client *http.Client) *UsersGroupsListParams
NewUsersGroupsListParamsWithHTTPClient creates a new UsersGroupsListParams object with the ability to set a custom HTTPClient for a request.
func NewUsersGroupsListParamsWithTimeout ¶
func NewUsersGroupsListParamsWithTimeout(timeout time.Duration) *UsersGroupsListParams
NewUsersGroupsListParamsWithTimeout creates a new UsersGroupsListParams object with the ability to set a timeout on a request.
func (*UsersGroupsListParams) SetContext ¶
func (o *UsersGroupsListParams) SetContext(ctx context.Context)
SetContext adds the context to the users groups list params
func (*UsersGroupsListParams) SetDefaults ¶
func (o *UsersGroupsListParams) SetDefaults()
SetDefaults hydrates default values in the users groups list params (not the query body).
All values with no default are reset to their zero value.
func (*UsersGroupsListParams) SetHTTPClient ¶
func (o *UsersGroupsListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users groups list params
func (*UsersGroupsListParams) SetID ¶
func (o *UsersGroupsListParams) SetID(id *string)
SetID adds the id to the users groups list params
func (*UsersGroupsListParams) SetIDGt ¶
func (o *UsersGroupsListParams) SetIDGt(iDGt *string)
SetIDGt adds the idGt to the users groups list params
func (*UsersGroupsListParams) SetIDGte ¶
func (o *UsersGroupsListParams) SetIDGte(iDGte *string)
SetIDGte adds the idGte to the users groups list params
func (*UsersGroupsListParams) SetIDLt ¶
func (o *UsersGroupsListParams) SetIDLt(iDLt *string)
SetIDLt adds the idLt to the users groups list params
func (*UsersGroupsListParams) SetIDLte ¶
func (o *UsersGroupsListParams) SetIDLte(iDLte *string)
SetIDLte adds the idLte to the users groups list params
func (*UsersGroupsListParams) SetIDn ¶
func (o *UsersGroupsListParams) SetIDn(iDn *string)
SetIDn adds the idN to the users groups list params
func (*UsersGroupsListParams) SetLimit ¶
func (o *UsersGroupsListParams) SetLimit(limit *int64)
SetLimit adds the limit to the users groups list params
func (*UsersGroupsListParams) SetName ¶
func (o *UsersGroupsListParams) SetName(name *string)
SetName adds the name to the users groups list params
func (*UsersGroupsListParams) SetNameEmpty ¶
func (o *UsersGroupsListParams) SetNameEmpty(nameEmpty *string)
SetNameEmpty adds the nameEmpty to the users groups list params
func (*UsersGroupsListParams) SetNameIc ¶
func (o *UsersGroupsListParams) SetNameIc(nameIc *string)
SetNameIc adds the nameIc to the users groups list params
func (*UsersGroupsListParams) SetNameIe ¶
func (o *UsersGroupsListParams) SetNameIe(nameIe *string)
SetNameIe adds the nameIe to the users groups list params
func (*UsersGroupsListParams) SetNameIew ¶
func (o *UsersGroupsListParams) SetNameIew(nameIew *string)
SetNameIew adds the nameIew to the users groups list params
func (*UsersGroupsListParams) SetNameIsw ¶
func (o *UsersGroupsListParams) SetNameIsw(nameIsw *string)
SetNameIsw adds the nameIsw to the users groups list params
func (*UsersGroupsListParams) SetNameNic ¶
func (o *UsersGroupsListParams) SetNameNic(nameNic *string)
SetNameNic adds the nameNic to the users groups list params
func (*UsersGroupsListParams) SetNameNie ¶
func (o *UsersGroupsListParams) SetNameNie(nameNie *string)
SetNameNie adds the nameNie to the users groups list params
func (*UsersGroupsListParams) SetNameNiew ¶
func (o *UsersGroupsListParams) SetNameNiew(nameNiew *string)
SetNameNiew adds the nameNiew to the users groups list params
func (*UsersGroupsListParams) SetNameNisw ¶
func (o *UsersGroupsListParams) SetNameNisw(nameNisw *string)
SetNameNisw adds the nameNisw to the users groups list params
func (*UsersGroupsListParams) SetNamen ¶
func (o *UsersGroupsListParams) SetNamen(namen *string)
SetNamen adds the nameN to the users groups list params
func (*UsersGroupsListParams) SetOffset ¶
func (o *UsersGroupsListParams) SetOffset(offset *int64)
SetOffset adds the offset to the users groups list params
func (*UsersGroupsListParams) SetOrdering ¶
func (o *UsersGroupsListParams) SetOrdering(ordering *string)
SetOrdering adds the ordering 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) WithDefaults ¶
func (o *UsersGroupsListParams) WithDefaults() *UsersGroupsListParams
WithDefaults hydrates default values in the users groups list params (not the query body).
All values with no default are reset to their zero value.
func (*UsersGroupsListParams) WithHTTPClient ¶
func (o *UsersGroupsListParams) WithHTTPClient(client *http.Client) *UsersGroupsListParams
WithHTTPClient adds the HTTPClient to the users groups list params
func (*UsersGroupsListParams) WithID ¶
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) WithNameEmpty ¶
func (o *UsersGroupsListParams) WithNameEmpty(nameEmpty *string) *UsersGroupsListParams
WithNameEmpty adds the nameEmpty to the users groups list params
func (*UsersGroupsListParams) WithNameIc ¶
func (o *UsersGroupsListParams) WithNameIc(nameIc *string) *UsersGroupsListParams
WithNameIc adds the nameIc to the users groups list params
func (*UsersGroupsListParams) WithNameIe ¶
func (o *UsersGroupsListParams) WithNameIe(nameIe *string) *UsersGroupsListParams
WithNameIe adds the nameIe to the users groups list params
func (*UsersGroupsListParams) WithNameIew ¶
func (o *UsersGroupsListParams) WithNameIew(nameIew *string) *UsersGroupsListParams
WithNameIew adds the nameIew to the users groups list params
func (*UsersGroupsListParams) WithNameIsw ¶
func (o *UsersGroupsListParams) WithNameIsw(nameIsw *string) *UsersGroupsListParams
WithNameIsw adds the nameIsw to the users groups list params
func (*UsersGroupsListParams) WithNameNic ¶
func (o *UsersGroupsListParams) WithNameNic(nameNic *string) *UsersGroupsListParams
WithNameNic adds the nameNic to the users groups list params
func (*UsersGroupsListParams) WithNameNie ¶
func (o *UsersGroupsListParams) WithNameNie(nameNie *string) *UsersGroupsListParams
WithNameNie adds the nameNie to the users groups list params
func (*UsersGroupsListParams) WithNameNiew ¶
func (o *UsersGroupsListParams) WithNameNiew(nameNiew *string) *UsersGroupsListParams
WithNameNiew adds the nameNiew to the users groups list params
func (*UsersGroupsListParams) WithNameNisw ¶
func (o *UsersGroupsListParams) WithNameNisw(nameNisw *string) *UsersGroupsListParams
WithNameNisw adds the nameNisw to the users groups list params
func (*UsersGroupsListParams) WithNamen ¶
func (o *UsersGroupsListParams) WithNamen(namen *string) *UsersGroupsListParams
WithNamen adds the namen to the users groups list params
func (*UsersGroupsListParams) WithOffset ¶
func (o *UsersGroupsListParams) WithOffset(offset *int64) *UsersGroupsListParams
WithOffset adds the offset to the users groups list params
func (*UsersGroupsListParams) WithOrdering ¶
func (o *UsersGroupsListParams) WithOrdering(ordering *string) *UsersGroupsListParams
WithOrdering adds the ordering 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 describes a response with status code -1, 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{}
func (*UsersGroupsPartialUpdateDefault) IsClientError ¶
func (o *UsersGroupsPartialUpdateDefault) IsClientError() bool
IsClientError returns true when this users groups partial update default response has a 4xx status code
func (*UsersGroupsPartialUpdateDefault) IsCode ¶
func (o *UsersGroupsPartialUpdateDefault) IsCode(code int) bool
IsCode returns true when this users groups partial update default response a status code equal to that given
func (*UsersGroupsPartialUpdateDefault) IsRedirect ¶
func (o *UsersGroupsPartialUpdateDefault) IsRedirect() bool
IsRedirect returns true when this users groups partial update default response has a 3xx status code
func (*UsersGroupsPartialUpdateDefault) IsServerError ¶
func (o *UsersGroupsPartialUpdateDefault) IsServerError() bool
IsServerError returns true when this users groups partial update default response has a 5xx status code
func (*UsersGroupsPartialUpdateDefault) IsSuccess ¶
func (o *UsersGroupsPartialUpdateDefault) IsSuccess() bool
IsSuccess returns true when this users groups partial update default response has a 2xx status code
func (*UsersGroupsPartialUpdateDefault) String ¶
func (o *UsersGroupsPartialUpdateDefault) String() string
type UsersGroupsPartialUpdateOK ¶
UsersGroupsPartialUpdateOK describes a response with status code 200, with default header values.
UsersGroupsPartialUpdateOK users groups partial update o k
func NewUsersGroupsPartialUpdateOK ¶
func NewUsersGroupsPartialUpdateOK() *UsersGroupsPartialUpdateOK
NewUsersGroupsPartialUpdateOK creates a UsersGroupsPartialUpdateOK with default headers values
func (*UsersGroupsPartialUpdateOK) Code ¶
func (o *UsersGroupsPartialUpdateOK) Code() int
Code gets the status code for the users groups partial update o k response
func (*UsersGroupsPartialUpdateOK) Error ¶
func (o *UsersGroupsPartialUpdateOK) Error() string
func (*UsersGroupsPartialUpdateOK) GetPayload ¶
func (o *UsersGroupsPartialUpdateOK) GetPayload() *models.Group
func (*UsersGroupsPartialUpdateOK) IsClientError ¶
func (o *UsersGroupsPartialUpdateOK) IsClientError() bool
IsClientError returns true when this users groups partial update o k response has a 4xx status code
func (*UsersGroupsPartialUpdateOK) IsCode ¶
func (o *UsersGroupsPartialUpdateOK) IsCode(code int) bool
IsCode returns true when this users groups partial update o k response a status code equal to that given
func (*UsersGroupsPartialUpdateOK) IsRedirect ¶
func (o *UsersGroupsPartialUpdateOK) IsRedirect() bool
IsRedirect returns true when this users groups partial update o k response has a 3xx status code
func (*UsersGroupsPartialUpdateOK) IsServerError ¶
func (o *UsersGroupsPartialUpdateOK) IsServerError() bool
IsServerError returns true when this users groups partial update o k response has a 5xx status code
func (*UsersGroupsPartialUpdateOK) IsSuccess ¶
func (o *UsersGroupsPartialUpdateOK) IsSuccess() bool
IsSuccess returns true when this users groups partial update o k response has a 2xx status code
func (*UsersGroupsPartialUpdateOK) String ¶
func (o *UsersGroupsPartialUpdateOK) String() string
type UsersGroupsPartialUpdateParams ¶
type UsersGroupsPartialUpdateParams struct { // Data. Data *models.Group /* ID. A unique integer value identifying this group. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersGroupsPartialUpdateParams contains all the parameters to send to the API endpoint
for the users groups partial update operation. Typically these are written to a http.Request.
func NewUsersGroupsPartialUpdateParams ¶
func NewUsersGroupsPartialUpdateParams() *UsersGroupsPartialUpdateParams
NewUsersGroupsPartialUpdateParams creates a new UsersGroupsPartialUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersGroupsPartialUpdateParamsWithContext ¶
func NewUsersGroupsPartialUpdateParamsWithContext(ctx context.Context) *UsersGroupsPartialUpdateParams
NewUsersGroupsPartialUpdateParamsWithContext creates a new UsersGroupsPartialUpdateParams object with the ability to set a context for a request.
func NewUsersGroupsPartialUpdateParamsWithHTTPClient ¶
func NewUsersGroupsPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersGroupsPartialUpdateParams
NewUsersGroupsPartialUpdateParamsWithHTTPClient creates a new UsersGroupsPartialUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewUsersGroupsPartialUpdateParamsWithTimeout ¶
func NewUsersGroupsPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersGroupsPartialUpdateParams
NewUsersGroupsPartialUpdateParamsWithTimeout creates a new UsersGroupsPartialUpdateParams object with the ability to set a timeout on a request.
func (*UsersGroupsPartialUpdateParams) SetContext ¶
func (o *UsersGroupsPartialUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the users groups partial update params
func (*UsersGroupsPartialUpdateParams) SetData ¶
func (o *UsersGroupsPartialUpdateParams) SetData(data *models.Group)
SetData adds the data to the users groups partial update params
func (*UsersGroupsPartialUpdateParams) SetDefaults ¶
func (o *UsersGroupsPartialUpdateParams) SetDefaults()
SetDefaults hydrates default values in the users groups partial update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersGroupsPartialUpdateParams) SetHTTPClient ¶
func (o *UsersGroupsPartialUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users groups partial update params
func (*UsersGroupsPartialUpdateParams) SetID ¶
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) WithDefaults ¶
func (o *UsersGroupsPartialUpdateParams) WithDefaults() *UsersGroupsPartialUpdateParams
WithDefaults hydrates default values in the users groups partial update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersGroupsPartialUpdateParams) WithHTTPClient ¶
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 UsersGroupsReadDefault ¶
type UsersGroupsReadDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersGroupsReadDefault describes a response with status code -1, with default header values.
UsersGroupsReadDefault users groups read default
func NewUsersGroupsReadDefault ¶
func NewUsersGroupsReadDefault(code int) *UsersGroupsReadDefault
NewUsersGroupsReadDefault creates a UsersGroupsReadDefault with default headers values
func (*UsersGroupsReadDefault) Code ¶
func (o *UsersGroupsReadDefault) Code() int
Code gets the status code for the users groups read default response
func (*UsersGroupsReadDefault) Error ¶
func (o *UsersGroupsReadDefault) Error() string
func (*UsersGroupsReadDefault) GetPayload ¶
func (o *UsersGroupsReadDefault) GetPayload() interface{}
func (*UsersGroupsReadDefault) IsClientError ¶
func (o *UsersGroupsReadDefault) IsClientError() bool
IsClientError returns true when this users groups read default response has a 4xx status code
func (*UsersGroupsReadDefault) IsCode ¶
func (o *UsersGroupsReadDefault) IsCode(code int) bool
IsCode returns true when this users groups read default response a status code equal to that given
func (*UsersGroupsReadDefault) IsRedirect ¶
func (o *UsersGroupsReadDefault) IsRedirect() bool
IsRedirect returns true when this users groups read default response has a 3xx status code
func (*UsersGroupsReadDefault) IsServerError ¶
func (o *UsersGroupsReadDefault) IsServerError() bool
IsServerError returns true when this users groups read default response has a 5xx status code
func (*UsersGroupsReadDefault) IsSuccess ¶
func (o *UsersGroupsReadDefault) IsSuccess() bool
IsSuccess returns true when this users groups read default response has a 2xx status code
func (*UsersGroupsReadDefault) String ¶
func (o *UsersGroupsReadDefault) String() string
type UsersGroupsReadOK ¶
UsersGroupsReadOK describes a response with status code 200, with default header values.
UsersGroupsReadOK users groups read o k
func NewUsersGroupsReadOK ¶
func NewUsersGroupsReadOK() *UsersGroupsReadOK
NewUsersGroupsReadOK creates a UsersGroupsReadOK with default headers values
func (*UsersGroupsReadOK) Code ¶
func (o *UsersGroupsReadOK) Code() int
Code gets the status code for the users groups read o k response
func (*UsersGroupsReadOK) Error ¶
func (o *UsersGroupsReadOK) Error() string
func (*UsersGroupsReadOK) GetPayload ¶
func (o *UsersGroupsReadOK) GetPayload() *models.Group
func (*UsersGroupsReadOK) IsClientError ¶
func (o *UsersGroupsReadOK) IsClientError() bool
IsClientError returns true when this users groups read o k response has a 4xx status code
func (*UsersGroupsReadOK) IsCode ¶
func (o *UsersGroupsReadOK) IsCode(code int) bool
IsCode returns true when this users groups read o k response a status code equal to that given
func (*UsersGroupsReadOK) IsRedirect ¶
func (o *UsersGroupsReadOK) IsRedirect() bool
IsRedirect returns true when this users groups read o k response has a 3xx status code
func (*UsersGroupsReadOK) IsServerError ¶
func (o *UsersGroupsReadOK) IsServerError() bool
IsServerError returns true when this users groups read o k response has a 5xx status code
func (*UsersGroupsReadOK) IsSuccess ¶
func (o *UsersGroupsReadOK) IsSuccess() bool
IsSuccess returns true when this users groups read o k response has a 2xx status code
func (*UsersGroupsReadOK) String ¶
func (o *UsersGroupsReadOK) String() string
type UsersGroupsReadParams ¶
type UsersGroupsReadParams struct { /* ID. A unique integer value identifying this group. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersGroupsReadParams contains all the parameters to send to the API endpoint
for the users groups read operation. Typically these are written to a http.Request.
func NewUsersGroupsReadParams ¶
func NewUsersGroupsReadParams() *UsersGroupsReadParams
NewUsersGroupsReadParams creates a new UsersGroupsReadParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersGroupsReadParamsWithContext ¶
func NewUsersGroupsReadParamsWithContext(ctx context.Context) *UsersGroupsReadParams
NewUsersGroupsReadParamsWithContext creates a new UsersGroupsReadParams object with the ability to set a context for a request.
func NewUsersGroupsReadParamsWithHTTPClient ¶
func NewUsersGroupsReadParamsWithHTTPClient(client *http.Client) *UsersGroupsReadParams
NewUsersGroupsReadParamsWithHTTPClient creates a new UsersGroupsReadParams object with the ability to set a custom HTTPClient for a request.
func NewUsersGroupsReadParamsWithTimeout ¶
func NewUsersGroupsReadParamsWithTimeout(timeout time.Duration) *UsersGroupsReadParams
NewUsersGroupsReadParamsWithTimeout creates a new UsersGroupsReadParams object with the ability to set a timeout on a request.
func (*UsersGroupsReadParams) SetContext ¶
func (o *UsersGroupsReadParams) SetContext(ctx context.Context)
SetContext adds the context to the users groups read params
func (*UsersGroupsReadParams) SetDefaults ¶
func (o *UsersGroupsReadParams) SetDefaults()
SetDefaults hydrates default values in the users groups read params (not the query body).
All values with no default are reset to their zero value.
func (*UsersGroupsReadParams) SetHTTPClient ¶
func (o *UsersGroupsReadParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users groups read params
func (*UsersGroupsReadParams) SetID ¶
func (o *UsersGroupsReadParams) SetID(id int64)
SetID adds the id to the users groups read params
func (*UsersGroupsReadParams) SetTimeout ¶
func (o *UsersGroupsReadParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users groups read params
func (*UsersGroupsReadParams) WithContext ¶
func (o *UsersGroupsReadParams) WithContext(ctx context.Context) *UsersGroupsReadParams
WithContext adds the context to the users groups read params
func (*UsersGroupsReadParams) WithDefaults ¶
func (o *UsersGroupsReadParams) WithDefaults() *UsersGroupsReadParams
WithDefaults hydrates default values in the users groups read params (not the query body).
All values with no default are reset to their zero value.
func (*UsersGroupsReadParams) WithHTTPClient ¶
func (o *UsersGroupsReadParams) WithHTTPClient(client *http.Client) *UsersGroupsReadParams
WithHTTPClient adds the HTTPClient to the users groups read params
func (*UsersGroupsReadParams) WithID ¶
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 describes a response with status code -1, 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{}
func (*UsersGroupsUpdateDefault) IsClientError ¶
func (o *UsersGroupsUpdateDefault) IsClientError() bool
IsClientError returns true when this users groups update default response has a 4xx status code
func (*UsersGroupsUpdateDefault) IsCode ¶
func (o *UsersGroupsUpdateDefault) IsCode(code int) bool
IsCode returns true when this users groups update default response a status code equal to that given
func (*UsersGroupsUpdateDefault) IsRedirect ¶
func (o *UsersGroupsUpdateDefault) IsRedirect() bool
IsRedirect returns true when this users groups update default response has a 3xx status code
func (*UsersGroupsUpdateDefault) IsServerError ¶
func (o *UsersGroupsUpdateDefault) IsServerError() bool
IsServerError returns true when this users groups update default response has a 5xx status code
func (*UsersGroupsUpdateDefault) IsSuccess ¶
func (o *UsersGroupsUpdateDefault) IsSuccess() bool
IsSuccess returns true when this users groups update default response has a 2xx status code
func (*UsersGroupsUpdateDefault) String ¶
func (o *UsersGroupsUpdateDefault) String() string
type UsersGroupsUpdateOK ¶
UsersGroupsUpdateOK describes a response with status code 200, with default header values.
UsersGroupsUpdateOK users groups update o k
func NewUsersGroupsUpdateOK ¶
func NewUsersGroupsUpdateOK() *UsersGroupsUpdateOK
NewUsersGroupsUpdateOK creates a UsersGroupsUpdateOK with default headers values
func (*UsersGroupsUpdateOK) Code ¶
func (o *UsersGroupsUpdateOK) Code() int
Code gets the status code for the users groups update o k response
func (*UsersGroupsUpdateOK) Error ¶
func (o *UsersGroupsUpdateOK) Error() string
func (*UsersGroupsUpdateOK) GetPayload ¶
func (o *UsersGroupsUpdateOK) GetPayload() *models.Group
func (*UsersGroupsUpdateOK) IsClientError ¶
func (o *UsersGroupsUpdateOK) IsClientError() bool
IsClientError returns true when this users groups update o k response has a 4xx status code
func (*UsersGroupsUpdateOK) IsCode ¶
func (o *UsersGroupsUpdateOK) IsCode(code int) bool
IsCode returns true when this users groups update o k response a status code equal to that given
func (*UsersGroupsUpdateOK) IsRedirect ¶
func (o *UsersGroupsUpdateOK) IsRedirect() bool
IsRedirect returns true when this users groups update o k response has a 3xx status code
func (*UsersGroupsUpdateOK) IsServerError ¶
func (o *UsersGroupsUpdateOK) IsServerError() bool
IsServerError returns true when this users groups update o k response has a 5xx status code
func (*UsersGroupsUpdateOK) IsSuccess ¶
func (o *UsersGroupsUpdateOK) IsSuccess() bool
IsSuccess returns true when this users groups update o k response has a 2xx status code
func (*UsersGroupsUpdateOK) String ¶
func (o *UsersGroupsUpdateOK) String() string
type UsersGroupsUpdateParams ¶
type UsersGroupsUpdateParams struct { // Data. Data *models.Group /* ID. A unique integer value identifying this group. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersGroupsUpdateParams contains all the parameters to send to the API endpoint
for the users groups update operation. Typically these are written to a http.Request.
func NewUsersGroupsUpdateParams ¶
func NewUsersGroupsUpdateParams() *UsersGroupsUpdateParams
NewUsersGroupsUpdateParams creates a new UsersGroupsUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersGroupsUpdateParamsWithContext ¶
func NewUsersGroupsUpdateParamsWithContext(ctx context.Context) *UsersGroupsUpdateParams
NewUsersGroupsUpdateParamsWithContext creates a new UsersGroupsUpdateParams object with the ability to set a context for a request.
func NewUsersGroupsUpdateParamsWithHTTPClient ¶
func NewUsersGroupsUpdateParamsWithHTTPClient(client *http.Client) *UsersGroupsUpdateParams
NewUsersGroupsUpdateParamsWithHTTPClient creates a new UsersGroupsUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewUsersGroupsUpdateParamsWithTimeout ¶
func NewUsersGroupsUpdateParamsWithTimeout(timeout time.Duration) *UsersGroupsUpdateParams
NewUsersGroupsUpdateParamsWithTimeout creates a new UsersGroupsUpdateParams object with the ability to set a timeout on a request.
func (*UsersGroupsUpdateParams) SetContext ¶
func (o *UsersGroupsUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the users groups update params
func (*UsersGroupsUpdateParams) SetData ¶
func (o *UsersGroupsUpdateParams) SetData(data *models.Group)
SetData adds the data to the users groups update params
func (*UsersGroupsUpdateParams) SetDefaults ¶
func (o *UsersGroupsUpdateParams) SetDefaults()
SetDefaults hydrates default values in the users groups update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersGroupsUpdateParams) SetHTTPClient ¶
func (o *UsersGroupsUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users groups update params
func (*UsersGroupsUpdateParams) SetID ¶
func (o *UsersGroupsUpdateParams) SetID(id int64)
SetID adds the id to the users groups update params
func (*UsersGroupsUpdateParams) SetTimeout ¶
func (o *UsersGroupsUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users groups update params
func (*UsersGroupsUpdateParams) WithContext ¶
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) WithDefaults ¶
func (o *UsersGroupsUpdateParams) WithDefaults() *UsersGroupsUpdateParams
WithDefaults hydrates default values in the users groups update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersGroupsUpdateParams) WithHTTPClient ¶
func (o *UsersGroupsUpdateParams) WithHTTPClient(client *http.Client) *UsersGroupsUpdateParams
WithHTTPClient adds the HTTPClient to the users groups update params
func (*UsersGroupsUpdateParams) WithID ¶
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 describes a response with status code 201, with default header values.
UsersPermissionsCreateCreated users permissions create created
func NewUsersPermissionsCreateCreated ¶
func NewUsersPermissionsCreateCreated() *UsersPermissionsCreateCreated
NewUsersPermissionsCreateCreated creates a UsersPermissionsCreateCreated with default headers values
func (*UsersPermissionsCreateCreated) Code ¶
func (o *UsersPermissionsCreateCreated) Code() int
Code gets the status code for the users permissions create created response
func (*UsersPermissionsCreateCreated) Error ¶
func (o *UsersPermissionsCreateCreated) Error() string
func (*UsersPermissionsCreateCreated) GetPayload ¶
func (o *UsersPermissionsCreateCreated) GetPayload() *models.ObjectPermission
func (*UsersPermissionsCreateCreated) IsClientError ¶
func (o *UsersPermissionsCreateCreated) IsClientError() bool
IsClientError returns true when this users permissions create created response has a 4xx status code
func (*UsersPermissionsCreateCreated) IsCode ¶
func (o *UsersPermissionsCreateCreated) IsCode(code int) bool
IsCode returns true when this users permissions create created response a status code equal to that given
func (*UsersPermissionsCreateCreated) IsRedirect ¶
func (o *UsersPermissionsCreateCreated) IsRedirect() bool
IsRedirect returns true when this users permissions create created response has a 3xx status code
func (*UsersPermissionsCreateCreated) IsServerError ¶
func (o *UsersPermissionsCreateCreated) IsServerError() bool
IsServerError returns true when this users permissions create created response has a 5xx status code
func (*UsersPermissionsCreateCreated) IsSuccess ¶
func (o *UsersPermissionsCreateCreated) IsSuccess() bool
IsSuccess returns true when this users permissions create created response has a 2xx status code
func (*UsersPermissionsCreateCreated) String ¶
func (o *UsersPermissionsCreateCreated) String() string
type UsersPermissionsCreateDefault ¶
type UsersPermissionsCreateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersPermissionsCreateDefault describes a response with status code -1, 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{}
func (*UsersPermissionsCreateDefault) IsClientError ¶
func (o *UsersPermissionsCreateDefault) IsClientError() bool
IsClientError returns true when this users permissions create default response has a 4xx status code
func (*UsersPermissionsCreateDefault) IsCode ¶
func (o *UsersPermissionsCreateDefault) IsCode(code int) bool
IsCode returns true when this users permissions create default response a status code equal to that given
func (*UsersPermissionsCreateDefault) IsRedirect ¶
func (o *UsersPermissionsCreateDefault) IsRedirect() bool
IsRedirect returns true when this users permissions create default response has a 3xx status code
func (*UsersPermissionsCreateDefault) IsServerError ¶
func (o *UsersPermissionsCreateDefault) IsServerError() bool
IsServerError returns true when this users permissions create default response has a 5xx status code
func (*UsersPermissionsCreateDefault) IsSuccess ¶
func (o *UsersPermissionsCreateDefault) IsSuccess() bool
IsSuccess returns true when this users permissions create default response has a 2xx status code
func (*UsersPermissionsCreateDefault) String ¶
func (o *UsersPermissionsCreateDefault) String() string
type UsersPermissionsCreateParams ¶
type UsersPermissionsCreateParams struct { // Data. Data *models.WritableObjectPermission Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersPermissionsCreateParams contains all the parameters to send to the API endpoint
for the users permissions create operation. Typically these are written to a http.Request.
func NewUsersPermissionsCreateParams ¶
func NewUsersPermissionsCreateParams() *UsersPermissionsCreateParams
NewUsersPermissionsCreateParams creates a new UsersPermissionsCreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersPermissionsCreateParamsWithContext ¶
func NewUsersPermissionsCreateParamsWithContext(ctx context.Context) *UsersPermissionsCreateParams
NewUsersPermissionsCreateParamsWithContext creates a new UsersPermissionsCreateParams object with the ability to set a context for a request.
func NewUsersPermissionsCreateParamsWithHTTPClient ¶
func NewUsersPermissionsCreateParamsWithHTTPClient(client *http.Client) *UsersPermissionsCreateParams
NewUsersPermissionsCreateParamsWithHTTPClient creates a new UsersPermissionsCreateParams object with the ability to set a custom HTTPClient for a request.
func NewUsersPermissionsCreateParamsWithTimeout ¶
func NewUsersPermissionsCreateParamsWithTimeout(timeout time.Duration) *UsersPermissionsCreateParams
NewUsersPermissionsCreateParamsWithTimeout creates a new UsersPermissionsCreateParams object with the ability to set a timeout on a request.
func (*UsersPermissionsCreateParams) SetContext ¶
func (o *UsersPermissionsCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the users permissions create params
func (*UsersPermissionsCreateParams) SetData ¶
func (o *UsersPermissionsCreateParams) SetData(data *models.WritableObjectPermission)
SetData adds the data to the users permissions create params
func (*UsersPermissionsCreateParams) SetDefaults ¶
func (o *UsersPermissionsCreateParams) SetDefaults()
SetDefaults hydrates default values in the users permissions create params (not the query body).
All values with no default are reset to their zero value.
func (*UsersPermissionsCreateParams) SetHTTPClient ¶
func (o *UsersPermissionsCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users permissions create params
func (*UsersPermissionsCreateParams) SetTimeout ¶
func (o *UsersPermissionsCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users permissions create params
func (*UsersPermissionsCreateParams) WithContext ¶
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) WithDefaults ¶
func (o *UsersPermissionsCreateParams) WithDefaults() *UsersPermissionsCreateParams
WithDefaults hydrates default values in the users permissions create params (not the query body).
All values with no default are reset to their zero value.
func (*UsersPermissionsCreateParams) WithHTTPClient ¶
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 UsersPermissionsDeleteDefault ¶
type UsersPermissionsDeleteDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersPermissionsDeleteDefault describes a response with status code -1, with default header values.
UsersPermissionsDeleteDefault users permissions delete default
func NewUsersPermissionsDeleteDefault ¶
func NewUsersPermissionsDeleteDefault(code int) *UsersPermissionsDeleteDefault
NewUsersPermissionsDeleteDefault creates a UsersPermissionsDeleteDefault with default headers values
func (*UsersPermissionsDeleteDefault) Code ¶
func (o *UsersPermissionsDeleteDefault) Code() int
Code gets the status code for the users permissions delete default response
func (*UsersPermissionsDeleteDefault) Error ¶
func (o *UsersPermissionsDeleteDefault) Error() string
func (*UsersPermissionsDeleteDefault) GetPayload ¶
func (o *UsersPermissionsDeleteDefault) GetPayload() interface{}
func (*UsersPermissionsDeleteDefault) IsClientError ¶
func (o *UsersPermissionsDeleteDefault) IsClientError() bool
IsClientError returns true when this users permissions delete default response has a 4xx status code
func (*UsersPermissionsDeleteDefault) IsCode ¶
func (o *UsersPermissionsDeleteDefault) IsCode(code int) bool
IsCode returns true when this users permissions delete default response a status code equal to that given
func (*UsersPermissionsDeleteDefault) IsRedirect ¶
func (o *UsersPermissionsDeleteDefault) IsRedirect() bool
IsRedirect returns true when this users permissions delete default response has a 3xx status code
func (*UsersPermissionsDeleteDefault) IsServerError ¶
func (o *UsersPermissionsDeleteDefault) IsServerError() bool
IsServerError returns true when this users permissions delete default response has a 5xx status code
func (*UsersPermissionsDeleteDefault) IsSuccess ¶
func (o *UsersPermissionsDeleteDefault) IsSuccess() bool
IsSuccess returns true when this users permissions delete default response has a 2xx status code
func (*UsersPermissionsDeleteDefault) String ¶
func (o *UsersPermissionsDeleteDefault) String() string
type UsersPermissionsDeleteNoContent ¶
type UsersPermissionsDeleteNoContent struct { }
UsersPermissionsDeleteNoContent describes a response with status code 204, with default header values.
UsersPermissionsDeleteNoContent users permissions delete no content
func NewUsersPermissionsDeleteNoContent ¶
func NewUsersPermissionsDeleteNoContent() *UsersPermissionsDeleteNoContent
NewUsersPermissionsDeleteNoContent creates a UsersPermissionsDeleteNoContent with default headers values
func (*UsersPermissionsDeleteNoContent) Code ¶
func (o *UsersPermissionsDeleteNoContent) Code() int
Code gets the status code for the users permissions delete no content response
func (*UsersPermissionsDeleteNoContent) Error ¶
func (o *UsersPermissionsDeleteNoContent) Error() string
func (*UsersPermissionsDeleteNoContent) IsClientError ¶
func (o *UsersPermissionsDeleteNoContent) IsClientError() bool
IsClientError returns true when this users permissions delete no content response has a 4xx status code
func (*UsersPermissionsDeleteNoContent) IsCode ¶
func (o *UsersPermissionsDeleteNoContent) IsCode(code int) bool
IsCode returns true when this users permissions delete no content response a status code equal to that given
func (*UsersPermissionsDeleteNoContent) IsRedirect ¶
func (o *UsersPermissionsDeleteNoContent) IsRedirect() bool
IsRedirect returns true when this users permissions delete no content response has a 3xx status code
func (*UsersPermissionsDeleteNoContent) IsServerError ¶
func (o *UsersPermissionsDeleteNoContent) IsServerError() bool
IsServerError returns true when this users permissions delete no content response has a 5xx status code
func (*UsersPermissionsDeleteNoContent) IsSuccess ¶
func (o *UsersPermissionsDeleteNoContent) IsSuccess() bool
IsSuccess returns true when this users permissions delete no content response has a 2xx status code
func (*UsersPermissionsDeleteNoContent) String ¶
func (o *UsersPermissionsDeleteNoContent) String() 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 timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersPermissionsDeleteParamsWithContext ¶
func NewUsersPermissionsDeleteParamsWithContext(ctx context.Context) *UsersPermissionsDeleteParams
NewUsersPermissionsDeleteParamsWithContext creates a new UsersPermissionsDeleteParams object with the ability to set a context for a request.
func NewUsersPermissionsDeleteParamsWithHTTPClient ¶
func NewUsersPermissionsDeleteParamsWithHTTPClient(client *http.Client) *UsersPermissionsDeleteParams
NewUsersPermissionsDeleteParamsWithHTTPClient creates a new UsersPermissionsDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewUsersPermissionsDeleteParamsWithTimeout ¶
func NewUsersPermissionsDeleteParamsWithTimeout(timeout time.Duration) *UsersPermissionsDeleteParams
NewUsersPermissionsDeleteParamsWithTimeout creates a new UsersPermissionsDeleteParams object with the ability to set a timeout on a request.
func (*UsersPermissionsDeleteParams) SetContext ¶
func (o *UsersPermissionsDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the users permissions delete params
func (*UsersPermissionsDeleteParams) SetDefaults ¶
func (o *UsersPermissionsDeleteParams) SetDefaults()
SetDefaults hydrates default values in the users permissions delete params (not the query body).
All values with no default are reset to their zero value.
func (*UsersPermissionsDeleteParams) SetHTTPClient ¶
func (o *UsersPermissionsDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users permissions delete params
func (*UsersPermissionsDeleteParams) SetID ¶
func (o *UsersPermissionsDeleteParams) SetID(id int64)
SetID adds the id to the users permissions delete params
func (*UsersPermissionsDeleteParams) SetTimeout ¶
func (o *UsersPermissionsDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users permissions delete params
func (*UsersPermissionsDeleteParams) WithContext ¶
func (o *UsersPermissionsDeleteParams) WithContext(ctx context.Context) *UsersPermissionsDeleteParams
WithContext adds the context to the users permissions delete params
func (*UsersPermissionsDeleteParams) WithDefaults ¶
func (o *UsersPermissionsDeleteParams) WithDefaults() *UsersPermissionsDeleteParams
WithDefaults hydrates default values in the users permissions delete params (not the query body).
All values with no default are reset to their zero value.
func (*UsersPermissionsDeleteParams) WithHTTPClient ¶
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 UsersPermissionsListDefault ¶
type UsersPermissionsListDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersPermissionsListDefault describes a response with status code -1, with default header values.
UsersPermissionsListDefault users permissions list default
func NewUsersPermissionsListDefault ¶
func NewUsersPermissionsListDefault(code int) *UsersPermissionsListDefault
NewUsersPermissionsListDefault creates a UsersPermissionsListDefault with default headers values
func (*UsersPermissionsListDefault) Code ¶
func (o *UsersPermissionsListDefault) Code() int
Code gets the status code for the users permissions list default response
func (*UsersPermissionsListDefault) Error ¶
func (o *UsersPermissionsListDefault) Error() string
func (*UsersPermissionsListDefault) GetPayload ¶
func (o *UsersPermissionsListDefault) GetPayload() interface{}
func (*UsersPermissionsListDefault) IsClientError ¶
func (o *UsersPermissionsListDefault) IsClientError() bool
IsClientError returns true when this users permissions list default response has a 4xx status code
func (*UsersPermissionsListDefault) IsCode ¶
func (o *UsersPermissionsListDefault) IsCode(code int) bool
IsCode returns true when this users permissions list default response a status code equal to that given
func (*UsersPermissionsListDefault) IsRedirect ¶
func (o *UsersPermissionsListDefault) IsRedirect() bool
IsRedirect returns true when this users permissions list default response has a 3xx status code
func (*UsersPermissionsListDefault) IsServerError ¶
func (o *UsersPermissionsListDefault) IsServerError() bool
IsServerError returns true when this users permissions list default response has a 5xx status code
func (*UsersPermissionsListDefault) IsSuccess ¶
func (o *UsersPermissionsListDefault) IsSuccess() bool
IsSuccess returns true when this users permissions list default response has a 2xx status code
func (*UsersPermissionsListDefault) String ¶
func (o *UsersPermissionsListDefault) String() string
type UsersPermissionsListOK ¶
type UsersPermissionsListOK struct {
Payload *UsersPermissionsListOKBody
}
UsersPermissionsListOK describes a response with status code 200, with default header values.
UsersPermissionsListOK users permissions list o k
func NewUsersPermissionsListOK ¶
func NewUsersPermissionsListOK() *UsersPermissionsListOK
NewUsersPermissionsListOK creates a UsersPermissionsListOK with default headers values
func (*UsersPermissionsListOK) Code ¶
func (o *UsersPermissionsListOK) Code() int
Code gets the status code for the users permissions list o k response
func (*UsersPermissionsListOK) Error ¶
func (o *UsersPermissionsListOK) Error() string
func (*UsersPermissionsListOK) GetPayload ¶
func (o *UsersPermissionsListOK) GetPayload() *UsersPermissionsListOKBody
func (*UsersPermissionsListOK) IsClientError ¶
func (o *UsersPermissionsListOK) IsClientError() bool
IsClientError returns true when this users permissions list o k response has a 4xx status code
func (*UsersPermissionsListOK) IsCode ¶
func (o *UsersPermissionsListOK) IsCode(code int) bool
IsCode returns true when this users permissions list o k response a status code equal to that given
func (*UsersPermissionsListOK) IsRedirect ¶
func (o *UsersPermissionsListOK) IsRedirect() bool
IsRedirect returns true when this users permissions list o k response has a 3xx status code
func (*UsersPermissionsListOK) IsServerError ¶
func (o *UsersPermissionsListOK) IsServerError() bool
IsServerError returns true when this users permissions list o k response has a 5xx status code
func (*UsersPermissionsListOK) IsSuccess ¶
func (o *UsersPermissionsListOK) IsSuccess() bool
IsSuccess returns true when this users permissions list o k response has a 2xx status code
func (*UsersPermissionsListOK) String ¶
func (o *UsersPermissionsListOK) String() string
type UsersPermissionsListOKBody ¶
type UsersPermissionsListOKBody struct { // count // Required: true Count *int64 `json:"count"` // next // Format: uri Next *strfmt.URI `json:"next,omitempty"` // previous // Format: uri Previous *strfmt.URI `json:"previous,omitempty"` // results // Required: true Results []*models.ObjectPermission `json:"results"` }
UsersPermissionsListOKBody users permissions list o k body swagger:model UsersPermissionsListOKBody
func (*UsersPermissionsListOKBody) ContextValidate ¶
func (o *UsersPermissionsListOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this users permissions list o k body based on the context it is used
func (*UsersPermissionsListOKBody) MarshalBinary ¶
func (o *UsersPermissionsListOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UsersPermissionsListOKBody) UnmarshalBinary ¶
func (o *UsersPermissionsListOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UsersPermissionsListParams ¶
type UsersPermissionsListParams struct { // Description. Description *string // DescriptionEmpty. DescriptionEmpty *string // DescriptionIc. DescriptionIc *string // DescriptionIe. DescriptionIe *string // DescriptionIew. DescriptionIew *string // DescriptionIsw. DescriptionIsw *string // Descriptionn. Descriptionn *string // DescriptionNic. DescriptionNic *string // DescriptionNie. DescriptionNie *string // DescriptionNiew. DescriptionNiew *string // DescriptionNisw. DescriptionNisw *string // Enabled. Enabled *string // Group. Group *string // Groupn. Groupn *string // GroupID. GroupID *string // GroupIDn. GroupIDn *string // ID. ID *string // IDGt. IDGt *string // IDGte. IDGte *string // IDLt. IDLt *string // IDLte. IDLte *string // IDn. IDn *string /* Limit. Number of results to return per page. */ Limit *int64 // Name. Name *string // NameEmpty. NameEmpty *string // NameIc. NameIc *string // NameIe. NameIe *string // NameIew. NameIew *string // NameIsw. NameIsw *string // Namen. Namen *string // NameNic. NameNic *string // NameNie. NameNie *string // NameNiew. NameNiew *string // NameNisw. NameNisw *string // ObjectTypes. ObjectTypes *string // ObjectTypesn. ObjectTypesn *string /* Offset. The initial index from which to return the results. */ Offset *int64 /* Ordering. Which field to use when ordering the results. */ Ordering *string // Q. Q *string // User. User *string // Usern. Usern *string // UserID. UserID *string // UserIDn. UserIDn *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersPermissionsListParams contains all the parameters to send to the API endpoint
for the users permissions list operation. Typically these are written to a http.Request.
func NewUsersPermissionsListParams ¶
func NewUsersPermissionsListParams() *UsersPermissionsListParams
NewUsersPermissionsListParams creates a new UsersPermissionsListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersPermissionsListParamsWithContext ¶
func NewUsersPermissionsListParamsWithContext(ctx context.Context) *UsersPermissionsListParams
NewUsersPermissionsListParamsWithContext creates a new UsersPermissionsListParams object with the ability to set a context for a request.
func NewUsersPermissionsListParamsWithHTTPClient ¶
func NewUsersPermissionsListParamsWithHTTPClient(client *http.Client) *UsersPermissionsListParams
NewUsersPermissionsListParamsWithHTTPClient creates a new UsersPermissionsListParams object with the ability to set a custom HTTPClient for a request.
func NewUsersPermissionsListParamsWithTimeout ¶
func NewUsersPermissionsListParamsWithTimeout(timeout time.Duration) *UsersPermissionsListParams
NewUsersPermissionsListParamsWithTimeout creates a new UsersPermissionsListParams object with the ability to set a timeout on a request.
func (*UsersPermissionsListParams) SetContext ¶
func (o *UsersPermissionsListParams) SetContext(ctx context.Context)
SetContext adds the context to the users permissions list params
func (*UsersPermissionsListParams) SetDefaults ¶
func (o *UsersPermissionsListParams) SetDefaults()
SetDefaults hydrates default values in the users permissions list params (not the query body).
All values with no default are reset to their zero value.
func (*UsersPermissionsListParams) SetDescription ¶
func (o *UsersPermissionsListParams) SetDescription(description *string)
SetDescription adds the description to the users permissions list params
func (*UsersPermissionsListParams) SetDescriptionEmpty ¶
func (o *UsersPermissionsListParams) SetDescriptionEmpty(descriptionEmpty *string)
SetDescriptionEmpty adds the descriptionEmpty to the users permissions list params
func (*UsersPermissionsListParams) SetDescriptionIc ¶
func (o *UsersPermissionsListParams) SetDescriptionIc(descriptionIc *string)
SetDescriptionIc adds the descriptionIc to the users permissions list params
func (*UsersPermissionsListParams) SetDescriptionIe ¶
func (o *UsersPermissionsListParams) SetDescriptionIe(descriptionIe *string)
SetDescriptionIe adds the descriptionIe to the users permissions list params
func (*UsersPermissionsListParams) SetDescriptionIew ¶
func (o *UsersPermissionsListParams) SetDescriptionIew(descriptionIew *string)
SetDescriptionIew adds the descriptionIew to the users permissions list params
func (*UsersPermissionsListParams) SetDescriptionIsw ¶
func (o *UsersPermissionsListParams) SetDescriptionIsw(descriptionIsw *string)
SetDescriptionIsw adds the descriptionIsw to the users permissions list params
func (*UsersPermissionsListParams) SetDescriptionNic ¶
func (o *UsersPermissionsListParams) SetDescriptionNic(descriptionNic *string)
SetDescriptionNic adds the descriptionNic to the users permissions list params
func (*UsersPermissionsListParams) SetDescriptionNie ¶
func (o *UsersPermissionsListParams) SetDescriptionNie(descriptionNie *string)
SetDescriptionNie adds the descriptionNie to the users permissions list params
func (*UsersPermissionsListParams) SetDescriptionNiew ¶
func (o *UsersPermissionsListParams) SetDescriptionNiew(descriptionNiew *string)
SetDescriptionNiew adds the descriptionNiew to the users permissions list params
func (*UsersPermissionsListParams) SetDescriptionNisw ¶
func (o *UsersPermissionsListParams) SetDescriptionNisw(descriptionNisw *string)
SetDescriptionNisw adds the descriptionNisw to the users permissions list params
func (*UsersPermissionsListParams) SetDescriptionn ¶
func (o *UsersPermissionsListParams) SetDescriptionn(descriptionn *string)
SetDescriptionn adds the descriptionN 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) SetNameEmpty ¶
func (o *UsersPermissionsListParams) SetNameEmpty(nameEmpty *string)
SetNameEmpty adds the nameEmpty to the users permissions list params
func (*UsersPermissionsListParams) SetNameIc ¶
func (o *UsersPermissionsListParams) SetNameIc(nameIc *string)
SetNameIc adds the nameIc to the users permissions list params
func (*UsersPermissionsListParams) SetNameIe ¶
func (o *UsersPermissionsListParams) SetNameIe(nameIe *string)
SetNameIe adds the nameIe to the users permissions list params
func (*UsersPermissionsListParams) SetNameIew ¶
func (o *UsersPermissionsListParams) SetNameIew(nameIew *string)
SetNameIew adds the nameIew to the users permissions list params
func (*UsersPermissionsListParams) SetNameIsw ¶
func (o *UsersPermissionsListParams) SetNameIsw(nameIsw *string)
SetNameIsw adds the nameIsw to the users permissions list params
func (*UsersPermissionsListParams) SetNameNic ¶
func (o *UsersPermissionsListParams) SetNameNic(nameNic *string)
SetNameNic adds the nameNic to the users permissions list params
func (*UsersPermissionsListParams) SetNameNie ¶
func (o *UsersPermissionsListParams) SetNameNie(nameNie *string)
SetNameNie adds the nameNie to the users permissions list params
func (*UsersPermissionsListParams) SetNameNiew ¶
func (o *UsersPermissionsListParams) SetNameNiew(nameNiew *string)
SetNameNiew adds the nameNiew to the users permissions list params
func (*UsersPermissionsListParams) SetNameNisw ¶
func (o *UsersPermissionsListParams) SetNameNisw(nameNisw *string)
SetNameNisw adds the nameNisw to the users permissions list params
func (*UsersPermissionsListParams) SetNamen ¶
func (o *UsersPermissionsListParams) SetNamen(namen *string)
SetNamen adds the nameN to the users permissions list params
func (*UsersPermissionsListParams) SetObjectTypes ¶
func (o *UsersPermissionsListParams) SetObjectTypes(objectTypes *string)
SetObjectTypes adds the objectTypes to the users permissions list params
func (*UsersPermissionsListParams) SetObjectTypesn ¶
func (o *UsersPermissionsListParams) SetObjectTypesn(objectTypesn *string)
SetObjectTypesn adds the objectTypesN to the users permissions list params
func (*UsersPermissionsListParams) SetOffset ¶
func (o *UsersPermissionsListParams) SetOffset(offset *int64)
SetOffset adds the offset to the users permissions list params
func (*UsersPermissionsListParams) SetOrdering ¶
func (o *UsersPermissionsListParams) SetOrdering(ordering *string)
SetOrdering adds the ordering to the users permissions list params
func (*UsersPermissionsListParams) SetQ ¶
func (o *UsersPermissionsListParams) SetQ(q *string)
SetQ adds the q 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) WithDefaults ¶
func (o *UsersPermissionsListParams) WithDefaults() *UsersPermissionsListParams
WithDefaults hydrates default values in the users permissions list params (not the query body).
All values with no default are reset to their zero value.
func (*UsersPermissionsListParams) WithDescription ¶
func (o *UsersPermissionsListParams) WithDescription(description *string) *UsersPermissionsListParams
WithDescription adds the description to the users permissions list params
func (*UsersPermissionsListParams) WithDescriptionEmpty ¶
func (o *UsersPermissionsListParams) WithDescriptionEmpty(descriptionEmpty *string) *UsersPermissionsListParams
WithDescriptionEmpty adds the descriptionEmpty to the users permissions list params
func (*UsersPermissionsListParams) WithDescriptionIc ¶
func (o *UsersPermissionsListParams) WithDescriptionIc(descriptionIc *string) *UsersPermissionsListParams
WithDescriptionIc adds the descriptionIc to the users permissions list params
func (*UsersPermissionsListParams) WithDescriptionIe ¶
func (o *UsersPermissionsListParams) WithDescriptionIe(descriptionIe *string) *UsersPermissionsListParams
WithDescriptionIe adds the descriptionIe to the users permissions list params
func (*UsersPermissionsListParams) WithDescriptionIew ¶
func (o *UsersPermissionsListParams) WithDescriptionIew(descriptionIew *string) *UsersPermissionsListParams
WithDescriptionIew adds the descriptionIew to the users permissions list params
func (*UsersPermissionsListParams) WithDescriptionIsw ¶
func (o *UsersPermissionsListParams) WithDescriptionIsw(descriptionIsw *string) *UsersPermissionsListParams
WithDescriptionIsw adds the descriptionIsw to the users permissions list params
func (*UsersPermissionsListParams) WithDescriptionNic ¶
func (o *UsersPermissionsListParams) WithDescriptionNic(descriptionNic *string) *UsersPermissionsListParams
WithDescriptionNic adds the descriptionNic to the users permissions list params
func (*UsersPermissionsListParams) WithDescriptionNie ¶
func (o *UsersPermissionsListParams) WithDescriptionNie(descriptionNie *string) *UsersPermissionsListParams
WithDescriptionNie adds the descriptionNie to the users permissions list params
func (*UsersPermissionsListParams) WithDescriptionNiew ¶
func (o *UsersPermissionsListParams) WithDescriptionNiew(descriptionNiew *string) *UsersPermissionsListParams
WithDescriptionNiew adds the descriptionNiew to the users permissions list params
func (*UsersPermissionsListParams) WithDescriptionNisw ¶
func (o *UsersPermissionsListParams) WithDescriptionNisw(descriptionNisw *string) *UsersPermissionsListParams
WithDescriptionNisw adds the descriptionNisw to the users permissions list params
func (*UsersPermissionsListParams) WithDescriptionn ¶
func (o *UsersPermissionsListParams) WithDescriptionn(descriptionn *string) *UsersPermissionsListParams
WithDescriptionn adds the descriptionn 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) WithNameEmpty ¶
func (o *UsersPermissionsListParams) WithNameEmpty(nameEmpty *string) *UsersPermissionsListParams
WithNameEmpty adds the nameEmpty 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) WithOrdering ¶
func (o *UsersPermissionsListParams) WithOrdering(ordering *string) *UsersPermissionsListParams
WithOrdering adds the ordering to the users permissions list params
func (*UsersPermissionsListParams) WithQ ¶
func (o *UsersPermissionsListParams) WithQ(q *string) *UsersPermissionsListParams
WithQ adds the q 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 describes a response with status code -1, 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{}
func (*UsersPermissionsPartialUpdateDefault) IsClientError ¶
func (o *UsersPermissionsPartialUpdateDefault) IsClientError() bool
IsClientError returns true when this users permissions partial update default response has a 4xx status code
func (*UsersPermissionsPartialUpdateDefault) IsCode ¶
func (o *UsersPermissionsPartialUpdateDefault) IsCode(code int) bool
IsCode returns true when this users permissions partial update default response a status code equal to that given
func (*UsersPermissionsPartialUpdateDefault) IsRedirect ¶
func (o *UsersPermissionsPartialUpdateDefault) IsRedirect() bool
IsRedirect returns true when this users permissions partial update default response has a 3xx status code
func (*UsersPermissionsPartialUpdateDefault) IsServerError ¶
func (o *UsersPermissionsPartialUpdateDefault) IsServerError() bool
IsServerError returns true when this users permissions partial update default response has a 5xx status code
func (*UsersPermissionsPartialUpdateDefault) IsSuccess ¶
func (o *UsersPermissionsPartialUpdateDefault) IsSuccess() bool
IsSuccess returns true when this users permissions partial update default response has a 2xx status code
func (*UsersPermissionsPartialUpdateDefault) String ¶
func (o *UsersPermissionsPartialUpdateDefault) String() string
type UsersPermissionsPartialUpdateOK ¶
type UsersPermissionsPartialUpdateOK struct {
Payload *models.ObjectPermission
}
UsersPermissionsPartialUpdateOK describes a response with status code 200, with default header values.
UsersPermissionsPartialUpdateOK users permissions partial update o k
func NewUsersPermissionsPartialUpdateOK ¶
func NewUsersPermissionsPartialUpdateOK() *UsersPermissionsPartialUpdateOK
NewUsersPermissionsPartialUpdateOK creates a UsersPermissionsPartialUpdateOK with default headers values
func (*UsersPermissionsPartialUpdateOK) Code ¶
func (o *UsersPermissionsPartialUpdateOK) Code() int
Code gets the status code for the users permissions partial update o k response
func (*UsersPermissionsPartialUpdateOK) Error ¶
func (o *UsersPermissionsPartialUpdateOK) Error() string
func (*UsersPermissionsPartialUpdateOK) GetPayload ¶
func (o *UsersPermissionsPartialUpdateOK) GetPayload() *models.ObjectPermission
func (*UsersPermissionsPartialUpdateOK) IsClientError ¶
func (o *UsersPermissionsPartialUpdateOK) IsClientError() bool
IsClientError returns true when this users permissions partial update o k response has a 4xx status code
func (*UsersPermissionsPartialUpdateOK) IsCode ¶
func (o *UsersPermissionsPartialUpdateOK) IsCode(code int) bool
IsCode returns true when this users permissions partial update o k response a status code equal to that given
func (*UsersPermissionsPartialUpdateOK) IsRedirect ¶
func (o *UsersPermissionsPartialUpdateOK) IsRedirect() bool
IsRedirect returns true when this users permissions partial update o k response has a 3xx status code
func (*UsersPermissionsPartialUpdateOK) IsServerError ¶
func (o *UsersPermissionsPartialUpdateOK) IsServerError() bool
IsServerError returns true when this users permissions partial update o k response has a 5xx status code
func (*UsersPermissionsPartialUpdateOK) IsSuccess ¶
func (o *UsersPermissionsPartialUpdateOK) IsSuccess() bool
IsSuccess returns true when this users permissions partial update o k response has a 2xx status code
func (*UsersPermissionsPartialUpdateOK) String ¶
func (o *UsersPermissionsPartialUpdateOK) String() string
type UsersPermissionsPartialUpdateParams ¶
type UsersPermissionsPartialUpdateParams struct { // Data. Data *models.WritableObjectPermission /* ID. A unique integer value identifying this permission. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersPermissionsPartialUpdateParams contains all the parameters to send to the API endpoint
for the users permissions partial update operation. Typically these are written to a http.Request.
func NewUsersPermissionsPartialUpdateParams ¶
func NewUsersPermissionsPartialUpdateParams() *UsersPermissionsPartialUpdateParams
NewUsersPermissionsPartialUpdateParams creates a new UsersPermissionsPartialUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersPermissionsPartialUpdateParamsWithContext ¶
func NewUsersPermissionsPartialUpdateParamsWithContext(ctx context.Context) *UsersPermissionsPartialUpdateParams
NewUsersPermissionsPartialUpdateParamsWithContext creates a new UsersPermissionsPartialUpdateParams object with the ability to set a context for a request.
func NewUsersPermissionsPartialUpdateParamsWithHTTPClient ¶
func NewUsersPermissionsPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersPermissionsPartialUpdateParams
NewUsersPermissionsPartialUpdateParamsWithHTTPClient creates a new UsersPermissionsPartialUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewUsersPermissionsPartialUpdateParamsWithTimeout ¶
func NewUsersPermissionsPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersPermissionsPartialUpdateParams
NewUsersPermissionsPartialUpdateParamsWithTimeout creates a new UsersPermissionsPartialUpdateParams object with the ability to set a timeout on a request.
func (*UsersPermissionsPartialUpdateParams) SetContext ¶
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) SetDefaults ¶
func (o *UsersPermissionsPartialUpdateParams) SetDefaults()
SetDefaults hydrates default values in the users permissions partial update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersPermissionsPartialUpdateParams) SetHTTPClient ¶
func (o *UsersPermissionsPartialUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users permissions partial update params
func (*UsersPermissionsPartialUpdateParams) SetID ¶
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) WithDefaults ¶
func (o *UsersPermissionsPartialUpdateParams) WithDefaults() *UsersPermissionsPartialUpdateParams
WithDefaults hydrates default values in the users permissions partial update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersPermissionsPartialUpdateParams) WithHTTPClient ¶
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 UsersPermissionsReadDefault ¶
type UsersPermissionsReadDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersPermissionsReadDefault describes a response with status code -1, with default header values.
UsersPermissionsReadDefault users permissions read default
func NewUsersPermissionsReadDefault ¶
func NewUsersPermissionsReadDefault(code int) *UsersPermissionsReadDefault
NewUsersPermissionsReadDefault creates a UsersPermissionsReadDefault with default headers values
func (*UsersPermissionsReadDefault) Code ¶
func (o *UsersPermissionsReadDefault) Code() int
Code gets the status code for the users permissions read default response
func (*UsersPermissionsReadDefault) Error ¶
func (o *UsersPermissionsReadDefault) Error() string
func (*UsersPermissionsReadDefault) GetPayload ¶
func (o *UsersPermissionsReadDefault) GetPayload() interface{}
func (*UsersPermissionsReadDefault) IsClientError ¶
func (o *UsersPermissionsReadDefault) IsClientError() bool
IsClientError returns true when this users permissions read default response has a 4xx status code
func (*UsersPermissionsReadDefault) IsCode ¶
func (o *UsersPermissionsReadDefault) IsCode(code int) bool
IsCode returns true when this users permissions read default response a status code equal to that given
func (*UsersPermissionsReadDefault) IsRedirect ¶
func (o *UsersPermissionsReadDefault) IsRedirect() bool
IsRedirect returns true when this users permissions read default response has a 3xx status code
func (*UsersPermissionsReadDefault) IsServerError ¶
func (o *UsersPermissionsReadDefault) IsServerError() bool
IsServerError returns true when this users permissions read default response has a 5xx status code
func (*UsersPermissionsReadDefault) IsSuccess ¶
func (o *UsersPermissionsReadDefault) IsSuccess() bool
IsSuccess returns true when this users permissions read default response has a 2xx status code
func (*UsersPermissionsReadDefault) String ¶
func (o *UsersPermissionsReadDefault) String() string
type UsersPermissionsReadOK ¶
type UsersPermissionsReadOK struct {
Payload *models.ObjectPermission
}
UsersPermissionsReadOK describes a response with status code 200, with default header values.
UsersPermissionsReadOK users permissions read o k
func NewUsersPermissionsReadOK ¶
func NewUsersPermissionsReadOK() *UsersPermissionsReadOK
NewUsersPermissionsReadOK creates a UsersPermissionsReadOK with default headers values
func (*UsersPermissionsReadOK) Code ¶
func (o *UsersPermissionsReadOK) Code() int
Code gets the status code for the users permissions read o k response
func (*UsersPermissionsReadOK) Error ¶
func (o *UsersPermissionsReadOK) Error() string
func (*UsersPermissionsReadOK) GetPayload ¶
func (o *UsersPermissionsReadOK) GetPayload() *models.ObjectPermission
func (*UsersPermissionsReadOK) IsClientError ¶
func (o *UsersPermissionsReadOK) IsClientError() bool
IsClientError returns true when this users permissions read o k response has a 4xx status code
func (*UsersPermissionsReadOK) IsCode ¶
func (o *UsersPermissionsReadOK) IsCode(code int) bool
IsCode returns true when this users permissions read o k response a status code equal to that given
func (*UsersPermissionsReadOK) IsRedirect ¶
func (o *UsersPermissionsReadOK) IsRedirect() bool
IsRedirect returns true when this users permissions read o k response has a 3xx status code
func (*UsersPermissionsReadOK) IsServerError ¶
func (o *UsersPermissionsReadOK) IsServerError() bool
IsServerError returns true when this users permissions read o k response has a 5xx status code
func (*UsersPermissionsReadOK) IsSuccess ¶
func (o *UsersPermissionsReadOK) IsSuccess() bool
IsSuccess returns true when this users permissions read o k response has a 2xx status code
func (*UsersPermissionsReadOK) String ¶
func (o *UsersPermissionsReadOK) String() string
type UsersPermissionsReadParams ¶
type UsersPermissionsReadParams struct { /* ID. A unique integer value identifying this permission. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersPermissionsReadParams contains all the parameters to send to the API endpoint
for the users permissions read operation. Typically these are written to a http.Request.
func NewUsersPermissionsReadParams ¶
func NewUsersPermissionsReadParams() *UsersPermissionsReadParams
NewUsersPermissionsReadParams creates a new UsersPermissionsReadParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersPermissionsReadParamsWithContext ¶
func NewUsersPermissionsReadParamsWithContext(ctx context.Context) *UsersPermissionsReadParams
NewUsersPermissionsReadParamsWithContext creates a new UsersPermissionsReadParams object with the ability to set a context for a request.
func NewUsersPermissionsReadParamsWithHTTPClient ¶
func NewUsersPermissionsReadParamsWithHTTPClient(client *http.Client) *UsersPermissionsReadParams
NewUsersPermissionsReadParamsWithHTTPClient creates a new UsersPermissionsReadParams object with the ability to set a custom HTTPClient for a request.
func NewUsersPermissionsReadParamsWithTimeout ¶
func NewUsersPermissionsReadParamsWithTimeout(timeout time.Duration) *UsersPermissionsReadParams
NewUsersPermissionsReadParamsWithTimeout creates a new UsersPermissionsReadParams object with the ability to set a timeout on a request.
func (*UsersPermissionsReadParams) SetContext ¶
func (o *UsersPermissionsReadParams) SetContext(ctx context.Context)
SetContext adds the context to the users permissions read params
func (*UsersPermissionsReadParams) SetDefaults ¶
func (o *UsersPermissionsReadParams) SetDefaults()
SetDefaults hydrates default values in the users permissions read params (not the query body).
All values with no default are reset to their zero value.
func (*UsersPermissionsReadParams) SetHTTPClient ¶
func (o *UsersPermissionsReadParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users permissions read params
func (*UsersPermissionsReadParams) SetID ¶
func (o *UsersPermissionsReadParams) SetID(id int64)
SetID adds the id to the users permissions read params
func (*UsersPermissionsReadParams) SetTimeout ¶
func (o *UsersPermissionsReadParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users permissions read params
func (*UsersPermissionsReadParams) WithContext ¶
func (o *UsersPermissionsReadParams) WithContext(ctx context.Context) *UsersPermissionsReadParams
WithContext adds the context to the users permissions read params
func (*UsersPermissionsReadParams) WithDefaults ¶
func (o *UsersPermissionsReadParams) WithDefaults() *UsersPermissionsReadParams
WithDefaults hydrates default values in the users permissions read params (not the query body).
All values with no default are reset to their zero value.
func (*UsersPermissionsReadParams) WithHTTPClient ¶
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 describes a response with status code -1, 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{}
func (*UsersPermissionsUpdateDefault) IsClientError ¶
func (o *UsersPermissionsUpdateDefault) IsClientError() bool
IsClientError returns true when this users permissions update default response has a 4xx status code
func (*UsersPermissionsUpdateDefault) IsCode ¶
func (o *UsersPermissionsUpdateDefault) IsCode(code int) bool
IsCode returns true when this users permissions update default response a status code equal to that given
func (*UsersPermissionsUpdateDefault) IsRedirect ¶
func (o *UsersPermissionsUpdateDefault) IsRedirect() bool
IsRedirect returns true when this users permissions update default response has a 3xx status code
func (*UsersPermissionsUpdateDefault) IsServerError ¶
func (o *UsersPermissionsUpdateDefault) IsServerError() bool
IsServerError returns true when this users permissions update default response has a 5xx status code
func (*UsersPermissionsUpdateDefault) IsSuccess ¶
func (o *UsersPermissionsUpdateDefault) IsSuccess() bool
IsSuccess returns true when this users permissions update default response has a 2xx status code
func (*UsersPermissionsUpdateDefault) String ¶
func (o *UsersPermissionsUpdateDefault) String() string
type UsersPermissionsUpdateOK ¶
type UsersPermissionsUpdateOK struct {
Payload *models.ObjectPermission
}
UsersPermissionsUpdateOK describes a response with status code 200, with default header values.
UsersPermissionsUpdateOK users permissions update o k
func NewUsersPermissionsUpdateOK ¶
func NewUsersPermissionsUpdateOK() *UsersPermissionsUpdateOK
NewUsersPermissionsUpdateOK creates a UsersPermissionsUpdateOK with default headers values
func (*UsersPermissionsUpdateOK) Code ¶
func (o *UsersPermissionsUpdateOK) Code() int
Code gets the status code for the users permissions update o k response
func (*UsersPermissionsUpdateOK) Error ¶
func (o *UsersPermissionsUpdateOK) Error() string
func (*UsersPermissionsUpdateOK) GetPayload ¶
func (o *UsersPermissionsUpdateOK) GetPayload() *models.ObjectPermission
func (*UsersPermissionsUpdateOK) IsClientError ¶
func (o *UsersPermissionsUpdateOK) IsClientError() bool
IsClientError returns true when this users permissions update o k response has a 4xx status code
func (*UsersPermissionsUpdateOK) IsCode ¶
func (o *UsersPermissionsUpdateOK) IsCode(code int) bool
IsCode returns true when this users permissions update o k response a status code equal to that given
func (*UsersPermissionsUpdateOK) IsRedirect ¶
func (o *UsersPermissionsUpdateOK) IsRedirect() bool
IsRedirect returns true when this users permissions update o k response has a 3xx status code
func (*UsersPermissionsUpdateOK) IsServerError ¶
func (o *UsersPermissionsUpdateOK) IsServerError() bool
IsServerError returns true when this users permissions update o k response has a 5xx status code
func (*UsersPermissionsUpdateOK) IsSuccess ¶
func (o *UsersPermissionsUpdateOK) IsSuccess() bool
IsSuccess returns true when this users permissions update o k response has a 2xx status code
func (*UsersPermissionsUpdateOK) String ¶
func (o *UsersPermissionsUpdateOK) String() string
type UsersPermissionsUpdateParams ¶
type UsersPermissionsUpdateParams struct { // Data. Data *models.WritableObjectPermission /* ID. A unique integer value identifying this permission. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersPermissionsUpdateParams contains all the parameters to send to the API endpoint
for the users permissions update operation. Typically these are written to a http.Request.
func NewUsersPermissionsUpdateParams ¶
func NewUsersPermissionsUpdateParams() *UsersPermissionsUpdateParams
NewUsersPermissionsUpdateParams creates a new UsersPermissionsUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersPermissionsUpdateParamsWithContext ¶
func NewUsersPermissionsUpdateParamsWithContext(ctx context.Context) *UsersPermissionsUpdateParams
NewUsersPermissionsUpdateParamsWithContext creates a new UsersPermissionsUpdateParams object with the ability to set a context for a request.
func NewUsersPermissionsUpdateParamsWithHTTPClient ¶
func NewUsersPermissionsUpdateParamsWithHTTPClient(client *http.Client) *UsersPermissionsUpdateParams
NewUsersPermissionsUpdateParamsWithHTTPClient creates a new UsersPermissionsUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewUsersPermissionsUpdateParamsWithTimeout ¶
func NewUsersPermissionsUpdateParamsWithTimeout(timeout time.Duration) *UsersPermissionsUpdateParams
NewUsersPermissionsUpdateParamsWithTimeout creates a new UsersPermissionsUpdateParams object with the ability to set a timeout on a request.
func (*UsersPermissionsUpdateParams) SetContext ¶
func (o *UsersPermissionsUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the users permissions update params
func (*UsersPermissionsUpdateParams) SetData ¶
func (o *UsersPermissionsUpdateParams) SetData(data *models.WritableObjectPermission)
SetData adds the data to the users permissions update params
func (*UsersPermissionsUpdateParams) SetDefaults ¶
func (o *UsersPermissionsUpdateParams) SetDefaults()
SetDefaults hydrates default values in the users permissions update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersPermissionsUpdateParams) SetHTTPClient ¶
func (o *UsersPermissionsUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users permissions update params
func (*UsersPermissionsUpdateParams) SetID ¶
func (o *UsersPermissionsUpdateParams) SetID(id int64)
SetID adds the id to the users permissions update params
func (*UsersPermissionsUpdateParams) SetTimeout ¶
func (o *UsersPermissionsUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users permissions update params
func (*UsersPermissionsUpdateParams) WithContext ¶
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) WithDefaults ¶
func (o *UsersPermissionsUpdateParams) WithDefaults() *UsersPermissionsUpdateParams
WithDefaults hydrates default values in the users permissions update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersPermissionsUpdateParams) WithHTTPClient ¶
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 UsersTokensCreateCreated ¶
UsersTokensCreateCreated describes a response with status code 201, with default header values.
UsersTokensCreateCreated users tokens create created
func NewUsersTokensCreateCreated ¶
func NewUsersTokensCreateCreated() *UsersTokensCreateCreated
NewUsersTokensCreateCreated creates a UsersTokensCreateCreated with default headers values
func (*UsersTokensCreateCreated) Code ¶
func (o *UsersTokensCreateCreated) Code() int
Code gets the status code for the users tokens create created response
func (*UsersTokensCreateCreated) Error ¶
func (o *UsersTokensCreateCreated) Error() string
func (*UsersTokensCreateCreated) GetPayload ¶
func (o *UsersTokensCreateCreated) GetPayload() *models.Token
func (*UsersTokensCreateCreated) IsClientError ¶
func (o *UsersTokensCreateCreated) IsClientError() bool
IsClientError returns true when this users tokens create created response has a 4xx status code
func (*UsersTokensCreateCreated) IsCode ¶
func (o *UsersTokensCreateCreated) IsCode(code int) bool
IsCode returns true when this users tokens create created response a status code equal to that given
func (*UsersTokensCreateCreated) IsRedirect ¶
func (o *UsersTokensCreateCreated) IsRedirect() bool
IsRedirect returns true when this users tokens create created response has a 3xx status code
func (*UsersTokensCreateCreated) IsServerError ¶
func (o *UsersTokensCreateCreated) IsServerError() bool
IsServerError returns true when this users tokens create created response has a 5xx status code
func (*UsersTokensCreateCreated) IsSuccess ¶
func (o *UsersTokensCreateCreated) IsSuccess() bool
IsSuccess returns true when this users tokens create created response has a 2xx status code
func (*UsersTokensCreateCreated) String ¶
func (o *UsersTokensCreateCreated) String() string
type UsersTokensCreateDefault ¶
type UsersTokensCreateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersTokensCreateDefault describes a response with status code -1, with default header values.
UsersTokensCreateDefault users tokens create default
func NewUsersTokensCreateDefault ¶
func NewUsersTokensCreateDefault(code int) *UsersTokensCreateDefault
NewUsersTokensCreateDefault creates a UsersTokensCreateDefault with default headers values
func (*UsersTokensCreateDefault) Code ¶
func (o *UsersTokensCreateDefault) Code() int
Code gets the status code for the users tokens create default response
func (*UsersTokensCreateDefault) Error ¶
func (o *UsersTokensCreateDefault) Error() string
func (*UsersTokensCreateDefault) GetPayload ¶
func (o *UsersTokensCreateDefault) GetPayload() interface{}
func (*UsersTokensCreateDefault) IsClientError ¶
func (o *UsersTokensCreateDefault) IsClientError() bool
IsClientError returns true when this users tokens create default response has a 4xx status code
func (*UsersTokensCreateDefault) IsCode ¶
func (o *UsersTokensCreateDefault) IsCode(code int) bool
IsCode returns true when this users tokens create default response a status code equal to that given
func (*UsersTokensCreateDefault) IsRedirect ¶
func (o *UsersTokensCreateDefault) IsRedirect() bool
IsRedirect returns true when this users tokens create default response has a 3xx status code
func (*UsersTokensCreateDefault) IsServerError ¶
func (o *UsersTokensCreateDefault) IsServerError() bool
IsServerError returns true when this users tokens create default response has a 5xx status code
func (*UsersTokensCreateDefault) IsSuccess ¶
func (o *UsersTokensCreateDefault) IsSuccess() bool
IsSuccess returns true when this users tokens create default response has a 2xx status code
func (*UsersTokensCreateDefault) String ¶
func (o *UsersTokensCreateDefault) String() string
type UsersTokensCreateParams ¶
type UsersTokensCreateParams struct { // Data. Data *models.WritableToken Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersTokensCreateParams contains all the parameters to send to the API endpoint
for the users tokens create operation. Typically these are written to a http.Request.
func NewUsersTokensCreateParams ¶
func NewUsersTokensCreateParams() *UsersTokensCreateParams
NewUsersTokensCreateParams creates a new UsersTokensCreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersTokensCreateParamsWithContext ¶
func NewUsersTokensCreateParamsWithContext(ctx context.Context) *UsersTokensCreateParams
NewUsersTokensCreateParamsWithContext creates a new UsersTokensCreateParams object with the ability to set a context for a request.
func NewUsersTokensCreateParamsWithHTTPClient ¶
func NewUsersTokensCreateParamsWithHTTPClient(client *http.Client) *UsersTokensCreateParams
NewUsersTokensCreateParamsWithHTTPClient creates a new UsersTokensCreateParams object with the ability to set a custom HTTPClient for a request.
func NewUsersTokensCreateParamsWithTimeout ¶
func NewUsersTokensCreateParamsWithTimeout(timeout time.Duration) *UsersTokensCreateParams
NewUsersTokensCreateParamsWithTimeout creates a new UsersTokensCreateParams object with the ability to set a timeout on a request.
func (*UsersTokensCreateParams) SetContext ¶
func (o *UsersTokensCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the users tokens create params
func (*UsersTokensCreateParams) SetData ¶
func (o *UsersTokensCreateParams) SetData(data *models.WritableToken)
SetData adds the data to the users tokens create params
func (*UsersTokensCreateParams) SetDefaults ¶
func (o *UsersTokensCreateParams) SetDefaults()
SetDefaults hydrates default values in the users tokens create params (not the query body).
All values with no default are reset to their zero value.
func (*UsersTokensCreateParams) SetHTTPClient ¶
func (o *UsersTokensCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users tokens create params
func (*UsersTokensCreateParams) SetTimeout ¶
func (o *UsersTokensCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users tokens create params
func (*UsersTokensCreateParams) WithContext ¶
func (o *UsersTokensCreateParams) WithContext(ctx context.Context) *UsersTokensCreateParams
WithContext adds the context to the users tokens create params
func (*UsersTokensCreateParams) WithData ¶
func (o *UsersTokensCreateParams) WithData(data *models.WritableToken) *UsersTokensCreateParams
WithData adds the data to the users tokens create params
func (*UsersTokensCreateParams) WithDefaults ¶
func (o *UsersTokensCreateParams) WithDefaults() *UsersTokensCreateParams
WithDefaults hydrates default values in the users tokens create params (not the query body).
All values with no default are reset to their zero value.
func (*UsersTokensCreateParams) WithHTTPClient ¶
func (o *UsersTokensCreateParams) WithHTTPClient(client *http.Client) *UsersTokensCreateParams
WithHTTPClient adds the HTTPClient to the users tokens create params
func (*UsersTokensCreateParams) WithTimeout ¶
func (o *UsersTokensCreateParams) WithTimeout(timeout time.Duration) *UsersTokensCreateParams
WithTimeout adds the timeout to the users tokens create params
func (*UsersTokensCreateParams) WriteToRequest ¶
func (o *UsersTokensCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersTokensCreateReader ¶
type UsersTokensCreateReader struct {
// contains filtered or unexported fields
}
UsersTokensCreateReader is a Reader for the UsersTokensCreate structure.
func (*UsersTokensCreateReader) ReadResponse ¶
func (o *UsersTokensCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersTokensDeleteDefault ¶
type UsersTokensDeleteDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersTokensDeleteDefault describes a response with status code -1, with default header values.
UsersTokensDeleteDefault users tokens delete default
func NewUsersTokensDeleteDefault ¶
func NewUsersTokensDeleteDefault(code int) *UsersTokensDeleteDefault
NewUsersTokensDeleteDefault creates a UsersTokensDeleteDefault with default headers values
func (*UsersTokensDeleteDefault) Code ¶
func (o *UsersTokensDeleteDefault) Code() int
Code gets the status code for the users tokens delete default response
func (*UsersTokensDeleteDefault) Error ¶
func (o *UsersTokensDeleteDefault) Error() string
func (*UsersTokensDeleteDefault) GetPayload ¶
func (o *UsersTokensDeleteDefault) GetPayload() interface{}
func (*UsersTokensDeleteDefault) IsClientError ¶
func (o *UsersTokensDeleteDefault) IsClientError() bool
IsClientError returns true when this users tokens delete default response has a 4xx status code
func (*UsersTokensDeleteDefault) IsCode ¶
func (o *UsersTokensDeleteDefault) IsCode(code int) bool
IsCode returns true when this users tokens delete default response a status code equal to that given
func (*UsersTokensDeleteDefault) IsRedirect ¶
func (o *UsersTokensDeleteDefault) IsRedirect() bool
IsRedirect returns true when this users tokens delete default response has a 3xx status code
func (*UsersTokensDeleteDefault) IsServerError ¶
func (o *UsersTokensDeleteDefault) IsServerError() bool
IsServerError returns true when this users tokens delete default response has a 5xx status code
func (*UsersTokensDeleteDefault) IsSuccess ¶
func (o *UsersTokensDeleteDefault) IsSuccess() bool
IsSuccess returns true when this users tokens delete default response has a 2xx status code
func (*UsersTokensDeleteDefault) String ¶
func (o *UsersTokensDeleteDefault) String() string
type UsersTokensDeleteNoContent ¶
type UsersTokensDeleteNoContent struct { }
UsersTokensDeleteNoContent describes a response with status code 204, with default header values.
UsersTokensDeleteNoContent users tokens delete no content
func NewUsersTokensDeleteNoContent ¶
func NewUsersTokensDeleteNoContent() *UsersTokensDeleteNoContent
NewUsersTokensDeleteNoContent creates a UsersTokensDeleteNoContent with default headers values
func (*UsersTokensDeleteNoContent) Code ¶
func (o *UsersTokensDeleteNoContent) Code() int
Code gets the status code for the users tokens delete no content response
func (*UsersTokensDeleteNoContent) Error ¶
func (o *UsersTokensDeleteNoContent) Error() string
func (*UsersTokensDeleteNoContent) IsClientError ¶
func (o *UsersTokensDeleteNoContent) IsClientError() bool
IsClientError returns true when this users tokens delete no content response has a 4xx status code
func (*UsersTokensDeleteNoContent) IsCode ¶
func (o *UsersTokensDeleteNoContent) IsCode(code int) bool
IsCode returns true when this users tokens delete no content response a status code equal to that given
func (*UsersTokensDeleteNoContent) IsRedirect ¶
func (o *UsersTokensDeleteNoContent) IsRedirect() bool
IsRedirect returns true when this users tokens delete no content response has a 3xx status code
func (*UsersTokensDeleteNoContent) IsServerError ¶
func (o *UsersTokensDeleteNoContent) IsServerError() bool
IsServerError returns true when this users tokens delete no content response has a 5xx status code
func (*UsersTokensDeleteNoContent) IsSuccess ¶
func (o *UsersTokensDeleteNoContent) IsSuccess() bool
IsSuccess returns true when this users tokens delete no content response has a 2xx status code
func (*UsersTokensDeleteNoContent) String ¶
func (o *UsersTokensDeleteNoContent) String() string
type UsersTokensDeleteParams ¶
type UsersTokensDeleteParams struct { /* ID. A unique integer value identifying this token. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersTokensDeleteParams contains all the parameters to send to the API endpoint
for the users tokens delete operation. Typically these are written to a http.Request.
func NewUsersTokensDeleteParams ¶
func NewUsersTokensDeleteParams() *UsersTokensDeleteParams
NewUsersTokensDeleteParams creates a new UsersTokensDeleteParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersTokensDeleteParamsWithContext ¶
func NewUsersTokensDeleteParamsWithContext(ctx context.Context) *UsersTokensDeleteParams
NewUsersTokensDeleteParamsWithContext creates a new UsersTokensDeleteParams object with the ability to set a context for a request.
func NewUsersTokensDeleteParamsWithHTTPClient ¶
func NewUsersTokensDeleteParamsWithHTTPClient(client *http.Client) *UsersTokensDeleteParams
NewUsersTokensDeleteParamsWithHTTPClient creates a new UsersTokensDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewUsersTokensDeleteParamsWithTimeout ¶
func NewUsersTokensDeleteParamsWithTimeout(timeout time.Duration) *UsersTokensDeleteParams
NewUsersTokensDeleteParamsWithTimeout creates a new UsersTokensDeleteParams object with the ability to set a timeout on a request.
func (*UsersTokensDeleteParams) SetContext ¶
func (o *UsersTokensDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the users tokens delete params
func (*UsersTokensDeleteParams) SetDefaults ¶
func (o *UsersTokensDeleteParams) SetDefaults()
SetDefaults hydrates default values in the users tokens delete params (not the query body).
All values with no default are reset to their zero value.
func (*UsersTokensDeleteParams) SetHTTPClient ¶
func (o *UsersTokensDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users tokens delete params
func (*UsersTokensDeleteParams) SetID ¶
func (o *UsersTokensDeleteParams) SetID(id int64)
SetID adds the id to the users tokens delete params
func (*UsersTokensDeleteParams) SetTimeout ¶
func (o *UsersTokensDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users tokens delete params
func (*UsersTokensDeleteParams) WithContext ¶
func (o *UsersTokensDeleteParams) WithContext(ctx context.Context) *UsersTokensDeleteParams
WithContext adds the context to the users tokens delete params
func (*UsersTokensDeleteParams) WithDefaults ¶
func (o *UsersTokensDeleteParams) WithDefaults() *UsersTokensDeleteParams
WithDefaults hydrates default values in the users tokens delete params (not the query body).
All values with no default are reset to their zero value.
func (*UsersTokensDeleteParams) WithHTTPClient ¶
func (o *UsersTokensDeleteParams) WithHTTPClient(client *http.Client) *UsersTokensDeleteParams
WithHTTPClient adds the HTTPClient to the users tokens delete params
func (*UsersTokensDeleteParams) WithID ¶
func (o *UsersTokensDeleteParams) WithID(id int64) *UsersTokensDeleteParams
WithID adds the id to the users tokens delete params
func (*UsersTokensDeleteParams) WithTimeout ¶
func (o *UsersTokensDeleteParams) WithTimeout(timeout time.Duration) *UsersTokensDeleteParams
WithTimeout adds the timeout to the users tokens delete params
func (*UsersTokensDeleteParams) WriteToRequest ¶
func (o *UsersTokensDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersTokensDeleteReader ¶
type UsersTokensDeleteReader struct {
// contains filtered or unexported fields
}
UsersTokensDeleteReader is a Reader for the UsersTokensDelete structure.
func (*UsersTokensDeleteReader) ReadResponse ¶
func (o *UsersTokensDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersTokensListDefault ¶
type UsersTokensListDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersTokensListDefault describes a response with status code -1, with default header values.
UsersTokensListDefault users tokens list default
func NewUsersTokensListDefault ¶
func NewUsersTokensListDefault(code int) *UsersTokensListDefault
NewUsersTokensListDefault creates a UsersTokensListDefault with default headers values
func (*UsersTokensListDefault) Code ¶
func (o *UsersTokensListDefault) Code() int
Code gets the status code for the users tokens list default response
func (*UsersTokensListDefault) Error ¶
func (o *UsersTokensListDefault) Error() string
func (*UsersTokensListDefault) GetPayload ¶
func (o *UsersTokensListDefault) GetPayload() interface{}
func (*UsersTokensListDefault) IsClientError ¶
func (o *UsersTokensListDefault) IsClientError() bool
IsClientError returns true when this users tokens list default response has a 4xx status code
func (*UsersTokensListDefault) IsCode ¶
func (o *UsersTokensListDefault) IsCode(code int) bool
IsCode returns true when this users tokens list default response a status code equal to that given
func (*UsersTokensListDefault) IsRedirect ¶
func (o *UsersTokensListDefault) IsRedirect() bool
IsRedirect returns true when this users tokens list default response has a 3xx status code
func (*UsersTokensListDefault) IsServerError ¶
func (o *UsersTokensListDefault) IsServerError() bool
IsServerError returns true when this users tokens list default response has a 5xx status code
func (*UsersTokensListDefault) IsSuccess ¶
func (o *UsersTokensListDefault) IsSuccess() bool
IsSuccess returns true when this users tokens list default response has a 2xx status code
func (*UsersTokensListDefault) String ¶
func (o *UsersTokensListDefault) String() string
type UsersTokensListOK ¶
type UsersTokensListOK struct {
Payload *UsersTokensListOKBody
}
UsersTokensListOK describes a response with status code 200, with default header values.
UsersTokensListOK users tokens list o k
func NewUsersTokensListOK ¶
func NewUsersTokensListOK() *UsersTokensListOK
NewUsersTokensListOK creates a UsersTokensListOK with default headers values
func (*UsersTokensListOK) Code ¶
func (o *UsersTokensListOK) Code() int
Code gets the status code for the users tokens list o k response
func (*UsersTokensListOK) Error ¶
func (o *UsersTokensListOK) Error() string
func (*UsersTokensListOK) GetPayload ¶
func (o *UsersTokensListOK) GetPayload() *UsersTokensListOKBody
func (*UsersTokensListOK) IsClientError ¶
func (o *UsersTokensListOK) IsClientError() bool
IsClientError returns true when this users tokens list o k response has a 4xx status code
func (*UsersTokensListOK) IsCode ¶
func (o *UsersTokensListOK) IsCode(code int) bool
IsCode returns true when this users tokens list o k response a status code equal to that given
func (*UsersTokensListOK) IsRedirect ¶
func (o *UsersTokensListOK) IsRedirect() bool
IsRedirect returns true when this users tokens list o k response has a 3xx status code
func (*UsersTokensListOK) IsServerError ¶
func (o *UsersTokensListOK) IsServerError() bool
IsServerError returns true when this users tokens list o k response has a 5xx status code
func (*UsersTokensListOK) IsSuccess ¶
func (o *UsersTokensListOK) IsSuccess() bool
IsSuccess returns true when this users tokens list o k response has a 2xx status code
func (*UsersTokensListOK) String ¶
func (o *UsersTokensListOK) String() string
type UsersTokensListOKBody ¶
type UsersTokensListOKBody 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.Token `json:"results"` }
UsersTokensListOKBody users tokens list o k body swagger:model UsersTokensListOKBody
func (*UsersTokensListOKBody) ContextValidate ¶
ContextValidate validate this users tokens list o k body based on the context it is used
func (*UsersTokensListOKBody) MarshalBinary ¶
func (o *UsersTokensListOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UsersTokensListOKBody) UnmarshalBinary ¶
func (o *UsersTokensListOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UsersTokensListParams ¶
type UsersTokensListParams struct { // Created. Created *string // CreatedGte. CreatedGte *string // CreatedLte. CreatedLte *string // Description. Description *string // DescriptionEmpty. DescriptionEmpty *string // DescriptionIc. DescriptionIc *string // DescriptionIe. DescriptionIe *string // DescriptionIew. DescriptionIew *string // DescriptionIsw. DescriptionIsw *string // Descriptionn. Descriptionn *string // DescriptionNic. DescriptionNic *string // DescriptionNie. DescriptionNie *string // DescriptionNiew. DescriptionNiew *string // DescriptionNisw. DescriptionNisw *string // Expires. Expires *string // ExpiresGte. ExpiresGte *string // ExpiresLte. ExpiresLte *string // ID. ID *string // IDGt. IDGt *string // IDGte. IDGte *string // IDLt. IDLt *string // IDLte. IDLte *string // IDn. IDn *string // Key. Key *string // KeyEmpty. KeyEmpty *string // KeyIc. KeyIc *string // KeyIe. KeyIe *string // KeyIew. KeyIew *string // KeyIsw. KeyIsw *string // Keyn. Keyn *string // KeyNic. KeyNic *string // KeyNie. KeyNie *string // KeyNiew. KeyNiew *string // KeyNisw. KeyNisw *string /* Limit. Number of results to return per page. */ Limit *int64 /* Offset. The initial index from which to return the results. */ Offset *int64 /* Ordering. Which field to use when ordering the results. */ Ordering *string // Q. Q *string // User. User *string // Usern. Usern *string // UserID. UserID *string // UserIDn. UserIDn *string // WriteEnabled. WriteEnabled *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersTokensListParams contains all the parameters to send to the API endpoint
for the users tokens list operation. Typically these are written to a http.Request.
func NewUsersTokensListParams ¶
func NewUsersTokensListParams() *UsersTokensListParams
NewUsersTokensListParams creates a new UsersTokensListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersTokensListParamsWithContext ¶
func NewUsersTokensListParamsWithContext(ctx context.Context) *UsersTokensListParams
NewUsersTokensListParamsWithContext creates a new UsersTokensListParams object with the ability to set a context for a request.
func NewUsersTokensListParamsWithHTTPClient ¶
func NewUsersTokensListParamsWithHTTPClient(client *http.Client) *UsersTokensListParams
NewUsersTokensListParamsWithHTTPClient creates a new UsersTokensListParams object with the ability to set a custom HTTPClient for a request.
func NewUsersTokensListParamsWithTimeout ¶
func NewUsersTokensListParamsWithTimeout(timeout time.Duration) *UsersTokensListParams
NewUsersTokensListParamsWithTimeout creates a new UsersTokensListParams object with the ability to set a timeout on a request.
func (*UsersTokensListParams) SetContext ¶
func (o *UsersTokensListParams) SetContext(ctx context.Context)
SetContext adds the context to the users tokens list params
func (*UsersTokensListParams) SetCreated ¶
func (o *UsersTokensListParams) SetCreated(created *string)
SetCreated adds the created to the users tokens list params
func (*UsersTokensListParams) SetCreatedGte ¶
func (o *UsersTokensListParams) SetCreatedGte(createdGte *string)
SetCreatedGte adds the createdGte to the users tokens list params
func (*UsersTokensListParams) SetCreatedLte ¶
func (o *UsersTokensListParams) SetCreatedLte(createdLte *string)
SetCreatedLte adds the createdLte to the users tokens list params
func (*UsersTokensListParams) SetDefaults ¶
func (o *UsersTokensListParams) SetDefaults()
SetDefaults hydrates default values in the users tokens list params (not the query body).
All values with no default are reset to their zero value.
func (*UsersTokensListParams) SetDescription ¶
func (o *UsersTokensListParams) SetDescription(description *string)
SetDescription adds the description to the users tokens list params
func (*UsersTokensListParams) SetDescriptionEmpty ¶
func (o *UsersTokensListParams) SetDescriptionEmpty(descriptionEmpty *string)
SetDescriptionEmpty adds the descriptionEmpty to the users tokens list params
func (*UsersTokensListParams) SetDescriptionIc ¶
func (o *UsersTokensListParams) SetDescriptionIc(descriptionIc *string)
SetDescriptionIc adds the descriptionIc to the users tokens list params
func (*UsersTokensListParams) SetDescriptionIe ¶
func (o *UsersTokensListParams) SetDescriptionIe(descriptionIe *string)
SetDescriptionIe adds the descriptionIe to the users tokens list params
func (*UsersTokensListParams) SetDescriptionIew ¶
func (o *UsersTokensListParams) SetDescriptionIew(descriptionIew *string)
SetDescriptionIew adds the descriptionIew to the users tokens list params
func (*UsersTokensListParams) SetDescriptionIsw ¶
func (o *UsersTokensListParams) SetDescriptionIsw(descriptionIsw *string)
SetDescriptionIsw adds the descriptionIsw to the users tokens list params
func (*UsersTokensListParams) SetDescriptionNic ¶
func (o *UsersTokensListParams) SetDescriptionNic(descriptionNic *string)
SetDescriptionNic adds the descriptionNic to the users tokens list params
func (*UsersTokensListParams) SetDescriptionNie ¶
func (o *UsersTokensListParams) SetDescriptionNie(descriptionNie *string)
SetDescriptionNie adds the descriptionNie to the users tokens list params
func (*UsersTokensListParams) SetDescriptionNiew ¶
func (o *UsersTokensListParams) SetDescriptionNiew(descriptionNiew *string)
SetDescriptionNiew adds the descriptionNiew to the users tokens list params
func (*UsersTokensListParams) SetDescriptionNisw ¶
func (o *UsersTokensListParams) SetDescriptionNisw(descriptionNisw *string)
SetDescriptionNisw adds the descriptionNisw to the users tokens list params
func (*UsersTokensListParams) SetDescriptionn ¶
func (o *UsersTokensListParams) SetDescriptionn(descriptionn *string)
SetDescriptionn adds the descriptionN to the users tokens list params
func (*UsersTokensListParams) SetExpires ¶
func (o *UsersTokensListParams) SetExpires(expires *string)
SetExpires adds the expires to the users tokens list params
func (*UsersTokensListParams) SetExpiresGte ¶
func (o *UsersTokensListParams) SetExpiresGte(expiresGte *string)
SetExpiresGte adds the expiresGte to the users tokens list params
func (*UsersTokensListParams) SetExpiresLte ¶
func (o *UsersTokensListParams) SetExpiresLte(expiresLte *string)
SetExpiresLte adds the expiresLte to the users tokens list params
func (*UsersTokensListParams) SetHTTPClient ¶
func (o *UsersTokensListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users tokens list params
func (*UsersTokensListParams) SetID ¶
func (o *UsersTokensListParams) SetID(id *string)
SetID adds the id to the users tokens list params
func (*UsersTokensListParams) SetIDGt ¶
func (o *UsersTokensListParams) SetIDGt(iDGt *string)
SetIDGt adds the idGt to the users tokens list params
func (*UsersTokensListParams) SetIDGte ¶
func (o *UsersTokensListParams) SetIDGte(iDGte *string)
SetIDGte adds the idGte to the users tokens list params
func (*UsersTokensListParams) SetIDLt ¶
func (o *UsersTokensListParams) SetIDLt(iDLt *string)
SetIDLt adds the idLt to the users tokens list params
func (*UsersTokensListParams) SetIDLte ¶
func (o *UsersTokensListParams) SetIDLte(iDLte *string)
SetIDLte adds the idLte to the users tokens list params
func (*UsersTokensListParams) SetIDn ¶
func (o *UsersTokensListParams) SetIDn(iDn *string)
SetIDn adds the idN to the users tokens list params
func (*UsersTokensListParams) SetKey ¶
func (o *UsersTokensListParams) SetKey(key *string)
SetKey adds the key to the users tokens list params
func (*UsersTokensListParams) SetKeyEmpty ¶
func (o *UsersTokensListParams) SetKeyEmpty(keyEmpty *string)
SetKeyEmpty adds the keyEmpty to the users tokens list params
func (*UsersTokensListParams) SetKeyIc ¶
func (o *UsersTokensListParams) SetKeyIc(keyIc *string)
SetKeyIc adds the keyIc to the users tokens list params
func (*UsersTokensListParams) SetKeyIe ¶
func (o *UsersTokensListParams) SetKeyIe(keyIe *string)
SetKeyIe adds the keyIe to the users tokens list params
func (*UsersTokensListParams) SetKeyIew ¶
func (o *UsersTokensListParams) SetKeyIew(keyIew *string)
SetKeyIew adds the keyIew to the users tokens list params
func (*UsersTokensListParams) SetKeyIsw ¶
func (o *UsersTokensListParams) SetKeyIsw(keyIsw *string)
SetKeyIsw adds the keyIsw to the users tokens list params
func (*UsersTokensListParams) SetKeyNic ¶
func (o *UsersTokensListParams) SetKeyNic(keyNic *string)
SetKeyNic adds the keyNic to the users tokens list params
func (*UsersTokensListParams) SetKeyNie ¶
func (o *UsersTokensListParams) SetKeyNie(keyNie *string)
SetKeyNie adds the keyNie to the users tokens list params
func (*UsersTokensListParams) SetKeyNiew ¶
func (o *UsersTokensListParams) SetKeyNiew(keyNiew *string)
SetKeyNiew adds the keyNiew to the users tokens list params
func (*UsersTokensListParams) SetKeyNisw ¶
func (o *UsersTokensListParams) SetKeyNisw(keyNisw *string)
SetKeyNisw adds the keyNisw to the users tokens list params
func (*UsersTokensListParams) SetKeyn ¶
func (o *UsersTokensListParams) SetKeyn(keyn *string)
SetKeyn adds the keyN to the users tokens list params
func (*UsersTokensListParams) SetLimit ¶
func (o *UsersTokensListParams) SetLimit(limit *int64)
SetLimit adds the limit to the users tokens list params
func (*UsersTokensListParams) SetOffset ¶
func (o *UsersTokensListParams) SetOffset(offset *int64)
SetOffset adds the offset to the users tokens list params
func (*UsersTokensListParams) SetOrdering ¶
func (o *UsersTokensListParams) SetOrdering(ordering *string)
SetOrdering adds the ordering to the users tokens list params
func (*UsersTokensListParams) SetQ ¶
func (o *UsersTokensListParams) SetQ(q *string)
SetQ adds the q to the users tokens list params
func (*UsersTokensListParams) SetTimeout ¶
func (o *UsersTokensListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users tokens list params
func (*UsersTokensListParams) SetUser ¶
func (o *UsersTokensListParams) SetUser(user *string)
SetUser adds the user to the users tokens list params
func (*UsersTokensListParams) SetUserID ¶
func (o *UsersTokensListParams) SetUserID(userID *string)
SetUserID adds the userId to the users tokens list params
func (*UsersTokensListParams) SetUserIDn ¶
func (o *UsersTokensListParams) SetUserIDn(userIDn *string)
SetUserIDn adds the userIdN to the users tokens list params
func (*UsersTokensListParams) SetUsern ¶
func (o *UsersTokensListParams) SetUsern(usern *string)
SetUsern adds the userN to the users tokens list params
func (*UsersTokensListParams) SetWriteEnabled ¶
func (o *UsersTokensListParams) SetWriteEnabled(writeEnabled *string)
SetWriteEnabled adds the writeEnabled to the users tokens list params
func (*UsersTokensListParams) WithContext ¶
func (o *UsersTokensListParams) WithContext(ctx context.Context) *UsersTokensListParams
WithContext adds the context to the users tokens list params
func (*UsersTokensListParams) WithCreated ¶
func (o *UsersTokensListParams) WithCreated(created *string) *UsersTokensListParams
WithCreated adds the created to the users tokens list params
func (*UsersTokensListParams) WithCreatedGte ¶
func (o *UsersTokensListParams) WithCreatedGte(createdGte *string) *UsersTokensListParams
WithCreatedGte adds the createdGte to the users tokens list params
func (*UsersTokensListParams) WithCreatedLte ¶
func (o *UsersTokensListParams) WithCreatedLte(createdLte *string) *UsersTokensListParams
WithCreatedLte adds the createdLte to the users tokens list params
func (*UsersTokensListParams) WithDefaults ¶
func (o *UsersTokensListParams) WithDefaults() *UsersTokensListParams
WithDefaults hydrates default values in the users tokens list params (not the query body).
All values with no default are reset to their zero value.
func (*UsersTokensListParams) WithDescription ¶
func (o *UsersTokensListParams) WithDescription(description *string) *UsersTokensListParams
WithDescription adds the description to the users tokens list params
func (*UsersTokensListParams) WithDescriptionEmpty ¶
func (o *UsersTokensListParams) WithDescriptionEmpty(descriptionEmpty *string) *UsersTokensListParams
WithDescriptionEmpty adds the descriptionEmpty to the users tokens list params
func (*UsersTokensListParams) WithDescriptionIc ¶
func (o *UsersTokensListParams) WithDescriptionIc(descriptionIc *string) *UsersTokensListParams
WithDescriptionIc adds the descriptionIc to the users tokens list params
func (*UsersTokensListParams) WithDescriptionIe ¶
func (o *UsersTokensListParams) WithDescriptionIe(descriptionIe *string) *UsersTokensListParams
WithDescriptionIe adds the descriptionIe to the users tokens list params
func (*UsersTokensListParams) WithDescriptionIew ¶
func (o *UsersTokensListParams) WithDescriptionIew(descriptionIew *string) *UsersTokensListParams
WithDescriptionIew adds the descriptionIew to the users tokens list params
func (*UsersTokensListParams) WithDescriptionIsw ¶
func (o *UsersTokensListParams) WithDescriptionIsw(descriptionIsw *string) *UsersTokensListParams
WithDescriptionIsw adds the descriptionIsw to the users tokens list params
func (*UsersTokensListParams) WithDescriptionNic ¶
func (o *UsersTokensListParams) WithDescriptionNic(descriptionNic *string) *UsersTokensListParams
WithDescriptionNic adds the descriptionNic to the users tokens list params
func (*UsersTokensListParams) WithDescriptionNie ¶
func (o *UsersTokensListParams) WithDescriptionNie(descriptionNie *string) *UsersTokensListParams
WithDescriptionNie adds the descriptionNie to the users tokens list params
func (*UsersTokensListParams) WithDescriptionNiew ¶
func (o *UsersTokensListParams) WithDescriptionNiew(descriptionNiew *string) *UsersTokensListParams
WithDescriptionNiew adds the descriptionNiew to the users tokens list params
func (*UsersTokensListParams) WithDescriptionNisw ¶
func (o *UsersTokensListParams) WithDescriptionNisw(descriptionNisw *string) *UsersTokensListParams
WithDescriptionNisw adds the descriptionNisw to the users tokens list params
func (*UsersTokensListParams) WithDescriptionn ¶
func (o *UsersTokensListParams) WithDescriptionn(descriptionn *string) *UsersTokensListParams
WithDescriptionn adds the descriptionn to the users tokens list params
func (*UsersTokensListParams) WithExpires ¶
func (o *UsersTokensListParams) WithExpires(expires *string) *UsersTokensListParams
WithExpires adds the expires to the users tokens list params
func (*UsersTokensListParams) WithExpiresGte ¶
func (o *UsersTokensListParams) WithExpiresGte(expiresGte *string) *UsersTokensListParams
WithExpiresGte adds the expiresGte to the users tokens list params
func (*UsersTokensListParams) WithExpiresLte ¶
func (o *UsersTokensListParams) WithExpiresLte(expiresLte *string) *UsersTokensListParams
WithExpiresLte adds the expiresLte to the users tokens list params
func (*UsersTokensListParams) WithHTTPClient ¶
func (o *UsersTokensListParams) WithHTTPClient(client *http.Client) *UsersTokensListParams
WithHTTPClient adds the HTTPClient to the users tokens list params
func (*UsersTokensListParams) WithID ¶
func (o *UsersTokensListParams) WithID(id *string) *UsersTokensListParams
WithID adds the id to the users tokens list params
func (*UsersTokensListParams) WithIDGt ¶
func (o *UsersTokensListParams) WithIDGt(iDGt *string) *UsersTokensListParams
WithIDGt adds the iDGt to the users tokens list params
func (*UsersTokensListParams) WithIDGte ¶
func (o *UsersTokensListParams) WithIDGte(iDGte *string) *UsersTokensListParams
WithIDGte adds the iDGte to the users tokens list params
func (*UsersTokensListParams) WithIDLt ¶
func (o *UsersTokensListParams) WithIDLt(iDLt *string) *UsersTokensListParams
WithIDLt adds the iDLt to the users tokens list params
func (*UsersTokensListParams) WithIDLte ¶
func (o *UsersTokensListParams) WithIDLte(iDLte *string) *UsersTokensListParams
WithIDLte adds the iDLte to the users tokens list params
func (*UsersTokensListParams) WithIDn ¶
func (o *UsersTokensListParams) WithIDn(iDn *string) *UsersTokensListParams
WithIDn adds the iDn to the users tokens list params
func (*UsersTokensListParams) WithKey ¶
func (o *UsersTokensListParams) WithKey(key *string) *UsersTokensListParams
WithKey adds the key to the users tokens list params
func (*UsersTokensListParams) WithKeyEmpty ¶
func (o *UsersTokensListParams) WithKeyEmpty(keyEmpty *string) *UsersTokensListParams
WithKeyEmpty adds the keyEmpty to the users tokens list params
func (*UsersTokensListParams) WithKeyIc ¶
func (o *UsersTokensListParams) WithKeyIc(keyIc *string) *UsersTokensListParams
WithKeyIc adds the keyIc to the users tokens list params
func (*UsersTokensListParams) WithKeyIe ¶
func (o *UsersTokensListParams) WithKeyIe(keyIe *string) *UsersTokensListParams
WithKeyIe adds the keyIe to the users tokens list params
func (*UsersTokensListParams) WithKeyIew ¶
func (o *UsersTokensListParams) WithKeyIew(keyIew *string) *UsersTokensListParams
WithKeyIew adds the keyIew to the users tokens list params
func (*UsersTokensListParams) WithKeyIsw ¶
func (o *UsersTokensListParams) WithKeyIsw(keyIsw *string) *UsersTokensListParams
WithKeyIsw adds the keyIsw to the users tokens list params
func (*UsersTokensListParams) WithKeyNic ¶
func (o *UsersTokensListParams) WithKeyNic(keyNic *string) *UsersTokensListParams
WithKeyNic adds the keyNic to the users tokens list params
func (*UsersTokensListParams) WithKeyNie ¶
func (o *UsersTokensListParams) WithKeyNie(keyNie *string) *UsersTokensListParams
WithKeyNie adds the keyNie to the users tokens list params
func (*UsersTokensListParams) WithKeyNiew ¶
func (o *UsersTokensListParams) WithKeyNiew(keyNiew *string) *UsersTokensListParams
WithKeyNiew adds the keyNiew to the users tokens list params
func (*UsersTokensListParams) WithKeyNisw ¶
func (o *UsersTokensListParams) WithKeyNisw(keyNisw *string) *UsersTokensListParams
WithKeyNisw adds the keyNisw to the users tokens list params
func (*UsersTokensListParams) WithKeyn ¶
func (o *UsersTokensListParams) WithKeyn(keyn *string) *UsersTokensListParams
WithKeyn adds the keyn to the users tokens list params
func (*UsersTokensListParams) WithLimit ¶
func (o *UsersTokensListParams) WithLimit(limit *int64) *UsersTokensListParams
WithLimit adds the limit to the users tokens list params
func (*UsersTokensListParams) WithOffset ¶
func (o *UsersTokensListParams) WithOffset(offset *int64) *UsersTokensListParams
WithOffset adds the offset to the users tokens list params
func (*UsersTokensListParams) WithOrdering ¶
func (o *UsersTokensListParams) WithOrdering(ordering *string) *UsersTokensListParams
WithOrdering adds the ordering to the users tokens list params
func (*UsersTokensListParams) WithQ ¶
func (o *UsersTokensListParams) WithQ(q *string) *UsersTokensListParams
WithQ adds the q to the users tokens list params
func (*UsersTokensListParams) WithTimeout ¶
func (o *UsersTokensListParams) WithTimeout(timeout time.Duration) *UsersTokensListParams
WithTimeout adds the timeout to the users tokens list params
func (*UsersTokensListParams) WithUser ¶
func (o *UsersTokensListParams) WithUser(user *string) *UsersTokensListParams
WithUser adds the user to the users tokens list params
func (*UsersTokensListParams) WithUserID ¶
func (o *UsersTokensListParams) WithUserID(userID *string) *UsersTokensListParams
WithUserID adds the userID to the users tokens list params
func (*UsersTokensListParams) WithUserIDn ¶
func (o *UsersTokensListParams) WithUserIDn(userIDn *string) *UsersTokensListParams
WithUserIDn adds the userIDn to the users tokens list params
func (*UsersTokensListParams) WithUsern ¶
func (o *UsersTokensListParams) WithUsern(usern *string) *UsersTokensListParams
WithUsern adds the usern to the users tokens list params
func (*UsersTokensListParams) WithWriteEnabled ¶
func (o *UsersTokensListParams) WithWriteEnabled(writeEnabled *string) *UsersTokensListParams
WithWriteEnabled adds the writeEnabled to the users tokens list params
func (*UsersTokensListParams) WriteToRequest ¶
func (o *UsersTokensListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersTokensListReader ¶
type UsersTokensListReader struct {
// contains filtered or unexported fields
}
UsersTokensListReader is a Reader for the UsersTokensList structure.
func (*UsersTokensListReader) ReadResponse ¶
func (o *UsersTokensListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersTokensPartialUpdateDefault ¶
type UsersTokensPartialUpdateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersTokensPartialUpdateDefault describes a response with status code -1, with default header values.
UsersTokensPartialUpdateDefault users tokens partial update default
func NewUsersTokensPartialUpdateDefault ¶
func NewUsersTokensPartialUpdateDefault(code int) *UsersTokensPartialUpdateDefault
NewUsersTokensPartialUpdateDefault creates a UsersTokensPartialUpdateDefault with default headers values
func (*UsersTokensPartialUpdateDefault) Code ¶
func (o *UsersTokensPartialUpdateDefault) Code() int
Code gets the status code for the users tokens partial update default response
func (*UsersTokensPartialUpdateDefault) Error ¶
func (o *UsersTokensPartialUpdateDefault) Error() string
func (*UsersTokensPartialUpdateDefault) GetPayload ¶
func (o *UsersTokensPartialUpdateDefault) GetPayload() interface{}
func (*UsersTokensPartialUpdateDefault) IsClientError ¶
func (o *UsersTokensPartialUpdateDefault) IsClientError() bool
IsClientError returns true when this users tokens partial update default response has a 4xx status code
func (*UsersTokensPartialUpdateDefault) IsCode ¶
func (o *UsersTokensPartialUpdateDefault) IsCode(code int) bool
IsCode returns true when this users tokens partial update default response a status code equal to that given
func (*UsersTokensPartialUpdateDefault) IsRedirect ¶
func (o *UsersTokensPartialUpdateDefault) IsRedirect() bool
IsRedirect returns true when this users tokens partial update default response has a 3xx status code
func (*UsersTokensPartialUpdateDefault) IsServerError ¶
func (o *UsersTokensPartialUpdateDefault) IsServerError() bool
IsServerError returns true when this users tokens partial update default response has a 5xx status code
func (*UsersTokensPartialUpdateDefault) IsSuccess ¶
func (o *UsersTokensPartialUpdateDefault) IsSuccess() bool
IsSuccess returns true when this users tokens partial update default response has a 2xx status code
func (*UsersTokensPartialUpdateDefault) String ¶
func (o *UsersTokensPartialUpdateDefault) String() string
type UsersTokensPartialUpdateOK ¶
UsersTokensPartialUpdateOK describes a response with status code 200, with default header values.
UsersTokensPartialUpdateOK users tokens partial update o k
func NewUsersTokensPartialUpdateOK ¶
func NewUsersTokensPartialUpdateOK() *UsersTokensPartialUpdateOK
NewUsersTokensPartialUpdateOK creates a UsersTokensPartialUpdateOK with default headers values
func (*UsersTokensPartialUpdateOK) Code ¶
func (o *UsersTokensPartialUpdateOK) Code() int
Code gets the status code for the users tokens partial update o k response
func (*UsersTokensPartialUpdateOK) Error ¶
func (o *UsersTokensPartialUpdateOK) Error() string
func (*UsersTokensPartialUpdateOK) GetPayload ¶
func (o *UsersTokensPartialUpdateOK) GetPayload() *models.Token
func (*UsersTokensPartialUpdateOK) IsClientError ¶
func (o *UsersTokensPartialUpdateOK) IsClientError() bool
IsClientError returns true when this users tokens partial update o k response has a 4xx status code
func (*UsersTokensPartialUpdateOK) IsCode ¶
func (o *UsersTokensPartialUpdateOK) IsCode(code int) bool
IsCode returns true when this users tokens partial update o k response a status code equal to that given
func (*UsersTokensPartialUpdateOK) IsRedirect ¶
func (o *UsersTokensPartialUpdateOK) IsRedirect() bool
IsRedirect returns true when this users tokens partial update o k response has a 3xx status code
func (*UsersTokensPartialUpdateOK) IsServerError ¶
func (o *UsersTokensPartialUpdateOK) IsServerError() bool
IsServerError returns true when this users tokens partial update o k response has a 5xx status code
func (*UsersTokensPartialUpdateOK) IsSuccess ¶
func (o *UsersTokensPartialUpdateOK) IsSuccess() bool
IsSuccess returns true when this users tokens partial update o k response has a 2xx status code
func (*UsersTokensPartialUpdateOK) String ¶
func (o *UsersTokensPartialUpdateOK) String() string
type UsersTokensPartialUpdateParams ¶
type UsersTokensPartialUpdateParams struct { // Data. Data *models.WritableToken /* ID. A unique integer value identifying this token. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersTokensPartialUpdateParams contains all the parameters to send to the API endpoint
for the users tokens partial update operation. Typically these are written to a http.Request.
func NewUsersTokensPartialUpdateParams ¶
func NewUsersTokensPartialUpdateParams() *UsersTokensPartialUpdateParams
NewUsersTokensPartialUpdateParams creates a new UsersTokensPartialUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersTokensPartialUpdateParamsWithContext ¶
func NewUsersTokensPartialUpdateParamsWithContext(ctx context.Context) *UsersTokensPartialUpdateParams
NewUsersTokensPartialUpdateParamsWithContext creates a new UsersTokensPartialUpdateParams object with the ability to set a context for a request.
func NewUsersTokensPartialUpdateParamsWithHTTPClient ¶
func NewUsersTokensPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersTokensPartialUpdateParams
NewUsersTokensPartialUpdateParamsWithHTTPClient creates a new UsersTokensPartialUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewUsersTokensPartialUpdateParamsWithTimeout ¶
func NewUsersTokensPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersTokensPartialUpdateParams
NewUsersTokensPartialUpdateParamsWithTimeout creates a new UsersTokensPartialUpdateParams object with the ability to set a timeout on a request.
func (*UsersTokensPartialUpdateParams) SetContext ¶
func (o *UsersTokensPartialUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the users tokens partial update params
func (*UsersTokensPartialUpdateParams) SetData ¶
func (o *UsersTokensPartialUpdateParams) SetData(data *models.WritableToken)
SetData adds the data to the users tokens partial update params
func (*UsersTokensPartialUpdateParams) SetDefaults ¶
func (o *UsersTokensPartialUpdateParams) SetDefaults()
SetDefaults hydrates default values in the users tokens partial update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersTokensPartialUpdateParams) SetHTTPClient ¶
func (o *UsersTokensPartialUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users tokens partial update params
func (*UsersTokensPartialUpdateParams) SetID ¶
func (o *UsersTokensPartialUpdateParams) SetID(id int64)
SetID adds the id to the users tokens partial update params
func (*UsersTokensPartialUpdateParams) SetTimeout ¶
func (o *UsersTokensPartialUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users tokens partial update params
func (*UsersTokensPartialUpdateParams) WithContext ¶
func (o *UsersTokensPartialUpdateParams) WithContext(ctx context.Context) *UsersTokensPartialUpdateParams
WithContext adds the context to the users tokens partial update params
func (*UsersTokensPartialUpdateParams) WithData ¶
func (o *UsersTokensPartialUpdateParams) WithData(data *models.WritableToken) *UsersTokensPartialUpdateParams
WithData adds the data to the users tokens partial update params
func (*UsersTokensPartialUpdateParams) WithDefaults ¶
func (o *UsersTokensPartialUpdateParams) WithDefaults() *UsersTokensPartialUpdateParams
WithDefaults hydrates default values in the users tokens partial update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersTokensPartialUpdateParams) WithHTTPClient ¶
func (o *UsersTokensPartialUpdateParams) WithHTTPClient(client *http.Client) *UsersTokensPartialUpdateParams
WithHTTPClient adds the HTTPClient to the users tokens partial update params
func (*UsersTokensPartialUpdateParams) WithID ¶
func (o *UsersTokensPartialUpdateParams) WithID(id int64) *UsersTokensPartialUpdateParams
WithID adds the id to the users tokens partial update params
func (*UsersTokensPartialUpdateParams) WithTimeout ¶
func (o *UsersTokensPartialUpdateParams) WithTimeout(timeout time.Duration) *UsersTokensPartialUpdateParams
WithTimeout adds the timeout to the users tokens partial update params
func (*UsersTokensPartialUpdateParams) WriteToRequest ¶
func (o *UsersTokensPartialUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersTokensPartialUpdateReader ¶
type UsersTokensPartialUpdateReader struct {
// contains filtered or unexported fields
}
UsersTokensPartialUpdateReader is a Reader for the UsersTokensPartialUpdate structure.
func (*UsersTokensPartialUpdateReader) ReadResponse ¶
func (o *UsersTokensPartialUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersTokensProvisionCreateCreated ¶
type UsersTokensProvisionCreateCreated struct { }
UsersTokensProvisionCreateCreated describes a response with status code 201, with default header values.
UsersTokensProvisionCreateCreated users tokens provision create created
func NewUsersTokensProvisionCreateCreated ¶
func NewUsersTokensProvisionCreateCreated() *UsersTokensProvisionCreateCreated
NewUsersTokensProvisionCreateCreated creates a UsersTokensProvisionCreateCreated with default headers values
func (*UsersTokensProvisionCreateCreated) Code ¶
func (o *UsersTokensProvisionCreateCreated) Code() int
Code gets the status code for the users tokens provision create created response
func (*UsersTokensProvisionCreateCreated) Error ¶
func (o *UsersTokensProvisionCreateCreated) Error() string
func (*UsersTokensProvisionCreateCreated) IsClientError ¶
func (o *UsersTokensProvisionCreateCreated) IsClientError() bool
IsClientError returns true when this users tokens provision create created response has a 4xx status code
func (*UsersTokensProvisionCreateCreated) IsCode ¶
func (o *UsersTokensProvisionCreateCreated) IsCode(code int) bool
IsCode returns true when this users tokens provision create created response a status code equal to that given
func (*UsersTokensProvisionCreateCreated) IsRedirect ¶
func (o *UsersTokensProvisionCreateCreated) IsRedirect() bool
IsRedirect returns true when this users tokens provision create created response has a 3xx status code
func (*UsersTokensProvisionCreateCreated) IsServerError ¶
func (o *UsersTokensProvisionCreateCreated) IsServerError() bool
IsServerError returns true when this users tokens provision create created response has a 5xx status code
func (*UsersTokensProvisionCreateCreated) IsSuccess ¶
func (o *UsersTokensProvisionCreateCreated) IsSuccess() bool
IsSuccess returns true when this users tokens provision create created response has a 2xx status code
func (*UsersTokensProvisionCreateCreated) String ¶
func (o *UsersTokensProvisionCreateCreated) String() string
type UsersTokensProvisionCreateDefault ¶
type UsersTokensProvisionCreateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersTokensProvisionCreateDefault describes a response with status code -1, with default header values.
UsersTokensProvisionCreateDefault users tokens provision create default
func NewUsersTokensProvisionCreateDefault ¶
func NewUsersTokensProvisionCreateDefault(code int) *UsersTokensProvisionCreateDefault
NewUsersTokensProvisionCreateDefault creates a UsersTokensProvisionCreateDefault with default headers values
func (*UsersTokensProvisionCreateDefault) Code ¶
func (o *UsersTokensProvisionCreateDefault) Code() int
Code gets the status code for the users tokens provision create default response
func (*UsersTokensProvisionCreateDefault) Error ¶
func (o *UsersTokensProvisionCreateDefault) Error() string
func (*UsersTokensProvisionCreateDefault) GetPayload ¶
func (o *UsersTokensProvisionCreateDefault) GetPayload() interface{}
func (*UsersTokensProvisionCreateDefault) IsClientError ¶
func (o *UsersTokensProvisionCreateDefault) IsClientError() bool
IsClientError returns true when this users tokens provision create default response has a 4xx status code
func (*UsersTokensProvisionCreateDefault) IsCode ¶
func (o *UsersTokensProvisionCreateDefault) IsCode(code int) bool
IsCode returns true when this users tokens provision create default response a status code equal to that given
func (*UsersTokensProvisionCreateDefault) IsRedirect ¶
func (o *UsersTokensProvisionCreateDefault) IsRedirect() bool
IsRedirect returns true when this users tokens provision create default response has a 3xx status code
func (*UsersTokensProvisionCreateDefault) IsServerError ¶
func (o *UsersTokensProvisionCreateDefault) IsServerError() bool
IsServerError returns true when this users tokens provision create default response has a 5xx status code
func (*UsersTokensProvisionCreateDefault) IsSuccess ¶
func (o *UsersTokensProvisionCreateDefault) IsSuccess() bool
IsSuccess returns true when this users tokens provision create default response has a 2xx status code
func (*UsersTokensProvisionCreateDefault) String ¶
func (o *UsersTokensProvisionCreateDefault) String() string
type UsersTokensProvisionCreateParams ¶
type UsersTokensProvisionCreateParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersTokensProvisionCreateParams contains all the parameters to send to the API endpoint
for the users tokens provision create operation. Typically these are written to a http.Request.
func NewUsersTokensProvisionCreateParams ¶
func NewUsersTokensProvisionCreateParams() *UsersTokensProvisionCreateParams
NewUsersTokensProvisionCreateParams creates a new UsersTokensProvisionCreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersTokensProvisionCreateParamsWithContext ¶
func NewUsersTokensProvisionCreateParamsWithContext(ctx context.Context) *UsersTokensProvisionCreateParams
NewUsersTokensProvisionCreateParamsWithContext creates a new UsersTokensProvisionCreateParams object with the ability to set a context for a request.
func NewUsersTokensProvisionCreateParamsWithHTTPClient ¶
func NewUsersTokensProvisionCreateParamsWithHTTPClient(client *http.Client) *UsersTokensProvisionCreateParams
NewUsersTokensProvisionCreateParamsWithHTTPClient creates a new UsersTokensProvisionCreateParams object with the ability to set a custom HTTPClient for a request.
func NewUsersTokensProvisionCreateParamsWithTimeout ¶
func NewUsersTokensProvisionCreateParamsWithTimeout(timeout time.Duration) *UsersTokensProvisionCreateParams
NewUsersTokensProvisionCreateParamsWithTimeout creates a new UsersTokensProvisionCreateParams object with the ability to set a timeout on a request.
func (*UsersTokensProvisionCreateParams) SetContext ¶
func (o *UsersTokensProvisionCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the users tokens provision create params
func (*UsersTokensProvisionCreateParams) SetDefaults ¶
func (o *UsersTokensProvisionCreateParams) SetDefaults()
SetDefaults hydrates default values in the users tokens provision create params (not the query body).
All values with no default are reset to their zero value.
func (*UsersTokensProvisionCreateParams) SetHTTPClient ¶
func (o *UsersTokensProvisionCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users tokens provision create params
func (*UsersTokensProvisionCreateParams) SetTimeout ¶
func (o *UsersTokensProvisionCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users tokens provision create params
func (*UsersTokensProvisionCreateParams) WithContext ¶
func (o *UsersTokensProvisionCreateParams) WithContext(ctx context.Context) *UsersTokensProvisionCreateParams
WithContext adds the context to the users tokens provision create params
func (*UsersTokensProvisionCreateParams) WithDefaults ¶
func (o *UsersTokensProvisionCreateParams) WithDefaults() *UsersTokensProvisionCreateParams
WithDefaults hydrates default values in the users tokens provision create params (not the query body).
All values with no default are reset to their zero value.
func (*UsersTokensProvisionCreateParams) WithHTTPClient ¶
func (o *UsersTokensProvisionCreateParams) WithHTTPClient(client *http.Client) *UsersTokensProvisionCreateParams
WithHTTPClient adds the HTTPClient to the users tokens provision create params
func (*UsersTokensProvisionCreateParams) WithTimeout ¶
func (o *UsersTokensProvisionCreateParams) WithTimeout(timeout time.Duration) *UsersTokensProvisionCreateParams
WithTimeout adds the timeout to the users tokens provision create params
func (*UsersTokensProvisionCreateParams) WriteToRequest ¶
func (o *UsersTokensProvisionCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersTokensProvisionCreateReader ¶
type UsersTokensProvisionCreateReader struct {
// contains filtered or unexported fields
}
UsersTokensProvisionCreateReader is a Reader for the UsersTokensProvisionCreate structure.
func (*UsersTokensProvisionCreateReader) ReadResponse ¶
func (o *UsersTokensProvisionCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersTokensReadDefault ¶
type UsersTokensReadDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersTokensReadDefault describes a response with status code -1, with default header values.
UsersTokensReadDefault users tokens read default
func NewUsersTokensReadDefault ¶
func NewUsersTokensReadDefault(code int) *UsersTokensReadDefault
NewUsersTokensReadDefault creates a UsersTokensReadDefault with default headers values
func (*UsersTokensReadDefault) Code ¶
func (o *UsersTokensReadDefault) Code() int
Code gets the status code for the users tokens read default response
func (*UsersTokensReadDefault) Error ¶
func (o *UsersTokensReadDefault) Error() string
func (*UsersTokensReadDefault) GetPayload ¶
func (o *UsersTokensReadDefault) GetPayload() interface{}
func (*UsersTokensReadDefault) IsClientError ¶
func (o *UsersTokensReadDefault) IsClientError() bool
IsClientError returns true when this users tokens read default response has a 4xx status code
func (*UsersTokensReadDefault) IsCode ¶
func (o *UsersTokensReadDefault) IsCode(code int) bool
IsCode returns true when this users tokens read default response a status code equal to that given
func (*UsersTokensReadDefault) IsRedirect ¶
func (o *UsersTokensReadDefault) IsRedirect() bool
IsRedirect returns true when this users tokens read default response has a 3xx status code
func (*UsersTokensReadDefault) IsServerError ¶
func (o *UsersTokensReadDefault) IsServerError() bool
IsServerError returns true when this users tokens read default response has a 5xx status code
func (*UsersTokensReadDefault) IsSuccess ¶
func (o *UsersTokensReadDefault) IsSuccess() bool
IsSuccess returns true when this users tokens read default response has a 2xx status code
func (*UsersTokensReadDefault) String ¶
func (o *UsersTokensReadDefault) String() string
type UsersTokensReadOK ¶
UsersTokensReadOK describes a response with status code 200, with default header values.
UsersTokensReadOK users tokens read o k
func NewUsersTokensReadOK ¶
func NewUsersTokensReadOK() *UsersTokensReadOK
NewUsersTokensReadOK creates a UsersTokensReadOK with default headers values
func (*UsersTokensReadOK) Code ¶
func (o *UsersTokensReadOK) Code() int
Code gets the status code for the users tokens read o k response
func (*UsersTokensReadOK) Error ¶
func (o *UsersTokensReadOK) Error() string
func (*UsersTokensReadOK) GetPayload ¶
func (o *UsersTokensReadOK) GetPayload() *models.Token
func (*UsersTokensReadOK) IsClientError ¶
func (o *UsersTokensReadOK) IsClientError() bool
IsClientError returns true when this users tokens read o k response has a 4xx status code
func (*UsersTokensReadOK) IsCode ¶
func (o *UsersTokensReadOK) IsCode(code int) bool
IsCode returns true when this users tokens read o k response a status code equal to that given
func (*UsersTokensReadOK) IsRedirect ¶
func (o *UsersTokensReadOK) IsRedirect() bool
IsRedirect returns true when this users tokens read o k response has a 3xx status code
func (*UsersTokensReadOK) IsServerError ¶
func (o *UsersTokensReadOK) IsServerError() bool
IsServerError returns true when this users tokens read o k response has a 5xx status code
func (*UsersTokensReadOK) IsSuccess ¶
func (o *UsersTokensReadOK) IsSuccess() bool
IsSuccess returns true when this users tokens read o k response has a 2xx status code
func (*UsersTokensReadOK) String ¶
func (o *UsersTokensReadOK) String() string
type UsersTokensReadParams ¶
type UsersTokensReadParams struct { /* ID. A unique integer value identifying this token. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersTokensReadParams contains all the parameters to send to the API endpoint
for the users tokens read operation. Typically these are written to a http.Request.
func NewUsersTokensReadParams ¶
func NewUsersTokensReadParams() *UsersTokensReadParams
NewUsersTokensReadParams creates a new UsersTokensReadParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersTokensReadParamsWithContext ¶
func NewUsersTokensReadParamsWithContext(ctx context.Context) *UsersTokensReadParams
NewUsersTokensReadParamsWithContext creates a new UsersTokensReadParams object with the ability to set a context for a request.
func NewUsersTokensReadParamsWithHTTPClient ¶
func NewUsersTokensReadParamsWithHTTPClient(client *http.Client) *UsersTokensReadParams
NewUsersTokensReadParamsWithHTTPClient creates a new UsersTokensReadParams object with the ability to set a custom HTTPClient for a request.
func NewUsersTokensReadParamsWithTimeout ¶
func NewUsersTokensReadParamsWithTimeout(timeout time.Duration) *UsersTokensReadParams
NewUsersTokensReadParamsWithTimeout creates a new UsersTokensReadParams object with the ability to set a timeout on a request.
func (*UsersTokensReadParams) SetContext ¶
func (o *UsersTokensReadParams) SetContext(ctx context.Context)
SetContext adds the context to the users tokens read params
func (*UsersTokensReadParams) SetDefaults ¶
func (o *UsersTokensReadParams) SetDefaults()
SetDefaults hydrates default values in the users tokens read params (not the query body).
All values with no default are reset to their zero value.
func (*UsersTokensReadParams) SetHTTPClient ¶
func (o *UsersTokensReadParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users tokens read params
func (*UsersTokensReadParams) SetID ¶
func (o *UsersTokensReadParams) SetID(id int64)
SetID adds the id to the users tokens read params
func (*UsersTokensReadParams) SetTimeout ¶
func (o *UsersTokensReadParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users tokens read params
func (*UsersTokensReadParams) WithContext ¶
func (o *UsersTokensReadParams) WithContext(ctx context.Context) *UsersTokensReadParams
WithContext adds the context to the users tokens read params
func (*UsersTokensReadParams) WithDefaults ¶
func (o *UsersTokensReadParams) WithDefaults() *UsersTokensReadParams
WithDefaults hydrates default values in the users tokens read params (not the query body).
All values with no default are reset to their zero value.
func (*UsersTokensReadParams) WithHTTPClient ¶
func (o *UsersTokensReadParams) WithHTTPClient(client *http.Client) *UsersTokensReadParams
WithHTTPClient adds the HTTPClient to the users tokens read params
func (*UsersTokensReadParams) WithID ¶
func (o *UsersTokensReadParams) WithID(id int64) *UsersTokensReadParams
WithID adds the id to the users tokens read params
func (*UsersTokensReadParams) WithTimeout ¶
func (o *UsersTokensReadParams) WithTimeout(timeout time.Duration) *UsersTokensReadParams
WithTimeout adds the timeout to the users tokens read params
func (*UsersTokensReadParams) WriteToRequest ¶
func (o *UsersTokensReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersTokensReadReader ¶
type UsersTokensReadReader struct {
// contains filtered or unexported fields
}
UsersTokensReadReader is a Reader for the UsersTokensRead structure.
func (*UsersTokensReadReader) ReadResponse ¶
func (o *UsersTokensReadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersTokensUpdateDefault ¶
type UsersTokensUpdateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersTokensUpdateDefault describes a response with status code -1, with default header values.
UsersTokensUpdateDefault users tokens update default
func NewUsersTokensUpdateDefault ¶
func NewUsersTokensUpdateDefault(code int) *UsersTokensUpdateDefault
NewUsersTokensUpdateDefault creates a UsersTokensUpdateDefault with default headers values
func (*UsersTokensUpdateDefault) Code ¶
func (o *UsersTokensUpdateDefault) Code() int
Code gets the status code for the users tokens update default response
func (*UsersTokensUpdateDefault) Error ¶
func (o *UsersTokensUpdateDefault) Error() string
func (*UsersTokensUpdateDefault) GetPayload ¶
func (o *UsersTokensUpdateDefault) GetPayload() interface{}
func (*UsersTokensUpdateDefault) IsClientError ¶
func (o *UsersTokensUpdateDefault) IsClientError() bool
IsClientError returns true when this users tokens update default response has a 4xx status code
func (*UsersTokensUpdateDefault) IsCode ¶
func (o *UsersTokensUpdateDefault) IsCode(code int) bool
IsCode returns true when this users tokens update default response a status code equal to that given
func (*UsersTokensUpdateDefault) IsRedirect ¶
func (o *UsersTokensUpdateDefault) IsRedirect() bool
IsRedirect returns true when this users tokens update default response has a 3xx status code
func (*UsersTokensUpdateDefault) IsServerError ¶
func (o *UsersTokensUpdateDefault) IsServerError() bool
IsServerError returns true when this users tokens update default response has a 5xx status code
func (*UsersTokensUpdateDefault) IsSuccess ¶
func (o *UsersTokensUpdateDefault) IsSuccess() bool
IsSuccess returns true when this users tokens update default response has a 2xx status code
func (*UsersTokensUpdateDefault) String ¶
func (o *UsersTokensUpdateDefault) String() string
type UsersTokensUpdateOK ¶
UsersTokensUpdateOK describes a response with status code 200, with default header values.
UsersTokensUpdateOK users tokens update o k
func NewUsersTokensUpdateOK ¶
func NewUsersTokensUpdateOK() *UsersTokensUpdateOK
NewUsersTokensUpdateOK creates a UsersTokensUpdateOK with default headers values
func (*UsersTokensUpdateOK) Code ¶
func (o *UsersTokensUpdateOK) Code() int
Code gets the status code for the users tokens update o k response
func (*UsersTokensUpdateOK) Error ¶
func (o *UsersTokensUpdateOK) Error() string
func (*UsersTokensUpdateOK) GetPayload ¶
func (o *UsersTokensUpdateOK) GetPayload() *models.Token
func (*UsersTokensUpdateOK) IsClientError ¶
func (o *UsersTokensUpdateOK) IsClientError() bool
IsClientError returns true when this users tokens update o k response has a 4xx status code
func (*UsersTokensUpdateOK) IsCode ¶
func (o *UsersTokensUpdateOK) IsCode(code int) bool
IsCode returns true when this users tokens update o k response a status code equal to that given
func (*UsersTokensUpdateOK) IsRedirect ¶
func (o *UsersTokensUpdateOK) IsRedirect() bool
IsRedirect returns true when this users tokens update o k response has a 3xx status code
func (*UsersTokensUpdateOK) IsServerError ¶
func (o *UsersTokensUpdateOK) IsServerError() bool
IsServerError returns true when this users tokens update o k response has a 5xx status code
func (*UsersTokensUpdateOK) IsSuccess ¶
func (o *UsersTokensUpdateOK) IsSuccess() bool
IsSuccess returns true when this users tokens update o k response has a 2xx status code
func (*UsersTokensUpdateOK) String ¶
func (o *UsersTokensUpdateOK) String() string
type UsersTokensUpdateParams ¶
type UsersTokensUpdateParams struct { // Data. Data *models.WritableToken /* ID. A unique integer value identifying this token. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersTokensUpdateParams contains all the parameters to send to the API endpoint
for the users tokens update operation. Typically these are written to a http.Request.
func NewUsersTokensUpdateParams ¶
func NewUsersTokensUpdateParams() *UsersTokensUpdateParams
NewUsersTokensUpdateParams creates a new UsersTokensUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersTokensUpdateParamsWithContext ¶
func NewUsersTokensUpdateParamsWithContext(ctx context.Context) *UsersTokensUpdateParams
NewUsersTokensUpdateParamsWithContext creates a new UsersTokensUpdateParams object with the ability to set a context for a request.
func NewUsersTokensUpdateParamsWithHTTPClient ¶
func NewUsersTokensUpdateParamsWithHTTPClient(client *http.Client) *UsersTokensUpdateParams
NewUsersTokensUpdateParamsWithHTTPClient creates a new UsersTokensUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewUsersTokensUpdateParamsWithTimeout ¶
func NewUsersTokensUpdateParamsWithTimeout(timeout time.Duration) *UsersTokensUpdateParams
NewUsersTokensUpdateParamsWithTimeout creates a new UsersTokensUpdateParams object with the ability to set a timeout on a request.
func (*UsersTokensUpdateParams) SetContext ¶
func (o *UsersTokensUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the users tokens update params
func (*UsersTokensUpdateParams) SetData ¶
func (o *UsersTokensUpdateParams) SetData(data *models.WritableToken)
SetData adds the data to the users tokens update params
func (*UsersTokensUpdateParams) SetDefaults ¶
func (o *UsersTokensUpdateParams) SetDefaults()
SetDefaults hydrates default values in the users tokens update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersTokensUpdateParams) SetHTTPClient ¶
func (o *UsersTokensUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users tokens update params
func (*UsersTokensUpdateParams) SetID ¶
func (o *UsersTokensUpdateParams) SetID(id int64)
SetID adds the id to the users tokens update params
func (*UsersTokensUpdateParams) SetTimeout ¶
func (o *UsersTokensUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users tokens update params
func (*UsersTokensUpdateParams) WithContext ¶
func (o *UsersTokensUpdateParams) WithContext(ctx context.Context) *UsersTokensUpdateParams
WithContext adds the context to the users tokens update params
func (*UsersTokensUpdateParams) WithData ¶
func (o *UsersTokensUpdateParams) WithData(data *models.WritableToken) *UsersTokensUpdateParams
WithData adds the data to the users tokens update params
func (*UsersTokensUpdateParams) WithDefaults ¶
func (o *UsersTokensUpdateParams) WithDefaults() *UsersTokensUpdateParams
WithDefaults hydrates default values in the users tokens update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersTokensUpdateParams) WithHTTPClient ¶
func (o *UsersTokensUpdateParams) WithHTTPClient(client *http.Client) *UsersTokensUpdateParams
WithHTTPClient adds the HTTPClient to the users tokens update params
func (*UsersTokensUpdateParams) WithID ¶
func (o *UsersTokensUpdateParams) WithID(id int64) *UsersTokensUpdateParams
WithID adds the id to the users tokens update params
func (*UsersTokensUpdateParams) WithTimeout ¶
func (o *UsersTokensUpdateParams) WithTimeout(timeout time.Duration) *UsersTokensUpdateParams
WithTimeout adds the timeout to the users tokens update params
func (*UsersTokensUpdateParams) WriteToRequest ¶
func (o *UsersTokensUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersTokensUpdateReader ¶
type UsersTokensUpdateReader struct {
// contains filtered or unexported fields
}
UsersTokensUpdateReader is a Reader for the UsersTokensUpdate structure.
func (*UsersTokensUpdateReader) ReadResponse ¶
func (o *UsersTokensUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersUsersCreateCreated ¶
UsersUsersCreateCreated describes a response with status code 201, with default header values.
UsersUsersCreateCreated users users create created
func NewUsersUsersCreateCreated ¶
func NewUsersUsersCreateCreated() *UsersUsersCreateCreated
NewUsersUsersCreateCreated creates a UsersUsersCreateCreated with default headers values
func (*UsersUsersCreateCreated) Code ¶
func (o *UsersUsersCreateCreated) Code() int
Code gets the status code for the users users create created response
func (*UsersUsersCreateCreated) Error ¶
func (o *UsersUsersCreateCreated) Error() string
func (*UsersUsersCreateCreated) GetPayload ¶
func (o *UsersUsersCreateCreated) GetPayload() *models.User
func (*UsersUsersCreateCreated) IsClientError ¶
func (o *UsersUsersCreateCreated) IsClientError() bool
IsClientError returns true when this users users create created response has a 4xx status code
func (*UsersUsersCreateCreated) IsCode ¶
func (o *UsersUsersCreateCreated) IsCode(code int) bool
IsCode returns true when this users users create created response a status code equal to that given
func (*UsersUsersCreateCreated) IsRedirect ¶
func (o *UsersUsersCreateCreated) IsRedirect() bool
IsRedirect returns true when this users users create created response has a 3xx status code
func (*UsersUsersCreateCreated) IsServerError ¶
func (o *UsersUsersCreateCreated) IsServerError() bool
IsServerError returns true when this users users create created response has a 5xx status code
func (*UsersUsersCreateCreated) IsSuccess ¶
func (o *UsersUsersCreateCreated) IsSuccess() bool
IsSuccess returns true when this users users create created response has a 2xx status code
func (*UsersUsersCreateCreated) String ¶
func (o *UsersUsersCreateCreated) String() string
type UsersUsersCreateDefault ¶
type UsersUsersCreateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersUsersCreateDefault describes a response with status code -1, 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{}
func (*UsersUsersCreateDefault) IsClientError ¶
func (o *UsersUsersCreateDefault) IsClientError() bool
IsClientError returns true when this users users create default response has a 4xx status code
func (*UsersUsersCreateDefault) IsCode ¶
func (o *UsersUsersCreateDefault) IsCode(code int) bool
IsCode returns true when this users users create default response a status code equal to that given
func (*UsersUsersCreateDefault) IsRedirect ¶
func (o *UsersUsersCreateDefault) IsRedirect() bool
IsRedirect returns true when this users users create default response has a 3xx status code
func (*UsersUsersCreateDefault) IsServerError ¶
func (o *UsersUsersCreateDefault) IsServerError() bool
IsServerError returns true when this users users create default response has a 5xx status code
func (*UsersUsersCreateDefault) IsSuccess ¶
func (o *UsersUsersCreateDefault) IsSuccess() bool
IsSuccess returns true when this users users create default response has a 2xx status code
func (*UsersUsersCreateDefault) String ¶
func (o *UsersUsersCreateDefault) String() string
type UsersUsersCreateParams ¶
type UsersUsersCreateParams struct { // Data. Data *models.WritableUser Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersUsersCreateParams contains all the parameters to send to the API endpoint
for the users users create operation. Typically these are written to a http.Request.
func NewUsersUsersCreateParams ¶
func NewUsersUsersCreateParams() *UsersUsersCreateParams
NewUsersUsersCreateParams creates a new UsersUsersCreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersUsersCreateParamsWithContext ¶
func NewUsersUsersCreateParamsWithContext(ctx context.Context) *UsersUsersCreateParams
NewUsersUsersCreateParamsWithContext creates a new UsersUsersCreateParams object with the ability to set a context for a request.
func NewUsersUsersCreateParamsWithHTTPClient ¶
func NewUsersUsersCreateParamsWithHTTPClient(client *http.Client) *UsersUsersCreateParams
NewUsersUsersCreateParamsWithHTTPClient creates a new UsersUsersCreateParams object with the ability to set a custom HTTPClient for a request.
func NewUsersUsersCreateParamsWithTimeout ¶
func NewUsersUsersCreateParamsWithTimeout(timeout time.Duration) *UsersUsersCreateParams
NewUsersUsersCreateParamsWithTimeout creates a new UsersUsersCreateParams object with the ability to set a timeout on a request.
func (*UsersUsersCreateParams) SetContext ¶
func (o *UsersUsersCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the users users create params
func (*UsersUsersCreateParams) SetData ¶
func (o *UsersUsersCreateParams) SetData(data *models.WritableUser)
SetData adds the data to the users users create params
func (*UsersUsersCreateParams) SetDefaults ¶
func (o *UsersUsersCreateParams) SetDefaults()
SetDefaults hydrates default values in the users users create params (not the query body).
All values with no default are reset to their zero value.
func (*UsersUsersCreateParams) SetHTTPClient ¶
func (o *UsersUsersCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users users create params
func (*UsersUsersCreateParams) SetTimeout ¶
func (o *UsersUsersCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users users create params
func (*UsersUsersCreateParams) WithContext ¶
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) WithDefaults ¶
func (o *UsersUsersCreateParams) WithDefaults() *UsersUsersCreateParams
WithDefaults hydrates default values in the users users create params (not the query body).
All values with no default are reset to their zero value.
func (*UsersUsersCreateParams) WithHTTPClient ¶
func (o *UsersUsersCreateParams) WithHTTPClient(client *http.Client) *UsersUsersCreateParams
WithHTTPClient adds the HTTPClient to the users users create params
func (*UsersUsersCreateParams) WithTimeout ¶
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 UsersUsersDeleteDefault ¶
type UsersUsersDeleteDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersUsersDeleteDefault describes a response with status code -1, with default header values.
UsersUsersDeleteDefault users users delete default
func NewUsersUsersDeleteDefault ¶
func NewUsersUsersDeleteDefault(code int) *UsersUsersDeleteDefault
NewUsersUsersDeleteDefault creates a UsersUsersDeleteDefault with default headers values
func (*UsersUsersDeleteDefault) Code ¶
func (o *UsersUsersDeleteDefault) Code() int
Code gets the status code for the users users delete default response
func (*UsersUsersDeleteDefault) Error ¶
func (o *UsersUsersDeleteDefault) Error() string
func (*UsersUsersDeleteDefault) GetPayload ¶
func (o *UsersUsersDeleteDefault) GetPayload() interface{}
func (*UsersUsersDeleteDefault) IsClientError ¶
func (o *UsersUsersDeleteDefault) IsClientError() bool
IsClientError returns true when this users users delete default response has a 4xx status code
func (*UsersUsersDeleteDefault) IsCode ¶
func (o *UsersUsersDeleteDefault) IsCode(code int) bool
IsCode returns true when this users users delete default response a status code equal to that given
func (*UsersUsersDeleteDefault) IsRedirect ¶
func (o *UsersUsersDeleteDefault) IsRedirect() bool
IsRedirect returns true when this users users delete default response has a 3xx status code
func (*UsersUsersDeleteDefault) IsServerError ¶
func (o *UsersUsersDeleteDefault) IsServerError() bool
IsServerError returns true when this users users delete default response has a 5xx status code
func (*UsersUsersDeleteDefault) IsSuccess ¶
func (o *UsersUsersDeleteDefault) IsSuccess() bool
IsSuccess returns true when this users users delete default response has a 2xx status code
func (*UsersUsersDeleteDefault) String ¶
func (o *UsersUsersDeleteDefault) String() string
type UsersUsersDeleteNoContent ¶
type UsersUsersDeleteNoContent struct { }
UsersUsersDeleteNoContent describes a response with status code 204, with default header values.
UsersUsersDeleteNoContent users users delete no content
func NewUsersUsersDeleteNoContent ¶
func NewUsersUsersDeleteNoContent() *UsersUsersDeleteNoContent
NewUsersUsersDeleteNoContent creates a UsersUsersDeleteNoContent with default headers values
func (*UsersUsersDeleteNoContent) Code ¶
func (o *UsersUsersDeleteNoContent) Code() int
Code gets the status code for the users users delete no content response
func (*UsersUsersDeleteNoContent) Error ¶
func (o *UsersUsersDeleteNoContent) Error() string
func (*UsersUsersDeleteNoContent) IsClientError ¶
func (o *UsersUsersDeleteNoContent) IsClientError() bool
IsClientError returns true when this users users delete no content response has a 4xx status code
func (*UsersUsersDeleteNoContent) IsCode ¶
func (o *UsersUsersDeleteNoContent) IsCode(code int) bool
IsCode returns true when this users users delete no content response a status code equal to that given
func (*UsersUsersDeleteNoContent) IsRedirect ¶
func (o *UsersUsersDeleteNoContent) IsRedirect() bool
IsRedirect returns true when this users users delete no content response has a 3xx status code
func (*UsersUsersDeleteNoContent) IsServerError ¶
func (o *UsersUsersDeleteNoContent) IsServerError() bool
IsServerError returns true when this users users delete no content response has a 5xx status code
func (*UsersUsersDeleteNoContent) IsSuccess ¶
func (o *UsersUsersDeleteNoContent) IsSuccess() bool
IsSuccess returns true when this users users delete no content response has a 2xx status code
func (*UsersUsersDeleteNoContent) String ¶
func (o *UsersUsersDeleteNoContent) String() string
type UsersUsersDeleteParams ¶
type UsersUsersDeleteParams struct { /* ID. A unique integer value identifying this user. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersUsersDeleteParams contains all the parameters to send to the API endpoint
for the users users delete operation. Typically these are written to a http.Request.
func NewUsersUsersDeleteParams ¶
func NewUsersUsersDeleteParams() *UsersUsersDeleteParams
NewUsersUsersDeleteParams creates a new UsersUsersDeleteParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersUsersDeleteParamsWithContext ¶
func NewUsersUsersDeleteParamsWithContext(ctx context.Context) *UsersUsersDeleteParams
NewUsersUsersDeleteParamsWithContext creates a new UsersUsersDeleteParams object with the ability to set a context for a request.
func NewUsersUsersDeleteParamsWithHTTPClient ¶
func NewUsersUsersDeleteParamsWithHTTPClient(client *http.Client) *UsersUsersDeleteParams
NewUsersUsersDeleteParamsWithHTTPClient creates a new UsersUsersDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewUsersUsersDeleteParamsWithTimeout ¶
func NewUsersUsersDeleteParamsWithTimeout(timeout time.Duration) *UsersUsersDeleteParams
NewUsersUsersDeleteParamsWithTimeout creates a new UsersUsersDeleteParams object with the ability to set a timeout on a request.
func (*UsersUsersDeleteParams) SetContext ¶
func (o *UsersUsersDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the users users delete params
func (*UsersUsersDeleteParams) SetDefaults ¶
func (o *UsersUsersDeleteParams) SetDefaults()
SetDefaults hydrates default values in the users users delete params (not the query body).
All values with no default are reset to their zero value.
func (*UsersUsersDeleteParams) SetHTTPClient ¶
func (o *UsersUsersDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users users delete params
func (*UsersUsersDeleteParams) SetID ¶
func (o *UsersUsersDeleteParams) SetID(id int64)
SetID adds the id to the users users delete params
func (*UsersUsersDeleteParams) SetTimeout ¶
func (o *UsersUsersDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users users delete params
func (*UsersUsersDeleteParams) WithContext ¶
func (o *UsersUsersDeleteParams) WithContext(ctx context.Context) *UsersUsersDeleteParams
WithContext adds the context to the users users delete params
func (*UsersUsersDeleteParams) WithDefaults ¶
func (o *UsersUsersDeleteParams) WithDefaults() *UsersUsersDeleteParams
WithDefaults hydrates default values in the users users delete params (not the query body).
All values with no default are reset to their zero value.
func (*UsersUsersDeleteParams) WithHTTPClient ¶
func (o *UsersUsersDeleteParams) WithHTTPClient(client *http.Client) *UsersUsersDeleteParams
WithHTTPClient adds the HTTPClient to the users users delete params
func (*UsersUsersDeleteParams) WithID ¶
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 UsersUsersListDefault ¶
type UsersUsersListDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersUsersListDefault describes a response with status code -1, with default header values.
UsersUsersListDefault users users list default
func NewUsersUsersListDefault ¶
func NewUsersUsersListDefault(code int) *UsersUsersListDefault
NewUsersUsersListDefault creates a UsersUsersListDefault with default headers values
func (*UsersUsersListDefault) Code ¶
func (o *UsersUsersListDefault) Code() int
Code gets the status code for the users users list default response
func (*UsersUsersListDefault) Error ¶
func (o *UsersUsersListDefault) Error() string
func (*UsersUsersListDefault) GetPayload ¶
func (o *UsersUsersListDefault) GetPayload() interface{}
func (*UsersUsersListDefault) IsClientError ¶
func (o *UsersUsersListDefault) IsClientError() bool
IsClientError returns true when this users users list default response has a 4xx status code
func (*UsersUsersListDefault) IsCode ¶
func (o *UsersUsersListDefault) IsCode(code int) bool
IsCode returns true when this users users list default response a status code equal to that given
func (*UsersUsersListDefault) IsRedirect ¶
func (o *UsersUsersListDefault) IsRedirect() bool
IsRedirect returns true when this users users list default response has a 3xx status code
func (*UsersUsersListDefault) IsServerError ¶
func (o *UsersUsersListDefault) IsServerError() bool
IsServerError returns true when this users users list default response has a 5xx status code
func (*UsersUsersListDefault) IsSuccess ¶
func (o *UsersUsersListDefault) IsSuccess() bool
IsSuccess returns true when this users users list default response has a 2xx status code
func (*UsersUsersListDefault) String ¶
func (o *UsersUsersListDefault) String() string
type UsersUsersListOK ¶
type UsersUsersListOK struct {
Payload *UsersUsersListOKBody
}
UsersUsersListOK describes a response with status code 200, with default header values.
UsersUsersListOK users users list o k
func NewUsersUsersListOK ¶
func NewUsersUsersListOK() *UsersUsersListOK
NewUsersUsersListOK creates a UsersUsersListOK with default headers values
func (*UsersUsersListOK) Code ¶
func (o *UsersUsersListOK) Code() int
Code gets the status code for the users users list o k response
func (*UsersUsersListOK) Error ¶
func (o *UsersUsersListOK) Error() string
func (*UsersUsersListOK) GetPayload ¶
func (o *UsersUsersListOK) GetPayload() *UsersUsersListOKBody
func (*UsersUsersListOK) IsClientError ¶
func (o *UsersUsersListOK) IsClientError() bool
IsClientError returns true when this users users list o k response has a 4xx status code
func (*UsersUsersListOK) IsCode ¶
func (o *UsersUsersListOK) IsCode(code int) bool
IsCode returns true when this users users list o k response a status code equal to that given
func (*UsersUsersListOK) IsRedirect ¶
func (o *UsersUsersListOK) IsRedirect() bool
IsRedirect returns true when this users users list o k response has a 3xx status code
func (*UsersUsersListOK) IsServerError ¶
func (o *UsersUsersListOK) IsServerError() bool
IsServerError returns true when this users users list o k response has a 5xx status code
func (*UsersUsersListOK) IsSuccess ¶
func (o *UsersUsersListOK) IsSuccess() bool
IsSuccess returns true when this users users list o k response has a 2xx status code
func (*UsersUsersListOK) String ¶
func (o *UsersUsersListOK) String() string
type UsersUsersListOKBody ¶
type UsersUsersListOKBody struct { // count // Required: true Count *int64 `json:"count"` // next // Format: uri Next *strfmt.URI `json:"next,omitempty"` // previous // Format: uri Previous *strfmt.URI `json:"previous,omitempty"` // results // Required: true Results []*models.User `json:"results"` }
UsersUsersListOKBody users users list o k body swagger:model UsersUsersListOKBody
func (*UsersUsersListOKBody) ContextValidate ¶
ContextValidate validate this users users list o k body based on the context it is used
func (*UsersUsersListOKBody) MarshalBinary ¶
func (o *UsersUsersListOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UsersUsersListOKBody) UnmarshalBinary ¶
func (o *UsersUsersListOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UsersUsersListParams ¶
type UsersUsersListParams struct { // Email. Email *string // EmailEmpty. EmailEmpty *string // EmailIc. EmailIc *string // EmailIe. EmailIe *string // EmailIew. EmailIew *string // EmailIsw. EmailIsw *string // Emailn. Emailn *string // EmailNic. EmailNic *string // EmailNie. EmailNie *string // EmailNiew. EmailNiew *string // EmailNisw. EmailNisw *string // FirstName. FirstName *string // FirstNameEmpty. FirstNameEmpty *string // FirstNameIc. FirstNameIc *string // FirstNameIe. FirstNameIe *string // FirstNameIew. FirstNameIew *string // FirstNameIsw. FirstNameIsw *string // FirstNamen. FirstNamen *string // FirstNameNic. FirstNameNic *string // FirstNameNie. FirstNameNie *string // FirstNameNiew. FirstNameNiew *string // FirstNameNisw. FirstNameNisw *string // Group. Group *string // Groupn. Groupn *string // GroupID. GroupID *string // GroupIDn. GroupIDn *string // ID. ID *string // IDGt. IDGt *string // IDGte. IDGte *string // IDLt. IDLt *string // IDLte. IDLte *string // IDn. IDn *string // IsActive. IsActive *string // IsStaff. IsStaff *string // LastName. LastName *string // LastNameEmpty. LastNameEmpty *string // LastNameIc. LastNameIc *string // LastNameIe. LastNameIe *string // LastNameIew. LastNameIew *string // LastNameIsw. LastNameIsw *string // LastNamen. LastNamen *string // LastNameNic. LastNameNic *string // LastNameNie. LastNameNie *string // LastNameNiew. LastNameNiew *string // LastNameNisw. LastNameNisw *string /* Limit. Number of results to return per page. */ Limit *int64 /* Offset. The initial index from which to return the results. */ Offset *int64 /* Ordering. Which field to use when ordering the results. */ Ordering *string // Q. Q *string // Username. Username *string // UsernameEmpty. UsernameEmpty *string // UsernameIc. UsernameIc *string // UsernameIe. UsernameIe *string // UsernameIew. UsernameIew *string // UsernameIsw. UsernameIsw *string // Usernamen. Usernamen *string // UsernameNic. UsernameNic *string // UsernameNie. UsernameNie *string // UsernameNiew. UsernameNiew *string // UsernameNisw. UsernameNisw *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersUsersListParams contains all the parameters to send to the API endpoint
for the users users list operation. Typically these are written to a http.Request.
func NewUsersUsersListParams ¶
func NewUsersUsersListParams() *UsersUsersListParams
NewUsersUsersListParams creates a new UsersUsersListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersUsersListParamsWithContext ¶
func NewUsersUsersListParamsWithContext(ctx context.Context) *UsersUsersListParams
NewUsersUsersListParamsWithContext creates a new UsersUsersListParams object with the ability to set a context for a request.
func NewUsersUsersListParamsWithHTTPClient ¶
func NewUsersUsersListParamsWithHTTPClient(client *http.Client) *UsersUsersListParams
NewUsersUsersListParamsWithHTTPClient creates a new UsersUsersListParams object with the ability to set a custom HTTPClient for a request.
func NewUsersUsersListParamsWithTimeout ¶
func NewUsersUsersListParamsWithTimeout(timeout time.Duration) *UsersUsersListParams
NewUsersUsersListParamsWithTimeout creates a new UsersUsersListParams object with the ability to set a timeout on a request.
func (*UsersUsersListParams) SetContext ¶
func (o *UsersUsersListParams) SetContext(ctx context.Context)
SetContext adds the context to the users users list params
func (*UsersUsersListParams) SetDefaults ¶
func (o *UsersUsersListParams) SetDefaults()
SetDefaults hydrates default values in the users users list params (not the query body).
All values with no default are reset to their zero value.
func (*UsersUsersListParams) SetEmail ¶
func (o *UsersUsersListParams) SetEmail(email *string)
SetEmail adds the email to the users users list params
func (*UsersUsersListParams) SetEmailEmpty ¶
func (o *UsersUsersListParams) SetEmailEmpty(emailEmpty *string)
SetEmailEmpty adds the emailEmpty to the users users list params
func (*UsersUsersListParams) SetEmailIc ¶
func (o *UsersUsersListParams) SetEmailIc(emailIc *string)
SetEmailIc adds the emailIc to the users users list params
func (*UsersUsersListParams) SetEmailIe ¶
func (o *UsersUsersListParams) SetEmailIe(emailIe *string)
SetEmailIe adds the emailIe to the users users list params
func (*UsersUsersListParams) SetEmailIew ¶
func (o *UsersUsersListParams) SetEmailIew(emailIew *string)
SetEmailIew adds the emailIew to the users users list params
func (*UsersUsersListParams) SetEmailIsw ¶
func (o *UsersUsersListParams) SetEmailIsw(emailIsw *string)
SetEmailIsw adds the emailIsw to the users users list params
func (*UsersUsersListParams) SetEmailNic ¶
func (o *UsersUsersListParams) SetEmailNic(emailNic *string)
SetEmailNic adds the emailNic to the users users list params
func (*UsersUsersListParams) SetEmailNie ¶
func (o *UsersUsersListParams) SetEmailNie(emailNie *string)
SetEmailNie adds the emailNie to the users users list params
func (*UsersUsersListParams) SetEmailNiew ¶
func (o *UsersUsersListParams) SetEmailNiew(emailNiew *string)
SetEmailNiew adds the emailNiew to the users users list params
func (*UsersUsersListParams) SetEmailNisw ¶
func (o *UsersUsersListParams) SetEmailNisw(emailNisw *string)
SetEmailNisw adds the emailNisw to the users users list params
func (*UsersUsersListParams) SetEmailn ¶
func (o *UsersUsersListParams) SetEmailn(emailn *string)
SetEmailn adds the emailN to the users users list params
func (*UsersUsersListParams) SetFirstName ¶
func (o *UsersUsersListParams) SetFirstName(firstName *string)
SetFirstName adds the firstName to the users users list params
func (*UsersUsersListParams) SetFirstNameEmpty ¶
func (o *UsersUsersListParams) SetFirstNameEmpty(firstNameEmpty *string)
SetFirstNameEmpty adds the firstNameEmpty to the users users list params
func (*UsersUsersListParams) SetFirstNameIc ¶
func (o *UsersUsersListParams) SetFirstNameIc(firstNameIc *string)
SetFirstNameIc adds the firstNameIc to the users users list params
func (*UsersUsersListParams) SetFirstNameIe ¶
func (o *UsersUsersListParams) SetFirstNameIe(firstNameIe *string)
SetFirstNameIe adds the firstNameIe to the users users list params
func (*UsersUsersListParams) SetFirstNameIew ¶
func (o *UsersUsersListParams) SetFirstNameIew(firstNameIew *string)
SetFirstNameIew adds the firstNameIew to the users users list params
func (*UsersUsersListParams) SetFirstNameIsw ¶
func (o *UsersUsersListParams) SetFirstNameIsw(firstNameIsw *string)
SetFirstNameIsw adds the firstNameIsw to the users users list params
func (*UsersUsersListParams) SetFirstNameNic ¶
func (o *UsersUsersListParams) SetFirstNameNic(firstNameNic *string)
SetFirstNameNic adds the firstNameNic to the users users list params
func (*UsersUsersListParams) SetFirstNameNie ¶
func (o *UsersUsersListParams) SetFirstNameNie(firstNameNie *string)
SetFirstNameNie adds the firstNameNie to the users users list params
func (*UsersUsersListParams) SetFirstNameNiew ¶
func (o *UsersUsersListParams) SetFirstNameNiew(firstNameNiew *string)
SetFirstNameNiew adds the firstNameNiew to the users users list params
func (*UsersUsersListParams) SetFirstNameNisw ¶
func (o *UsersUsersListParams) SetFirstNameNisw(firstNameNisw *string)
SetFirstNameNisw adds the firstNameNisw to the users users list params
func (*UsersUsersListParams) SetFirstNamen ¶
func (o *UsersUsersListParams) SetFirstNamen(firstNamen *string)
SetFirstNamen adds the firstNameN to the users users list params
func (*UsersUsersListParams) SetGroup ¶
func (o *UsersUsersListParams) SetGroup(group *string)
SetGroup adds the group to the users users list params
func (*UsersUsersListParams) SetGroupID ¶
func (o *UsersUsersListParams) SetGroupID(groupID *string)
SetGroupID adds the groupId to the users users list params
func (*UsersUsersListParams) SetGroupIDn ¶
func (o *UsersUsersListParams) SetGroupIDn(groupIDn *string)
SetGroupIDn adds the groupIdN to the users users list params
func (*UsersUsersListParams) SetGroupn ¶
func (o *UsersUsersListParams) SetGroupn(groupn *string)
SetGroupn adds the groupN to the users users list params
func (*UsersUsersListParams) SetHTTPClient ¶
func (o *UsersUsersListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users users list params
func (*UsersUsersListParams) SetID ¶
func (o *UsersUsersListParams) SetID(id *string)
SetID adds the id to the users users list params
func (*UsersUsersListParams) SetIDGt ¶
func (o *UsersUsersListParams) SetIDGt(iDGt *string)
SetIDGt adds the idGt to the users users list params
func (*UsersUsersListParams) SetIDGte ¶
func (o *UsersUsersListParams) SetIDGte(iDGte *string)
SetIDGte adds the idGte to the users users list params
func (*UsersUsersListParams) SetIDLt ¶
func (o *UsersUsersListParams) SetIDLt(iDLt *string)
SetIDLt adds the idLt to the users users list params
func (*UsersUsersListParams) SetIDLte ¶
func (o *UsersUsersListParams) SetIDLte(iDLte *string)
SetIDLte adds the idLte to the users users list params
func (*UsersUsersListParams) SetIDn ¶
func (o *UsersUsersListParams) SetIDn(iDn *string)
SetIDn adds the idN to the users users list params
func (*UsersUsersListParams) SetIsActive ¶
func (o *UsersUsersListParams) SetIsActive(isActive *string)
SetIsActive adds the isActive to the users users list params
func (*UsersUsersListParams) SetIsStaff ¶
func (o *UsersUsersListParams) SetIsStaff(isStaff *string)
SetIsStaff adds the isStaff to the users users list params
func (*UsersUsersListParams) SetLastName ¶
func (o *UsersUsersListParams) SetLastName(lastName *string)
SetLastName adds the lastName to the users users list params
func (*UsersUsersListParams) SetLastNameEmpty ¶
func (o *UsersUsersListParams) SetLastNameEmpty(lastNameEmpty *string)
SetLastNameEmpty adds the lastNameEmpty to the users users list params
func (*UsersUsersListParams) SetLastNameIc ¶
func (o *UsersUsersListParams) SetLastNameIc(lastNameIc *string)
SetLastNameIc adds the lastNameIc to the users users list params
func (*UsersUsersListParams) SetLastNameIe ¶
func (o *UsersUsersListParams) SetLastNameIe(lastNameIe *string)
SetLastNameIe adds the lastNameIe to the users users list params
func (*UsersUsersListParams) SetLastNameIew ¶
func (o *UsersUsersListParams) SetLastNameIew(lastNameIew *string)
SetLastNameIew adds the lastNameIew to the users users list params
func (*UsersUsersListParams) SetLastNameIsw ¶
func (o *UsersUsersListParams) SetLastNameIsw(lastNameIsw *string)
SetLastNameIsw adds the lastNameIsw to the users users list params
func (*UsersUsersListParams) SetLastNameNic ¶
func (o *UsersUsersListParams) SetLastNameNic(lastNameNic *string)
SetLastNameNic adds the lastNameNic to the users users list params
func (*UsersUsersListParams) SetLastNameNie ¶
func (o *UsersUsersListParams) SetLastNameNie(lastNameNie *string)
SetLastNameNie adds the lastNameNie to the users users list params
func (*UsersUsersListParams) SetLastNameNiew ¶
func (o *UsersUsersListParams) SetLastNameNiew(lastNameNiew *string)
SetLastNameNiew adds the lastNameNiew to the users users list params
func (*UsersUsersListParams) SetLastNameNisw ¶
func (o *UsersUsersListParams) SetLastNameNisw(lastNameNisw *string)
SetLastNameNisw adds the lastNameNisw to the users users list params
func (*UsersUsersListParams) SetLastNamen ¶
func (o *UsersUsersListParams) SetLastNamen(lastNamen *string)
SetLastNamen adds the lastNameN to the users users list params
func (*UsersUsersListParams) SetLimit ¶
func (o *UsersUsersListParams) SetLimit(limit *int64)
SetLimit adds the limit to the users users list params
func (*UsersUsersListParams) SetOffset ¶
func (o *UsersUsersListParams) SetOffset(offset *int64)
SetOffset adds the offset to the users users list params
func (*UsersUsersListParams) SetOrdering ¶
func (o *UsersUsersListParams) SetOrdering(ordering *string)
SetOrdering adds the ordering to the users users list params
func (*UsersUsersListParams) SetQ ¶
func (o *UsersUsersListParams) SetQ(q *string)
SetQ adds the q to the users users list params
func (*UsersUsersListParams) SetTimeout ¶
func (o *UsersUsersListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users users list params
func (*UsersUsersListParams) SetUsername ¶
func (o *UsersUsersListParams) SetUsername(username *string)
SetUsername adds the username to the users users list params
func (*UsersUsersListParams) SetUsernameEmpty ¶
func (o *UsersUsersListParams) SetUsernameEmpty(usernameEmpty *string)
SetUsernameEmpty adds the usernameEmpty to the users users list params
func (*UsersUsersListParams) SetUsernameIc ¶
func (o *UsersUsersListParams) SetUsernameIc(usernameIc *string)
SetUsernameIc adds the usernameIc to the users users list params
func (*UsersUsersListParams) SetUsernameIe ¶
func (o *UsersUsersListParams) SetUsernameIe(usernameIe *string)
SetUsernameIe adds the usernameIe to the users users list params
func (*UsersUsersListParams) SetUsernameIew ¶
func (o *UsersUsersListParams) SetUsernameIew(usernameIew *string)
SetUsernameIew adds the usernameIew to the users users list params
func (*UsersUsersListParams) SetUsernameIsw ¶
func (o *UsersUsersListParams) SetUsernameIsw(usernameIsw *string)
SetUsernameIsw adds the usernameIsw to the users users list params
func (*UsersUsersListParams) SetUsernameNic ¶
func (o *UsersUsersListParams) SetUsernameNic(usernameNic *string)
SetUsernameNic adds the usernameNic to the users users list params
func (*UsersUsersListParams) SetUsernameNie ¶
func (o *UsersUsersListParams) SetUsernameNie(usernameNie *string)
SetUsernameNie adds the usernameNie to the users users list params
func (*UsersUsersListParams) SetUsernameNiew ¶
func (o *UsersUsersListParams) SetUsernameNiew(usernameNiew *string)
SetUsernameNiew adds the usernameNiew to the users users list params
func (*UsersUsersListParams) SetUsernameNisw ¶
func (o *UsersUsersListParams) SetUsernameNisw(usernameNisw *string)
SetUsernameNisw adds the usernameNisw to the users users list params
func (*UsersUsersListParams) SetUsernamen ¶
func (o *UsersUsersListParams) SetUsernamen(usernamen *string)
SetUsernamen adds the usernameN to the users users list params
func (*UsersUsersListParams) WithContext ¶
func (o *UsersUsersListParams) WithContext(ctx context.Context) *UsersUsersListParams
WithContext adds the context to the users users list params
func (*UsersUsersListParams) WithDefaults ¶
func (o *UsersUsersListParams) WithDefaults() *UsersUsersListParams
WithDefaults hydrates default values in the users users list params (not the query body).
All values with no default are reset to their zero value.
func (*UsersUsersListParams) WithEmail ¶
func (o *UsersUsersListParams) WithEmail(email *string) *UsersUsersListParams
WithEmail adds the email to the users users list params
func (*UsersUsersListParams) WithEmailEmpty ¶
func (o *UsersUsersListParams) WithEmailEmpty(emailEmpty *string) *UsersUsersListParams
WithEmailEmpty adds the emailEmpty to the users users list params
func (*UsersUsersListParams) WithEmailIc ¶
func (o *UsersUsersListParams) WithEmailIc(emailIc *string) *UsersUsersListParams
WithEmailIc adds the emailIc to the users users list params
func (*UsersUsersListParams) WithEmailIe ¶
func (o *UsersUsersListParams) WithEmailIe(emailIe *string) *UsersUsersListParams
WithEmailIe adds the emailIe to the users users list params
func (*UsersUsersListParams) WithEmailIew ¶
func (o *UsersUsersListParams) WithEmailIew(emailIew *string) *UsersUsersListParams
WithEmailIew adds the emailIew to the users users list params
func (*UsersUsersListParams) WithEmailIsw ¶
func (o *UsersUsersListParams) WithEmailIsw(emailIsw *string) *UsersUsersListParams
WithEmailIsw adds the emailIsw to the users users list params
func (*UsersUsersListParams) WithEmailNic ¶
func (o *UsersUsersListParams) WithEmailNic(emailNic *string) *UsersUsersListParams
WithEmailNic adds the emailNic to the users users list params
func (*UsersUsersListParams) WithEmailNie ¶
func (o *UsersUsersListParams) WithEmailNie(emailNie *string) *UsersUsersListParams
WithEmailNie adds the emailNie to the users users list params
func (*UsersUsersListParams) WithEmailNiew ¶
func (o *UsersUsersListParams) WithEmailNiew(emailNiew *string) *UsersUsersListParams
WithEmailNiew adds the emailNiew to the users users list params
func (*UsersUsersListParams) WithEmailNisw ¶
func (o *UsersUsersListParams) WithEmailNisw(emailNisw *string) *UsersUsersListParams
WithEmailNisw adds the emailNisw to the users users list params
func (*UsersUsersListParams) WithEmailn ¶
func (o *UsersUsersListParams) WithEmailn(emailn *string) *UsersUsersListParams
WithEmailn adds the emailn to the users users list params
func (*UsersUsersListParams) WithFirstName ¶
func (o *UsersUsersListParams) WithFirstName(firstName *string) *UsersUsersListParams
WithFirstName adds the firstName to the users users list params
func (*UsersUsersListParams) WithFirstNameEmpty ¶
func (o *UsersUsersListParams) WithFirstNameEmpty(firstNameEmpty *string) *UsersUsersListParams
WithFirstNameEmpty adds the firstNameEmpty to the users users list params
func (*UsersUsersListParams) WithFirstNameIc ¶
func (o *UsersUsersListParams) WithFirstNameIc(firstNameIc *string) *UsersUsersListParams
WithFirstNameIc adds the firstNameIc to the users users list params
func (*UsersUsersListParams) WithFirstNameIe ¶
func (o *UsersUsersListParams) WithFirstNameIe(firstNameIe *string) *UsersUsersListParams
WithFirstNameIe adds the firstNameIe to the users users list params
func (*UsersUsersListParams) WithFirstNameIew ¶
func (o *UsersUsersListParams) WithFirstNameIew(firstNameIew *string) *UsersUsersListParams
WithFirstNameIew adds the firstNameIew to the users users list params
func (*UsersUsersListParams) WithFirstNameIsw ¶
func (o *UsersUsersListParams) WithFirstNameIsw(firstNameIsw *string) *UsersUsersListParams
WithFirstNameIsw adds the firstNameIsw to the users users list params
func (*UsersUsersListParams) WithFirstNameNic ¶
func (o *UsersUsersListParams) WithFirstNameNic(firstNameNic *string) *UsersUsersListParams
WithFirstNameNic adds the firstNameNic to the users users list params
func (*UsersUsersListParams) WithFirstNameNie ¶
func (o *UsersUsersListParams) WithFirstNameNie(firstNameNie *string) *UsersUsersListParams
WithFirstNameNie adds the firstNameNie to the users users list params
func (*UsersUsersListParams) WithFirstNameNiew ¶
func (o *UsersUsersListParams) WithFirstNameNiew(firstNameNiew *string) *UsersUsersListParams
WithFirstNameNiew adds the firstNameNiew to the users users list params
func (*UsersUsersListParams) WithFirstNameNisw ¶
func (o *UsersUsersListParams) WithFirstNameNisw(firstNameNisw *string) *UsersUsersListParams
WithFirstNameNisw adds the firstNameNisw to the users users list params
func (*UsersUsersListParams) WithFirstNamen ¶
func (o *UsersUsersListParams) WithFirstNamen(firstNamen *string) *UsersUsersListParams
WithFirstNamen adds the firstNamen to the users users list params
func (*UsersUsersListParams) WithGroup ¶
func (o *UsersUsersListParams) WithGroup(group *string) *UsersUsersListParams
WithGroup adds the group to the users users list params
func (*UsersUsersListParams) WithGroupID ¶
func (o *UsersUsersListParams) WithGroupID(groupID *string) *UsersUsersListParams
WithGroupID adds the groupID to the users users list params
func (*UsersUsersListParams) WithGroupIDn ¶
func (o *UsersUsersListParams) WithGroupIDn(groupIDn *string) *UsersUsersListParams
WithGroupIDn adds the groupIDn to the users users list params
func (*UsersUsersListParams) WithGroupn ¶
func (o *UsersUsersListParams) WithGroupn(groupn *string) *UsersUsersListParams
WithGroupn adds the groupn to the users users list params
func (*UsersUsersListParams) WithHTTPClient ¶
func (o *UsersUsersListParams) WithHTTPClient(client *http.Client) *UsersUsersListParams
WithHTTPClient adds the HTTPClient to the users users list params
func (*UsersUsersListParams) WithID ¶
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) WithLastNameEmpty ¶
func (o *UsersUsersListParams) WithLastNameEmpty(lastNameEmpty *string) *UsersUsersListParams
WithLastNameEmpty adds the lastNameEmpty to the users users list params
func (*UsersUsersListParams) WithLastNameIc ¶
func (o *UsersUsersListParams) WithLastNameIc(lastNameIc *string) *UsersUsersListParams
WithLastNameIc adds the lastNameIc to the users users list params
func (*UsersUsersListParams) WithLastNameIe ¶
func (o *UsersUsersListParams) WithLastNameIe(lastNameIe *string) *UsersUsersListParams
WithLastNameIe adds the lastNameIe to the users users list params
func (*UsersUsersListParams) WithLastNameIew ¶
func (o *UsersUsersListParams) WithLastNameIew(lastNameIew *string) *UsersUsersListParams
WithLastNameIew adds the lastNameIew to the users users list params
func (*UsersUsersListParams) WithLastNameIsw ¶
func (o *UsersUsersListParams) WithLastNameIsw(lastNameIsw *string) *UsersUsersListParams
WithLastNameIsw adds the lastNameIsw to the users users list params
func (*UsersUsersListParams) WithLastNameNic ¶
func (o *UsersUsersListParams) WithLastNameNic(lastNameNic *string) *UsersUsersListParams
WithLastNameNic adds the lastNameNic to the users users list params
func (*UsersUsersListParams) WithLastNameNie ¶
func (o *UsersUsersListParams) WithLastNameNie(lastNameNie *string) *UsersUsersListParams
WithLastNameNie adds the lastNameNie to the users users list params
func (*UsersUsersListParams) WithLastNameNiew ¶
func (o *UsersUsersListParams) WithLastNameNiew(lastNameNiew *string) *UsersUsersListParams
WithLastNameNiew adds the lastNameNiew to the users users list params
func (*UsersUsersListParams) WithLastNameNisw ¶
func (o *UsersUsersListParams) WithLastNameNisw(lastNameNisw *string) *UsersUsersListParams
WithLastNameNisw adds the lastNameNisw to the users users list params
func (*UsersUsersListParams) WithLastNamen ¶
func (o *UsersUsersListParams) WithLastNamen(lastNamen *string) *UsersUsersListParams
WithLastNamen adds the lastNamen to the users users list params
func (*UsersUsersListParams) WithLimit ¶
func (o *UsersUsersListParams) WithLimit(limit *int64) *UsersUsersListParams
WithLimit adds the limit to the users users list params
func (*UsersUsersListParams) WithOffset ¶
func (o *UsersUsersListParams) WithOffset(offset *int64) *UsersUsersListParams
WithOffset adds the offset to the users users list params
func (*UsersUsersListParams) WithOrdering ¶
func (o *UsersUsersListParams) WithOrdering(ordering *string) *UsersUsersListParams
WithOrdering adds the ordering 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) WithUsernameEmpty ¶
func (o *UsersUsersListParams) WithUsernameEmpty(usernameEmpty *string) *UsersUsersListParams
WithUsernameEmpty adds the usernameEmpty to the users users list params
func (*UsersUsersListParams) WithUsernameIc ¶
func (o *UsersUsersListParams) WithUsernameIc(usernameIc *string) *UsersUsersListParams
WithUsernameIc adds the usernameIc to the users users list params
func (*UsersUsersListParams) WithUsernameIe ¶
func (o *UsersUsersListParams) WithUsernameIe(usernameIe *string) *UsersUsersListParams
WithUsernameIe adds the usernameIe to the users users list params
func (*UsersUsersListParams) WithUsernameIew ¶
func (o *UsersUsersListParams) WithUsernameIew(usernameIew *string) *UsersUsersListParams
WithUsernameIew adds the usernameIew to the users users list params
func (*UsersUsersListParams) WithUsernameIsw ¶
func (o *UsersUsersListParams) WithUsernameIsw(usernameIsw *string) *UsersUsersListParams
WithUsernameIsw adds the usernameIsw to the users users list params
func (*UsersUsersListParams) WithUsernameNic ¶
func (o *UsersUsersListParams) WithUsernameNic(usernameNic *string) *UsersUsersListParams
WithUsernameNic adds the usernameNic to the users users list params
func (*UsersUsersListParams) WithUsernameNie ¶
func (o *UsersUsersListParams) WithUsernameNie(usernameNie *string) *UsersUsersListParams
WithUsernameNie adds the usernameNie to the users users list params
func (*UsersUsersListParams) WithUsernameNiew ¶
func (o *UsersUsersListParams) WithUsernameNiew(usernameNiew *string) *UsersUsersListParams
WithUsernameNiew adds the usernameNiew to the users users list params
func (*UsersUsersListParams) WithUsernameNisw ¶
func (o *UsersUsersListParams) WithUsernameNisw(usernameNisw *string) *UsersUsersListParams
WithUsernameNisw adds the usernameNisw to the users users list params
func (*UsersUsersListParams) WithUsernamen ¶
func (o *UsersUsersListParams) WithUsernamen(usernamen *string) *UsersUsersListParams
WithUsernamen adds the usernamen to the users users list params
func (*UsersUsersListParams) WriteToRequest ¶
func (o *UsersUsersListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UsersUsersListReader ¶
type UsersUsersListReader struct {
// contains filtered or unexported fields
}
UsersUsersListReader is a Reader for the UsersUsersList structure.
func (*UsersUsersListReader) ReadResponse ¶
func (o *UsersUsersListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UsersUsersPartialUpdateDefault ¶
type UsersUsersPartialUpdateDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersUsersPartialUpdateDefault describes a response with status code -1, 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{}
func (*UsersUsersPartialUpdateDefault) IsClientError ¶
func (o *UsersUsersPartialUpdateDefault) IsClientError() bool
IsClientError returns true when this users users partial update default response has a 4xx status code
func (*UsersUsersPartialUpdateDefault) IsCode ¶
func (o *UsersUsersPartialUpdateDefault) IsCode(code int) bool
IsCode returns true when this users users partial update default response a status code equal to that given
func (*UsersUsersPartialUpdateDefault) IsRedirect ¶
func (o *UsersUsersPartialUpdateDefault) IsRedirect() bool
IsRedirect returns true when this users users partial update default response has a 3xx status code
func (*UsersUsersPartialUpdateDefault) IsServerError ¶
func (o *UsersUsersPartialUpdateDefault) IsServerError() bool
IsServerError returns true when this users users partial update default response has a 5xx status code
func (*UsersUsersPartialUpdateDefault) IsSuccess ¶
func (o *UsersUsersPartialUpdateDefault) IsSuccess() bool
IsSuccess returns true when this users users partial update default response has a 2xx status code
func (*UsersUsersPartialUpdateDefault) String ¶
func (o *UsersUsersPartialUpdateDefault) String() string
type UsersUsersPartialUpdateOK ¶
UsersUsersPartialUpdateOK describes a response with status code 200, with default header values.
UsersUsersPartialUpdateOK users users partial update o k
func NewUsersUsersPartialUpdateOK ¶
func NewUsersUsersPartialUpdateOK() *UsersUsersPartialUpdateOK
NewUsersUsersPartialUpdateOK creates a UsersUsersPartialUpdateOK with default headers values
func (*UsersUsersPartialUpdateOK) Code ¶
func (o *UsersUsersPartialUpdateOK) Code() int
Code gets the status code for the users users partial update o k response
func (*UsersUsersPartialUpdateOK) Error ¶
func (o *UsersUsersPartialUpdateOK) Error() string
func (*UsersUsersPartialUpdateOK) GetPayload ¶
func (o *UsersUsersPartialUpdateOK) GetPayload() *models.User
func (*UsersUsersPartialUpdateOK) IsClientError ¶
func (o *UsersUsersPartialUpdateOK) IsClientError() bool
IsClientError returns true when this users users partial update o k response has a 4xx status code
func (*UsersUsersPartialUpdateOK) IsCode ¶
func (o *UsersUsersPartialUpdateOK) IsCode(code int) bool
IsCode returns true when this users users partial update o k response a status code equal to that given
func (*UsersUsersPartialUpdateOK) IsRedirect ¶
func (o *UsersUsersPartialUpdateOK) IsRedirect() bool
IsRedirect returns true when this users users partial update o k response has a 3xx status code
func (*UsersUsersPartialUpdateOK) IsServerError ¶
func (o *UsersUsersPartialUpdateOK) IsServerError() bool
IsServerError returns true when this users users partial update o k response has a 5xx status code
func (*UsersUsersPartialUpdateOK) IsSuccess ¶
func (o *UsersUsersPartialUpdateOK) IsSuccess() bool
IsSuccess returns true when this users users partial update o k response has a 2xx status code
func (*UsersUsersPartialUpdateOK) String ¶
func (o *UsersUsersPartialUpdateOK) String() string
type UsersUsersPartialUpdateParams ¶
type UsersUsersPartialUpdateParams struct { // Data. Data *models.WritableUser /* ID. A unique integer value identifying this user. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersUsersPartialUpdateParams contains all the parameters to send to the API endpoint
for the users users partial update operation. Typically these are written to a http.Request.
func NewUsersUsersPartialUpdateParams ¶
func NewUsersUsersPartialUpdateParams() *UsersUsersPartialUpdateParams
NewUsersUsersPartialUpdateParams creates a new UsersUsersPartialUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersUsersPartialUpdateParamsWithContext ¶
func NewUsersUsersPartialUpdateParamsWithContext(ctx context.Context) *UsersUsersPartialUpdateParams
NewUsersUsersPartialUpdateParamsWithContext creates a new UsersUsersPartialUpdateParams object with the ability to set a context for a request.
func NewUsersUsersPartialUpdateParamsWithHTTPClient ¶
func NewUsersUsersPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersUsersPartialUpdateParams
NewUsersUsersPartialUpdateParamsWithHTTPClient creates a new UsersUsersPartialUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewUsersUsersPartialUpdateParamsWithTimeout ¶
func NewUsersUsersPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersUsersPartialUpdateParams
NewUsersUsersPartialUpdateParamsWithTimeout creates a new UsersUsersPartialUpdateParams object with the ability to set a timeout on a request.
func (*UsersUsersPartialUpdateParams) SetContext ¶
func (o *UsersUsersPartialUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the users users partial update params
func (*UsersUsersPartialUpdateParams) SetData ¶
func (o *UsersUsersPartialUpdateParams) SetData(data *models.WritableUser)
SetData adds the data to the users users partial update params
func (*UsersUsersPartialUpdateParams) SetDefaults ¶
func (o *UsersUsersPartialUpdateParams) SetDefaults()
SetDefaults hydrates default values in the users users partial update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersUsersPartialUpdateParams) SetHTTPClient ¶
func (o *UsersUsersPartialUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users users partial update params
func (*UsersUsersPartialUpdateParams) SetID ¶
func (o *UsersUsersPartialUpdateParams) SetID(id int64)
SetID adds the id to the users users partial update params
func (*UsersUsersPartialUpdateParams) SetTimeout ¶
func (o *UsersUsersPartialUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users users partial update params
func (*UsersUsersPartialUpdateParams) WithContext ¶
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) WithDefaults ¶
func (o *UsersUsersPartialUpdateParams) WithDefaults() *UsersUsersPartialUpdateParams
WithDefaults hydrates default values in the users users partial update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersUsersPartialUpdateParams) WithHTTPClient ¶
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 UsersUsersReadDefault ¶
type UsersUsersReadDefault struct { Payload interface{} // contains filtered or unexported fields }
UsersUsersReadDefault describes a response with status code -1, with default header values.
UsersUsersReadDefault users users read default
func NewUsersUsersReadDefault ¶
func NewUsersUsersReadDefault(code int) *UsersUsersReadDefault
NewUsersUsersReadDefault creates a UsersUsersReadDefault with default headers values
func (*UsersUsersReadDefault) Code ¶
func (o *UsersUsersReadDefault) Code() int
Code gets the status code for the users users read default response
func (*UsersUsersReadDefault) Error ¶
func (o *UsersUsersReadDefault) Error() string
func (*UsersUsersReadDefault) GetPayload ¶
func (o *UsersUsersReadDefault) GetPayload() interface{}
func (*UsersUsersReadDefault) IsClientError ¶
func (o *UsersUsersReadDefault) IsClientError() bool
IsClientError returns true when this users users read default response has a 4xx status code
func (*UsersUsersReadDefault) IsCode ¶
func (o *UsersUsersReadDefault) IsCode(code int) bool
IsCode returns true when this users users read default response a status code equal to that given
func (*UsersUsersReadDefault) IsRedirect ¶
func (o *UsersUsersReadDefault) IsRedirect() bool
IsRedirect returns true when this users users read default response has a 3xx status code
func (*UsersUsersReadDefault) IsServerError ¶
func (o *UsersUsersReadDefault) IsServerError() bool
IsServerError returns true when this users users read default response has a 5xx status code
func (*UsersUsersReadDefault) IsSuccess ¶
func (o *UsersUsersReadDefault) IsSuccess() bool
IsSuccess returns true when this users users read default response has a 2xx status code
func (*UsersUsersReadDefault) String ¶
func (o *UsersUsersReadDefault) String() string
type UsersUsersReadOK ¶
UsersUsersReadOK describes a response with status code 200, with default header values.
UsersUsersReadOK users users read o k
func NewUsersUsersReadOK ¶
func NewUsersUsersReadOK() *UsersUsersReadOK
NewUsersUsersReadOK creates a UsersUsersReadOK with default headers values
func (*UsersUsersReadOK) Code ¶
func (o *UsersUsersReadOK) Code() int
Code gets the status code for the users users read o k response
func (*UsersUsersReadOK) Error ¶
func (o *UsersUsersReadOK) Error() string
func (*UsersUsersReadOK) GetPayload ¶
func (o *UsersUsersReadOK) GetPayload() *models.User
func (*UsersUsersReadOK) IsClientError ¶
func (o *UsersUsersReadOK) IsClientError() bool
IsClientError returns true when this users users read o k response has a 4xx status code
func (*UsersUsersReadOK) IsCode ¶
func (o *UsersUsersReadOK) IsCode(code int) bool
IsCode returns true when this users users read o k response a status code equal to that given
func (*UsersUsersReadOK) IsRedirect ¶
func (o *UsersUsersReadOK) IsRedirect() bool
IsRedirect returns true when this users users read o k response has a 3xx status code
func (*UsersUsersReadOK) IsServerError ¶
func (o *UsersUsersReadOK) IsServerError() bool
IsServerError returns true when this users users read o k response has a 5xx status code
func (*UsersUsersReadOK) IsSuccess ¶
func (o *UsersUsersReadOK) IsSuccess() bool
IsSuccess returns true when this users users read o k response has a 2xx status code
func (*UsersUsersReadOK) String ¶
func (o *UsersUsersReadOK) String() string
type UsersUsersReadParams ¶
type UsersUsersReadParams struct { /* ID. A unique integer value identifying this user. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersUsersReadParams contains all the parameters to send to the API endpoint
for the users users read operation. Typically these are written to a http.Request.
func NewUsersUsersReadParams ¶
func NewUsersUsersReadParams() *UsersUsersReadParams
NewUsersUsersReadParams creates a new UsersUsersReadParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersUsersReadParamsWithContext ¶
func NewUsersUsersReadParamsWithContext(ctx context.Context) *UsersUsersReadParams
NewUsersUsersReadParamsWithContext creates a new UsersUsersReadParams object with the ability to set a context for a request.
func NewUsersUsersReadParamsWithHTTPClient ¶
func NewUsersUsersReadParamsWithHTTPClient(client *http.Client) *UsersUsersReadParams
NewUsersUsersReadParamsWithHTTPClient creates a new UsersUsersReadParams object with the ability to set a custom HTTPClient for a request.
func NewUsersUsersReadParamsWithTimeout ¶
func NewUsersUsersReadParamsWithTimeout(timeout time.Duration) *UsersUsersReadParams
NewUsersUsersReadParamsWithTimeout creates a new UsersUsersReadParams object with the ability to set a timeout on a request.
func (*UsersUsersReadParams) SetContext ¶
func (o *UsersUsersReadParams) SetContext(ctx context.Context)
SetContext adds the context to the users users read params
func (*UsersUsersReadParams) SetDefaults ¶
func (o *UsersUsersReadParams) SetDefaults()
SetDefaults hydrates default values in the users users read params (not the query body).
All values with no default are reset to their zero value.
func (*UsersUsersReadParams) SetHTTPClient ¶
func (o *UsersUsersReadParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users users read params
func (*UsersUsersReadParams) SetID ¶
func (o *UsersUsersReadParams) SetID(id int64)
SetID adds the id to the users users read params
func (*UsersUsersReadParams) SetTimeout ¶
func (o *UsersUsersReadParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users users read params
func (*UsersUsersReadParams) WithContext ¶
func (o *UsersUsersReadParams) WithContext(ctx context.Context) *UsersUsersReadParams
WithContext adds the context to the users users read params
func (*UsersUsersReadParams) WithDefaults ¶
func (o *UsersUsersReadParams) WithDefaults() *UsersUsersReadParams
WithDefaults hydrates default values in the users users read params (not the query body).
All values with no default are reset to their zero value.
func (*UsersUsersReadParams) WithHTTPClient ¶
func (o *UsersUsersReadParams) WithHTTPClient(client *http.Client) *UsersUsersReadParams
WithHTTPClient adds the HTTPClient to the users users read params
func (*UsersUsersReadParams) WithID ¶
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 describes a response with status code -1, 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{}
func (*UsersUsersUpdateDefault) IsClientError ¶
func (o *UsersUsersUpdateDefault) IsClientError() bool
IsClientError returns true when this users users update default response has a 4xx status code
func (*UsersUsersUpdateDefault) IsCode ¶
func (o *UsersUsersUpdateDefault) IsCode(code int) bool
IsCode returns true when this users users update default response a status code equal to that given
func (*UsersUsersUpdateDefault) IsRedirect ¶
func (o *UsersUsersUpdateDefault) IsRedirect() bool
IsRedirect returns true when this users users update default response has a 3xx status code
func (*UsersUsersUpdateDefault) IsServerError ¶
func (o *UsersUsersUpdateDefault) IsServerError() bool
IsServerError returns true when this users users update default response has a 5xx status code
func (*UsersUsersUpdateDefault) IsSuccess ¶
func (o *UsersUsersUpdateDefault) IsSuccess() bool
IsSuccess returns true when this users users update default response has a 2xx status code
func (*UsersUsersUpdateDefault) String ¶
func (o *UsersUsersUpdateDefault) String() string
type UsersUsersUpdateOK ¶
UsersUsersUpdateOK describes a response with status code 200, with default header values.
UsersUsersUpdateOK users users update o k
func NewUsersUsersUpdateOK ¶
func NewUsersUsersUpdateOK() *UsersUsersUpdateOK
NewUsersUsersUpdateOK creates a UsersUsersUpdateOK with default headers values
func (*UsersUsersUpdateOK) Code ¶
func (o *UsersUsersUpdateOK) Code() int
Code gets the status code for the users users update o k response
func (*UsersUsersUpdateOK) Error ¶
func (o *UsersUsersUpdateOK) Error() string
func (*UsersUsersUpdateOK) GetPayload ¶
func (o *UsersUsersUpdateOK) GetPayload() *models.User
func (*UsersUsersUpdateOK) IsClientError ¶
func (o *UsersUsersUpdateOK) IsClientError() bool
IsClientError returns true when this users users update o k response has a 4xx status code
func (*UsersUsersUpdateOK) IsCode ¶
func (o *UsersUsersUpdateOK) IsCode(code int) bool
IsCode returns true when this users users update o k response a status code equal to that given
func (*UsersUsersUpdateOK) IsRedirect ¶
func (o *UsersUsersUpdateOK) IsRedirect() bool
IsRedirect returns true when this users users update o k response has a 3xx status code
func (*UsersUsersUpdateOK) IsServerError ¶
func (o *UsersUsersUpdateOK) IsServerError() bool
IsServerError returns true when this users users update o k response has a 5xx status code
func (*UsersUsersUpdateOK) IsSuccess ¶
func (o *UsersUsersUpdateOK) IsSuccess() bool
IsSuccess returns true when this users users update o k response has a 2xx status code
func (*UsersUsersUpdateOK) String ¶
func (o *UsersUsersUpdateOK) String() string
type UsersUsersUpdateParams ¶
type UsersUsersUpdateParams struct { // Data. Data *models.WritableUser /* ID. A unique integer value identifying this user. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UsersUsersUpdateParams contains all the parameters to send to the API endpoint
for the users users update operation. Typically these are written to a http.Request.
func NewUsersUsersUpdateParams ¶
func NewUsersUsersUpdateParams() *UsersUsersUpdateParams
NewUsersUsersUpdateParams creates a new UsersUsersUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUsersUsersUpdateParamsWithContext ¶
func NewUsersUsersUpdateParamsWithContext(ctx context.Context) *UsersUsersUpdateParams
NewUsersUsersUpdateParamsWithContext creates a new UsersUsersUpdateParams object with the ability to set a context for a request.
func NewUsersUsersUpdateParamsWithHTTPClient ¶
func NewUsersUsersUpdateParamsWithHTTPClient(client *http.Client) *UsersUsersUpdateParams
NewUsersUsersUpdateParamsWithHTTPClient creates a new UsersUsersUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewUsersUsersUpdateParamsWithTimeout ¶
func NewUsersUsersUpdateParamsWithTimeout(timeout time.Duration) *UsersUsersUpdateParams
NewUsersUsersUpdateParamsWithTimeout creates a new UsersUsersUpdateParams object with the ability to set a timeout on a request.
func (*UsersUsersUpdateParams) SetContext ¶
func (o *UsersUsersUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the users users update params
func (*UsersUsersUpdateParams) SetData ¶
func (o *UsersUsersUpdateParams) SetData(data *models.WritableUser)
SetData adds the data to the users users update params
func (*UsersUsersUpdateParams) SetDefaults ¶
func (o *UsersUsersUpdateParams) SetDefaults()
SetDefaults hydrates default values in the users users update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersUsersUpdateParams) SetHTTPClient ¶
func (o *UsersUsersUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the users users update params
func (*UsersUsersUpdateParams) SetID ¶
func (o *UsersUsersUpdateParams) SetID(id int64)
SetID adds the id to the users users update params
func (*UsersUsersUpdateParams) SetTimeout ¶
func (o *UsersUsersUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the users users update params
func (*UsersUsersUpdateParams) WithContext ¶
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) WithDefaults ¶
func (o *UsersUsersUpdateParams) WithDefaults() *UsersUsersUpdateParams
WithDefaults hydrates default values in the users users update params (not the query body).
All values with no default are reset to their zero value.
func (*UsersUsersUpdateParams) WithHTTPClient ¶
func (o *UsersUsersUpdateParams) WithHTTPClient(client *http.Client) *UsersUsersUpdateParams
WithHTTPClient adds the HTTPClient to the users users update params
func (*UsersUsersUpdateParams) WithID ¶
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_config_list_parameters.go
- users_config_list_responses.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_tokens_create_parameters.go
- users_tokens_create_responses.go
- users_tokens_delete_parameters.go
- users_tokens_delete_responses.go
- users_tokens_list_parameters.go
- users_tokens_list_responses.go
- users_tokens_partial_update_parameters.go
- users_tokens_partial_update_responses.go
- users_tokens_provision_create_parameters.go
- users_tokens_provision_create_responses.go
- users_tokens_read_parameters.go
- users_tokens_read_responses.go
- users_tokens_update_parameters.go
- users_tokens_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