Documentation ¶
Index ¶
- type Client
- func (a *Client) CustomerCategoryGet(params *CustomerCategoryGetParams, authInfo runtime.ClientAuthInfoWriter) (*CustomerCategoryGetOK, error)
- func (a *Client) CustomerCategoryPost(params *CustomerCategoryPostParams, authInfo runtime.ClientAuthInfoWriter) (*CustomerCategoryPostCreated, error)
- func (a *Client) CustomerCategoryPut(params *CustomerCategoryPutParams, authInfo runtime.ClientAuthInfoWriter) (*CustomerCategoryPutOK, error)
- func (a *Client) CustomerCategorySearch(params *CustomerCategorySearchParams, authInfo runtime.ClientAuthInfoWriter) (*CustomerCategorySearchOK, error)
- func (a *Client) EmployeeCategoryDelete(params *EmployeeCategoryDeleteParams, authInfo runtime.ClientAuthInfoWriter) error
- func (a *Client) EmployeeCategoryGet(params *EmployeeCategoryGetParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategoryGetOK, error)
- func (a *Client) EmployeeCategoryListDeleteByIds(params *EmployeeCategoryListDeleteByIdsParams, ...) error
- func (a *Client) EmployeeCategoryListPostList(params *EmployeeCategoryListPostListParams, ...) (*EmployeeCategoryListPostListCreated, error)
- func (a *Client) EmployeeCategoryListPutList(params *EmployeeCategoryListPutListParams, ...) (*EmployeeCategoryListPutListOK, error)
- func (a *Client) EmployeeCategoryPost(params *EmployeeCategoryPostParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategoryPostCreated, error)
- func (a *Client) EmployeeCategoryPut(params *EmployeeCategoryPutParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategoryPutOK, error)
- func (a *Client) EmployeeCategorySearch(params *EmployeeCategorySearchParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategorySearchOK, error)
- func (a *Client) ProjectCategoryGet(params *ProjectCategoryGetParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectCategoryGetOK, error)
- func (a *Client) ProjectCategoryPost(params *ProjectCategoryPostParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectCategoryPostCreated, error)
- func (a *Client) ProjectCategoryPut(params *ProjectCategoryPutParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectCategoryPutOK, error)
- func (a *Client) ProjectCategorySearch(params *ProjectCategorySearchParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectCategorySearchOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type CustomerCategoryGetOK
- type CustomerCategoryGetParams
- func NewCustomerCategoryGetParams() *CustomerCategoryGetParams
- func NewCustomerCategoryGetParamsWithContext(ctx context.Context) *CustomerCategoryGetParams
- func NewCustomerCategoryGetParamsWithHTTPClient(client *http.Client) *CustomerCategoryGetParams
- func NewCustomerCategoryGetParamsWithTimeout(timeout time.Duration) *CustomerCategoryGetParams
- func (o *CustomerCategoryGetParams) SetContext(ctx context.Context)
- func (o *CustomerCategoryGetParams) SetFields(fields *string)
- func (o *CustomerCategoryGetParams) SetHTTPClient(client *http.Client)
- func (o *CustomerCategoryGetParams) SetID(id int32)
- func (o *CustomerCategoryGetParams) SetTimeout(timeout time.Duration)
- func (o *CustomerCategoryGetParams) WithContext(ctx context.Context) *CustomerCategoryGetParams
- func (o *CustomerCategoryGetParams) WithFields(fields *string) *CustomerCategoryGetParams
- func (o *CustomerCategoryGetParams) WithHTTPClient(client *http.Client) *CustomerCategoryGetParams
- func (o *CustomerCategoryGetParams) WithID(id int32) *CustomerCategoryGetParams
- func (o *CustomerCategoryGetParams) WithTimeout(timeout time.Duration) *CustomerCategoryGetParams
- func (o *CustomerCategoryGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CustomerCategoryGetReader
- type CustomerCategoryPostCreated
- type CustomerCategoryPostParams
- func NewCustomerCategoryPostParams() *CustomerCategoryPostParams
- func NewCustomerCategoryPostParamsWithContext(ctx context.Context) *CustomerCategoryPostParams
- func NewCustomerCategoryPostParamsWithHTTPClient(client *http.Client) *CustomerCategoryPostParams
- func NewCustomerCategoryPostParamsWithTimeout(timeout time.Duration) *CustomerCategoryPostParams
- func (o *CustomerCategoryPostParams) SetBody(body *models.CustomerCategory)
- func (o *CustomerCategoryPostParams) SetContext(ctx context.Context)
- func (o *CustomerCategoryPostParams) SetHTTPClient(client *http.Client)
- func (o *CustomerCategoryPostParams) SetTimeout(timeout time.Duration)
- func (o *CustomerCategoryPostParams) WithBody(body *models.CustomerCategory) *CustomerCategoryPostParams
- func (o *CustomerCategoryPostParams) WithContext(ctx context.Context) *CustomerCategoryPostParams
- func (o *CustomerCategoryPostParams) WithHTTPClient(client *http.Client) *CustomerCategoryPostParams
- func (o *CustomerCategoryPostParams) WithTimeout(timeout time.Duration) *CustomerCategoryPostParams
- func (o *CustomerCategoryPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CustomerCategoryPostReader
- type CustomerCategoryPutOK
- type CustomerCategoryPutParams
- func NewCustomerCategoryPutParams() *CustomerCategoryPutParams
- func NewCustomerCategoryPutParamsWithContext(ctx context.Context) *CustomerCategoryPutParams
- func NewCustomerCategoryPutParamsWithHTTPClient(client *http.Client) *CustomerCategoryPutParams
- func NewCustomerCategoryPutParamsWithTimeout(timeout time.Duration) *CustomerCategoryPutParams
- func (o *CustomerCategoryPutParams) SetBody(body *models.CustomerCategory)
- func (o *CustomerCategoryPutParams) SetContext(ctx context.Context)
- func (o *CustomerCategoryPutParams) SetHTTPClient(client *http.Client)
- func (o *CustomerCategoryPutParams) SetID(id int32)
- func (o *CustomerCategoryPutParams) SetTimeout(timeout time.Duration)
- func (o *CustomerCategoryPutParams) WithBody(body *models.CustomerCategory) *CustomerCategoryPutParams
- func (o *CustomerCategoryPutParams) WithContext(ctx context.Context) *CustomerCategoryPutParams
- func (o *CustomerCategoryPutParams) WithHTTPClient(client *http.Client) *CustomerCategoryPutParams
- func (o *CustomerCategoryPutParams) WithID(id int32) *CustomerCategoryPutParams
- func (o *CustomerCategoryPutParams) WithTimeout(timeout time.Duration) *CustomerCategoryPutParams
- func (o *CustomerCategoryPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CustomerCategoryPutReader
- type CustomerCategorySearchOK
- type CustomerCategorySearchParams
- func NewCustomerCategorySearchParams() *CustomerCategorySearchParams
- func NewCustomerCategorySearchParamsWithContext(ctx context.Context) *CustomerCategorySearchParams
- func NewCustomerCategorySearchParamsWithHTTPClient(client *http.Client) *CustomerCategorySearchParams
- func NewCustomerCategorySearchParamsWithTimeout(timeout time.Duration) *CustomerCategorySearchParams
- func (o *CustomerCategorySearchParams) SetContext(ctx context.Context)
- func (o *CustomerCategorySearchParams) SetCount(count *int64)
- func (o *CustomerCategorySearchParams) SetDescription(description *string)
- func (o *CustomerCategorySearchParams) SetFields(fields *string)
- func (o *CustomerCategorySearchParams) SetFrom(from *int64)
- func (o *CustomerCategorySearchParams) SetHTTPClient(client *http.Client)
- func (o *CustomerCategorySearchParams) SetID(id *string)
- func (o *CustomerCategorySearchParams) SetName(name *string)
- func (o *CustomerCategorySearchParams) SetNumber(number *string)
- func (o *CustomerCategorySearchParams) SetSorting(sorting *string)
- func (o *CustomerCategorySearchParams) SetTimeout(timeout time.Duration)
- func (o *CustomerCategorySearchParams) SetType(typeVar *string)
- func (o *CustomerCategorySearchParams) WithContext(ctx context.Context) *CustomerCategorySearchParams
- func (o *CustomerCategorySearchParams) WithCount(count *int64) *CustomerCategorySearchParams
- func (o *CustomerCategorySearchParams) WithDescription(description *string) *CustomerCategorySearchParams
- func (o *CustomerCategorySearchParams) WithFields(fields *string) *CustomerCategorySearchParams
- func (o *CustomerCategorySearchParams) WithFrom(from *int64) *CustomerCategorySearchParams
- func (o *CustomerCategorySearchParams) WithHTTPClient(client *http.Client) *CustomerCategorySearchParams
- func (o *CustomerCategorySearchParams) WithID(id *string) *CustomerCategorySearchParams
- func (o *CustomerCategorySearchParams) WithName(name *string) *CustomerCategorySearchParams
- func (o *CustomerCategorySearchParams) WithNumber(number *string) *CustomerCategorySearchParams
- func (o *CustomerCategorySearchParams) WithSorting(sorting *string) *CustomerCategorySearchParams
- func (o *CustomerCategorySearchParams) WithTimeout(timeout time.Duration) *CustomerCategorySearchParams
- func (o *CustomerCategorySearchParams) WithType(typeVar *string) *CustomerCategorySearchParams
- func (o *CustomerCategorySearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CustomerCategorySearchReader
- type EmployeeCategoryDeleteDefault
- type EmployeeCategoryDeleteParams
- func NewEmployeeCategoryDeleteParams() *EmployeeCategoryDeleteParams
- func NewEmployeeCategoryDeleteParamsWithContext(ctx context.Context) *EmployeeCategoryDeleteParams
- func NewEmployeeCategoryDeleteParamsWithHTTPClient(client *http.Client) *EmployeeCategoryDeleteParams
- func NewEmployeeCategoryDeleteParamsWithTimeout(timeout time.Duration) *EmployeeCategoryDeleteParams
- func (o *EmployeeCategoryDeleteParams) SetContext(ctx context.Context)
- func (o *EmployeeCategoryDeleteParams) SetHTTPClient(client *http.Client)
- func (o *EmployeeCategoryDeleteParams) SetID(id int32)
- func (o *EmployeeCategoryDeleteParams) SetTimeout(timeout time.Duration)
- func (o *EmployeeCategoryDeleteParams) WithContext(ctx context.Context) *EmployeeCategoryDeleteParams
- func (o *EmployeeCategoryDeleteParams) WithHTTPClient(client *http.Client) *EmployeeCategoryDeleteParams
- func (o *EmployeeCategoryDeleteParams) WithID(id int32) *EmployeeCategoryDeleteParams
- func (o *EmployeeCategoryDeleteParams) WithTimeout(timeout time.Duration) *EmployeeCategoryDeleteParams
- func (o *EmployeeCategoryDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EmployeeCategoryDeleteReader
- type EmployeeCategoryGetOK
- type EmployeeCategoryGetParams
- func NewEmployeeCategoryGetParams() *EmployeeCategoryGetParams
- func NewEmployeeCategoryGetParamsWithContext(ctx context.Context) *EmployeeCategoryGetParams
- func NewEmployeeCategoryGetParamsWithHTTPClient(client *http.Client) *EmployeeCategoryGetParams
- func NewEmployeeCategoryGetParamsWithTimeout(timeout time.Duration) *EmployeeCategoryGetParams
- func (o *EmployeeCategoryGetParams) SetContext(ctx context.Context)
- func (o *EmployeeCategoryGetParams) SetFields(fields *string)
- func (o *EmployeeCategoryGetParams) SetHTTPClient(client *http.Client)
- func (o *EmployeeCategoryGetParams) SetID(id int32)
- func (o *EmployeeCategoryGetParams) SetTimeout(timeout time.Duration)
- func (o *EmployeeCategoryGetParams) WithContext(ctx context.Context) *EmployeeCategoryGetParams
- func (o *EmployeeCategoryGetParams) WithFields(fields *string) *EmployeeCategoryGetParams
- func (o *EmployeeCategoryGetParams) WithHTTPClient(client *http.Client) *EmployeeCategoryGetParams
- func (o *EmployeeCategoryGetParams) WithID(id int32) *EmployeeCategoryGetParams
- func (o *EmployeeCategoryGetParams) WithTimeout(timeout time.Duration) *EmployeeCategoryGetParams
- func (o *EmployeeCategoryGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EmployeeCategoryGetReader
- type EmployeeCategoryListDeleteByIdsDefault
- type EmployeeCategoryListDeleteByIdsParams
- func NewEmployeeCategoryListDeleteByIdsParams() *EmployeeCategoryListDeleteByIdsParams
- func NewEmployeeCategoryListDeleteByIdsParamsWithContext(ctx context.Context) *EmployeeCategoryListDeleteByIdsParams
- func NewEmployeeCategoryListDeleteByIdsParamsWithHTTPClient(client *http.Client) *EmployeeCategoryListDeleteByIdsParams
- func NewEmployeeCategoryListDeleteByIdsParamsWithTimeout(timeout time.Duration) *EmployeeCategoryListDeleteByIdsParams
- func (o *EmployeeCategoryListDeleteByIdsParams) SetContext(ctx context.Context)
- func (o *EmployeeCategoryListDeleteByIdsParams) SetHTTPClient(client *http.Client)
- func (o *EmployeeCategoryListDeleteByIdsParams) SetIds(ids string)
- func (o *EmployeeCategoryListDeleteByIdsParams) SetTimeout(timeout time.Duration)
- func (o *EmployeeCategoryListDeleteByIdsParams) WithContext(ctx context.Context) *EmployeeCategoryListDeleteByIdsParams
- func (o *EmployeeCategoryListDeleteByIdsParams) WithHTTPClient(client *http.Client) *EmployeeCategoryListDeleteByIdsParams
- func (o *EmployeeCategoryListDeleteByIdsParams) WithIds(ids string) *EmployeeCategoryListDeleteByIdsParams
- func (o *EmployeeCategoryListDeleteByIdsParams) WithTimeout(timeout time.Duration) *EmployeeCategoryListDeleteByIdsParams
- func (o *EmployeeCategoryListDeleteByIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EmployeeCategoryListDeleteByIdsReader
- type EmployeeCategoryListPostListCreated
- type EmployeeCategoryListPostListParams
- func NewEmployeeCategoryListPostListParams() *EmployeeCategoryListPostListParams
- func NewEmployeeCategoryListPostListParamsWithContext(ctx context.Context) *EmployeeCategoryListPostListParams
- func NewEmployeeCategoryListPostListParamsWithHTTPClient(client *http.Client) *EmployeeCategoryListPostListParams
- func NewEmployeeCategoryListPostListParamsWithTimeout(timeout time.Duration) *EmployeeCategoryListPostListParams
- func (o *EmployeeCategoryListPostListParams) SetBody(body []*models.EmployeeCategory)
- func (o *EmployeeCategoryListPostListParams) SetContext(ctx context.Context)
- func (o *EmployeeCategoryListPostListParams) SetHTTPClient(client *http.Client)
- func (o *EmployeeCategoryListPostListParams) SetTimeout(timeout time.Duration)
- func (o *EmployeeCategoryListPostListParams) WithBody(body []*models.EmployeeCategory) *EmployeeCategoryListPostListParams
- func (o *EmployeeCategoryListPostListParams) WithContext(ctx context.Context) *EmployeeCategoryListPostListParams
- func (o *EmployeeCategoryListPostListParams) WithHTTPClient(client *http.Client) *EmployeeCategoryListPostListParams
- func (o *EmployeeCategoryListPostListParams) WithTimeout(timeout time.Duration) *EmployeeCategoryListPostListParams
- func (o *EmployeeCategoryListPostListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EmployeeCategoryListPostListReader
- type EmployeeCategoryListPutListOK
- type EmployeeCategoryListPutListParams
- func NewEmployeeCategoryListPutListParams() *EmployeeCategoryListPutListParams
- func NewEmployeeCategoryListPutListParamsWithContext(ctx context.Context) *EmployeeCategoryListPutListParams
- func NewEmployeeCategoryListPutListParamsWithHTTPClient(client *http.Client) *EmployeeCategoryListPutListParams
- func NewEmployeeCategoryListPutListParamsWithTimeout(timeout time.Duration) *EmployeeCategoryListPutListParams
- func (o *EmployeeCategoryListPutListParams) SetBody(body []*models.EmployeeCategory)
- func (o *EmployeeCategoryListPutListParams) SetContext(ctx context.Context)
- func (o *EmployeeCategoryListPutListParams) SetHTTPClient(client *http.Client)
- func (o *EmployeeCategoryListPutListParams) SetTimeout(timeout time.Duration)
- func (o *EmployeeCategoryListPutListParams) WithBody(body []*models.EmployeeCategory) *EmployeeCategoryListPutListParams
- func (o *EmployeeCategoryListPutListParams) WithContext(ctx context.Context) *EmployeeCategoryListPutListParams
- func (o *EmployeeCategoryListPutListParams) WithHTTPClient(client *http.Client) *EmployeeCategoryListPutListParams
- func (o *EmployeeCategoryListPutListParams) WithTimeout(timeout time.Duration) *EmployeeCategoryListPutListParams
- func (o *EmployeeCategoryListPutListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EmployeeCategoryListPutListReader
- type EmployeeCategoryPostCreated
- type EmployeeCategoryPostParams
- func NewEmployeeCategoryPostParams() *EmployeeCategoryPostParams
- func NewEmployeeCategoryPostParamsWithContext(ctx context.Context) *EmployeeCategoryPostParams
- func NewEmployeeCategoryPostParamsWithHTTPClient(client *http.Client) *EmployeeCategoryPostParams
- func NewEmployeeCategoryPostParamsWithTimeout(timeout time.Duration) *EmployeeCategoryPostParams
- func (o *EmployeeCategoryPostParams) SetBody(body *models.EmployeeCategory)
- func (o *EmployeeCategoryPostParams) SetContext(ctx context.Context)
- func (o *EmployeeCategoryPostParams) SetHTTPClient(client *http.Client)
- func (o *EmployeeCategoryPostParams) SetTimeout(timeout time.Duration)
- func (o *EmployeeCategoryPostParams) WithBody(body *models.EmployeeCategory) *EmployeeCategoryPostParams
- func (o *EmployeeCategoryPostParams) WithContext(ctx context.Context) *EmployeeCategoryPostParams
- func (o *EmployeeCategoryPostParams) WithHTTPClient(client *http.Client) *EmployeeCategoryPostParams
- func (o *EmployeeCategoryPostParams) WithTimeout(timeout time.Duration) *EmployeeCategoryPostParams
- func (o *EmployeeCategoryPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EmployeeCategoryPostReader
- type EmployeeCategoryPutOK
- type EmployeeCategoryPutParams
- func NewEmployeeCategoryPutParams() *EmployeeCategoryPutParams
- func NewEmployeeCategoryPutParamsWithContext(ctx context.Context) *EmployeeCategoryPutParams
- func NewEmployeeCategoryPutParamsWithHTTPClient(client *http.Client) *EmployeeCategoryPutParams
- func NewEmployeeCategoryPutParamsWithTimeout(timeout time.Duration) *EmployeeCategoryPutParams
- func (o *EmployeeCategoryPutParams) SetBody(body *models.EmployeeCategory)
- func (o *EmployeeCategoryPutParams) SetContext(ctx context.Context)
- func (o *EmployeeCategoryPutParams) SetHTTPClient(client *http.Client)
- func (o *EmployeeCategoryPutParams) SetID(id int32)
- func (o *EmployeeCategoryPutParams) SetTimeout(timeout time.Duration)
- func (o *EmployeeCategoryPutParams) WithBody(body *models.EmployeeCategory) *EmployeeCategoryPutParams
- func (o *EmployeeCategoryPutParams) WithContext(ctx context.Context) *EmployeeCategoryPutParams
- func (o *EmployeeCategoryPutParams) WithHTTPClient(client *http.Client) *EmployeeCategoryPutParams
- func (o *EmployeeCategoryPutParams) WithID(id int32) *EmployeeCategoryPutParams
- func (o *EmployeeCategoryPutParams) WithTimeout(timeout time.Duration) *EmployeeCategoryPutParams
- func (o *EmployeeCategoryPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EmployeeCategoryPutReader
- type EmployeeCategorySearchOK
- type EmployeeCategorySearchParams
- func NewEmployeeCategorySearchParams() *EmployeeCategorySearchParams
- func NewEmployeeCategorySearchParamsWithContext(ctx context.Context) *EmployeeCategorySearchParams
- func NewEmployeeCategorySearchParamsWithHTTPClient(client *http.Client) *EmployeeCategorySearchParams
- func NewEmployeeCategorySearchParamsWithTimeout(timeout time.Duration) *EmployeeCategorySearchParams
- func (o *EmployeeCategorySearchParams) SetContext(ctx context.Context)
- func (o *EmployeeCategorySearchParams) SetCount(count *int64)
- func (o *EmployeeCategorySearchParams) SetFields(fields *string)
- func (o *EmployeeCategorySearchParams) SetFrom(from *int64)
- func (o *EmployeeCategorySearchParams) SetHTTPClient(client *http.Client)
- func (o *EmployeeCategorySearchParams) SetID(id *string)
- func (o *EmployeeCategorySearchParams) SetName(name *string)
- func (o *EmployeeCategorySearchParams) SetNumber(number *string)
- func (o *EmployeeCategorySearchParams) SetSorting(sorting *string)
- func (o *EmployeeCategorySearchParams) SetTimeout(timeout time.Duration)
- func (o *EmployeeCategorySearchParams) WithContext(ctx context.Context) *EmployeeCategorySearchParams
- func (o *EmployeeCategorySearchParams) WithCount(count *int64) *EmployeeCategorySearchParams
- func (o *EmployeeCategorySearchParams) WithFields(fields *string) *EmployeeCategorySearchParams
- func (o *EmployeeCategorySearchParams) WithFrom(from *int64) *EmployeeCategorySearchParams
- func (o *EmployeeCategorySearchParams) WithHTTPClient(client *http.Client) *EmployeeCategorySearchParams
- func (o *EmployeeCategorySearchParams) WithID(id *string) *EmployeeCategorySearchParams
- func (o *EmployeeCategorySearchParams) WithName(name *string) *EmployeeCategorySearchParams
- func (o *EmployeeCategorySearchParams) WithNumber(number *string) *EmployeeCategorySearchParams
- func (o *EmployeeCategorySearchParams) WithSorting(sorting *string) *EmployeeCategorySearchParams
- func (o *EmployeeCategorySearchParams) WithTimeout(timeout time.Duration) *EmployeeCategorySearchParams
- func (o *EmployeeCategorySearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EmployeeCategorySearchReader
- type ProjectCategoryGetOK
- type ProjectCategoryGetParams
- func NewProjectCategoryGetParams() *ProjectCategoryGetParams
- func NewProjectCategoryGetParamsWithContext(ctx context.Context) *ProjectCategoryGetParams
- func NewProjectCategoryGetParamsWithHTTPClient(client *http.Client) *ProjectCategoryGetParams
- func NewProjectCategoryGetParamsWithTimeout(timeout time.Duration) *ProjectCategoryGetParams
- func (o *ProjectCategoryGetParams) SetContext(ctx context.Context)
- func (o *ProjectCategoryGetParams) SetFields(fields *string)
- func (o *ProjectCategoryGetParams) SetHTTPClient(client *http.Client)
- func (o *ProjectCategoryGetParams) SetID(id int32)
- func (o *ProjectCategoryGetParams) SetTimeout(timeout time.Duration)
- func (o *ProjectCategoryGetParams) WithContext(ctx context.Context) *ProjectCategoryGetParams
- func (o *ProjectCategoryGetParams) WithFields(fields *string) *ProjectCategoryGetParams
- func (o *ProjectCategoryGetParams) WithHTTPClient(client *http.Client) *ProjectCategoryGetParams
- func (o *ProjectCategoryGetParams) WithID(id int32) *ProjectCategoryGetParams
- func (o *ProjectCategoryGetParams) WithTimeout(timeout time.Duration) *ProjectCategoryGetParams
- func (o *ProjectCategoryGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProjectCategoryGetReader
- type ProjectCategoryPostCreated
- type ProjectCategoryPostParams
- func NewProjectCategoryPostParams() *ProjectCategoryPostParams
- func NewProjectCategoryPostParamsWithContext(ctx context.Context) *ProjectCategoryPostParams
- func NewProjectCategoryPostParamsWithHTTPClient(client *http.Client) *ProjectCategoryPostParams
- func NewProjectCategoryPostParamsWithTimeout(timeout time.Duration) *ProjectCategoryPostParams
- func (o *ProjectCategoryPostParams) SetBody(body *models.ProjectCategory)
- func (o *ProjectCategoryPostParams) SetContext(ctx context.Context)
- func (o *ProjectCategoryPostParams) SetHTTPClient(client *http.Client)
- func (o *ProjectCategoryPostParams) SetTimeout(timeout time.Duration)
- func (o *ProjectCategoryPostParams) WithBody(body *models.ProjectCategory) *ProjectCategoryPostParams
- func (o *ProjectCategoryPostParams) WithContext(ctx context.Context) *ProjectCategoryPostParams
- func (o *ProjectCategoryPostParams) WithHTTPClient(client *http.Client) *ProjectCategoryPostParams
- func (o *ProjectCategoryPostParams) WithTimeout(timeout time.Duration) *ProjectCategoryPostParams
- func (o *ProjectCategoryPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProjectCategoryPostReader
- type ProjectCategoryPutOK
- type ProjectCategoryPutParams
- func NewProjectCategoryPutParams() *ProjectCategoryPutParams
- func NewProjectCategoryPutParamsWithContext(ctx context.Context) *ProjectCategoryPutParams
- func NewProjectCategoryPutParamsWithHTTPClient(client *http.Client) *ProjectCategoryPutParams
- func NewProjectCategoryPutParamsWithTimeout(timeout time.Duration) *ProjectCategoryPutParams
- func (o *ProjectCategoryPutParams) SetBody(body *models.ProjectCategory)
- func (o *ProjectCategoryPutParams) SetContext(ctx context.Context)
- func (o *ProjectCategoryPutParams) SetHTTPClient(client *http.Client)
- func (o *ProjectCategoryPutParams) SetID(id int32)
- func (o *ProjectCategoryPutParams) SetTimeout(timeout time.Duration)
- func (o *ProjectCategoryPutParams) WithBody(body *models.ProjectCategory) *ProjectCategoryPutParams
- func (o *ProjectCategoryPutParams) WithContext(ctx context.Context) *ProjectCategoryPutParams
- func (o *ProjectCategoryPutParams) WithHTTPClient(client *http.Client) *ProjectCategoryPutParams
- func (o *ProjectCategoryPutParams) WithID(id int32) *ProjectCategoryPutParams
- func (o *ProjectCategoryPutParams) WithTimeout(timeout time.Duration) *ProjectCategoryPutParams
- func (o *ProjectCategoryPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProjectCategoryPutReader
- type ProjectCategorySearchOK
- type ProjectCategorySearchParams
- func NewProjectCategorySearchParams() *ProjectCategorySearchParams
- func NewProjectCategorySearchParamsWithContext(ctx context.Context) *ProjectCategorySearchParams
- func NewProjectCategorySearchParamsWithHTTPClient(client *http.Client) *ProjectCategorySearchParams
- func NewProjectCategorySearchParamsWithTimeout(timeout time.Duration) *ProjectCategorySearchParams
- func (o *ProjectCategorySearchParams) SetContext(ctx context.Context)
- func (o *ProjectCategorySearchParams) SetCount(count *int64)
- func (o *ProjectCategorySearchParams) SetDescription(description *string)
- func (o *ProjectCategorySearchParams) SetFields(fields *string)
- func (o *ProjectCategorySearchParams) SetFrom(from *int64)
- func (o *ProjectCategorySearchParams) SetHTTPClient(client *http.Client)
- func (o *ProjectCategorySearchParams) SetID(id *string)
- func (o *ProjectCategorySearchParams) SetName(name *string)
- func (o *ProjectCategorySearchParams) SetNumber(number *string)
- func (o *ProjectCategorySearchParams) SetSorting(sorting *string)
- func (o *ProjectCategorySearchParams) SetTimeout(timeout time.Duration)
- func (o *ProjectCategorySearchParams) WithContext(ctx context.Context) *ProjectCategorySearchParams
- func (o *ProjectCategorySearchParams) WithCount(count *int64) *ProjectCategorySearchParams
- func (o *ProjectCategorySearchParams) WithDescription(description *string) *ProjectCategorySearchParams
- func (o *ProjectCategorySearchParams) WithFields(fields *string) *ProjectCategorySearchParams
- func (o *ProjectCategorySearchParams) WithFrom(from *int64) *ProjectCategorySearchParams
- func (o *ProjectCategorySearchParams) WithHTTPClient(client *http.Client) *ProjectCategorySearchParams
- func (o *ProjectCategorySearchParams) WithID(id *string) *ProjectCategorySearchParams
- func (o *ProjectCategorySearchParams) WithName(name *string) *ProjectCategorySearchParams
- func (o *ProjectCategorySearchParams) WithNumber(number *string) *ProjectCategorySearchParams
- func (o *ProjectCategorySearchParams) WithSorting(sorting *string) *ProjectCategorySearchParams
- func (o *ProjectCategorySearchParams) WithTimeout(timeout time.Duration) *ProjectCategorySearchParams
- func (o *ProjectCategorySearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProjectCategorySearchReader
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 category API
func (*Client) CustomerCategoryGet ¶
func (a *Client) CustomerCategoryGet(params *CustomerCategoryGetParams, authInfo runtime.ClientAuthInfoWriter) (*CustomerCategoryGetOK, error)
CustomerCategoryGet finds customer supplier category by ID
func (*Client) CustomerCategoryPost ¶
func (a *Client) CustomerCategoryPost(params *CustomerCategoryPostParams, authInfo runtime.ClientAuthInfoWriter) (*CustomerCategoryPostCreated, error)
CustomerCategoryPost adds new customer supplier category
func (*Client) CustomerCategoryPut ¶
func (a *Client) CustomerCategoryPut(params *CustomerCategoryPutParams, authInfo runtime.ClientAuthInfoWriter) (*CustomerCategoryPutOK, error)
CustomerCategoryPut updates customer supplier category
func (*Client) CustomerCategorySearch ¶
func (a *Client) CustomerCategorySearch(params *CustomerCategorySearchParams, authInfo runtime.ClientAuthInfoWriter) (*CustomerCategorySearchOK, error)
CustomerCategorySearch finds customer supplier categories corresponding with sent data
func (*Client) EmployeeCategoryDelete ¶
func (a *Client) EmployeeCategoryDelete(params *EmployeeCategoryDeleteParams, authInfo runtime.ClientAuthInfoWriter) error
EmployeeCategoryDelete bs e t a delete employee category by ID
func (*Client) EmployeeCategoryGet ¶
func (a *Client) EmployeeCategoryGet(params *EmployeeCategoryGetParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategoryGetOK, error)
EmployeeCategoryGet bs e t a get employee category by ID
func (*Client) EmployeeCategoryListDeleteByIds ¶
func (a *Client) EmployeeCategoryListDeleteByIds(params *EmployeeCategoryListDeleteByIdsParams, authInfo runtime.ClientAuthInfoWriter) error
EmployeeCategoryListDeleteByIds bs e t a delete multiple employee categories
func (*Client) EmployeeCategoryListPostList ¶
func (a *Client) EmployeeCategoryListPostList(params *EmployeeCategoryListPostListParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategoryListPostListCreated, error)
EmployeeCategoryListPostList bs e t a create new employee categories
func (*Client) EmployeeCategoryListPutList ¶
func (a *Client) EmployeeCategoryListPutList(params *EmployeeCategoryListPutListParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategoryListPutListOK, error)
EmployeeCategoryListPutList bs e t a update multiple employee categories
func (*Client) EmployeeCategoryPost ¶
func (a *Client) EmployeeCategoryPost(params *EmployeeCategoryPostParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategoryPostCreated, error)
EmployeeCategoryPost bs e t a create a new employee category
func (*Client) EmployeeCategoryPut ¶
func (a *Client) EmployeeCategoryPut(params *EmployeeCategoryPutParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategoryPutOK, error)
EmployeeCategoryPut bs e t a update employee category information
func (*Client) EmployeeCategorySearch ¶
func (a *Client) EmployeeCategorySearch(params *EmployeeCategorySearchParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategorySearchOK, error)
EmployeeCategorySearch bs e t a find employee category corresponding with sent data
func (*Client) ProjectCategoryGet ¶
func (a *Client) ProjectCategoryGet(params *ProjectCategoryGetParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectCategoryGetOK, error)
ProjectCategoryGet finds project category by ID
func (*Client) ProjectCategoryPost ¶
func (a *Client) ProjectCategoryPost(params *ProjectCategoryPostParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectCategoryPostCreated, error)
ProjectCategoryPost adds new project category
func (*Client) ProjectCategoryPut ¶
func (a *Client) ProjectCategoryPut(params *ProjectCategoryPutParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectCategoryPutOK, error)
ProjectCategoryPut updates project category
func (*Client) ProjectCategorySearch ¶
func (a *Client) ProjectCategorySearch(params *ProjectCategorySearchParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectCategorySearchOK, error)
ProjectCategorySearch finds project categories corresponding with sent data
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { CustomerCategoryGet(params *CustomerCategoryGetParams, authInfo runtime.ClientAuthInfoWriter) (*CustomerCategoryGetOK, error) CustomerCategoryPost(params *CustomerCategoryPostParams, authInfo runtime.ClientAuthInfoWriter) (*CustomerCategoryPostCreated, error) CustomerCategoryPut(params *CustomerCategoryPutParams, authInfo runtime.ClientAuthInfoWriter) (*CustomerCategoryPutOK, error) CustomerCategorySearch(params *CustomerCategorySearchParams, authInfo runtime.ClientAuthInfoWriter) (*CustomerCategorySearchOK, error) EmployeeCategoryListDeleteByIds(params *EmployeeCategoryListDeleteByIdsParams, authInfo runtime.ClientAuthInfoWriter) error EmployeeCategoryListPostList(params *EmployeeCategoryListPostListParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategoryListPostListCreated, error) EmployeeCategoryListPutList(params *EmployeeCategoryListPutListParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategoryListPutListOK, error) EmployeeCategoryDelete(params *EmployeeCategoryDeleteParams, authInfo runtime.ClientAuthInfoWriter) error EmployeeCategoryGet(params *EmployeeCategoryGetParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategoryGetOK, error) EmployeeCategoryPost(params *EmployeeCategoryPostParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategoryPostCreated, error) EmployeeCategoryPut(params *EmployeeCategoryPutParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategoryPutOK, error) EmployeeCategorySearch(params *EmployeeCategorySearchParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeCategorySearchOK, error) ProjectCategoryGet(params *ProjectCategoryGetParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectCategoryGetOK, error) ProjectCategoryPost(params *ProjectCategoryPostParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectCategoryPostCreated, error) ProjectCategoryPut(params *ProjectCategoryPutParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectCategoryPutOK, error) ProjectCategorySearch(params *ProjectCategorySearchParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectCategorySearchOK, 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 category API client.
type CustomerCategoryGetOK ¶
type CustomerCategoryGetOK struct {
Payload *models.ResponseWrapperCustomerCategory
}
CustomerCategoryGetOK handles this case with default header values.
successful operation
func NewCustomerCategoryGetOK ¶
func NewCustomerCategoryGetOK() *CustomerCategoryGetOK
NewCustomerCategoryGetOK creates a CustomerCategoryGetOK with default headers values
func (*CustomerCategoryGetOK) Error ¶
func (o *CustomerCategoryGetOK) Error() string
func (*CustomerCategoryGetOK) GetPayload ¶
func (o *CustomerCategoryGetOK) GetPayload() *models.ResponseWrapperCustomerCategory
type CustomerCategoryGetParams ¶
type CustomerCategoryGetParams struct { /*Fields Fields filter pattern */ Fields *string /*ID Element ID */ ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CustomerCategoryGetParams contains all the parameters to send to the API endpoint for the customer category get operation typically these are written to a http.Request
func NewCustomerCategoryGetParams ¶
func NewCustomerCategoryGetParams() *CustomerCategoryGetParams
NewCustomerCategoryGetParams creates a new CustomerCategoryGetParams object with the default values initialized.
func NewCustomerCategoryGetParamsWithContext ¶
func NewCustomerCategoryGetParamsWithContext(ctx context.Context) *CustomerCategoryGetParams
NewCustomerCategoryGetParamsWithContext creates a new CustomerCategoryGetParams object with the default values initialized, and the ability to set a context for a request
func NewCustomerCategoryGetParamsWithHTTPClient ¶
func NewCustomerCategoryGetParamsWithHTTPClient(client *http.Client) *CustomerCategoryGetParams
NewCustomerCategoryGetParamsWithHTTPClient creates a new CustomerCategoryGetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCustomerCategoryGetParamsWithTimeout ¶
func NewCustomerCategoryGetParamsWithTimeout(timeout time.Duration) *CustomerCategoryGetParams
NewCustomerCategoryGetParamsWithTimeout creates a new CustomerCategoryGetParams object with the default values initialized, and the ability to set a timeout on a request
func (*CustomerCategoryGetParams) SetContext ¶
func (o *CustomerCategoryGetParams) SetContext(ctx context.Context)
SetContext adds the context to the customer category get params
func (*CustomerCategoryGetParams) SetFields ¶
func (o *CustomerCategoryGetParams) SetFields(fields *string)
SetFields adds the fields to the customer category get params
func (*CustomerCategoryGetParams) SetHTTPClient ¶
func (o *CustomerCategoryGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the customer category get params
func (*CustomerCategoryGetParams) SetID ¶
func (o *CustomerCategoryGetParams) SetID(id int32)
SetID adds the id to the customer category get params
func (*CustomerCategoryGetParams) SetTimeout ¶
func (o *CustomerCategoryGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the customer category get params
func (*CustomerCategoryGetParams) WithContext ¶
func (o *CustomerCategoryGetParams) WithContext(ctx context.Context) *CustomerCategoryGetParams
WithContext adds the context to the customer category get params
func (*CustomerCategoryGetParams) WithFields ¶
func (o *CustomerCategoryGetParams) WithFields(fields *string) *CustomerCategoryGetParams
WithFields adds the fields to the customer category get params
func (*CustomerCategoryGetParams) WithHTTPClient ¶
func (o *CustomerCategoryGetParams) WithHTTPClient(client *http.Client) *CustomerCategoryGetParams
WithHTTPClient adds the HTTPClient to the customer category get params
func (*CustomerCategoryGetParams) WithID ¶
func (o *CustomerCategoryGetParams) WithID(id int32) *CustomerCategoryGetParams
WithID adds the id to the customer category get params
func (*CustomerCategoryGetParams) WithTimeout ¶
func (o *CustomerCategoryGetParams) WithTimeout(timeout time.Duration) *CustomerCategoryGetParams
WithTimeout adds the timeout to the customer category get params
func (*CustomerCategoryGetParams) WriteToRequest ¶
func (o *CustomerCategoryGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CustomerCategoryGetReader ¶
type CustomerCategoryGetReader struct {
// contains filtered or unexported fields
}
CustomerCategoryGetReader is a Reader for the CustomerCategoryGet structure.
func (*CustomerCategoryGetReader) ReadResponse ¶
func (o *CustomerCategoryGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CustomerCategoryPostCreated ¶
type CustomerCategoryPostCreated struct {
Payload *models.ResponseWrapperCustomerCategory
}
CustomerCategoryPostCreated handles this case with default header values.
successfully created
func NewCustomerCategoryPostCreated ¶
func NewCustomerCategoryPostCreated() *CustomerCategoryPostCreated
NewCustomerCategoryPostCreated creates a CustomerCategoryPostCreated with default headers values
func (*CustomerCategoryPostCreated) Error ¶
func (o *CustomerCategoryPostCreated) Error() string
func (*CustomerCategoryPostCreated) GetPayload ¶
func (o *CustomerCategoryPostCreated) GetPayload() *models.ResponseWrapperCustomerCategory
type CustomerCategoryPostParams ¶
type CustomerCategoryPostParams struct { /*Body JSON representing the new object to be created. Should not have ID and version set. */ Body *models.CustomerCategory Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CustomerCategoryPostParams contains all the parameters to send to the API endpoint for the customer category post operation typically these are written to a http.Request
func NewCustomerCategoryPostParams ¶
func NewCustomerCategoryPostParams() *CustomerCategoryPostParams
NewCustomerCategoryPostParams creates a new CustomerCategoryPostParams object with the default values initialized.
func NewCustomerCategoryPostParamsWithContext ¶
func NewCustomerCategoryPostParamsWithContext(ctx context.Context) *CustomerCategoryPostParams
NewCustomerCategoryPostParamsWithContext creates a new CustomerCategoryPostParams object with the default values initialized, and the ability to set a context for a request
func NewCustomerCategoryPostParamsWithHTTPClient ¶
func NewCustomerCategoryPostParamsWithHTTPClient(client *http.Client) *CustomerCategoryPostParams
NewCustomerCategoryPostParamsWithHTTPClient creates a new CustomerCategoryPostParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCustomerCategoryPostParamsWithTimeout ¶
func NewCustomerCategoryPostParamsWithTimeout(timeout time.Duration) *CustomerCategoryPostParams
NewCustomerCategoryPostParamsWithTimeout creates a new CustomerCategoryPostParams object with the default values initialized, and the ability to set a timeout on a request
func (*CustomerCategoryPostParams) SetBody ¶
func (o *CustomerCategoryPostParams) SetBody(body *models.CustomerCategory)
SetBody adds the body to the customer category post params
func (*CustomerCategoryPostParams) SetContext ¶
func (o *CustomerCategoryPostParams) SetContext(ctx context.Context)
SetContext adds the context to the customer category post params
func (*CustomerCategoryPostParams) SetHTTPClient ¶
func (o *CustomerCategoryPostParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the customer category post params
func (*CustomerCategoryPostParams) SetTimeout ¶
func (o *CustomerCategoryPostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the customer category post params
func (*CustomerCategoryPostParams) WithBody ¶
func (o *CustomerCategoryPostParams) WithBody(body *models.CustomerCategory) *CustomerCategoryPostParams
WithBody adds the body to the customer category post params
func (*CustomerCategoryPostParams) WithContext ¶
func (o *CustomerCategoryPostParams) WithContext(ctx context.Context) *CustomerCategoryPostParams
WithContext adds the context to the customer category post params
func (*CustomerCategoryPostParams) WithHTTPClient ¶
func (o *CustomerCategoryPostParams) WithHTTPClient(client *http.Client) *CustomerCategoryPostParams
WithHTTPClient adds the HTTPClient to the customer category post params
func (*CustomerCategoryPostParams) WithTimeout ¶
func (o *CustomerCategoryPostParams) WithTimeout(timeout time.Duration) *CustomerCategoryPostParams
WithTimeout adds the timeout to the customer category post params
func (*CustomerCategoryPostParams) WriteToRequest ¶
func (o *CustomerCategoryPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CustomerCategoryPostReader ¶
type CustomerCategoryPostReader struct {
// contains filtered or unexported fields
}
CustomerCategoryPostReader is a Reader for the CustomerCategoryPost structure.
func (*CustomerCategoryPostReader) ReadResponse ¶
func (o *CustomerCategoryPostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CustomerCategoryPutOK ¶
type CustomerCategoryPutOK struct {
Payload *models.ResponseWrapperCustomerCategory
}
CustomerCategoryPutOK handles this case with default header values.
successful operation
func NewCustomerCategoryPutOK ¶
func NewCustomerCategoryPutOK() *CustomerCategoryPutOK
NewCustomerCategoryPutOK creates a CustomerCategoryPutOK with default headers values
func (*CustomerCategoryPutOK) Error ¶
func (o *CustomerCategoryPutOK) Error() string
func (*CustomerCategoryPutOK) GetPayload ¶
func (o *CustomerCategoryPutOK) GetPayload() *models.ResponseWrapperCustomerCategory
type CustomerCategoryPutParams ¶
type CustomerCategoryPutParams struct { /*Body Partial object describing what should be updated */ Body *models.CustomerCategory /*ID Element ID */ ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CustomerCategoryPutParams contains all the parameters to send to the API endpoint for the customer category put operation typically these are written to a http.Request
func NewCustomerCategoryPutParams ¶
func NewCustomerCategoryPutParams() *CustomerCategoryPutParams
NewCustomerCategoryPutParams creates a new CustomerCategoryPutParams object with the default values initialized.
func NewCustomerCategoryPutParamsWithContext ¶
func NewCustomerCategoryPutParamsWithContext(ctx context.Context) *CustomerCategoryPutParams
NewCustomerCategoryPutParamsWithContext creates a new CustomerCategoryPutParams object with the default values initialized, and the ability to set a context for a request
func NewCustomerCategoryPutParamsWithHTTPClient ¶
func NewCustomerCategoryPutParamsWithHTTPClient(client *http.Client) *CustomerCategoryPutParams
NewCustomerCategoryPutParamsWithHTTPClient creates a new CustomerCategoryPutParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCustomerCategoryPutParamsWithTimeout ¶
func NewCustomerCategoryPutParamsWithTimeout(timeout time.Duration) *CustomerCategoryPutParams
NewCustomerCategoryPutParamsWithTimeout creates a new CustomerCategoryPutParams object with the default values initialized, and the ability to set a timeout on a request
func (*CustomerCategoryPutParams) SetBody ¶
func (o *CustomerCategoryPutParams) SetBody(body *models.CustomerCategory)
SetBody adds the body to the customer category put params
func (*CustomerCategoryPutParams) SetContext ¶
func (o *CustomerCategoryPutParams) SetContext(ctx context.Context)
SetContext adds the context to the customer category put params
func (*CustomerCategoryPutParams) SetHTTPClient ¶
func (o *CustomerCategoryPutParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the customer category put params
func (*CustomerCategoryPutParams) SetID ¶
func (o *CustomerCategoryPutParams) SetID(id int32)
SetID adds the id to the customer category put params
func (*CustomerCategoryPutParams) SetTimeout ¶
func (o *CustomerCategoryPutParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the customer category put params
func (*CustomerCategoryPutParams) WithBody ¶
func (o *CustomerCategoryPutParams) WithBody(body *models.CustomerCategory) *CustomerCategoryPutParams
WithBody adds the body to the customer category put params
func (*CustomerCategoryPutParams) WithContext ¶
func (o *CustomerCategoryPutParams) WithContext(ctx context.Context) *CustomerCategoryPutParams
WithContext adds the context to the customer category put params
func (*CustomerCategoryPutParams) WithHTTPClient ¶
func (o *CustomerCategoryPutParams) WithHTTPClient(client *http.Client) *CustomerCategoryPutParams
WithHTTPClient adds the HTTPClient to the customer category put params
func (*CustomerCategoryPutParams) WithID ¶
func (o *CustomerCategoryPutParams) WithID(id int32) *CustomerCategoryPutParams
WithID adds the id to the customer category put params
func (*CustomerCategoryPutParams) WithTimeout ¶
func (o *CustomerCategoryPutParams) WithTimeout(timeout time.Duration) *CustomerCategoryPutParams
WithTimeout adds the timeout to the customer category put params
func (*CustomerCategoryPutParams) WriteToRequest ¶
func (o *CustomerCategoryPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CustomerCategoryPutReader ¶
type CustomerCategoryPutReader struct {
// contains filtered or unexported fields
}
CustomerCategoryPutReader is a Reader for the CustomerCategoryPut structure.
func (*CustomerCategoryPutReader) ReadResponse ¶
func (o *CustomerCategoryPutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CustomerCategorySearchOK ¶
type CustomerCategorySearchOK struct {
Payload *models.ListResponseCustomerCategory
}
CustomerCategorySearchOK handles this case with default header values.
successful operation
func NewCustomerCategorySearchOK ¶
func NewCustomerCategorySearchOK() *CustomerCategorySearchOK
NewCustomerCategorySearchOK creates a CustomerCategorySearchOK with default headers values
func (*CustomerCategorySearchOK) Error ¶
func (o *CustomerCategorySearchOK) Error() string
func (*CustomerCategorySearchOK) GetPayload ¶
func (o *CustomerCategorySearchOK) GetPayload() *models.ListResponseCustomerCategory
type CustomerCategorySearchParams ¶
type CustomerCategorySearchParams struct { /*Count Number of elements to return */ Count *int64 /*Description Containing */ Description *string /*Fields Fields filter pattern */ Fields *string /*From From index */ From *int64 /*ID List of IDs */ ID *string /*Name Containing */ Name *string /*Number Equals */ Number *string /*Sorting Sorting pattern */ Sorting *string /*Type List of IDs */ Type *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CustomerCategorySearchParams contains all the parameters to send to the API endpoint for the customer category search operation typically these are written to a http.Request
func NewCustomerCategorySearchParams ¶
func NewCustomerCategorySearchParams() *CustomerCategorySearchParams
NewCustomerCategorySearchParams creates a new CustomerCategorySearchParams object with the default values initialized.
func NewCustomerCategorySearchParamsWithContext ¶
func NewCustomerCategorySearchParamsWithContext(ctx context.Context) *CustomerCategorySearchParams
NewCustomerCategorySearchParamsWithContext creates a new CustomerCategorySearchParams object with the default values initialized, and the ability to set a context for a request
func NewCustomerCategorySearchParamsWithHTTPClient ¶
func NewCustomerCategorySearchParamsWithHTTPClient(client *http.Client) *CustomerCategorySearchParams
NewCustomerCategorySearchParamsWithHTTPClient creates a new CustomerCategorySearchParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCustomerCategorySearchParamsWithTimeout ¶
func NewCustomerCategorySearchParamsWithTimeout(timeout time.Duration) *CustomerCategorySearchParams
NewCustomerCategorySearchParamsWithTimeout creates a new CustomerCategorySearchParams object with the default values initialized, and the ability to set a timeout on a request
func (*CustomerCategorySearchParams) SetContext ¶
func (o *CustomerCategorySearchParams) SetContext(ctx context.Context)
SetContext adds the context to the customer category search params
func (*CustomerCategorySearchParams) SetCount ¶
func (o *CustomerCategorySearchParams) SetCount(count *int64)
SetCount adds the count to the customer category search params
func (*CustomerCategorySearchParams) SetDescription ¶
func (o *CustomerCategorySearchParams) SetDescription(description *string)
SetDescription adds the description to the customer category search params
func (*CustomerCategorySearchParams) SetFields ¶
func (o *CustomerCategorySearchParams) SetFields(fields *string)
SetFields adds the fields to the customer category search params
func (*CustomerCategorySearchParams) SetFrom ¶
func (o *CustomerCategorySearchParams) SetFrom(from *int64)
SetFrom adds the from to the customer category search params
func (*CustomerCategorySearchParams) SetHTTPClient ¶
func (o *CustomerCategorySearchParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the customer category search params
func (*CustomerCategorySearchParams) SetID ¶
func (o *CustomerCategorySearchParams) SetID(id *string)
SetID adds the id to the customer category search params
func (*CustomerCategorySearchParams) SetName ¶
func (o *CustomerCategorySearchParams) SetName(name *string)
SetName adds the name to the customer category search params
func (*CustomerCategorySearchParams) SetNumber ¶
func (o *CustomerCategorySearchParams) SetNumber(number *string)
SetNumber adds the number to the customer category search params
func (*CustomerCategorySearchParams) SetSorting ¶
func (o *CustomerCategorySearchParams) SetSorting(sorting *string)
SetSorting adds the sorting to the customer category search params
func (*CustomerCategorySearchParams) SetTimeout ¶
func (o *CustomerCategorySearchParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the customer category search params
func (*CustomerCategorySearchParams) SetType ¶
func (o *CustomerCategorySearchParams) SetType(typeVar *string)
SetType adds the type to the customer category search params
func (*CustomerCategorySearchParams) WithContext ¶
func (o *CustomerCategorySearchParams) WithContext(ctx context.Context) *CustomerCategorySearchParams
WithContext adds the context to the customer category search params
func (*CustomerCategorySearchParams) WithCount ¶
func (o *CustomerCategorySearchParams) WithCount(count *int64) *CustomerCategorySearchParams
WithCount adds the count to the customer category search params
func (*CustomerCategorySearchParams) WithDescription ¶
func (o *CustomerCategorySearchParams) WithDescription(description *string) *CustomerCategorySearchParams
WithDescription adds the description to the customer category search params
func (*CustomerCategorySearchParams) WithFields ¶
func (o *CustomerCategorySearchParams) WithFields(fields *string) *CustomerCategorySearchParams
WithFields adds the fields to the customer category search params
func (*CustomerCategorySearchParams) WithFrom ¶
func (o *CustomerCategorySearchParams) WithFrom(from *int64) *CustomerCategorySearchParams
WithFrom adds the from to the customer category search params
func (*CustomerCategorySearchParams) WithHTTPClient ¶
func (o *CustomerCategorySearchParams) WithHTTPClient(client *http.Client) *CustomerCategorySearchParams
WithHTTPClient adds the HTTPClient to the customer category search params
func (*CustomerCategorySearchParams) WithID ¶
func (o *CustomerCategorySearchParams) WithID(id *string) *CustomerCategorySearchParams
WithID adds the id to the customer category search params
func (*CustomerCategorySearchParams) WithName ¶
func (o *CustomerCategorySearchParams) WithName(name *string) *CustomerCategorySearchParams
WithName adds the name to the customer category search params
func (*CustomerCategorySearchParams) WithNumber ¶
func (o *CustomerCategorySearchParams) WithNumber(number *string) *CustomerCategorySearchParams
WithNumber adds the number to the customer category search params
func (*CustomerCategorySearchParams) WithSorting ¶
func (o *CustomerCategorySearchParams) WithSorting(sorting *string) *CustomerCategorySearchParams
WithSorting adds the sorting to the customer category search params
func (*CustomerCategorySearchParams) WithTimeout ¶
func (o *CustomerCategorySearchParams) WithTimeout(timeout time.Duration) *CustomerCategorySearchParams
WithTimeout adds the timeout to the customer category search params
func (*CustomerCategorySearchParams) WithType ¶
func (o *CustomerCategorySearchParams) WithType(typeVar *string) *CustomerCategorySearchParams
WithType adds the typeVar to the customer category search params
func (*CustomerCategorySearchParams) WriteToRequest ¶
func (o *CustomerCategorySearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CustomerCategorySearchReader ¶
type CustomerCategorySearchReader struct {
// contains filtered or unexported fields
}
CustomerCategorySearchReader is a Reader for the CustomerCategorySearch structure.
func (*CustomerCategorySearchReader) ReadResponse ¶
func (o *CustomerCategorySearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EmployeeCategoryDeleteDefault ¶
type EmployeeCategoryDeleteDefault struct {
// contains filtered or unexported fields
}
EmployeeCategoryDeleteDefault handles this case with default header values.
successful operation
func NewEmployeeCategoryDeleteDefault ¶
func NewEmployeeCategoryDeleteDefault(code int) *EmployeeCategoryDeleteDefault
NewEmployeeCategoryDeleteDefault creates a EmployeeCategoryDeleteDefault with default headers values
func (*EmployeeCategoryDeleteDefault) Code ¶
func (o *EmployeeCategoryDeleteDefault) Code() int
Code gets the status code for the employee category delete default response
func (*EmployeeCategoryDeleteDefault) Error ¶
func (o *EmployeeCategoryDeleteDefault) Error() string
type EmployeeCategoryDeleteParams ¶
type EmployeeCategoryDeleteParams struct { /*ID Element ID */ ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EmployeeCategoryDeleteParams contains all the parameters to send to the API endpoint for the employee category delete operation typically these are written to a http.Request
func NewEmployeeCategoryDeleteParams ¶
func NewEmployeeCategoryDeleteParams() *EmployeeCategoryDeleteParams
NewEmployeeCategoryDeleteParams creates a new EmployeeCategoryDeleteParams object with the default values initialized.
func NewEmployeeCategoryDeleteParamsWithContext ¶
func NewEmployeeCategoryDeleteParamsWithContext(ctx context.Context) *EmployeeCategoryDeleteParams
NewEmployeeCategoryDeleteParamsWithContext creates a new EmployeeCategoryDeleteParams object with the default values initialized, and the ability to set a context for a request
func NewEmployeeCategoryDeleteParamsWithHTTPClient ¶
func NewEmployeeCategoryDeleteParamsWithHTTPClient(client *http.Client) *EmployeeCategoryDeleteParams
NewEmployeeCategoryDeleteParamsWithHTTPClient creates a new EmployeeCategoryDeleteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEmployeeCategoryDeleteParamsWithTimeout ¶
func NewEmployeeCategoryDeleteParamsWithTimeout(timeout time.Duration) *EmployeeCategoryDeleteParams
NewEmployeeCategoryDeleteParamsWithTimeout creates a new EmployeeCategoryDeleteParams object with the default values initialized, and the ability to set a timeout on a request
func (*EmployeeCategoryDeleteParams) SetContext ¶
func (o *EmployeeCategoryDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the employee category delete params
func (*EmployeeCategoryDeleteParams) SetHTTPClient ¶
func (o *EmployeeCategoryDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the employee category delete params
func (*EmployeeCategoryDeleteParams) SetID ¶
func (o *EmployeeCategoryDeleteParams) SetID(id int32)
SetID adds the id to the employee category delete params
func (*EmployeeCategoryDeleteParams) SetTimeout ¶
func (o *EmployeeCategoryDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the employee category delete params
func (*EmployeeCategoryDeleteParams) WithContext ¶
func (o *EmployeeCategoryDeleteParams) WithContext(ctx context.Context) *EmployeeCategoryDeleteParams
WithContext adds the context to the employee category delete params
func (*EmployeeCategoryDeleteParams) WithHTTPClient ¶
func (o *EmployeeCategoryDeleteParams) WithHTTPClient(client *http.Client) *EmployeeCategoryDeleteParams
WithHTTPClient adds the HTTPClient to the employee category delete params
func (*EmployeeCategoryDeleteParams) WithID ¶
func (o *EmployeeCategoryDeleteParams) WithID(id int32) *EmployeeCategoryDeleteParams
WithID adds the id to the employee category delete params
func (*EmployeeCategoryDeleteParams) WithTimeout ¶
func (o *EmployeeCategoryDeleteParams) WithTimeout(timeout time.Duration) *EmployeeCategoryDeleteParams
WithTimeout adds the timeout to the employee category delete params
func (*EmployeeCategoryDeleteParams) WriteToRequest ¶
func (o *EmployeeCategoryDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EmployeeCategoryDeleteReader ¶
type EmployeeCategoryDeleteReader struct {
// contains filtered or unexported fields
}
EmployeeCategoryDeleteReader is a Reader for the EmployeeCategoryDelete structure.
func (*EmployeeCategoryDeleteReader) ReadResponse ¶
func (o *EmployeeCategoryDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EmployeeCategoryGetOK ¶
type EmployeeCategoryGetOK struct {
Payload *models.ResponseWrapperEmployeeCategory
}
EmployeeCategoryGetOK handles this case with default header values.
successful operation
func NewEmployeeCategoryGetOK ¶
func NewEmployeeCategoryGetOK() *EmployeeCategoryGetOK
NewEmployeeCategoryGetOK creates a EmployeeCategoryGetOK with default headers values
func (*EmployeeCategoryGetOK) Error ¶
func (o *EmployeeCategoryGetOK) Error() string
func (*EmployeeCategoryGetOK) GetPayload ¶
func (o *EmployeeCategoryGetOK) GetPayload() *models.ResponseWrapperEmployeeCategory
type EmployeeCategoryGetParams ¶
type EmployeeCategoryGetParams struct { /*Fields Fields filter pattern */ Fields *string /*ID Element ID */ ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EmployeeCategoryGetParams contains all the parameters to send to the API endpoint for the employee category get operation typically these are written to a http.Request
func NewEmployeeCategoryGetParams ¶
func NewEmployeeCategoryGetParams() *EmployeeCategoryGetParams
NewEmployeeCategoryGetParams creates a new EmployeeCategoryGetParams object with the default values initialized.
func NewEmployeeCategoryGetParamsWithContext ¶
func NewEmployeeCategoryGetParamsWithContext(ctx context.Context) *EmployeeCategoryGetParams
NewEmployeeCategoryGetParamsWithContext creates a new EmployeeCategoryGetParams object with the default values initialized, and the ability to set a context for a request
func NewEmployeeCategoryGetParamsWithHTTPClient ¶
func NewEmployeeCategoryGetParamsWithHTTPClient(client *http.Client) *EmployeeCategoryGetParams
NewEmployeeCategoryGetParamsWithHTTPClient creates a new EmployeeCategoryGetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEmployeeCategoryGetParamsWithTimeout ¶
func NewEmployeeCategoryGetParamsWithTimeout(timeout time.Duration) *EmployeeCategoryGetParams
NewEmployeeCategoryGetParamsWithTimeout creates a new EmployeeCategoryGetParams object with the default values initialized, and the ability to set a timeout on a request
func (*EmployeeCategoryGetParams) SetContext ¶
func (o *EmployeeCategoryGetParams) SetContext(ctx context.Context)
SetContext adds the context to the employee category get params
func (*EmployeeCategoryGetParams) SetFields ¶
func (o *EmployeeCategoryGetParams) SetFields(fields *string)
SetFields adds the fields to the employee category get params
func (*EmployeeCategoryGetParams) SetHTTPClient ¶
func (o *EmployeeCategoryGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the employee category get params
func (*EmployeeCategoryGetParams) SetID ¶
func (o *EmployeeCategoryGetParams) SetID(id int32)
SetID adds the id to the employee category get params
func (*EmployeeCategoryGetParams) SetTimeout ¶
func (o *EmployeeCategoryGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the employee category get params
func (*EmployeeCategoryGetParams) WithContext ¶
func (o *EmployeeCategoryGetParams) WithContext(ctx context.Context) *EmployeeCategoryGetParams
WithContext adds the context to the employee category get params
func (*EmployeeCategoryGetParams) WithFields ¶
func (o *EmployeeCategoryGetParams) WithFields(fields *string) *EmployeeCategoryGetParams
WithFields adds the fields to the employee category get params
func (*EmployeeCategoryGetParams) WithHTTPClient ¶
func (o *EmployeeCategoryGetParams) WithHTTPClient(client *http.Client) *EmployeeCategoryGetParams
WithHTTPClient adds the HTTPClient to the employee category get params
func (*EmployeeCategoryGetParams) WithID ¶
func (o *EmployeeCategoryGetParams) WithID(id int32) *EmployeeCategoryGetParams
WithID adds the id to the employee category get params
func (*EmployeeCategoryGetParams) WithTimeout ¶
func (o *EmployeeCategoryGetParams) WithTimeout(timeout time.Duration) *EmployeeCategoryGetParams
WithTimeout adds the timeout to the employee category get params
func (*EmployeeCategoryGetParams) WriteToRequest ¶
func (o *EmployeeCategoryGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EmployeeCategoryGetReader ¶
type EmployeeCategoryGetReader struct {
// contains filtered or unexported fields
}
EmployeeCategoryGetReader is a Reader for the EmployeeCategoryGet structure.
func (*EmployeeCategoryGetReader) ReadResponse ¶
func (o *EmployeeCategoryGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EmployeeCategoryListDeleteByIdsDefault ¶
type EmployeeCategoryListDeleteByIdsDefault struct {
// contains filtered or unexported fields
}
EmployeeCategoryListDeleteByIdsDefault handles this case with default header values.
successful operation
func NewEmployeeCategoryListDeleteByIdsDefault ¶
func NewEmployeeCategoryListDeleteByIdsDefault(code int) *EmployeeCategoryListDeleteByIdsDefault
NewEmployeeCategoryListDeleteByIdsDefault creates a EmployeeCategoryListDeleteByIdsDefault with default headers values
func (*EmployeeCategoryListDeleteByIdsDefault) Code ¶
func (o *EmployeeCategoryListDeleteByIdsDefault) Code() int
Code gets the status code for the employee category list delete by ids default response
func (*EmployeeCategoryListDeleteByIdsDefault) Error ¶
func (o *EmployeeCategoryListDeleteByIdsDefault) Error() string
type EmployeeCategoryListDeleteByIdsParams ¶
type EmployeeCategoryListDeleteByIdsParams struct { /*Ids ID of the elements */ Ids string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EmployeeCategoryListDeleteByIdsParams contains all the parameters to send to the API endpoint for the employee category list delete by ids operation typically these are written to a http.Request
func NewEmployeeCategoryListDeleteByIdsParams ¶
func NewEmployeeCategoryListDeleteByIdsParams() *EmployeeCategoryListDeleteByIdsParams
NewEmployeeCategoryListDeleteByIdsParams creates a new EmployeeCategoryListDeleteByIdsParams object with the default values initialized.
func NewEmployeeCategoryListDeleteByIdsParamsWithContext ¶
func NewEmployeeCategoryListDeleteByIdsParamsWithContext(ctx context.Context) *EmployeeCategoryListDeleteByIdsParams
NewEmployeeCategoryListDeleteByIdsParamsWithContext creates a new EmployeeCategoryListDeleteByIdsParams object with the default values initialized, and the ability to set a context for a request
func NewEmployeeCategoryListDeleteByIdsParamsWithHTTPClient ¶
func NewEmployeeCategoryListDeleteByIdsParamsWithHTTPClient(client *http.Client) *EmployeeCategoryListDeleteByIdsParams
NewEmployeeCategoryListDeleteByIdsParamsWithHTTPClient creates a new EmployeeCategoryListDeleteByIdsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEmployeeCategoryListDeleteByIdsParamsWithTimeout ¶
func NewEmployeeCategoryListDeleteByIdsParamsWithTimeout(timeout time.Duration) *EmployeeCategoryListDeleteByIdsParams
NewEmployeeCategoryListDeleteByIdsParamsWithTimeout creates a new EmployeeCategoryListDeleteByIdsParams object with the default values initialized, and the ability to set a timeout on a request
func (*EmployeeCategoryListDeleteByIdsParams) SetContext ¶
func (o *EmployeeCategoryListDeleteByIdsParams) SetContext(ctx context.Context)
SetContext adds the context to the employee category list delete by ids params
func (*EmployeeCategoryListDeleteByIdsParams) SetHTTPClient ¶
func (o *EmployeeCategoryListDeleteByIdsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the employee category list delete by ids params
func (*EmployeeCategoryListDeleteByIdsParams) SetIds ¶
func (o *EmployeeCategoryListDeleteByIdsParams) SetIds(ids string)
SetIds adds the ids to the employee category list delete by ids params
func (*EmployeeCategoryListDeleteByIdsParams) SetTimeout ¶
func (o *EmployeeCategoryListDeleteByIdsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the employee category list delete by ids params
func (*EmployeeCategoryListDeleteByIdsParams) WithContext ¶
func (o *EmployeeCategoryListDeleteByIdsParams) WithContext(ctx context.Context) *EmployeeCategoryListDeleteByIdsParams
WithContext adds the context to the employee category list delete by ids params
func (*EmployeeCategoryListDeleteByIdsParams) WithHTTPClient ¶
func (o *EmployeeCategoryListDeleteByIdsParams) WithHTTPClient(client *http.Client) *EmployeeCategoryListDeleteByIdsParams
WithHTTPClient adds the HTTPClient to the employee category list delete by ids params
func (*EmployeeCategoryListDeleteByIdsParams) WithIds ¶
func (o *EmployeeCategoryListDeleteByIdsParams) WithIds(ids string) *EmployeeCategoryListDeleteByIdsParams
WithIds adds the ids to the employee category list delete by ids params
func (*EmployeeCategoryListDeleteByIdsParams) WithTimeout ¶
func (o *EmployeeCategoryListDeleteByIdsParams) WithTimeout(timeout time.Duration) *EmployeeCategoryListDeleteByIdsParams
WithTimeout adds the timeout to the employee category list delete by ids params
func (*EmployeeCategoryListDeleteByIdsParams) WriteToRequest ¶
func (o *EmployeeCategoryListDeleteByIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EmployeeCategoryListDeleteByIdsReader ¶
type EmployeeCategoryListDeleteByIdsReader struct {
// contains filtered or unexported fields
}
EmployeeCategoryListDeleteByIdsReader is a Reader for the EmployeeCategoryListDeleteByIds structure.
func (*EmployeeCategoryListDeleteByIdsReader) ReadResponse ¶
func (o *EmployeeCategoryListDeleteByIdsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EmployeeCategoryListPostListCreated ¶
type EmployeeCategoryListPostListCreated struct {
Payload *models.ListResponseEmployeeCategory
}
EmployeeCategoryListPostListCreated handles this case with default header values.
successfully created
func NewEmployeeCategoryListPostListCreated ¶
func NewEmployeeCategoryListPostListCreated() *EmployeeCategoryListPostListCreated
NewEmployeeCategoryListPostListCreated creates a EmployeeCategoryListPostListCreated with default headers values
func (*EmployeeCategoryListPostListCreated) Error ¶
func (o *EmployeeCategoryListPostListCreated) Error() string
func (*EmployeeCategoryListPostListCreated) GetPayload ¶
func (o *EmployeeCategoryListPostListCreated) GetPayload() *models.ListResponseEmployeeCategory
type EmployeeCategoryListPostListParams ¶
type EmployeeCategoryListPostListParams struct { /*Body JSON representing a list of new object to be created. Should not have ID and version set. */ Body []*models.EmployeeCategory Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EmployeeCategoryListPostListParams contains all the parameters to send to the API endpoint for the employee category list post list operation typically these are written to a http.Request
func NewEmployeeCategoryListPostListParams ¶
func NewEmployeeCategoryListPostListParams() *EmployeeCategoryListPostListParams
NewEmployeeCategoryListPostListParams creates a new EmployeeCategoryListPostListParams object with the default values initialized.
func NewEmployeeCategoryListPostListParamsWithContext ¶
func NewEmployeeCategoryListPostListParamsWithContext(ctx context.Context) *EmployeeCategoryListPostListParams
NewEmployeeCategoryListPostListParamsWithContext creates a new EmployeeCategoryListPostListParams object with the default values initialized, and the ability to set a context for a request
func NewEmployeeCategoryListPostListParamsWithHTTPClient ¶
func NewEmployeeCategoryListPostListParamsWithHTTPClient(client *http.Client) *EmployeeCategoryListPostListParams
NewEmployeeCategoryListPostListParamsWithHTTPClient creates a new EmployeeCategoryListPostListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEmployeeCategoryListPostListParamsWithTimeout ¶
func NewEmployeeCategoryListPostListParamsWithTimeout(timeout time.Duration) *EmployeeCategoryListPostListParams
NewEmployeeCategoryListPostListParamsWithTimeout creates a new EmployeeCategoryListPostListParams object with the default values initialized, and the ability to set a timeout on a request
func (*EmployeeCategoryListPostListParams) SetBody ¶
func (o *EmployeeCategoryListPostListParams) SetBody(body []*models.EmployeeCategory)
SetBody adds the body to the employee category list post list params
func (*EmployeeCategoryListPostListParams) SetContext ¶
func (o *EmployeeCategoryListPostListParams) SetContext(ctx context.Context)
SetContext adds the context to the employee category list post list params
func (*EmployeeCategoryListPostListParams) SetHTTPClient ¶
func (o *EmployeeCategoryListPostListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the employee category list post list params
func (*EmployeeCategoryListPostListParams) SetTimeout ¶
func (o *EmployeeCategoryListPostListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the employee category list post list params
func (*EmployeeCategoryListPostListParams) WithBody ¶
func (o *EmployeeCategoryListPostListParams) WithBody(body []*models.EmployeeCategory) *EmployeeCategoryListPostListParams
WithBody adds the body to the employee category list post list params
func (*EmployeeCategoryListPostListParams) WithContext ¶
func (o *EmployeeCategoryListPostListParams) WithContext(ctx context.Context) *EmployeeCategoryListPostListParams
WithContext adds the context to the employee category list post list params
func (*EmployeeCategoryListPostListParams) WithHTTPClient ¶
func (o *EmployeeCategoryListPostListParams) WithHTTPClient(client *http.Client) *EmployeeCategoryListPostListParams
WithHTTPClient adds the HTTPClient to the employee category list post list params
func (*EmployeeCategoryListPostListParams) WithTimeout ¶
func (o *EmployeeCategoryListPostListParams) WithTimeout(timeout time.Duration) *EmployeeCategoryListPostListParams
WithTimeout adds the timeout to the employee category list post list params
func (*EmployeeCategoryListPostListParams) WriteToRequest ¶
func (o *EmployeeCategoryListPostListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EmployeeCategoryListPostListReader ¶
type EmployeeCategoryListPostListReader struct {
// contains filtered or unexported fields
}
EmployeeCategoryListPostListReader is a Reader for the EmployeeCategoryListPostList structure.
func (*EmployeeCategoryListPostListReader) ReadResponse ¶
func (o *EmployeeCategoryListPostListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EmployeeCategoryListPutListOK ¶
type EmployeeCategoryListPutListOK struct {
Payload *models.ListResponseEmployeeCategory
}
EmployeeCategoryListPutListOK handles this case with default header values.
successful operation
func NewEmployeeCategoryListPutListOK ¶
func NewEmployeeCategoryListPutListOK() *EmployeeCategoryListPutListOK
NewEmployeeCategoryListPutListOK creates a EmployeeCategoryListPutListOK with default headers values
func (*EmployeeCategoryListPutListOK) Error ¶
func (o *EmployeeCategoryListPutListOK) Error() string
func (*EmployeeCategoryListPutListOK) GetPayload ¶
func (o *EmployeeCategoryListPutListOK) GetPayload() *models.ListResponseEmployeeCategory
type EmployeeCategoryListPutListParams ¶
type EmployeeCategoryListPutListParams struct { /*Body JSON representing updates to object. Should have ID and version set. */ Body []*models.EmployeeCategory Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EmployeeCategoryListPutListParams contains all the parameters to send to the API endpoint for the employee category list put list operation typically these are written to a http.Request
func NewEmployeeCategoryListPutListParams ¶
func NewEmployeeCategoryListPutListParams() *EmployeeCategoryListPutListParams
NewEmployeeCategoryListPutListParams creates a new EmployeeCategoryListPutListParams object with the default values initialized.
func NewEmployeeCategoryListPutListParamsWithContext ¶
func NewEmployeeCategoryListPutListParamsWithContext(ctx context.Context) *EmployeeCategoryListPutListParams
NewEmployeeCategoryListPutListParamsWithContext creates a new EmployeeCategoryListPutListParams object with the default values initialized, and the ability to set a context for a request
func NewEmployeeCategoryListPutListParamsWithHTTPClient ¶
func NewEmployeeCategoryListPutListParamsWithHTTPClient(client *http.Client) *EmployeeCategoryListPutListParams
NewEmployeeCategoryListPutListParamsWithHTTPClient creates a new EmployeeCategoryListPutListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEmployeeCategoryListPutListParamsWithTimeout ¶
func NewEmployeeCategoryListPutListParamsWithTimeout(timeout time.Duration) *EmployeeCategoryListPutListParams
NewEmployeeCategoryListPutListParamsWithTimeout creates a new EmployeeCategoryListPutListParams object with the default values initialized, and the ability to set a timeout on a request
func (*EmployeeCategoryListPutListParams) SetBody ¶
func (o *EmployeeCategoryListPutListParams) SetBody(body []*models.EmployeeCategory)
SetBody adds the body to the employee category list put list params
func (*EmployeeCategoryListPutListParams) SetContext ¶
func (o *EmployeeCategoryListPutListParams) SetContext(ctx context.Context)
SetContext adds the context to the employee category list put list params
func (*EmployeeCategoryListPutListParams) SetHTTPClient ¶
func (o *EmployeeCategoryListPutListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the employee category list put list params
func (*EmployeeCategoryListPutListParams) SetTimeout ¶
func (o *EmployeeCategoryListPutListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the employee category list put list params
func (*EmployeeCategoryListPutListParams) WithBody ¶
func (o *EmployeeCategoryListPutListParams) WithBody(body []*models.EmployeeCategory) *EmployeeCategoryListPutListParams
WithBody adds the body to the employee category list put list params
func (*EmployeeCategoryListPutListParams) WithContext ¶
func (o *EmployeeCategoryListPutListParams) WithContext(ctx context.Context) *EmployeeCategoryListPutListParams
WithContext adds the context to the employee category list put list params
func (*EmployeeCategoryListPutListParams) WithHTTPClient ¶
func (o *EmployeeCategoryListPutListParams) WithHTTPClient(client *http.Client) *EmployeeCategoryListPutListParams
WithHTTPClient adds the HTTPClient to the employee category list put list params
func (*EmployeeCategoryListPutListParams) WithTimeout ¶
func (o *EmployeeCategoryListPutListParams) WithTimeout(timeout time.Duration) *EmployeeCategoryListPutListParams
WithTimeout adds the timeout to the employee category list put list params
func (*EmployeeCategoryListPutListParams) WriteToRequest ¶
func (o *EmployeeCategoryListPutListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EmployeeCategoryListPutListReader ¶
type EmployeeCategoryListPutListReader struct {
// contains filtered or unexported fields
}
EmployeeCategoryListPutListReader is a Reader for the EmployeeCategoryListPutList structure.
func (*EmployeeCategoryListPutListReader) ReadResponse ¶
func (o *EmployeeCategoryListPutListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EmployeeCategoryPostCreated ¶
type EmployeeCategoryPostCreated struct {
Payload *models.ResponseWrapperEmployeeCategory
}
EmployeeCategoryPostCreated handles this case with default header values.
successfully created
func NewEmployeeCategoryPostCreated ¶
func NewEmployeeCategoryPostCreated() *EmployeeCategoryPostCreated
NewEmployeeCategoryPostCreated creates a EmployeeCategoryPostCreated with default headers values
func (*EmployeeCategoryPostCreated) Error ¶
func (o *EmployeeCategoryPostCreated) Error() string
func (*EmployeeCategoryPostCreated) GetPayload ¶
func (o *EmployeeCategoryPostCreated) GetPayload() *models.ResponseWrapperEmployeeCategory
type EmployeeCategoryPostParams ¶
type EmployeeCategoryPostParams struct { /*Body JSON representing the new object to be created. Should not have ID and version set. */ Body *models.EmployeeCategory Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EmployeeCategoryPostParams contains all the parameters to send to the API endpoint for the employee category post operation typically these are written to a http.Request
func NewEmployeeCategoryPostParams ¶
func NewEmployeeCategoryPostParams() *EmployeeCategoryPostParams
NewEmployeeCategoryPostParams creates a new EmployeeCategoryPostParams object with the default values initialized.
func NewEmployeeCategoryPostParamsWithContext ¶
func NewEmployeeCategoryPostParamsWithContext(ctx context.Context) *EmployeeCategoryPostParams
NewEmployeeCategoryPostParamsWithContext creates a new EmployeeCategoryPostParams object with the default values initialized, and the ability to set a context for a request
func NewEmployeeCategoryPostParamsWithHTTPClient ¶
func NewEmployeeCategoryPostParamsWithHTTPClient(client *http.Client) *EmployeeCategoryPostParams
NewEmployeeCategoryPostParamsWithHTTPClient creates a new EmployeeCategoryPostParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEmployeeCategoryPostParamsWithTimeout ¶
func NewEmployeeCategoryPostParamsWithTimeout(timeout time.Duration) *EmployeeCategoryPostParams
NewEmployeeCategoryPostParamsWithTimeout creates a new EmployeeCategoryPostParams object with the default values initialized, and the ability to set a timeout on a request
func (*EmployeeCategoryPostParams) SetBody ¶
func (o *EmployeeCategoryPostParams) SetBody(body *models.EmployeeCategory)
SetBody adds the body to the employee category post params
func (*EmployeeCategoryPostParams) SetContext ¶
func (o *EmployeeCategoryPostParams) SetContext(ctx context.Context)
SetContext adds the context to the employee category post params
func (*EmployeeCategoryPostParams) SetHTTPClient ¶
func (o *EmployeeCategoryPostParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the employee category post params
func (*EmployeeCategoryPostParams) SetTimeout ¶
func (o *EmployeeCategoryPostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the employee category post params
func (*EmployeeCategoryPostParams) WithBody ¶
func (o *EmployeeCategoryPostParams) WithBody(body *models.EmployeeCategory) *EmployeeCategoryPostParams
WithBody adds the body to the employee category post params
func (*EmployeeCategoryPostParams) WithContext ¶
func (o *EmployeeCategoryPostParams) WithContext(ctx context.Context) *EmployeeCategoryPostParams
WithContext adds the context to the employee category post params
func (*EmployeeCategoryPostParams) WithHTTPClient ¶
func (o *EmployeeCategoryPostParams) WithHTTPClient(client *http.Client) *EmployeeCategoryPostParams
WithHTTPClient adds the HTTPClient to the employee category post params
func (*EmployeeCategoryPostParams) WithTimeout ¶
func (o *EmployeeCategoryPostParams) WithTimeout(timeout time.Duration) *EmployeeCategoryPostParams
WithTimeout adds the timeout to the employee category post params
func (*EmployeeCategoryPostParams) WriteToRequest ¶
func (o *EmployeeCategoryPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EmployeeCategoryPostReader ¶
type EmployeeCategoryPostReader struct {
// contains filtered or unexported fields
}
EmployeeCategoryPostReader is a Reader for the EmployeeCategoryPost structure.
func (*EmployeeCategoryPostReader) ReadResponse ¶
func (o *EmployeeCategoryPostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EmployeeCategoryPutOK ¶
type EmployeeCategoryPutOK struct {
Payload *models.ResponseWrapperEmployeeCategory
}
EmployeeCategoryPutOK handles this case with default header values.
successful operation
func NewEmployeeCategoryPutOK ¶
func NewEmployeeCategoryPutOK() *EmployeeCategoryPutOK
NewEmployeeCategoryPutOK creates a EmployeeCategoryPutOK with default headers values
func (*EmployeeCategoryPutOK) Error ¶
func (o *EmployeeCategoryPutOK) Error() string
func (*EmployeeCategoryPutOK) GetPayload ¶
func (o *EmployeeCategoryPutOK) GetPayload() *models.ResponseWrapperEmployeeCategory
type EmployeeCategoryPutParams ¶
type EmployeeCategoryPutParams struct { /*Body Partial object describing what should be updated */ Body *models.EmployeeCategory /*ID Element ID */ ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EmployeeCategoryPutParams contains all the parameters to send to the API endpoint for the employee category put operation typically these are written to a http.Request
func NewEmployeeCategoryPutParams ¶
func NewEmployeeCategoryPutParams() *EmployeeCategoryPutParams
NewEmployeeCategoryPutParams creates a new EmployeeCategoryPutParams object with the default values initialized.
func NewEmployeeCategoryPutParamsWithContext ¶
func NewEmployeeCategoryPutParamsWithContext(ctx context.Context) *EmployeeCategoryPutParams
NewEmployeeCategoryPutParamsWithContext creates a new EmployeeCategoryPutParams object with the default values initialized, and the ability to set a context for a request
func NewEmployeeCategoryPutParamsWithHTTPClient ¶
func NewEmployeeCategoryPutParamsWithHTTPClient(client *http.Client) *EmployeeCategoryPutParams
NewEmployeeCategoryPutParamsWithHTTPClient creates a new EmployeeCategoryPutParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEmployeeCategoryPutParamsWithTimeout ¶
func NewEmployeeCategoryPutParamsWithTimeout(timeout time.Duration) *EmployeeCategoryPutParams
NewEmployeeCategoryPutParamsWithTimeout creates a new EmployeeCategoryPutParams object with the default values initialized, and the ability to set a timeout on a request
func (*EmployeeCategoryPutParams) SetBody ¶
func (o *EmployeeCategoryPutParams) SetBody(body *models.EmployeeCategory)
SetBody adds the body to the employee category put params
func (*EmployeeCategoryPutParams) SetContext ¶
func (o *EmployeeCategoryPutParams) SetContext(ctx context.Context)
SetContext adds the context to the employee category put params
func (*EmployeeCategoryPutParams) SetHTTPClient ¶
func (o *EmployeeCategoryPutParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the employee category put params
func (*EmployeeCategoryPutParams) SetID ¶
func (o *EmployeeCategoryPutParams) SetID(id int32)
SetID adds the id to the employee category put params
func (*EmployeeCategoryPutParams) SetTimeout ¶
func (o *EmployeeCategoryPutParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the employee category put params
func (*EmployeeCategoryPutParams) WithBody ¶
func (o *EmployeeCategoryPutParams) WithBody(body *models.EmployeeCategory) *EmployeeCategoryPutParams
WithBody adds the body to the employee category put params
func (*EmployeeCategoryPutParams) WithContext ¶
func (o *EmployeeCategoryPutParams) WithContext(ctx context.Context) *EmployeeCategoryPutParams
WithContext adds the context to the employee category put params
func (*EmployeeCategoryPutParams) WithHTTPClient ¶
func (o *EmployeeCategoryPutParams) WithHTTPClient(client *http.Client) *EmployeeCategoryPutParams
WithHTTPClient adds the HTTPClient to the employee category put params
func (*EmployeeCategoryPutParams) WithID ¶
func (o *EmployeeCategoryPutParams) WithID(id int32) *EmployeeCategoryPutParams
WithID adds the id to the employee category put params
func (*EmployeeCategoryPutParams) WithTimeout ¶
func (o *EmployeeCategoryPutParams) WithTimeout(timeout time.Duration) *EmployeeCategoryPutParams
WithTimeout adds the timeout to the employee category put params
func (*EmployeeCategoryPutParams) WriteToRequest ¶
func (o *EmployeeCategoryPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EmployeeCategoryPutReader ¶
type EmployeeCategoryPutReader struct {
// contains filtered or unexported fields
}
EmployeeCategoryPutReader is a Reader for the EmployeeCategoryPut structure.
func (*EmployeeCategoryPutReader) ReadResponse ¶
func (o *EmployeeCategoryPutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EmployeeCategorySearchOK ¶
type EmployeeCategorySearchOK struct {
Payload *models.ListResponseEmployeeCategory
}
EmployeeCategorySearchOK handles this case with default header values.
successful operation
func NewEmployeeCategorySearchOK ¶
func NewEmployeeCategorySearchOK() *EmployeeCategorySearchOK
NewEmployeeCategorySearchOK creates a EmployeeCategorySearchOK with default headers values
func (*EmployeeCategorySearchOK) Error ¶
func (o *EmployeeCategorySearchOK) Error() string
func (*EmployeeCategorySearchOK) GetPayload ¶
func (o *EmployeeCategorySearchOK) GetPayload() *models.ListResponseEmployeeCategory
type EmployeeCategorySearchParams ¶
type EmployeeCategorySearchParams struct { /*Count Number of elements to return */ Count *int64 /*Fields Fields filter pattern */ Fields *string /*From From index */ From *int64 /*ID List of IDs */ ID *string /*Name Containing */ Name *string /*Number List of IDs */ Number *string /*Sorting Sorting pattern */ Sorting *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EmployeeCategorySearchParams contains all the parameters to send to the API endpoint for the employee category search operation typically these are written to a http.Request
func NewEmployeeCategorySearchParams ¶
func NewEmployeeCategorySearchParams() *EmployeeCategorySearchParams
NewEmployeeCategorySearchParams creates a new EmployeeCategorySearchParams object with the default values initialized.
func NewEmployeeCategorySearchParamsWithContext ¶
func NewEmployeeCategorySearchParamsWithContext(ctx context.Context) *EmployeeCategorySearchParams
NewEmployeeCategorySearchParamsWithContext creates a new EmployeeCategorySearchParams object with the default values initialized, and the ability to set a context for a request
func NewEmployeeCategorySearchParamsWithHTTPClient ¶
func NewEmployeeCategorySearchParamsWithHTTPClient(client *http.Client) *EmployeeCategorySearchParams
NewEmployeeCategorySearchParamsWithHTTPClient creates a new EmployeeCategorySearchParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEmployeeCategorySearchParamsWithTimeout ¶
func NewEmployeeCategorySearchParamsWithTimeout(timeout time.Duration) *EmployeeCategorySearchParams
NewEmployeeCategorySearchParamsWithTimeout creates a new EmployeeCategorySearchParams object with the default values initialized, and the ability to set a timeout on a request
func (*EmployeeCategorySearchParams) SetContext ¶
func (o *EmployeeCategorySearchParams) SetContext(ctx context.Context)
SetContext adds the context to the employee category search params
func (*EmployeeCategorySearchParams) SetCount ¶
func (o *EmployeeCategorySearchParams) SetCount(count *int64)
SetCount adds the count to the employee category search params
func (*EmployeeCategorySearchParams) SetFields ¶
func (o *EmployeeCategorySearchParams) SetFields(fields *string)
SetFields adds the fields to the employee category search params
func (*EmployeeCategorySearchParams) SetFrom ¶
func (o *EmployeeCategorySearchParams) SetFrom(from *int64)
SetFrom adds the from to the employee category search params
func (*EmployeeCategorySearchParams) SetHTTPClient ¶
func (o *EmployeeCategorySearchParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the employee category search params
func (*EmployeeCategorySearchParams) SetID ¶
func (o *EmployeeCategorySearchParams) SetID(id *string)
SetID adds the id to the employee category search params
func (*EmployeeCategorySearchParams) SetName ¶
func (o *EmployeeCategorySearchParams) SetName(name *string)
SetName adds the name to the employee category search params
func (*EmployeeCategorySearchParams) SetNumber ¶
func (o *EmployeeCategorySearchParams) SetNumber(number *string)
SetNumber adds the number to the employee category search params
func (*EmployeeCategorySearchParams) SetSorting ¶
func (o *EmployeeCategorySearchParams) SetSorting(sorting *string)
SetSorting adds the sorting to the employee category search params
func (*EmployeeCategorySearchParams) SetTimeout ¶
func (o *EmployeeCategorySearchParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the employee category search params
func (*EmployeeCategorySearchParams) WithContext ¶
func (o *EmployeeCategorySearchParams) WithContext(ctx context.Context) *EmployeeCategorySearchParams
WithContext adds the context to the employee category search params
func (*EmployeeCategorySearchParams) WithCount ¶
func (o *EmployeeCategorySearchParams) WithCount(count *int64) *EmployeeCategorySearchParams
WithCount adds the count to the employee category search params
func (*EmployeeCategorySearchParams) WithFields ¶
func (o *EmployeeCategorySearchParams) WithFields(fields *string) *EmployeeCategorySearchParams
WithFields adds the fields to the employee category search params
func (*EmployeeCategorySearchParams) WithFrom ¶
func (o *EmployeeCategorySearchParams) WithFrom(from *int64) *EmployeeCategorySearchParams
WithFrom adds the from to the employee category search params
func (*EmployeeCategorySearchParams) WithHTTPClient ¶
func (o *EmployeeCategorySearchParams) WithHTTPClient(client *http.Client) *EmployeeCategorySearchParams
WithHTTPClient adds the HTTPClient to the employee category search params
func (*EmployeeCategorySearchParams) WithID ¶
func (o *EmployeeCategorySearchParams) WithID(id *string) *EmployeeCategorySearchParams
WithID adds the id to the employee category search params
func (*EmployeeCategorySearchParams) WithName ¶
func (o *EmployeeCategorySearchParams) WithName(name *string) *EmployeeCategorySearchParams
WithName adds the name to the employee category search params
func (*EmployeeCategorySearchParams) WithNumber ¶
func (o *EmployeeCategorySearchParams) WithNumber(number *string) *EmployeeCategorySearchParams
WithNumber adds the number to the employee category search params
func (*EmployeeCategorySearchParams) WithSorting ¶
func (o *EmployeeCategorySearchParams) WithSorting(sorting *string) *EmployeeCategorySearchParams
WithSorting adds the sorting to the employee category search params
func (*EmployeeCategorySearchParams) WithTimeout ¶
func (o *EmployeeCategorySearchParams) WithTimeout(timeout time.Duration) *EmployeeCategorySearchParams
WithTimeout adds the timeout to the employee category search params
func (*EmployeeCategorySearchParams) WriteToRequest ¶
func (o *EmployeeCategorySearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EmployeeCategorySearchReader ¶
type EmployeeCategorySearchReader struct {
// contains filtered or unexported fields
}
EmployeeCategorySearchReader is a Reader for the EmployeeCategorySearch structure.
func (*EmployeeCategorySearchReader) ReadResponse ¶
func (o *EmployeeCategorySearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProjectCategoryGetOK ¶
type ProjectCategoryGetOK struct {
Payload *models.ResponseWrapperProjectCategory
}
ProjectCategoryGetOK handles this case with default header values.
successful operation
func NewProjectCategoryGetOK ¶
func NewProjectCategoryGetOK() *ProjectCategoryGetOK
NewProjectCategoryGetOK creates a ProjectCategoryGetOK with default headers values
func (*ProjectCategoryGetOK) Error ¶
func (o *ProjectCategoryGetOK) Error() string
func (*ProjectCategoryGetOK) GetPayload ¶
func (o *ProjectCategoryGetOK) GetPayload() *models.ResponseWrapperProjectCategory
type ProjectCategoryGetParams ¶
type ProjectCategoryGetParams struct { /*Fields Fields filter pattern */ Fields *string /*ID Element ID */ ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProjectCategoryGetParams contains all the parameters to send to the API endpoint for the project category get operation typically these are written to a http.Request
func NewProjectCategoryGetParams ¶
func NewProjectCategoryGetParams() *ProjectCategoryGetParams
NewProjectCategoryGetParams creates a new ProjectCategoryGetParams object with the default values initialized.
func NewProjectCategoryGetParamsWithContext ¶
func NewProjectCategoryGetParamsWithContext(ctx context.Context) *ProjectCategoryGetParams
NewProjectCategoryGetParamsWithContext creates a new ProjectCategoryGetParams object with the default values initialized, and the ability to set a context for a request
func NewProjectCategoryGetParamsWithHTTPClient ¶
func NewProjectCategoryGetParamsWithHTTPClient(client *http.Client) *ProjectCategoryGetParams
NewProjectCategoryGetParamsWithHTTPClient creates a new ProjectCategoryGetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewProjectCategoryGetParamsWithTimeout ¶
func NewProjectCategoryGetParamsWithTimeout(timeout time.Duration) *ProjectCategoryGetParams
NewProjectCategoryGetParamsWithTimeout creates a new ProjectCategoryGetParams object with the default values initialized, and the ability to set a timeout on a request
func (*ProjectCategoryGetParams) SetContext ¶
func (o *ProjectCategoryGetParams) SetContext(ctx context.Context)
SetContext adds the context to the project category get params
func (*ProjectCategoryGetParams) SetFields ¶
func (o *ProjectCategoryGetParams) SetFields(fields *string)
SetFields adds the fields to the project category get params
func (*ProjectCategoryGetParams) SetHTTPClient ¶
func (o *ProjectCategoryGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the project category get params
func (*ProjectCategoryGetParams) SetID ¶
func (o *ProjectCategoryGetParams) SetID(id int32)
SetID adds the id to the project category get params
func (*ProjectCategoryGetParams) SetTimeout ¶
func (o *ProjectCategoryGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the project category get params
func (*ProjectCategoryGetParams) WithContext ¶
func (o *ProjectCategoryGetParams) WithContext(ctx context.Context) *ProjectCategoryGetParams
WithContext adds the context to the project category get params
func (*ProjectCategoryGetParams) WithFields ¶
func (o *ProjectCategoryGetParams) WithFields(fields *string) *ProjectCategoryGetParams
WithFields adds the fields to the project category get params
func (*ProjectCategoryGetParams) WithHTTPClient ¶
func (o *ProjectCategoryGetParams) WithHTTPClient(client *http.Client) *ProjectCategoryGetParams
WithHTTPClient adds the HTTPClient to the project category get params
func (*ProjectCategoryGetParams) WithID ¶
func (o *ProjectCategoryGetParams) WithID(id int32) *ProjectCategoryGetParams
WithID adds the id to the project category get params
func (*ProjectCategoryGetParams) WithTimeout ¶
func (o *ProjectCategoryGetParams) WithTimeout(timeout time.Duration) *ProjectCategoryGetParams
WithTimeout adds the timeout to the project category get params
func (*ProjectCategoryGetParams) WriteToRequest ¶
func (o *ProjectCategoryGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProjectCategoryGetReader ¶
type ProjectCategoryGetReader struct {
// contains filtered or unexported fields
}
ProjectCategoryGetReader is a Reader for the ProjectCategoryGet structure.
func (*ProjectCategoryGetReader) ReadResponse ¶
func (o *ProjectCategoryGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProjectCategoryPostCreated ¶
type ProjectCategoryPostCreated struct {
Payload *models.ResponseWrapperProjectCategory
}
ProjectCategoryPostCreated handles this case with default header values.
successfully created
func NewProjectCategoryPostCreated ¶
func NewProjectCategoryPostCreated() *ProjectCategoryPostCreated
NewProjectCategoryPostCreated creates a ProjectCategoryPostCreated with default headers values
func (*ProjectCategoryPostCreated) Error ¶
func (o *ProjectCategoryPostCreated) Error() string
func (*ProjectCategoryPostCreated) GetPayload ¶
func (o *ProjectCategoryPostCreated) GetPayload() *models.ResponseWrapperProjectCategory
type ProjectCategoryPostParams ¶
type ProjectCategoryPostParams struct { /*Body JSON representing the new object to be created. Should not have ID and version set. */ Body *models.ProjectCategory Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProjectCategoryPostParams contains all the parameters to send to the API endpoint for the project category post operation typically these are written to a http.Request
func NewProjectCategoryPostParams ¶
func NewProjectCategoryPostParams() *ProjectCategoryPostParams
NewProjectCategoryPostParams creates a new ProjectCategoryPostParams object with the default values initialized.
func NewProjectCategoryPostParamsWithContext ¶
func NewProjectCategoryPostParamsWithContext(ctx context.Context) *ProjectCategoryPostParams
NewProjectCategoryPostParamsWithContext creates a new ProjectCategoryPostParams object with the default values initialized, and the ability to set a context for a request
func NewProjectCategoryPostParamsWithHTTPClient ¶
func NewProjectCategoryPostParamsWithHTTPClient(client *http.Client) *ProjectCategoryPostParams
NewProjectCategoryPostParamsWithHTTPClient creates a new ProjectCategoryPostParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewProjectCategoryPostParamsWithTimeout ¶
func NewProjectCategoryPostParamsWithTimeout(timeout time.Duration) *ProjectCategoryPostParams
NewProjectCategoryPostParamsWithTimeout creates a new ProjectCategoryPostParams object with the default values initialized, and the ability to set a timeout on a request
func (*ProjectCategoryPostParams) SetBody ¶
func (o *ProjectCategoryPostParams) SetBody(body *models.ProjectCategory)
SetBody adds the body to the project category post params
func (*ProjectCategoryPostParams) SetContext ¶
func (o *ProjectCategoryPostParams) SetContext(ctx context.Context)
SetContext adds the context to the project category post params
func (*ProjectCategoryPostParams) SetHTTPClient ¶
func (o *ProjectCategoryPostParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the project category post params
func (*ProjectCategoryPostParams) SetTimeout ¶
func (o *ProjectCategoryPostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the project category post params
func (*ProjectCategoryPostParams) WithBody ¶
func (o *ProjectCategoryPostParams) WithBody(body *models.ProjectCategory) *ProjectCategoryPostParams
WithBody adds the body to the project category post params
func (*ProjectCategoryPostParams) WithContext ¶
func (o *ProjectCategoryPostParams) WithContext(ctx context.Context) *ProjectCategoryPostParams
WithContext adds the context to the project category post params
func (*ProjectCategoryPostParams) WithHTTPClient ¶
func (o *ProjectCategoryPostParams) WithHTTPClient(client *http.Client) *ProjectCategoryPostParams
WithHTTPClient adds the HTTPClient to the project category post params
func (*ProjectCategoryPostParams) WithTimeout ¶
func (o *ProjectCategoryPostParams) WithTimeout(timeout time.Duration) *ProjectCategoryPostParams
WithTimeout adds the timeout to the project category post params
func (*ProjectCategoryPostParams) WriteToRequest ¶
func (o *ProjectCategoryPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProjectCategoryPostReader ¶
type ProjectCategoryPostReader struct {
// contains filtered or unexported fields
}
ProjectCategoryPostReader is a Reader for the ProjectCategoryPost structure.
func (*ProjectCategoryPostReader) ReadResponse ¶
func (o *ProjectCategoryPostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProjectCategoryPutOK ¶
type ProjectCategoryPutOK struct {
Payload *models.ResponseWrapperProjectCategory
}
ProjectCategoryPutOK handles this case with default header values.
successful operation
func NewProjectCategoryPutOK ¶
func NewProjectCategoryPutOK() *ProjectCategoryPutOK
NewProjectCategoryPutOK creates a ProjectCategoryPutOK with default headers values
func (*ProjectCategoryPutOK) Error ¶
func (o *ProjectCategoryPutOK) Error() string
func (*ProjectCategoryPutOK) GetPayload ¶
func (o *ProjectCategoryPutOK) GetPayload() *models.ResponseWrapperProjectCategory
type ProjectCategoryPutParams ¶
type ProjectCategoryPutParams struct { /*Body Partial object describing what should be updated */ Body *models.ProjectCategory /*ID Element ID */ ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProjectCategoryPutParams contains all the parameters to send to the API endpoint for the project category put operation typically these are written to a http.Request
func NewProjectCategoryPutParams ¶
func NewProjectCategoryPutParams() *ProjectCategoryPutParams
NewProjectCategoryPutParams creates a new ProjectCategoryPutParams object with the default values initialized.
func NewProjectCategoryPutParamsWithContext ¶
func NewProjectCategoryPutParamsWithContext(ctx context.Context) *ProjectCategoryPutParams
NewProjectCategoryPutParamsWithContext creates a new ProjectCategoryPutParams object with the default values initialized, and the ability to set a context for a request
func NewProjectCategoryPutParamsWithHTTPClient ¶
func NewProjectCategoryPutParamsWithHTTPClient(client *http.Client) *ProjectCategoryPutParams
NewProjectCategoryPutParamsWithHTTPClient creates a new ProjectCategoryPutParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewProjectCategoryPutParamsWithTimeout ¶
func NewProjectCategoryPutParamsWithTimeout(timeout time.Duration) *ProjectCategoryPutParams
NewProjectCategoryPutParamsWithTimeout creates a new ProjectCategoryPutParams object with the default values initialized, and the ability to set a timeout on a request
func (*ProjectCategoryPutParams) SetBody ¶
func (o *ProjectCategoryPutParams) SetBody(body *models.ProjectCategory)
SetBody adds the body to the project category put params
func (*ProjectCategoryPutParams) SetContext ¶
func (o *ProjectCategoryPutParams) SetContext(ctx context.Context)
SetContext adds the context to the project category put params
func (*ProjectCategoryPutParams) SetHTTPClient ¶
func (o *ProjectCategoryPutParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the project category put params
func (*ProjectCategoryPutParams) SetID ¶
func (o *ProjectCategoryPutParams) SetID(id int32)
SetID adds the id to the project category put params
func (*ProjectCategoryPutParams) SetTimeout ¶
func (o *ProjectCategoryPutParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the project category put params
func (*ProjectCategoryPutParams) WithBody ¶
func (o *ProjectCategoryPutParams) WithBody(body *models.ProjectCategory) *ProjectCategoryPutParams
WithBody adds the body to the project category put params
func (*ProjectCategoryPutParams) WithContext ¶
func (o *ProjectCategoryPutParams) WithContext(ctx context.Context) *ProjectCategoryPutParams
WithContext adds the context to the project category put params
func (*ProjectCategoryPutParams) WithHTTPClient ¶
func (o *ProjectCategoryPutParams) WithHTTPClient(client *http.Client) *ProjectCategoryPutParams
WithHTTPClient adds the HTTPClient to the project category put params
func (*ProjectCategoryPutParams) WithID ¶
func (o *ProjectCategoryPutParams) WithID(id int32) *ProjectCategoryPutParams
WithID adds the id to the project category put params
func (*ProjectCategoryPutParams) WithTimeout ¶
func (o *ProjectCategoryPutParams) WithTimeout(timeout time.Duration) *ProjectCategoryPutParams
WithTimeout adds the timeout to the project category put params
func (*ProjectCategoryPutParams) WriteToRequest ¶
func (o *ProjectCategoryPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProjectCategoryPutReader ¶
type ProjectCategoryPutReader struct {
// contains filtered or unexported fields
}
ProjectCategoryPutReader is a Reader for the ProjectCategoryPut structure.
func (*ProjectCategoryPutReader) ReadResponse ¶
func (o *ProjectCategoryPutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProjectCategorySearchOK ¶
type ProjectCategorySearchOK struct {
Payload *models.ListResponseProjectCategory
}
ProjectCategorySearchOK handles this case with default header values.
successful operation
func NewProjectCategorySearchOK ¶
func NewProjectCategorySearchOK() *ProjectCategorySearchOK
NewProjectCategorySearchOK creates a ProjectCategorySearchOK with default headers values
func (*ProjectCategorySearchOK) Error ¶
func (o *ProjectCategorySearchOK) Error() string
func (*ProjectCategorySearchOK) GetPayload ¶
func (o *ProjectCategorySearchOK) GetPayload() *models.ListResponseProjectCategory
type ProjectCategorySearchParams ¶
type ProjectCategorySearchParams struct { /*Count Number of elements to return */ Count *int64 /*Description Containing */ Description *string /*Fields Fields filter pattern */ Fields *string /*From From index */ From *int64 /*ID List of IDs */ ID *string /*Name Containing */ Name *string /*Number Equals */ Number *string /*Sorting Sorting pattern */ Sorting *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProjectCategorySearchParams contains all the parameters to send to the API endpoint for the project category search operation typically these are written to a http.Request
func NewProjectCategorySearchParams ¶
func NewProjectCategorySearchParams() *ProjectCategorySearchParams
NewProjectCategorySearchParams creates a new ProjectCategorySearchParams object with the default values initialized.
func NewProjectCategorySearchParamsWithContext ¶
func NewProjectCategorySearchParamsWithContext(ctx context.Context) *ProjectCategorySearchParams
NewProjectCategorySearchParamsWithContext creates a new ProjectCategorySearchParams object with the default values initialized, and the ability to set a context for a request
func NewProjectCategorySearchParamsWithHTTPClient ¶
func NewProjectCategorySearchParamsWithHTTPClient(client *http.Client) *ProjectCategorySearchParams
NewProjectCategorySearchParamsWithHTTPClient creates a new ProjectCategorySearchParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewProjectCategorySearchParamsWithTimeout ¶
func NewProjectCategorySearchParamsWithTimeout(timeout time.Duration) *ProjectCategorySearchParams
NewProjectCategorySearchParamsWithTimeout creates a new ProjectCategorySearchParams object with the default values initialized, and the ability to set a timeout on a request
func (*ProjectCategorySearchParams) SetContext ¶
func (o *ProjectCategorySearchParams) SetContext(ctx context.Context)
SetContext adds the context to the project category search params
func (*ProjectCategorySearchParams) SetCount ¶
func (o *ProjectCategorySearchParams) SetCount(count *int64)
SetCount adds the count to the project category search params
func (*ProjectCategorySearchParams) SetDescription ¶
func (o *ProjectCategorySearchParams) SetDescription(description *string)
SetDescription adds the description to the project category search params
func (*ProjectCategorySearchParams) SetFields ¶
func (o *ProjectCategorySearchParams) SetFields(fields *string)
SetFields adds the fields to the project category search params
func (*ProjectCategorySearchParams) SetFrom ¶
func (o *ProjectCategorySearchParams) SetFrom(from *int64)
SetFrom adds the from to the project category search params
func (*ProjectCategorySearchParams) SetHTTPClient ¶
func (o *ProjectCategorySearchParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the project category search params
func (*ProjectCategorySearchParams) SetID ¶
func (o *ProjectCategorySearchParams) SetID(id *string)
SetID adds the id to the project category search params
func (*ProjectCategorySearchParams) SetName ¶
func (o *ProjectCategorySearchParams) SetName(name *string)
SetName adds the name to the project category search params
func (*ProjectCategorySearchParams) SetNumber ¶
func (o *ProjectCategorySearchParams) SetNumber(number *string)
SetNumber adds the number to the project category search params
func (*ProjectCategorySearchParams) SetSorting ¶
func (o *ProjectCategorySearchParams) SetSorting(sorting *string)
SetSorting adds the sorting to the project category search params
func (*ProjectCategorySearchParams) SetTimeout ¶
func (o *ProjectCategorySearchParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the project category search params
func (*ProjectCategorySearchParams) WithContext ¶
func (o *ProjectCategorySearchParams) WithContext(ctx context.Context) *ProjectCategorySearchParams
WithContext adds the context to the project category search params
func (*ProjectCategorySearchParams) WithCount ¶
func (o *ProjectCategorySearchParams) WithCount(count *int64) *ProjectCategorySearchParams
WithCount adds the count to the project category search params
func (*ProjectCategorySearchParams) WithDescription ¶
func (o *ProjectCategorySearchParams) WithDescription(description *string) *ProjectCategorySearchParams
WithDescription adds the description to the project category search params
func (*ProjectCategorySearchParams) WithFields ¶
func (o *ProjectCategorySearchParams) WithFields(fields *string) *ProjectCategorySearchParams
WithFields adds the fields to the project category search params
func (*ProjectCategorySearchParams) WithFrom ¶
func (o *ProjectCategorySearchParams) WithFrom(from *int64) *ProjectCategorySearchParams
WithFrom adds the from to the project category search params
func (*ProjectCategorySearchParams) WithHTTPClient ¶
func (o *ProjectCategorySearchParams) WithHTTPClient(client *http.Client) *ProjectCategorySearchParams
WithHTTPClient adds the HTTPClient to the project category search params
func (*ProjectCategorySearchParams) WithID ¶
func (o *ProjectCategorySearchParams) WithID(id *string) *ProjectCategorySearchParams
WithID adds the id to the project category search params
func (*ProjectCategorySearchParams) WithName ¶
func (o *ProjectCategorySearchParams) WithName(name *string) *ProjectCategorySearchParams
WithName adds the name to the project category search params
func (*ProjectCategorySearchParams) WithNumber ¶
func (o *ProjectCategorySearchParams) WithNumber(number *string) *ProjectCategorySearchParams
WithNumber adds the number to the project category search params
func (*ProjectCategorySearchParams) WithSorting ¶
func (o *ProjectCategorySearchParams) WithSorting(sorting *string) *ProjectCategorySearchParams
WithSorting adds the sorting to the project category search params
func (*ProjectCategorySearchParams) WithTimeout ¶
func (o *ProjectCategorySearchParams) WithTimeout(timeout time.Duration) *ProjectCategorySearchParams
WithTimeout adds the timeout to the project category search params
func (*ProjectCategorySearchParams) WriteToRequest ¶
func (o *ProjectCategorySearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProjectCategorySearchReader ¶
type ProjectCategorySearchReader struct {
// contains filtered or unexported fields
}
ProjectCategorySearchReader is a Reader for the ProjectCategorySearch structure.
func (*ProjectCategorySearchReader) ReadResponse ¶
func (o *ProjectCategorySearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- category_client.go
- customer_category_get_parameters.go
- customer_category_get_responses.go
- customer_category_post_parameters.go
- customer_category_post_responses.go
- customer_category_put_parameters.go
- customer_category_put_responses.go
- customer_category_search_parameters.go
- customer_category_search_responses.go
- employee_category_delete_parameters.go
- employee_category_delete_responses.go
- employee_category_get_parameters.go
- employee_category_get_responses.go
- employee_category_list_delete_by_ids_parameters.go
- employee_category_list_delete_by_ids_responses.go
- employee_category_list_post_list_parameters.go
- employee_category_list_post_list_responses.go
- employee_category_list_put_list_parameters.go
- employee_category_list_put_list_responses.go
- employee_category_post_parameters.go
- employee_category_post_responses.go
- employee_category_put_parameters.go
- employee_category_put_responses.go
- employee_category_search_parameters.go
- employee_category_search_responses.go
- project_category_get_parameters.go
- project_category_get_responses.go
- project_category_post_parameters.go
- project_category_post_responses.go
- project_category_put_parameters.go
- project_category_put_responses.go
- project_category_search_parameters.go
- project_category_search_responses.go