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