Documentation ¶
Index ¶
- type Client
- type ClientService
- type EmployeeEmploymentWorkingHoursSchemeSearchOK
- type EmployeeEmploymentWorkingHoursSchemeSearchParams
- func NewEmployeeEmploymentWorkingHoursSchemeSearchParams() *EmployeeEmploymentWorkingHoursSchemeSearchParams
- func NewEmployeeEmploymentWorkingHoursSchemeSearchParamsWithContext(ctx context.Context) *EmployeeEmploymentWorkingHoursSchemeSearchParams
- func NewEmployeeEmploymentWorkingHoursSchemeSearchParamsWithHTTPClient(client *http.Client) *EmployeeEmploymentWorkingHoursSchemeSearchParams
- func NewEmployeeEmploymentWorkingHoursSchemeSearchParamsWithTimeout(timeout time.Duration) *EmployeeEmploymentWorkingHoursSchemeSearchParams
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) SetContext(ctx context.Context)
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) SetCount(count *int64)
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) SetFields(fields *string)
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) SetFrom(from *int64)
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) SetHTTPClient(client *http.Client)
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) SetSorting(sorting *string)
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) SetTimeout(timeout time.Duration)
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WithContext(ctx context.Context) *EmployeeEmploymentWorkingHoursSchemeSearchParams
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WithCount(count *int64) *EmployeeEmploymentWorkingHoursSchemeSearchParams
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WithFields(fields *string) *EmployeeEmploymentWorkingHoursSchemeSearchParams
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WithFrom(from *int64) *EmployeeEmploymentWorkingHoursSchemeSearchParams
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WithHTTPClient(client *http.Client) *EmployeeEmploymentWorkingHoursSchemeSearchParams
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WithSorting(sorting *string) *EmployeeEmploymentWorkingHoursSchemeSearchParams
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WithTimeout(timeout time.Duration) *EmployeeEmploymentWorkingHoursSchemeSearchParams
- func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EmployeeEmploymentWorkingHoursSchemeSearchReader
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 working hours scheme API
func (*Client) EmployeeEmploymentWorkingHoursSchemeSearch ¶
func (a *Client) EmployeeEmploymentWorkingHoursSchemeSearch(params *EmployeeEmploymentWorkingHoursSchemeSearchParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeEmploymentWorkingHoursSchemeSearchOK, error)
EmployeeEmploymentWorkingHoursSchemeSearch bs e t a find working hours scheme ID
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { EmployeeEmploymentWorkingHoursSchemeSearch(params *EmployeeEmploymentWorkingHoursSchemeSearchParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeEmploymentWorkingHoursSchemeSearchOK, 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 working hours scheme API client.
type EmployeeEmploymentWorkingHoursSchemeSearchOK ¶
type EmployeeEmploymentWorkingHoursSchemeSearchOK struct {
Payload *models.ListResponseWorkingHoursScheme
}
EmployeeEmploymentWorkingHoursSchemeSearchOK handles this case with default header values.
successful operation
func NewEmployeeEmploymentWorkingHoursSchemeSearchOK ¶
func NewEmployeeEmploymentWorkingHoursSchemeSearchOK() *EmployeeEmploymentWorkingHoursSchemeSearchOK
NewEmployeeEmploymentWorkingHoursSchemeSearchOK creates a EmployeeEmploymentWorkingHoursSchemeSearchOK with default headers values
func (*EmployeeEmploymentWorkingHoursSchemeSearchOK) Error ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchOK) Error() string
func (*EmployeeEmploymentWorkingHoursSchemeSearchOK) GetPayload ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchOK) GetPayload() *models.ListResponseWorkingHoursScheme
type EmployeeEmploymentWorkingHoursSchemeSearchParams ¶
type EmployeeEmploymentWorkingHoursSchemeSearchParams struct { /*Count Number of elements to return */ Count *int64 /*Fields Fields filter pattern */ Fields *string /*From From index */ From *int64 /*Sorting Sorting pattern */ Sorting *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EmployeeEmploymentWorkingHoursSchemeSearchParams contains all the parameters to send to the API endpoint for the employee employment working hours scheme search operation typically these are written to a http.Request
func NewEmployeeEmploymentWorkingHoursSchemeSearchParams ¶
func NewEmployeeEmploymentWorkingHoursSchemeSearchParams() *EmployeeEmploymentWorkingHoursSchemeSearchParams
NewEmployeeEmploymentWorkingHoursSchemeSearchParams creates a new EmployeeEmploymentWorkingHoursSchemeSearchParams object with the default values initialized.
func NewEmployeeEmploymentWorkingHoursSchemeSearchParamsWithContext ¶
func NewEmployeeEmploymentWorkingHoursSchemeSearchParamsWithContext(ctx context.Context) *EmployeeEmploymentWorkingHoursSchemeSearchParams
NewEmployeeEmploymentWorkingHoursSchemeSearchParamsWithContext creates a new EmployeeEmploymentWorkingHoursSchemeSearchParams object with the default values initialized, and the ability to set a context for a request
func NewEmployeeEmploymentWorkingHoursSchemeSearchParamsWithHTTPClient ¶
func NewEmployeeEmploymentWorkingHoursSchemeSearchParamsWithHTTPClient(client *http.Client) *EmployeeEmploymentWorkingHoursSchemeSearchParams
NewEmployeeEmploymentWorkingHoursSchemeSearchParamsWithHTTPClient creates a new EmployeeEmploymentWorkingHoursSchemeSearchParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEmployeeEmploymentWorkingHoursSchemeSearchParamsWithTimeout ¶
func NewEmployeeEmploymentWorkingHoursSchemeSearchParamsWithTimeout(timeout time.Duration) *EmployeeEmploymentWorkingHoursSchemeSearchParams
NewEmployeeEmploymentWorkingHoursSchemeSearchParamsWithTimeout creates a new EmployeeEmploymentWorkingHoursSchemeSearchParams object with the default values initialized, and the ability to set a timeout on a request
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) SetContext ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) SetContext(ctx context.Context)
SetContext adds the context to the employee employment working hours scheme search params
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) SetCount ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) SetCount(count *int64)
SetCount adds the count to the employee employment working hours scheme search params
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) SetFields ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) SetFields(fields *string)
SetFields adds the fields to the employee employment working hours scheme search params
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) SetFrom ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) SetFrom(from *int64)
SetFrom adds the from to the employee employment working hours scheme search params
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) SetHTTPClient ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the employee employment working hours scheme search params
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) SetSorting ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) SetSorting(sorting *string)
SetSorting adds the sorting to the employee employment working hours scheme search params
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) SetTimeout ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the employee employment working hours scheme search params
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) WithContext ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WithContext(ctx context.Context) *EmployeeEmploymentWorkingHoursSchemeSearchParams
WithContext adds the context to the employee employment working hours scheme search params
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) WithCount ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WithCount(count *int64) *EmployeeEmploymentWorkingHoursSchemeSearchParams
WithCount adds the count to the employee employment working hours scheme search params
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) WithFields ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WithFields(fields *string) *EmployeeEmploymentWorkingHoursSchemeSearchParams
WithFields adds the fields to the employee employment working hours scheme search params
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) WithFrom ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WithFrom(from *int64) *EmployeeEmploymentWorkingHoursSchemeSearchParams
WithFrom adds the from to the employee employment working hours scheme search params
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) WithHTTPClient ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WithHTTPClient(client *http.Client) *EmployeeEmploymentWorkingHoursSchemeSearchParams
WithHTTPClient adds the HTTPClient to the employee employment working hours scheme search params
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) WithSorting ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WithSorting(sorting *string) *EmployeeEmploymentWorkingHoursSchemeSearchParams
WithSorting adds the sorting to the employee employment working hours scheme search params
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) WithTimeout ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WithTimeout(timeout time.Duration) *EmployeeEmploymentWorkingHoursSchemeSearchParams
WithTimeout adds the timeout to the employee employment working hours scheme search params
func (*EmployeeEmploymentWorkingHoursSchemeSearchParams) WriteToRequest ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EmployeeEmploymentWorkingHoursSchemeSearchReader ¶
type EmployeeEmploymentWorkingHoursSchemeSearchReader struct {
// contains filtered or unexported fields
}
EmployeeEmploymentWorkingHoursSchemeSearchReader is a Reader for the EmployeeEmploymentWorkingHoursSchemeSearch structure.
func (*EmployeeEmploymentWorkingHoursSchemeSearchReader) ReadResponse ¶
func (o *EmployeeEmploymentWorkingHoursSchemeSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.