Versions in this module Expand all Collapse all v1 v1.1.0 Jul 2, 2020 v1.0.0 Jun 19, 2020 Changes in this version + type Client struct + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) TravelExpenseApproveApprove(params *TravelExpenseApproveApproveParams, ...) (*TravelExpenseApproveApproveOK, error) + func (a *Client) TravelExpenseAttachmentDeleteAttachment(params *TravelExpenseAttachmentDeleteAttachmentParams, ...) error + func (a *Client) TravelExpenseAttachmentDownloadAttachment(params *TravelExpenseAttachmentDownloadAttachmentParams, ...) (*TravelExpenseAttachmentDownloadAttachmentOK, error) + func (a *Client) TravelExpenseAttachmentListUploadAttachments(params *TravelExpenseAttachmentListUploadAttachmentsParams, ...) error + func (a *Client) TravelExpenseAttachmentUploadAttachment(params *TravelExpenseAttachmentUploadAttachmentParams, ...) error + func (a *Client) TravelExpenseCopyCopy(params *TravelExpenseCopyCopyParams, authInfo runtime.ClientAuthInfoWriter) (*TravelExpenseCopyCopyOK, error) + func (a *Client) TravelExpenseCreateVouchersCreateVouchers(params *TravelExpenseCreateVouchersCreateVouchersParams, ...) (*TravelExpenseCreateVouchersCreateVouchersOK, error) + func (a *Client) TravelExpenseDelete(params *TravelExpenseDeleteParams, authInfo runtime.ClientAuthInfoWriter) error + func (a *Client) TravelExpenseDeliverDeliver(params *TravelExpenseDeliverDeliverParams, ...) (*TravelExpenseDeliverDeliverOK, error) + func (a *Client) TravelExpenseGet(params *TravelExpenseGetParams, authInfo runtime.ClientAuthInfoWriter) (*TravelExpenseGetOK, error) + func (a *Client) TravelExpensePost(params *TravelExpensePostParams, authInfo runtime.ClientAuthInfoWriter) (*TravelExpensePostCreated, error) + func (a *Client) TravelExpensePut(params *TravelExpensePutParams, authInfo runtime.ClientAuthInfoWriter) (*TravelExpensePutOK, error) + func (a *Client) TravelExpenseSearch(params *TravelExpenseSearchParams, authInfo runtime.ClientAuthInfoWriter) (*TravelExpenseSearchOK, error) + func (a *Client) TravelExpenseUnapproveUnapprove(params *TravelExpenseUnapproveUnapproveParams, ...) (*TravelExpenseUnapproveUnapproveOK, error) + func (a *Client) TravelExpenseUndeliverUndeliver(params *TravelExpenseUndeliverUndeliverParams, ...) (*TravelExpenseUndeliverUndeliverOK, error) + type ClientService interface + SetTransport func(transport runtime.ClientTransport) + TravelExpenseApproveApprove func(params *TravelExpenseApproveApproveParams, ...) (*TravelExpenseApproveApproveOK, error) + TravelExpenseAttachmentDeleteAttachment func(params *TravelExpenseAttachmentDeleteAttachmentParams, ...) error + TravelExpenseAttachmentDownloadAttachment func(params *TravelExpenseAttachmentDownloadAttachmentParams, ...) (*TravelExpenseAttachmentDownloadAttachmentOK, error) + TravelExpenseAttachmentListUploadAttachments func(params *TravelExpenseAttachmentListUploadAttachmentsParams, ...) error + TravelExpenseAttachmentUploadAttachment func(params *TravelExpenseAttachmentUploadAttachmentParams, ...) error + TravelExpenseCopyCopy func(params *TravelExpenseCopyCopyParams, authInfo runtime.ClientAuthInfoWriter) (*TravelExpenseCopyCopyOK, error) + TravelExpenseCreateVouchersCreateVouchers func(params *TravelExpenseCreateVouchersCreateVouchersParams, ...) (*TravelExpenseCreateVouchersCreateVouchersOK, error) + TravelExpenseDelete func(params *TravelExpenseDeleteParams, authInfo runtime.ClientAuthInfoWriter) error + TravelExpenseDeliverDeliver func(params *TravelExpenseDeliverDeliverParams, ...) (*TravelExpenseDeliverDeliverOK, error) + TravelExpenseGet func(params *TravelExpenseGetParams, authInfo runtime.ClientAuthInfoWriter) (*TravelExpenseGetOK, error) + TravelExpensePost func(params *TravelExpensePostParams, authInfo runtime.ClientAuthInfoWriter) (*TravelExpensePostCreated, error) + TravelExpensePut func(params *TravelExpensePutParams, authInfo runtime.ClientAuthInfoWriter) (*TravelExpensePutOK, error) + TravelExpenseSearch func(params *TravelExpenseSearchParams, authInfo runtime.ClientAuthInfoWriter) (*TravelExpenseSearchOK, error) + TravelExpenseUnapproveUnapprove func(params *TravelExpenseUnapproveUnapproveParams, ...) (*TravelExpenseUnapproveUnapproveOK, error) + TravelExpenseUndeliverUndeliver func(params *TravelExpenseUndeliverUndeliverParams, ...) (*TravelExpenseUndeliverUndeliverOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type TravelExpenseApproveApproveOK struct + Payload *models.ListResponseTravelExpense + func NewTravelExpenseApproveApproveOK() *TravelExpenseApproveApproveOK + func (o *TravelExpenseApproveApproveOK) Error() string + func (o *TravelExpenseApproveApproveOK) GetPayload() *models.ListResponseTravelExpense + type TravelExpenseApproveApproveParams struct + Context context.Context + HTTPClient *http.Client + ID *string + func NewTravelExpenseApproveApproveParams() *TravelExpenseApproveApproveParams + func NewTravelExpenseApproveApproveParamsWithContext(ctx context.Context) *TravelExpenseApproveApproveParams + func NewTravelExpenseApproveApproveParamsWithHTTPClient(client *http.Client) *TravelExpenseApproveApproveParams + func NewTravelExpenseApproveApproveParamsWithTimeout(timeout time.Duration) *TravelExpenseApproveApproveParams + func (o *TravelExpenseApproveApproveParams) SetContext(ctx context.Context) + func (o *TravelExpenseApproveApproveParams) SetHTTPClient(client *http.Client) + func (o *TravelExpenseApproveApproveParams) SetID(id *string) + func (o *TravelExpenseApproveApproveParams) SetTimeout(timeout time.Duration) + func (o *TravelExpenseApproveApproveParams) WithContext(ctx context.Context) *TravelExpenseApproveApproveParams + func (o *TravelExpenseApproveApproveParams) WithHTTPClient(client *http.Client) *TravelExpenseApproveApproveParams + func (o *TravelExpenseApproveApproveParams) WithID(id *string) *TravelExpenseApproveApproveParams + func (o *TravelExpenseApproveApproveParams) WithTimeout(timeout time.Duration) *TravelExpenseApproveApproveParams + func (o *TravelExpenseApproveApproveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpenseApproveApproveReader struct + func (o *TravelExpenseApproveApproveReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TravelExpenseAttachmentDeleteAttachmentDefault struct + func NewTravelExpenseAttachmentDeleteAttachmentDefault(code int) *TravelExpenseAttachmentDeleteAttachmentDefault + func (o *TravelExpenseAttachmentDeleteAttachmentDefault) Code() int + func (o *TravelExpenseAttachmentDeleteAttachmentDefault) Error() string + type TravelExpenseAttachmentDeleteAttachmentParams struct + Context context.Context + HTTPClient *http.Client + SendToInbox *bool + Split *bool + TravelExpenseID int32 + Version *int32 + func NewTravelExpenseAttachmentDeleteAttachmentParams() *TravelExpenseAttachmentDeleteAttachmentParams + func NewTravelExpenseAttachmentDeleteAttachmentParamsWithContext(ctx context.Context) *TravelExpenseAttachmentDeleteAttachmentParams + func NewTravelExpenseAttachmentDeleteAttachmentParamsWithHTTPClient(client *http.Client) *TravelExpenseAttachmentDeleteAttachmentParams + func NewTravelExpenseAttachmentDeleteAttachmentParamsWithTimeout(timeout time.Duration) *TravelExpenseAttachmentDeleteAttachmentParams + func (o *TravelExpenseAttachmentDeleteAttachmentParams) SetContext(ctx context.Context) + func (o *TravelExpenseAttachmentDeleteAttachmentParams) SetHTTPClient(client *http.Client) + func (o *TravelExpenseAttachmentDeleteAttachmentParams) SetSendToInbox(sendToInbox *bool) + func (o *TravelExpenseAttachmentDeleteAttachmentParams) SetSplit(split *bool) + func (o *TravelExpenseAttachmentDeleteAttachmentParams) SetTimeout(timeout time.Duration) + func (o *TravelExpenseAttachmentDeleteAttachmentParams) SetTravelExpenseID(travelExpenseID int32) + func (o *TravelExpenseAttachmentDeleteAttachmentParams) SetVersion(version *int32) + func (o *TravelExpenseAttachmentDeleteAttachmentParams) WithContext(ctx context.Context) *TravelExpenseAttachmentDeleteAttachmentParams + func (o *TravelExpenseAttachmentDeleteAttachmentParams) WithHTTPClient(client *http.Client) *TravelExpenseAttachmentDeleteAttachmentParams + func (o *TravelExpenseAttachmentDeleteAttachmentParams) WithSendToInbox(sendToInbox *bool) *TravelExpenseAttachmentDeleteAttachmentParams + func (o *TravelExpenseAttachmentDeleteAttachmentParams) WithSplit(split *bool) *TravelExpenseAttachmentDeleteAttachmentParams + func (o *TravelExpenseAttachmentDeleteAttachmentParams) WithTimeout(timeout time.Duration) *TravelExpenseAttachmentDeleteAttachmentParams + func (o *TravelExpenseAttachmentDeleteAttachmentParams) WithTravelExpenseID(travelExpenseID int32) *TravelExpenseAttachmentDeleteAttachmentParams + func (o *TravelExpenseAttachmentDeleteAttachmentParams) WithVersion(version *int32) *TravelExpenseAttachmentDeleteAttachmentParams + func (o *TravelExpenseAttachmentDeleteAttachmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpenseAttachmentDeleteAttachmentReader struct + func (o *TravelExpenseAttachmentDeleteAttachmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TravelExpenseAttachmentDownloadAttachmentOK struct + Payload strfmt.Base64 + func NewTravelExpenseAttachmentDownloadAttachmentOK() *TravelExpenseAttachmentDownloadAttachmentOK + func (o *TravelExpenseAttachmentDownloadAttachmentOK) Error() string + func (o *TravelExpenseAttachmentDownloadAttachmentOK) GetPayload() strfmt.Base64 + type TravelExpenseAttachmentDownloadAttachmentParams struct + Context context.Context + HTTPClient *http.Client + TravelExpenseID int32 + func NewTravelExpenseAttachmentDownloadAttachmentParams() *TravelExpenseAttachmentDownloadAttachmentParams + func NewTravelExpenseAttachmentDownloadAttachmentParamsWithContext(ctx context.Context) *TravelExpenseAttachmentDownloadAttachmentParams + func NewTravelExpenseAttachmentDownloadAttachmentParamsWithHTTPClient(client *http.Client) *TravelExpenseAttachmentDownloadAttachmentParams + func NewTravelExpenseAttachmentDownloadAttachmentParamsWithTimeout(timeout time.Duration) *TravelExpenseAttachmentDownloadAttachmentParams + func (o *TravelExpenseAttachmentDownloadAttachmentParams) SetContext(ctx context.Context) + func (o *TravelExpenseAttachmentDownloadAttachmentParams) SetHTTPClient(client *http.Client) + func (o *TravelExpenseAttachmentDownloadAttachmentParams) SetTimeout(timeout time.Duration) + func (o *TravelExpenseAttachmentDownloadAttachmentParams) SetTravelExpenseID(travelExpenseID int32) + func (o *TravelExpenseAttachmentDownloadAttachmentParams) WithContext(ctx context.Context) *TravelExpenseAttachmentDownloadAttachmentParams + func (o *TravelExpenseAttachmentDownloadAttachmentParams) WithHTTPClient(client *http.Client) *TravelExpenseAttachmentDownloadAttachmentParams + func (o *TravelExpenseAttachmentDownloadAttachmentParams) WithTimeout(timeout time.Duration) *TravelExpenseAttachmentDownloadAttachmentParams + func (o *TravelExpenseAttachmentDownloadAttachmentParams) WithTravelExpenseID(travelExpenseID int32) *TravelExpenseAttachmentDownloadAttachmentParams + func (o *TravelExpenseAttachmentDownloadAttachmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpenseAttachmentDownloadAttachmentReader struct + func (o *TravelExpenseAttachmentDownloadAttachmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TravelExpenseAttachmentListUploadAttachmentsDefault struct + func NewTravelExpenseAttachmentListUploadAttachmentsDefault(code int) *TravelExpenseAttachmentListUploadAttachmentsDefault + func (o *TravelExpenseAttachmentListUploadAttachmentsDefault) Code() int + func (o *TravelExpenseAttachmentListUploadAttachmentsDefault) Error() string + type TravelExpenseAttachmentListUploadAttachmentsParams struct + Body *models.FormDataMultiPart + Context context.Context + CreateNewCost *bool + HTTPClient *http.Client + TravelExpenseID int32 + func NewTravelExpenseAttachmentListUploadAttachmentsParams() *TravelExpenseAttachmentListUploadAttachmentsParams + func NewTravelExpenseAttachmentListUploadAttachmentsParamsWithContext(ctx context.Context) *TravelExpenseAttachmentListUploadAttachmentsParams + func NewTravelExpenseAttachmentListUploadAttachmentsParamsWithHTTPClient(client *http.Client) *TravelExpenseAttachmentListUploadAttachmentsParams + func NewTravelExpenseAttachmentListUploadAttachmentsParamsWithTimeout(timeout time.Duration) *TravelExpenseAttachmentListUploadAttachmentsParams + func (o *TravelExpenseAttachmentListUploadAttachmentsParams) SetBody(body *models.FormDataMultiPart) + func (o *TravelExpenseAttachmentListUploadAttachmentsParams) SetContext(ctx context.Context) + func (o *TravelExpenseAttachmentListUploadAttachmentsParams) SetCreateNewCost(createNewCost *bool) + func (o *TravelExpenseAttachmentListUploadAttachmentsParams) SetHTTPClient(client *http.Client) + func (o *TravelExpenseAttachmentListUploadAttachmentsParams) SetTimeout(timeout time.Duration) + func (o *TravelExpenseAttachmentListUploadAttachmentsParams) SetTravelExpenseID(travelExpenseID int32) + func (o *TravelExpenseAttachmentListUploadAttachmentsParams) WithBody(body *models.FormDataMultiPart) *TravelExpenseAttachmentListUploadAttachmentsParams + func (o *TravelExpenseAttachmentListUploadAttachmentsParams) WithContext(ctx context.Context) *TravelExpenseAttachmentListUploadAttachmentsParams + func (o *TravelExpenseAttachmentListUploadAttachmentsParams) WithCreateNewCost(createNewCost *bool) *TravelExpenseAttachmentListUploadAttachmentsParams + func (o *TravelExpenseAttachmentListUploadAttachmentsParams) WithHTTPClient(client *http.Client) *TravelExpenseAttachmentListUploadAttachmentsParams + func (o *TravelExpenseAttachmentListUploadAttachmentsParams) WithTimeout(timeout time.Duration) *TravelExpenseAttachmentListUploadAttachmentsParams + func (o *TravelExpenseAttachmentListUploadAttachmentsParams) WithTravelExpenseID(travelExpenseID int32) *TravelExpenseAttachmentListUploadAttachmentsParams + func (o *TravelExpenseAttachmentListUploadAttachmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpenseAttachmentListUploadAttachmentsReader struct + func (o *TravelExpenseAttachmentListUploadAttachmentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TravelExpenseAttachmentUploadAttachmentDefault struct + func NewTravelExpenseAttachmentUploadAttachmentDefault(code int) *TravelExpenseAttachmentUploadAttachmentDefault + func (o *TravelExpenseAttachmentUploadAttachmentDefault) Code() int + func (o *TravelExpenseAttachmentUploadAttachmentDefault) Error() string + type TravelExpenseAttachmentUploadAttachmentParams struct + Context context.Context + CreateNewCost *bool + File runtime.NamedReadCloser + HTTPClient *http.Client + TravelExpenseID int32 + func NewTravelExpenseAttachmentUploadAttachmentParams() *TravelExpenseAttachmentUploadAttachmentParams + func NewTravelExpenseAttachmentUploadAttachmentParamsWithContext(ctx context.Context) *TravelExpenseAttachmentUploadAttachmentParams + func NewTravelExpenseAttachmentUploadAttachmentParamsWithHTTPClient(client *http.Client) *TravelExpenseAttachmentUploadAttachmentParams + func NewTravelExpenseAttachmentUploadAttachmentParamsWithTimeout(timeout time.Duration) *TravelExpenseAttachmentUploadAttachmentParams + func (o *TravelExpenseAttachmentUploadAttachmentParams) SetContext(ctx context.Context) + func (o *TravelExpenseAttachmentUploadAttachmentParams) SetCreateNewCost(createNewCost *bool) + func (o *TravelExpenseAttachmentUploadAttachmentParams) SetFile(file runtime.NamedReadCloser) + func (o *TravelExpenseAttachmentUploadAttachmentParams) SetHTTPClient(client *http.Client) + func (o *TravelExpenseAttachmentUploadAttachmentParams) SetTimeout(timeout time.Duration) + func (o *TravelExpenseAttachmentUploadAttachmentParams) SetTravelExpenseID(travelExpenseID int32) + func (o *TravelExpenseAttachmentUploadAttachmentParams) WithContext(ctx context.Context) *TravelExpenseAttachmentUploadAttachmentParams + func (o *TravelExpenseAttachmentUploadAttachmentParams) WithCreateNewCost(createNewCost *bool) *TravelExpenseAttachmentUploadAttachmentParams + func (o *TravelExpenseAttachmentUploadAttachmentParams) WithFile(file runtime.NamedReadCloser) *TravelExpenseAttachmentUploadAttachmentParams + func (o *TravelExpenseAttachmentUploadAttachmentParams) WithHTTPClient(client *http.Client) *TravelExpenseAttachmentUploadAttachmentParams + func (o *TravelExpenseAttachmentUploadAttachmentParams) WithTimeout(timeout time.Duration) *TravelExpenseAttachmentUploadAttachmentParams + func (o *TravelExpenseAttachmentUploadAttachmentParams) WithTravelExpenseID(travelExpenseID int32) *TravelExpenseAttachmentUploadAttachmentParams + func (o *TravelExpenseAttachmentUploadAttachmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpenseAttachmentUploadAttachmentReader struct + func (o *TravelExpenseAttachmentUploadAttachmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TravelExpenseCopyCopyOK struct + Payload *models.ResponseWrapperTravelExpense + func NewTravelExpenseCopyCopyOK() *TravelExpenseCopyCopyOK + func (o *TravelExpenseCopyCopyOK) Error() string + func (o *TravelExpenseCopyCopyOK) GetPayload() *models.ResponseWrapperTravelExpense + type TravelExpenseCopyCopyParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + func NewTravelExpenseCopyCopyParams() *TravelExpenseCopyCopyParams + func NewTravelExpenseCopyCopyParamsWithContext(ctx context.Context) *TravelExpenseCopyCopyParams + func NewTravelExpenseCopyCopyParamsWithHTTPClient(client *http.Client) *TravelExpenseCopyCopyParams + func NewTravelExpenseCopyCopyParamsWithTimeout(timeout time.Duration) *TravelExpenseCopyCopyParams + func (o *TravelExpenseCopyCopyParams) SetContext(ctx context.Context) + func (o *TravelExpenseCopyCopyParams) SetHTTPClient(client *http.Client) + func (o *TravelExpenseCopyCopyParams) SetID(id int32) + func (o *TravelExpenseCopyCopyParams) SetTimeout(timeout time.Duration) + func (o *TravelExpenseCopyCopyParams) WithContext(ctx context.Context) *TravelExpenseCopyCopyParams + func (o *TravelExpenseCopyCopyParams) WithHTTPClient(client *http.Client) *TravelExpenseCopyCopyParams + func (o *TravelExpenseCopyCopyParams) WithID(id int32) *TravelExpenseCopyCopyParams + func (o *TravelExpenseCopyCopyParams) WithTimeout(timeout time.Duration) *TravelExpenseCopyCopyParams + func (o *TravelExpenseCopyCopyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpenseCopyCopyReader struct + func (o *TravelExpenseCopyCopyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TravelExpenseCreateVouchersCreateVouchersOK struct + Payload *models.ListResponseTravelExpense + func NewTravelExpenseCreateVouchersCreateVouchersOK() *TravelExpenseCreateVouchersCreateVouchersOK + func (o *TravelExpenseCreateVouchersCreateVouchersOK) Error() string + func (o *TravelExpenseCreateVouchersCreateVouchersOK) GetPayload() *models.ListResponseTravelExpense + type TravelExpenseCreateVouchersCreateVouchersParams struct + Context context.Context + Date string + HTTPClient *http.Client + ID *string + func NewTravelExpenseCreateVouchersCreateVouchersParams() *TravelExpenseCreateVouchersCreateVouchersParams + func NewTravelExpenseCreateVouchersCreateVouchersParamsWithContext(ctx context.Context) *TravelExpenseCreateVouchersCreateVouchersParams + func NewTravelExpenseCreateVouchersCreateVouchersParamsWithHTTPClient(client *http.Client) *TravelExpenseCreateVouchersCreateVouchersParams + func NewTravelExpenseCreateVouchersCreateVouchersParamsWithTimeout(timeout time.Duration) *TravelExpenseCreateVouchersCreateVouchersParams + func (o *TravelExpenseCreateVouchersCreateVouchersParams) SetContext(ctx context.Context) + func (o *TravelExpenseCreateVouchersCreateVouchersParams) SetDate(date string) + func (o *TravelExpenseCreateVouchersCreateVouchersParams) SetHTTPClient(client *http.Client) + func (o *TravelExpenseCreateVouchersCreateVouchersParams) SetID(id *string) + func (o *TravelExpenseCreateVouchersCreateVouchersParams) SetTimeout(timeout time.Duration) + func (o *TravelExpenseCreateVouchersCreateVouchersParams) WithContext(ctx context.Context) *TravelExpenseCreateVouchersCreateVouchersParams + func (o *TravelExpenseCreateVouchersCreateVouchersParams) WithDate(date string) *TravelExpenseCreateVouchersCreateVouchersParams + func (o *TravelExpenseCreateVouchersCreateVouchersParams) WithHTTPClient(client *http.Client) *TravelExpenseCreateVouchersCreateVouchersParams + func (o *TravelExpenseCreateVouchersCreateVouchersParams) WithID(id *string) *TravelExpenseCreateVouchersCreateVouchersParams + func (o *TravelExpenseCreateVouchersCreateVouchersParams) WithTimeout(timeout time.Duration) *TravelExpenseCreateVouchersCreateVouchersParams + func (o *TravelExpenseCreateVouchersCreateVouchersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpenseCreateVouchersCreateVouchersReader struct + func (o *TravelExpenseCreateVouchersCreateVouchersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TravelExpenseDeleteDefault struct + func NewTravelExpenseDeleteDefault(code int) *TravelExpenseDeleteDefault + func (o *TravelExpenseDeleteDefault) Code() int + func (o *TravelExpenseDeleteDefault) Error() string + type TravelExpenseDeleteParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + func NewTravelExpenseDeleteParams() *TravelExpenseDeleteParams + func NewTravelExpenseDeleteParamsWithContext(ctx context.Context) *TravelExpenseDeleteParams + func NewTravelExpenseDeleteParamsWithHTTPClient(client *http.Client) *TravelExpenseDeleteParams + func NewTravelExpenseDeleteParamsWithTimeout(timeout time.Duration) *TravelExpenseDeleteParams + func (o *TravelExpenseDeleteParams) SetContext(ctx context.Context) + func (o *TravelExpenseDeleteParams) SetHTTPClient(client *http.Client) + func (o *TravelExpenseDeleteParams) SetID(id int32) + func (o *TravelExpenseDeleteParams) SetTimeout(timeout time.Duration) + func (o *TravelExpenseDeleteParams) WithContext(ctx context.Context) *TravelExpenseDeleteParams + func (o *TravelExpenseDeleteParams) WithHTTPClient(client *http.Client) *TravelExpenseDeleteParams + func (o *TravelExpenseDeleteParams) WithID(id int32) *TravelExpenseDeleteParams + func (o *TravelExpenseDeleteParams) WithTimeout(timeout time.Duration) *TravelExpenseDeleteParams + func (o *TravelExpenseDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpenseDeleteReader struct + func (o *TravelExpenseDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TravelExpenseDeliverDeliverOK struct + Payload *models.ListResponseTravelExpense + func NewTravelExpenseDeliverDeliverOK() *TravelExpenseDeliverDeliverOK + func (o *TravelExpenseDeliverDeliverOK) Error() string + func (o *TravelExpenseDeliverDeliverOK) GetPayload() *models.ListResponseTravelExpense + type TravelExpenseDeliverDeliverParams struct + Context context.Context + HTTPClient *http.Client + ID *string + func NewTravelExpenseDeliverDeliverParams() *TravelExpenseDeliverDeliverParams + func NewTravelExpenseDeliverDeliverParamsWithContext(ctx context.Context) *TravelExpenseDeliverDeliverParams + func NewTravelExpenseDeliverDeliverParamsWithHTTPClient(client *http.Client) *TravelExpenseDeliverDeliverParams + func NewTravelExpenseDeliverDeliverParamsWithTimeout(timeout time.Duration) *TravelExpenseDeliverDeliverParams + func (o *TravelExpenseDeliverDeliverParams) SetContext(ctx context.Context) + func (o *TravelExpenseDeliverDeliverParams) SetHTTPClient(client *http.Client) + func (o *TravelExpenseDeliverDeliverParams) SetID(id *string) + func (o *TravelExpenseDeliverDeliverParams) SetTimeout(timeout time.Duration) + func (o *TravelExpenseDeliverDeliverParams) WithContext(ctx context.Context) *TravelExpenseDeliverDeliverParams + func (o *TravelExpenseDeliverDeliverParams) WithHTTPClient(client *http.Client) *TravelExpenseDeliverDeliverParams + func (o *TravelExpenseDeliverDeliverParams) WithID(id *string) *TravelExpenseDeliverDeliverParams + func (o *TravelExpenseDeliverDeliverParams) WithTimeout(timeout time.Duration) *TravelExpenseDeliverDeliverParams + func (o *TravelExpenseDeliverDeliverParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpenseDeliverDeliverReader struct + func (o *TravelExpenseDeliverDeliverReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TravelExpenseGetOK struct + Payload *models.ResponseWrapperTravelExpense + func NewTravelExpenseGetOK() *TravelExpenseGetOK + func (o *TravelExpenseGetOK) Error() string + func (o *TravelExpenseGetOK) GetPayload() *models.ResponseWrapperTravelExpense + type TravelExpenseGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewTravelExpenseGetParams() *TravelExpenseGetParams + func NewTravelExpenseGetParamsWithContext(ctx context.Context) *TravelExpenseGetParams + func NewTravelExpenseGetParamsWithHTTPClient(client *http.Client) *TravelExpenseGetParams + func NewTravelExpenseGetParamsWithTimeout(timeout time.Duration) *TravelExpenseGetParams + func (o *TravelExpenseGetParams) SetContext(ctx context.Context) + func (o *TravelExpenseGetParams) SetFields(fields *string) + func (o *TravelExpenseGetParams) SetHTTPClient(client *http.Client) + func (o *TravelExpenseGetParams) SetID(id int32) + func (o *TravelExpenseGetParams) SetTimeout(timeout time.Duration) + func (o *TravelExpenseGetParams) WithContext(ctx context.Context) *TravelExpenseGetParams + func (o *TravelExpenseGetParams) WithFields(fields *string) *TravelExpenseGetParams + func (o *TravelExpenseGetParams) WithHTTPClient(client *http.Client) *TravelExpenseGetParams + func (o *TravelExpenseGetParams) WithID(id int32) *TravelExpenseGetParams + func (o *TravelExpenseGetParams) WithTimeout(timeout time.Duration) *TravelExpenseGetParams + func (o *TravelExpenseGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpenseGetReader struct + func (o *TravelExpenseGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TravelExpensePostCreated struct + Payload *models.ResponseWrapperTravelExpense + func NewTravelExpensePostCreated() *TravelExpensePostCreated + func (o *TravelExpensePostCreated) Error() string + func (o *TravelExpensePostCreated) GetPayload() *models.ResponseWrapperTravelExpense + type TravelExpensePostParams struct + Body *models.TravelExpense + Context context.Context + HTTPClient *http.Client + func NewTravelExpensePostParams() *TravelExpensePostParams + func NewTravelExpensePostParamsWithContext(ctx context.Context) *TravelExpensePostParams + func NewTravelExpensePostParamsWithHTTPClient(client *http.Client) *TravelExpensePostParams + func NewTravelExpensePostParamsWithTimeout(timeout time.Duration) *TravelExpensePostParams + func (o *TravelExpensePostParams) SetBody(body *models.TravelExpense) + func (o *TravelExpensePostParams) SetContext(ctx context.Context) + func (o *TravelExpensePostParams) SetHTTPClient(client *http.Client) + func (o *TravelExpensePostParams) SetTimeout(timeout time.Duration) + func (o *TravelExpensePostParams) WithBody(body *models.TravelExpense) *TravelExpensePostParams + func (o *TravelExpensePostParams) WithContext(ctx context.Context) *TravelExpensePostParams + func (o *TravelExpensePostParams) WithHTTPClient(client *http.Client) *TravelExpensePostParams + func (o *TravelExpensePostParams) WithTimeout(timeout time.Duration) *TravelExpensePostParams + func (o *TravelExpensePostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpensePostReader struct + func (o *TravelExpensePostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TravelExpensePutOK struct + Payload *models.ResponseWrapperTravelExpense + func NewTravelExpensePutOK() *TravelExpensePutOK + func (o *TravelExpensePutOK) Error() string + func (o *TravelExpensePutOK) GetPayload() *models.ResponseWrapperTravelExpense + type TravelExpensePutParams struct + Body *models.TravelExpense + Context context.Context + HTTPClient *http.Client + ID int32 + func NewTravelExpensePutParams() *TravelExpensePutParams + func NewTravelExpensePutParamsWithContext(ctx context.Context) *TravelExpensePutParams + func NewTravelExpensePutParamsWithHTTPClient(client *http.Client) *TravelExpensePutParams + func NewTravelExpensePutParamsWithTimeout(timeout time.Duration) *TravelExpensePutParams + func (o *TravelExpensePutParams) SetBody(body *models.TravelExpense) + func (o *TravelExpensePutParams) SetContext(ctx context.Context) + func (o *TravelExpensePutParams) SetHTTPClient(client *http.Client) + func (o *TravelExpensePutParams) SetID(id int32) + func (o *TravelExpensePutParams) SetTimeout(timeout time.Duration) + func (o *TravelExpensePutParams) WithBody(body *models.TravelExpense) *TravelExpensePutParams + func (o *TravelExpensePutParams) WithContext(ctx context.Context) *TravelExpensePutParams + func (o *TravelExpensePutParams) WithHTTPClient(client *http.Client) *TravelExpensePutParams + func (o *TravelExpensePutParams) WithID(id int32) *TravelExpensePutParams + func (o *TravelExpensePutParams) WithTimeout(timeout time.Duration) *TravelExpensePutParams + func (o *TravelExpensePutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpensePutReader struct + func (o *TravelExpensePutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TravelExpenseSearchOK struct + Payload *models.ListResponseTravelExpense + func NewTravelExpenseSearchOK() *TravelExpenseSearchOK + func (o *TravelExpenseSearchOK) Error() string + func (o *TravelExpenseSearchOK) GetPayload() *models.ListResponseTravelExpense + type TravelExpenseSearchParams struct + Context context.Context + Count *int64 + DepartmentID *string + DepartureDateFrom *string + EmployeeID *string + Fields *string + From *int64 + HTTPClient *http.Client + ProjectID *string + ProjectManagerID *string + ReturnDateTo *string + Sorting *string + State *string + func NewTravelExpenseSearchParams() *TravelExpenseSearchParams + func NewTravelExpenseSearchParamsWithContext(ctx context.Context) *TravelExpenseSearchParams + func NewTravelExpenseSearchParamsWithHTTPClient(client *http.Client) *TravelExpenseSearchParams + func NewTravelExpenseSearchParamsWithTimeout(timeout time.Duration) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) SetContext(ctx context.Context) + func (o *TravelExpenseSearchParams) SetCount(count *int64) + func (o *TravelExpenseSearchParams) SetDepartmentID(departmentID *string) + func (o *TravelExpenseSearchParams) SetDepartureDateFrom(departureDateFrom *string) + func (o *TravelExpenseSearchParams) SetEmployeeID(employeeID *string) + func (o *TravelExpenseSearchParams) SetFields(fields *string) + func (o *TravelExpenseSearchParams) SetFrom(from *int64) + func (o *TravelExpenseSearchParams) SetHTTPClient(client *http.Client) + func (o *TravelExpenseSearchParams) SetProjectID(projectID *string) + func (o *TravelExpenseSearchParams) SetProjectManagerID(projectManagerID *string) + func (o *TravelExpenseSearchParams) SetReturnDateTo(returnDateTo *string) + func (o *TravelExpenseSearchParams) SetSorting(sorting *string) + func (o *TravelExpenseSearchParams) SetState(state *string) + func (o *TravelExpenseSearchParams) SetTimeout(timeout time.Duration) + func (o *TravelExpenseSearchParams) WithContext(ctx context.Context) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) WithCount(count *int64) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) WithDepartmentID(departmentID *string) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) WithDepartureDateFrom(departureDateFrom *string) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) WithEmployeeID(employeeID *string) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) WithFields(fields *string) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) WithFrom(from *int64) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) WithHTTPClient(client *http.Client) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) WithProjectID(projectID *string) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) WithProjectManagerID(projectManagerID *string) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) WithReturnDateTo(returnDateTo *string) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) WithSorting(sorting *string) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) WithState(state *string) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) WithTimeout(timeout time.Duration) *TravelExpenseSearchParams + func (o *TravelExpenseSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpenseSearchReader struct + func (o *TravelExpenseSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TravelExpenseUnapproveUnapproveOK struct + Payload *models.ListResponseTravelExpense + func NewTravelExpenseUnapproveUnapproveOK() *TravelExpenseUnapproveUnapproveOK + func (o *TravelExpenseUnapproveUnapproveOK) Error() string + func (o *TravelExpenseUnapproveUnapproveOK) GetPayload() *models.ListResponseTravelExpense + type TravelExpenseUnapproveUnapproveParams struct + Context context.Context + HTTPClient *http.Client + ID *string + func NewTravelExpenseUnapproveUnapproveParams() *TravelExpenseUnapproveUnapproveParams + func NewTravelExpenseUnapproveUnapproveParamsWithContext(ctx context.Context) *TravelExpenseUnapproveUnapproveParams + func NewTravelExpenseUnapproveUnapproveParamsWithHTTPClient(client *http.Client) *TravelExpenseUnapproveUnapproveParams + func NewTravelExpenseUnapproveUnapproveParamsWithTimeout(timeout time.Duration) *TravelExpenseUnapproveUnapproveParams + func (o *TravelExpenseUnapproveUnapproveParams) SetContext(ctx context.Context) + func (o *TravelExpenseUnapproveUnapproveParams) SetHTTPClient(client *http.Client) + func (o *TravelExpenseUnapproveUnapproveParams) SetID(id *string) + func (o *TravelExpenseUnapproveUnapproveParams) SetTimeout(timeout time.Duration) + func (o *TravelExpenseUnapproveUnapproveParams) WithContext(ctx context.Context) *TravelExpenseUnapproveUnapproveParams + func (o *TravelExpenseUnapproveUnapproveParams) WithHTTPClient(client *http.Client) *TravelExpenseUnapproveUnapproveParams + func (o *TravelExpenseUnapproveUnapproveParams) WithID(id *string) *TravelExpenseUnapproveUnapproveParams + func (o *TravelExpenseUnapproveUnapproveParams) WithTimeout(timeout time.Duration) *TravelExpenseUnapproveUnapproveParams + func (o *TravelExpenseUnapproveUnapproveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpenseUnapproveUnapproveReader struct + func (o *TravelExpenseUnapproveUnapproveReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TravelExpenseUndeliverUndeliverOK struct + Payload *models.ListResponseTravelExpense + func NewTravelExpenseUndeliverUndeliverOK() *TravelExpenseUndeliverUndeliverOK + func (o *TravelExpenseUndeliverUndeliverOK) Error() string + func (o *TravelExpenseUndeliverUndeliverOK) GetPayload() *models.ListResponseTravelExpense + type TravelExpenseUndeliverUndeliverParams struct + Context context.Context + HTTPClient *http.Client + ID *string + func NewTravelExpenseUndeliverUndeliverParams() *TravelExpenseUndeliverUndeliverParams + func NewTravelExpenseUndeliverUndeliverParamsWithContext(ctx context.Context) *TravelExpenseUndeliverUndeliverParams + func NewTravelExpenseUndeliverUndeliverParamsWithHTTPClient(client *http.Client) *TravelExpenseUndeliverUndeliverParams + func NewTravelExpenseUndeliverUndeliverParamsWithTimeout(timeout time.Duration) *TravelExpenseUndeliverUndeliverParams + func (o *TravelExpenseUndeliverUndeliverParams) SetContext(ctx context.Context) + func (o *TravelExpenseUndeliverUndeliverParams) SetHTTPClient(client *http.Client) + func (o *TravelExpenseUndeliverUndeliverParams) SetID(id *string) + func (o *TravelExpenseUndeliverUndeliverParams) SetTimeout(timeout time.Duration) + func (o *TravelExpenseUndeliverUndeliverParams) WithContext(ctx context.Context) *TravelExpenseUndeliverUndeliverParams + func (o *TravelExpenseUndeliverUndeliverParams) WithHTTPClient(client *http.Client) *TravelExpenseUndeliverUndeliverParams + func (o *TravelExpenseUndeliverUndeliverParams) WithID(id *string) *TravelExpenseUndeliverUndeliverParams + func (o *TravelExpenseUndeliverUndeliverParams) WithTimeout(timeout time.Duration) *TravelExpenseUndeliverUndeliverParams + func (o *TravelExpenseUndeliverUndeliverParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TravelExpenseUndeliverUndeliverReader struct + func (o *TravelExpenseUndeliverUndeliverReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go/v2