Versions in this module Expand all Collapse all v2 v2.0.2 May 1, 2023 v2.0.1 Nov 30, 2020 v2.0.0 Nov 30, 2020 Changes in this version + type Client struct + func (a *Client) ProjectDelete(params *ProjectDeleteParams, authInfo runtime.ClientAuthInfoWriter) error + func (a *Client) ProjectDeleteList(params *ProjectDeleteListParams, authInfo runtime.ClientAuthInfoWriter) error + func (a *Client) ProjectForTimeSheetGetForTimeSheet(params *ProjectForTimeSheetGetForTimeSheetParams, ...) (*ProjectForTimeSheetGetForTimeSheetOK, error) + func (a *Client) ProjectGet(params *ProjectGetParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectGetOK, error) + func (a *Client) ProjectListDeleteByIds(params *ProjectListDeleteByIdsParams, authInfo runtime.ClientAuthInfoWriter) error + func (a *Client) ProjectListPostList(params *ProjectListPostListParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectListPostListCreated, error) + func (a *Client) ProjectListPutList(params *ProjectListPutListParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectListPutListOK, error) + func (a *Client) ProjectPost(params *ProjectPostParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectPostCreated, error) + func (a *Client) ProjectPut(params *ProjectPutParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectPutOK, error) + func (a *Client) ProjectSearch(params *ProjectSearchParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectSearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + ProjectDelete func(params *ProjectDeleteParams, authInfo runtime.ClientAuthInfoWriter) error + ProjectDeleteList func(params *ProjectDeleteListParams, authInfo runtime.ClientAuthInfoWriter) error + ProjectForTimeSheetGetForTimeSheet func(params *ProjectForTimeSheetGetForTimeSheetParams, ...) (*ProjectForTimeSheetGetForTimeSheetOK, error) + ProjectGet func(params *ProjectGetParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectGetOK, error) + ProjectListDeleteByIds func(params *ProjectListDeleteByIdsParams, authInfo runtime.ClientAuthInfoWriter) error + ProjectListPostList func(params *ProjectListPostListParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectListPostListCreated, error) + ProjectListPutList func(params *ProjectListPutListParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectListPutListOK, error) + ProjectPost func(params *ProjectPostParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectPostCreated, error) + ProjectPut func(params *ProjectPutParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectPutOK, error) + ProjectSearch func(params *ProjectSearchParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectSearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type ProjectDeleteDefault struct + func NewProjectDeleteDefault(code int) *ProjectDeleteDefault + func (o *ProjectDeleteDefault) Code() int + func (o *ProjectDeleteDefault) Error() string + type ProjectDeleteListDefault struct + func NewProjectDeleteListDefault(code int) *ProjectDeleteListDefault + func (o *ProjectDeleteListDefault) Code() int + func (o *ProjectDeleteListDefault) Error() string + type ProjectDeleteListParams struct + Body []*models.Project + Context context.Context + HTTPClient *http.Client + func NewProjectDeleteListParams() *ProjectDeleteListParams + func NewProjectDeleteListParamsWithContext(ctx context.Context) *ProjectDeleteListParams + func NewProjectDeleteListParamsWithHTTPClient(client *http.Client) *ProjectDeleteListParams + func NewProjectDeleteListParamsWithTimeout(timeout time.Duration) *ProjectDeleteListParams + func (o *ProjectDeleteListParams) SetBody(body []*models.Project) + func (o *ProjectDeleteListParams) SetContext(ctx context.Context) + func (o *ProjectDeleteListParams) SetHTTPClient(client *http.Client) + func (o *ProjectDeleteListParams) SetTimeout(timeout time.Duration) + func (o *ProjectDeleteListParams) WithBody(body []*models.Project) *ProjectDeleteListParams + func (o *ProjectDeleteListParams) WithContext(ctx context.Context) *ProjectDeleteListParams + func (o *ProjectDeleteListParams) WithHTTPClient(client *http.Client) *ProjectDeleteListParams + func (o *ProjectDeleteListParams) WithTimeout(timeout time.Duration) *ProjectDeleteListParams + func (o *ProjectDeleteListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProjectDeleteListReader struct + func (o *ProjectDeleteListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProjectDeleteParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + func NewProjectDeleteParams() *ProjectDeleteParams + func NewProjectDeleteParamsWithContext(ctx context.Context) *ProjectDeleteParams + func NewProjectDeleteParamsWithHTTPClient(client *http.Client) *ProjectDeleteParams + func NewProjectDeleteParamsWithTimeout(timeout time.Duration) *ProjectDeleteParams + func (o *ProjectDeleteParams) SetContext(ctx context.Context) + func (o *ProjectDeleteParams) SetHTTPClient(client *http.Client) + func (o *ProjectDeleteParams) SetID(id int32) + func (o *ProjectDeleteParams) SetTimeout(timeout time.Duration) + func (o *ProjectDeleteParams) WithContext(ctx context.Context) *ProjectDeleteParams + func (o *ProjectDeleteParams) WithHTTPClient(client *http.Client) *ProjectDeleteParams + func (o *ProjectDeleteParams) WithID(id int32) *ProjectDeleteParams + func (o *ProjectDeleteParams) WithTimeout(timeout time.Duration) *ProjectDeleteParams + func (o *ProjectDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProjectDeleteReader struct + func (o *ProjectDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProjectForTimeSheetGetForTimeSheetOK struct + Payload *models.ListResponseProject + func NewProjectForTimeSheetGetForTimeSheetOK() *ProjectForTimeSheetGetForTimeSheetOK + func (o *ProjectForTimeSheetGetForTimeSheetOK) Error() string + func (o *ProjectForTimeSheetGetForTimeSheetOK) GetPayload() *models.ListResponseProject + type ProjectForTimeSheetGetForTimeSheetParams struct + Context context.Context + Count *int64 + Date *string + EmployeeID *int32 + Fields *string + From *int64 + HTTPClient *http.Client + Sorting *string + func NewProjectForTimeSheetGetForTimeSheetParams() *ProjectForTimeSheetGetForTimeSheetParams + func NewProjectForTimeSheetGetForTimeSheetParamsWithContext(ctx context.Context) *ProjectForTimeSheetGetForTimeSheetParams + func NewProjectForTimeSheetGetForTimeSheetParamsWithHTTPClient(client *http.Client) *ProjectForTimeSheetGetForTimeSheetParams + func NewProjectForTimeSheetGetForTimeSheetParamsWithTimeout(timeout time.Duration) *ProjectForTimeSheetGetForTimeSheetParams + func (o *ProjectForTimeSheetGetForTimeSheetParams) SetContext(ctx context.Context) + func (o *ProjectForTimeSheetGetForTimeSheetParams) SetCount(count *int64) + func (o *ProjectForTimeSheetGetForTimeSheetParams) SetDate(date *string) + func (o *ProjectForTimeSheetGetForTimeSheetParams) SetEmployeeID(employeeID *int32) + func (o *ProjectForTimeSheetGetForTimeSheetParams) SetFields(fields *string) + func (o *ProjectForTimeSheetGetForTimeSheetParams) SetFrom(from *int64) + func (o *ProjectForTimeSheetGetForTimeSheetParams) SetHTTPClient(client *http.Client) + func (o *ProjectForTimeSheetGetForTimeSheetParams) SetSorting(sorting *string) + func (o *ProjectForTimeSheetGetForTimeSheetParams) SetTimeout(timeout time.Duration) + func (o *ProjectForTimeSheetGetForTimeSheetParams) WithContext(ctx context.Context) *ProjectForTimeSheetGetForTimeSheetParams + func (o *ProjectForTimeSheetGetForTimeSheetParams) WithCount(count *int64) *ProjectForTimeSheetGetForTimeSheetParams + func (o *ProjectForTimeSheetGetForTimeSheetParams) WithDate(date *string) *ProjectForTimeSheetGetForTimeSheetParams + func (o *ProjectForTimeSheetGetForTimeSheetParams) WithEmployeeID(employeeID *int32) *ProjectForTimeSheetGetForTimeSheetParams + func (o *ProjectForTimeSheetGetForTimeSheetParams) WithFields(fields *string) *ProjectForTimeSheetGetForTimeSheetParams + func (o *ProjectForTimeSheetGetForTimeSheetParams) WithFrom(from *int64) *ProjectForTimeSheetGetForTimeSheetParams + func (o *ProjectForTimeSheetGetForTimeSheetParams) WithHTTPClient(client *http.Client) *ProjectForTimeSheetGetForTimeSheetParams + func (o *ProjectForTimeSheetGetForTimeSheetParams) WithSorting(sorting *string) *ProjectForTimeSheetGetForTimeSheetParams + func (o *ProjectForTimeSheetGetForTimeSheetParams) WithTimeout(timeout time.Duration) *ProjectForTimeSheetGetForTimeSheetParams + func (o *ProjectForTimeSheetGetForTimeSheetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProjectForTimeSheetGetForTimeSheetReader struct + func (o *ProjectForTimeSheetGetForTimeSheetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProjectGetOK struct + Payload *models.ResponseWrapperProject + func NewProjectGetOK() *ProjectGetOK + func (o *ProjectGetOK) Error() string + func (o *ProjectGetOK) GetPayload() *models.ResponseWrapperProject + type ProjectGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewProjectGetParams() *ProjectGetParams + func NewProjectGetParamsWithContext(ctx context.Context) *ProjectGetParams + func NewProjectGetParamsWithHTTPClient(client *http.Client) *ProjectGetParams + func NewProjectGetParamsWithTimeout(timeout time.Duration) *ProjectGetParams + func (o *ProjectGetParams) SetContext(ctx context.Context) + func (o *ProjectGetParams) SetFields(fields *string) + func (o *ProjectGetParams) SetHTTPClient(client *http.Client) + func (o *ProjectGetParams) SetID(id int32) + func (o *ProjectGetParams) SetTimeout(timeout time.Duration) + func (o *ProjectGetParams) WithContext(ctx context.Context) *ProjectGetParams + func (o *ProjectGetParams) WithFields(fields *string) *ProjectGetParams + func (o *ProjectGetParams) WithHTTPClient(client *http.Client) *ProjectGetParams + func (o *ProjectGetParams) WithID(id int32) *ProjectGetParams + func (o *ProjectGetParams) WithTimeout(timeout time.Duration) *ProjectGetParams + func (o *ProjectGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProjectGetReader struct + func (o *ProjectGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProjectListDeleteByIdsDefault struct + func NewProjectListDeleteByIdsDefault(code int) *ProjectListDeleteByIdsDefault + func (o *ProjectListDeleteByIdsDefault) Code() int + func (o *ProjectListDeleteByIdsDefault) Error() string + type ProjectListDeleteByIdsParams struct + Context context.Context + HTTPClient *http.Client + Ids string + func NewProjectListDeleteByIdsParams() *ProjectListDeleteByIdsParams + func NewProjectListDeleteByIdsParamsWithContext(ctx context.Context) *ProjectListDeleteByIdsParams + func NewProjectListDeleteByIdsParamsWithHTTPClient(client *http.Client) *ProjectListDeleteByIdsParams + func NewProjectListDeleteByIdsParamsWithTimeout(timeout time.Duration) *ProjectListDeleteByIdsParams + func (o *ProjectListDeleteByIdsParams) SetContext(ctx context.Context) + func (o *ProjectListDeleteByIdsParams) SetHTTPClient(client *http.Client) + func (o *ProjectListDeleteByIdsParams) SetIds(ids string) + func (o *ProjectListDeleteByIdsParams) SetTimeout(timeout time.Duration) + func (o *ProjectListDeleteByIdsParams) WithContext(ctx context.Context) *ProjectListDeleteByIdsParams + func (o *ProjectListDeleteByIdsParams) WithHTTPClient(client *http.Client) *ProjectListDeleteByIdsParams + func (o *ProjectListDeleteByIdsParams) WithIds(ids string) *ProjectListDeleteByIdsParams + func (o *ProjectListDeleteByIdsParams) WithTimeout(timeout time.Duration) *ProjectListDeleteByIdsParams + func (o *ProjectListDeleteByIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProjectListDeleteByIdsReader struct + func (o *ProjectListDeleteByIdsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProjectListPostListCreated struct + Payload *models.ListResponseProject + func NewProjectListPostListCreated() *ProjectListPostListCreated + func (o *ProjectListPostListCreated) Error() string + func (o *ProjectListPostListCreated) GetPayload() *models.ListResponseProject + type ProjectListPostListParams struct + Body []*models.Project + Context context.Context + HTTPClient *http.Client + func NewProjectListPostListParams() *ProjectListPostListParams + func NewProjectListPostListParamsWithContext(ctx context.Context) *ProjectListPostListParams + func NewProjectListPostListParamsWithHTTPClient(client *http.Client) *ProjectListPostListParams + func NewProjectListPostListParamsWithTimeout(timeout time.Duration) *ProjectListPostListParams + func (o *ProjectListPostListParams) SetBody(body []*models.Project) + func (o *ProjectListPostListParams) SetContext(ctx context.Context) + func (o *ProjectListPostListParams) SetHTTPClient(client *http.Client) + func (o *ProjectListPostListParams) SetTimeout(timeout time.Duration) + func (o *ProjectListPostListParams) WithBody(body []*models.Project) *ProjectListPostListParams + func (o *ProjectListPostListParams) WithContext(ctx context.Context) *ProjectListPostListParams + func (o *ProjectListPostListParams) WithHTTPClient(client *http.Client) *ProjectListPostListParams + func (o *ProjectListPostListParams) WithTimeout(timeout time.Duration) *ProjectListPostListParams + func (o *ProjectListPostListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProjectListPostListReader struct + func (o *ProjectListPostListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProjectListPutListOK struct + Payload *models.ListResponseProject + func NewProjectListPutListOK() *ProjectListPutListOK + func (o *ProjectListPutListOK) Error() string + func (o *ProjectListPutListOK) GetPayload() *models.ListResponseProject + type ProjectListPutListParams struct + Body []*models.Project + Context context.Context + HTTPClient *http.Client + func NewProjectListPutListParams() *ProjectListPutListParams + func NewProjectListPutListParamsWithContext(ctx context.Context) *ProjectListPutListParams + func NewProjectListPutListParamsWithHTTPClient(client *http.Client) *ProjectListPutListParams + func NewProjectListPutListParamsWithTimeout(timeout time.Duration) *ProjectListPutListParams + func (o *ProjectListPutListParams) SetBody(body []*models.Project) + func (o *ProjectListPutListParams) SetContext(ctx context.Context) + func (o *ProjectListPutListParams) SetHTTPClient(client *http.Client) + func (o *ProjectListPutListParams) SetTimeout(timeout time.Duration) + func (o *ProjectListPutListParams) WithBody(body []*models.Project) *ProjectListPutListParams + func (o *ProjectListPutListParams) WithContext(ctx context.Context) *ProjectListPutListParams + func (o *ProjectListPutListParams) WithHTTPClient(client *http.Client) *ProjectListPutListParams + func (o *ProjectListPutListParams) WithTimeout(timeout time.Duration) *ProjectListPutListParams + func (o *ProjectListPutListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProjectListPutListReader struct + func (o *ProjectListPutListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProjectPostCreated struct + Payload *models.ResponseWrapperProject + func NewProjectPostCreated() *ProjectPostCreated + func (o *ProjectPostCreated) Error() string + func (o *ProjectPostCreated) GetPayload() *models.ResponseWrapperProject + type ProjectPostParams struct + Body *models.Project + Context context.Context + HTTPClient *http.Client + func NewProjectPostParams() *ProjectPostParams + func NewProjectPostParamsWithContext(ctx context.Context) *ProjectPostParams + func NewProjectPostParamsWithHTTPClient(client *http.Client) *ProjectPostParams + func NewProjectPostParamsWithTimeout(timeout time.Duration) *ProjectPostParams + func (o *ProjectPostParams) SetBody(body *models.Project) + func (o *ProjectPostParams) SetContext(ctx context.Context) + func (o *ProjectPostParams) SetHTTPClient(client *http.Client) + func (o *ProjectPostParams) SetTimeout(timeout time.Duration) + func (o *ProjectPostParams) WithBody(body *models.Project) *ProjectPostParams + func (o *ProjectPostParams) WithContext(ctx context.Context) *ProjectPostParams + func (o *ProjectPostParams) WithHTTPClient(client *http.Client) *ProjectPostParams + func (o *ProjectPostParams) WithTimeout(timeout time.Duration) *ProjectPostParams + func (o *ProjectPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProjectPostReader struct + func (o *ProjectPostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProjectPutOK struct + Payload *models.ResponseWrapperProject + func NewProjectPutOK() *ProjectPutOK + func (o *ProjectPutOK) Error() string + func (o *ProjectPutOK) GetPayload() *models.ResponseWrapperProject + type ProjectPutParams struct + Body *models.Project + Context context.Context + HTTPClient *http.Client + ID int32 + func NewProjectPutParams() *ProjectPutParams + func NewProjectPutParamsWithContext(ctx context.Context) *ProjectPutParams + func NewProjectPutParamsWithHTTPClient(client *http.Client) *ProjectPutParams + func NewProjectPutParamsWithTimeout(timeout time.Duration) *ProjectPutParams + func (o *ProjectPutParams) SetBody(body *models.Project) + func (o *ProjectPutParams) SetContext(ctx context.Context) + func (o *ProjectPutParams) SetHTTPClient(client *http.Client) + func (o *ProjectPutParams) SetID(id int32) + func (o *ProjectPutParams) SetTimeout(timeout time.Duration) + func (o *ProjectPutParams) WithBody(body *models.Project) *ProjectPutParams + func (o *ProjectPutParams) WithContext(ctx context.Context) *ProjectPutParams + func (o *ProjectPutParams) WithHTTPClient(client *http.Client) *ProjectPutParams + func (o *ProjectPutParams) WithID(id int32) *ProjectPutParams + func (o *ProjectPutParams) WithTimeout(timeout time.Duration) *ProjectPutParams + func (o *ProjectPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProjectPutReader struct + func (o *ProjectPutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProjectSearchOK struct + Payload *models.ListResponseProject + func NewProjectSearchOK() *ProjectSearchOK + func (o *ProjectSearchOK) Error() string + func (o *ProjectSearchOK) GetPayload() *models.ListResponseProject + type ProjectSearchParams struct + Context context.Context + Count *int64 + CustomerID *string + DepartmentID *string + EmployeeInProjectID *string + EndDateFrom *string + EndDateTo *string + ExternalAccountsNumber *string + Fields *string + From *int64 + HTTPClient *http.Client + ID *string + IsClosed *bool + IsOffer *bool + Name *string + Number *string + ProjectManagerID *string + Sorting *string + StartDateFrom *string + StartDateTo *string + func NewProjectSearchParams() *ProjectSearchParams + func NewProjectSearchParamsWithContext(ctx context.Context) *ProjectSearchParams + func NewProjectSearchParamsWithHTTPClient(client *http.Client) *ProjectSearchParams + func NewProjectSearchParamsWithTimeout(timeout time.Duration) *ProjectSearchParams + func (o *ProjectSearchParams) SetContext(ctx context.Context) + func (o *ProjectSearchParams) SetCount(count *int64) + func (o *ProjectSearchParams) SetCustomerID(customerID *string) + func (o *ProjectSearchParams) SetDepartmentID(departmentID *string) + func (o *ProjectSearchParams) SetEmployeeInProjectID(employeeInProjectID *string) + func (o *ProjectSearchParams) SetEndDateFrom(endDateFrom *string) + func (o *ProjectSearchParams) SetEndDateTo(endDateTo *string) + func (o *ProjectSearchParams) SetExternalAccountsNumber(externalAccountsNumber *string) + func (o *ProjectSearchParams) SetFields(fields *string) + func (o *ProjectSearchParams) SetFrom(from *int64) + func (o *ProjectSearchParams) SetHTTPClient(client *http.Client) + func (o *ProjectSearchParams) SetID(id *string) + func (o *ProjectSearchParams) SetIsClosed(isClosed *bool) + func (o *ProjectSearchParams) SetIsOffer(isOffer *bool) + func (o *ProjectSearchParams) SetName(name *string) + func (o *ProjectSearchParams) SetNumber(number *string) + func (o *ProjectSearchParams) SetProjectManagerID(projectManagerID *string) + func (o *ProjectSearchParams) SetSorting(sorting *string) + func (o *ProjectSearchParams) SetStartDateFrom(startDateFrom *string) + func (o *ProjectSearchParams) SetStartDateTo(startDateTo *string) + func (o *ProjectSearchParams) SetTimeout(timeout time.Duration) + func (o *ProjectSearchParams) WithContext(ctx context.Context) *ProjectSearchParams + func (o *ProjectSearchParams) WithCount(count *int64) *ProjectSearchParams + func (o *ProjectSearchParams) WithCustomerID(customerID *string) *ProjectSearchParams + func (o *ProjectSearchParams) WithDepartmentID(departmentID *string) *ProjectSearchParams + func (o *ProjectSearchParams) WithEmployeeInProjectID(employeeInProjectID *string) *ProjectSearchParams + func (o *ProjectSearchParams) WithEndDateFrom(endDateFrom *string) *ProjectSearchParams + func (o *ProjectSearchParams) WithEndDateTo(endDateTo *string) *ProjectSearchParams + func (o *ProjectSearchParams) WithExternalAccountsNumber(externalAccountsNumber *string) *ProjectSearchParams + func (o *ProjectSearchParams) WithFields(fields *string) *ProjectSearchParams + func (o *ProjectSearchParams) WithFrom(from *int64) *ProjectSearchParams + func (o *ProjectSearchParams) WithHTTPClient(client *http.Client) *ProjectSearchParams + func (o *ProjectSearchParams) WithID(id *string) *ProjectSearchParams + func (o *ProjectSearchParams) WithIsClosed(isClosed *bool) *ProjectSearchParams + func (o *ProjectSearchParams) WithIsOffer(isOffer *bool) *ProjectSearchParams + func (o *ProjectSearchParams) WithName(name *string) *ProjectSearchParams + func (o *ProjectSearchParams) WithNumber(number *string) *ProjectSearchParams + func (o *ProjectSearchParams) WithProjectManagerID(projectManagerID *string) *ProjectSearchParams + func (o *ProjectSearchParams) WithSorting(sorting *string) *ProjectSearchParams + func (o *ProjectSearchParams) WithStartDateFrom(startDateFrom *string) *ProjectSearchParams + func (o *ProjectSearchParams) WithStartDateTo(startDateTo *string) *ProjectSearchParams + func (o *ProjectSearchParams) WithTimeout(timeout time.Duration) *ProjectSearchParams + func (o *ProjectSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProjectSearchReader struct + func (o *ProjectSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go