customer_support_remarks

package
v0.0.0-...-c407d37 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const CreateCustomerSupportRemarkForMoveBadRequestCode int = 400

CreateCustomerSupportRemarkForMoveBadRequestCode is the HTTP code returned for type CreateCustomerSupportRemarkForMoveBadRequest

View Source
const CreateCustomerSupportRemarkForMoveInternalServerErrorCode int = 500

CreateCustomerSupportRemarkForMoveInternalServerErrorCode is the HTTP code returned for type CreateCustomerSupportRemarkForMoveInternalServerError

View Source
const CreateCustomerSupportRemarkForMoveNotFoundCode int = 404

CreateCustomerSupportRemarkForMoveNotFoundCode is the HTTP code returned for type CreateCustomerSupportRemarkForMoveNotFound

View Source
const CreateCustomerSupportRemarkForMoveOKCode int = 200

CreateCustomerSupportRemarkForMoveOKCode is the HTTP code returned for type CreateCustomerSupportRemarkForMoveOK

View Source
const CreateCustomerSupportRemarkForMoveUnprocessableEntityCode int = 422

CreateCustomerSupportRemarkForMoveUnprocessableEntityCode is the HTTP code returned for type CreateCustomerSupportRemarkForMoveUnprocessableEntity

View Source
const DeleteCustomerSupportRemarkBadRequestCode int = 400

DeleteCustomerSupportRemarkBadRequestCode is the HTTP code returned for type DeleteCustomerSupportRemarkBadRequest

View Source
const DeleteCustomerSupportRemarkConflictCode int = 409

DeleteCustomerSupportRemarkConflictCode is the HTTP code returned for type DeleteCustomerSupportRemarkConflict

View Source
const DeleteCustomerSupportRemarkForbiddenCode int = 403

DeleteCustomerSupportRemarkForbiddenCode is the HTTP code returned for type DeleteCustomerSupportRemarkForbidden

View Source
const DeleteCustomerSupportRemarkInternalServerErrorCode int = 500

DeleteCustomerSupportRemarkInternalServerErrorCode is the HTTP code returned for type DeleteCustomerSupportRemarkInternalServerError

View Source
const DeleteCustomerSupportRemarkNoContentCode int = 204

DeleteCustomerSupportRemarkNoContentCode is the HTTP code returned for type DeleteCustomerSupportRemarkNoContent

View Source
const DeleteCustomerSupportRemarkNotFoundCode int = 404

DeleteCustomerSupportRemarkNotFoundCode is the HTTP code returned for type DeleteCustomerSupportRemarkNotFound

View Source
const DeleteCustomerSupportRemarkUnprocessableEntityCode int = 422

DeleteCustomerSupportRemarkUnprocessableEntityCode is the HTTP code returned for type DeleteCustomerSupportRemarkUnprocessableEntity

View Source
const GetCustomerSupportRemarksForMoveForbiddenCode int = 403

GetCustomerSupportRemarksForMoveForbiddenCode is the HTTP code returned for type GetCustomerSupportRemarksForMoveForbidden

View Source
const GetCustomerSupportRemarksForMoveInternalServerErrorCode int = 500

GetCustomerSupportRemarksForMoveInternalServerErrorCode is the HTTP code returned for type GetCustomerSupportRemarksForMoveInternalServerError

View Source
const GetCustomerSupportRemarksForMoveNotFoundCode int = 404

GetCustomerSupportRemarksForMoveNotFoundCode is the HTTP code returned for type GetCustomerSupportRemarksForMoveNotFound

View Source
const GetCustomerSupportRemarksForMoveOKCode int = 200

GetCustomerSupportRemarksForMoveOKCode is the HTTP code returned for type GetCustomerSupportRemarksForMoveOK

View Source
const GetCustomerSupportRemarksForMoveUnprocessableEntityCode int = 422

GetCustomerSupportRemarksForMoveUnprocessableEntityCode is the HTTP code returned for type GetCustomerSupportRemarksForMoveUnprocessableEntity

View Source
const UpdateCustomerSupportRemarkForMoveBadRequestCode int = 400

UpdateCustomerSupportRemarkForMoveBadRequestCode is the HTTP code returned for type UpdateCustomerSupportRemarkForMoveBadRequest

View Source
const UpdateCustomerSupportRemarkForMoveForbiddenCode int = 403

UpdateCustomerSupportRemarkForMoveForbiddenCode is the HTTP code returned for type UpdateCustomerSupportRemarkForMoveForbidden

View Source
const UpdateCustomerSupportRemarkForMoveInternalServerErrorCode int = 500

UpdateCustomerSupportRemarkForMoveInternalServerErrorCode is the HTTP code returned for type UpdateCustomerSupportRemarkForMoveInternalServerError

View Source
const UpdateCustomerSupportRemarkForMoveNotFoundCode int = 404

UpdateCustomerSupportRemarkForMoveNotFoundCode is the HTTP code returned for type UpdateCustomerSupportRemarkForMoveNotFound

View Source
const UpdateCustomerSupportRemarkForMoveOKCode int = 200

UpdateCustomerSupportRemarkForMoveOKCode is the HTTP code returned for type UpdateCustomerSupportRemarkForMoveOK

View Source
const UpdateCustomerSupportRemarkForMoveUnprocessableEntityCode int = 422

UpdateCustomerSupportRemarkForMoveUnprocessableEntityCode is the HTTP code returned for type UpdateCustomerSupportRemarkForMoveUnprocessableEntity

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateCustomerSupportRemarkForMove

type CreateCustomerSupportRemarkForMove struct {
	Context *middleware.Context
	Handler CreateCustomerSupportRemarkForMoveHandler
}
CreateCustomerSupportRemarkForMove swagger:route POST /moves/{locator}/customer-support-remarks customerSupportRemarks createCustomerSupportRemarkForMove

Creates a customer support remark for a move

Creates a customer support remark for a move

func NewCreateCustomerSupportRemarkForMove

func NewCreateCustomerSupportRemarkForMove(ctx *middleware.Context, handler CreateCustomerSupportRemarkForMoveHandler) *CreateCustomerSupportRemarkForMove

NewCreateCustomerSupportRemarkForMove creates a new http.Handler for the create customer support remark for move operation

func (*CreateCustomerSupportRemarkForMove) ServeHTTP

type CreateCustomerSupportRemarkForMoveBadRequest

type CreateCustomerSupportRemarkForMoveBadRequest struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

CreateCustomerSupportRemarkForMoveBadRequest The request payload is invalid

swagger:response createCustomerSupportRemarkForMoveBadRequest

func NewCreateCustomerSupportRemarkForMoveBadRequest

func NewCreateCustomerSupportRemarkForMoveBadRequest() *CreateCustomerSupportRemarkForMoveBadRequest

NewCreateCustomerSupportRemarkForMoveBadRequest creates CreateCustomerSupportRemarkForMoveBadRequest with default headers values

func (*CreateCustomerSupportRemarkForMoveBadRequest) SetPayload

SetPayload sets the payload to the create customer support remark for move bad request response

func (*CreateCustomerSupportRemarkForMoveBadRequest) WithPayload

WithPayload adds the payload to the create customer support remark for move bad request response

func (*CreateCustomerSupportRemarkForMoveBadRequest) WriteResponse

WriteResponse to the client

type CreateCustomerSupportRemarkForMoveHandler

type CreateCustomerSupportRemarkForMoveHandler interface {
	Handle(CreateCustomerSupportRemarkForMoveParams) middleware.Responder
}

CreateCustomerSupportRemarkForMoveHandler interface for that can handle valid create customer support remark for move params

type CreateCustomerSupportRemarkForMoveHandlerFunc

type CreateCustomerSupportRemarkForMoveHandlerFunc func(CreateCustomerSupportRemarkForMoveParams) middleware.Responder

CreateCustomerSupportRemarkForMoveHandlerFunc turns a function with the right signature into a create customer support remark for move handler

func (CreateCustomerSupportRemarkForMoveHandlerFunc) Handle

Handle executing the request and returning a response

type CreateCustomerSupportRemarkForMoveInternalServerError

type CreateCustomerSupportRemarkForMoveInternalServerError struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

CreateCustomerSupportRemarkForMoveInternalServerError A server error occurred

swagger:response createCustomerSupportRemarkForMoveInternalServerError

func NewCreateCustomerSupportRemarkForMoveInternalServerError

func NewCreateCustomerSupportRemarkForMoveInternalServerError() *CreateCustomerSupportRemarkForMoveInternalServerError

NewCreateCustomerSupportRemarkForMoveInternalServerError creates CreateCustomerSupportRemarkForMoveInternalServerError with default headers values

func (*CreateCustomerSupportRemarkForMoveInternalServerError) SetPayload

SetPayload sets the payload to the create customer support remark for move internal server error response

func (*CreateCustomerSupportRemarkForMoveInternalServerError) WithPayload

WithPayload adds the payload to the create customer support remark for move internal server error response

func (*CreateCustomerSupportRemarkForMoveInternalServerError) WriteResponse

WriteResponse to the client

type CreateCustomerSupportRemarkForMoveNotFound

type CreateCustomerSupportRemarkForMoveNotFound struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

CreateCustomerSupportRemarkForMoveNotFound The requested resource wasn't found

swagger:response createCustomerSupportRemarkForMoveNotFound

func NewCreateCustomerSupportRemarkForMoveNotFound

func NewCreateCustomerSupportRemarkForMoveNotFound() *CreateCustomerSupportRemarkForMoveNotFound

NewCreateCustomerSupportRemarkForMoveNotFound creates CreateCustomerSupportRemarkForMoveNotFound with default headers values

func (*CreateCustomerSupportRemarkForMoveNotFound) SetPayload

SetPayload sets the payload to the create customer support remark for move not found response

func (*CreateCustomerSupportRemarkForMoveNotFound) WithPayload

WithPayload adds the payload to the create customer support remark for move not found response

func (*CreateCustomerSupportRemarkForMoveNotFound) WriteResponse

WriteResponse to the client

type CreateCustomerSupportRemarkForMoveOK

type CreateCustomerSupportRemarkForMoveOK struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.CustomerSupportRemark `json:"body,omitempty"`
}

CreateCustomerSupportRemarkForMoveOK Successfully created customer support remark

swagger:response createCustomerSupportRemarkForMoveOK

func NewCreateCustomerSupportRemarkForMoveOK

func NewCreateCustomerSupportRemarkForMoveOK() *CreateCustomerSupportRemarkForMoveOK

NewCreateCustomerSupportRemarkForMoveOK creates CreateCustomerSupportRemarkForMoveOK with default headers values

func (*CreateCustomerSupportRemarkForMoveOK) SetPayload

SetPayload sets the payload to the create customer support remark for move o k response

func (*CreateCustomerSupportRemarkForMoveOK) WithPayload

WithPayload adds the payload to the create customer support remark for move o k response

func (*CreateCustomerSupportRemarkForMoveOK) WriteResponse

WriteResponse to the client

type CreateCustomerSupportRemarkForMoveParams

type CreateCustomerSupportRemarkForMoveParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*
	  In: body
	*/
	Body *ghcmessages.CreateCustomerSupportRemark
	/*move code to identify a move for customer support remarks
	  Required: true
	  In: path
	*/
	Locator string
}

CreateCustomerSupportRemarkForMoveParams contains all the bound params for the create customer support remark for move operation typically these are obtained from a http.Request

swagger:parameters createCustomerSupportRemarkForMove

func NewCreateCustomerSupportRemarkForMoveParams

func NewCreateCustomerSupportRemarkForMoveParams() CreateCustomerSupportRemarkForMoveParams

NewCreateCustomerSupportRemarkForMoveParams creates a new CreateCustomerSupportRemarkForMoveParams object

There are no default values defined in the spec.

func (*CreateCustomerSupportRemarkForMoveParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewCreateCustomerSupportRemarkForMoveParams() beforehand.

type CreateCustomerSupportRemarkForMoveURL

type CreateCustomerSupportRemarkForMoveURL struct {
	Locator string
	// contains filtered or unexported fields
}

CreateCustomerSupportRemarkForMoveURL generates an URL for the create customer support remark for move operation

func (*CreateCustomerSupportRemarkForMoveURL) Build

Build a url path and query string

func (*CreateCustomerSupportRemarkForMoveURL) BuildFull

func (o *CreateCustomerSupportRemarkForMoveURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*CreateCustomerSupportRemarkForMoveURL) Must

Must is a helper function to panic when the url builder returns an error

func (*CreateCustomerSupportRemarkForMoveURL) SetBasePath

func (o *CreateCustomerSupportRemarkForMoveURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*CreateCustomerSupportRemarkForMoveURL) String

String returns the string representation of the path with query string

func (*CreateCustomerSupportRemarkForMoveURL) StringFull

func (o *CreateCustomerSupportRemarkForMoveURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*CreateCustomerSupportRemarkForMoveURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type CreateCustomerSupportRemarkForMoveUnprocessableEntity

type CreateCustomerSupportRemarkForMoveUnprocessableEntity struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.ValidationError `json:"body,omitempty"`
}

CreateCustomerSupportRemarkForMoveUnprocessableEntity The payload was unprocessable.

swagger:response createCustomerSupportRemarkForMoveUnprocessableEntity

func NewCreateCustomerSupportRemarkForMoveUnprocessableEntity

func NewCreateCustomerSupportRemarkForMoveUnprocessableEntity() *CreateCustomerSupportRemarkForMoveUnprocessableEntity

NewCreateCustomerSupportRemarkForMoveUnprocessableEntity creates CreateCustomerSupportRemarkForMoveUnprocessableEntity with default headers values

func (*CreateCustomerSupportRemarkForMoveUnprocessableEntity) SetPayload

SetPayload sets the payload to the create customer support remark for move unprocessable entity response

func (*CreateCustomerSupportRemarkForMoveUnprocessableEntity) WithPayload

WithPayload adds the payload to the create customer support remark for move unprocessable entity response

func (*CreateCustomerSupportRemarkForMoveUnprocessableEntity) WriteResponse

WriteResponse to the client

type DeleteCustomerSupportRemark

type DeleteCustomerSupportRemark struct {
	Context *middleware.Context
	Handler DeleteCustomerSupportRemarkHandler
}
DeleteCustomerSupportRemark swagger:route DELETE /customer-support-remarks/{customerSupportRemarkID} customerSupportRemarks deleteCustomerSupportRemark

Soft deletes a customer support remark by ID

Soft deletes a customer support remark by ID

func NewDeleteCustomerSupportRemark

func NewDeleteCustomerSupportRemark(ctx *middleware.Context, handler DeleteCustomerSupportRemarkHandler) *DeleteCustomerSupportRemark

NewDeleteCustomerSupportRemark creates a new http.Handler for the delete customer support remark operation

func (*DeleteCustomerSupportRemark) ServeHTTP

type DeleteCustomerSupportRemarkBadRequest

type DeleteCustomerSupportRemarkBadRequest struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

DeleteCustomerSupportRemarkBadRequest The request payload is invalid

swagger:response deleteCustomerSupportRemarkBadRequest

func NewDeleteCustomerSupportRemarkBadRequest

func NewDeleteCustomerSupportRemarkBadRequest() *DeleteCustomerSupportRemarkBadRequest

NewDeleteCustomerSupportRemarkBadRequest creates DeleteCustomerSupportRemarkBadRequest with default headers values

func (*DeleteCustomerSupportRemarkBadRequest) SetPayload

SetPayload sets the payload to the delete customer support remark bad request response

func (*DeleteCustomerSupportRemarkBadRequest) WithPayload

WithPayload adds the payload to the delete customer support remark bad request response

func (*DeleteCustomerSupportRemarkBadRequest) WriteResponse

WriteResponse to the client

type DeleteCustomerSupportRemarkConflict

type DeleteCustomerSupportRemarkConflict struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

DeleteCustomerSupportRemarkConflict Conflict error

swagger:response deleteCustomerSupportRemarkConflict

func NewDeleteCustomerSupportRemarkConflict

func NewDeleteCustomerSupportRemarkConflict() *DeleteCustomerSupportRemarkConflict

NewDeleteCustomerSupportRemarkConflict creates DeleteCustomerSupportRemarkConflict with default headers values

func (*DeleteCustomerSupportRemarkConflict) SetPayload

func (o *DeleteCustomerSupportRemarkConflict) SetPayload(payload *ghcmessages.Error)

SetPayload sets the payload to the delete customer support remark conflict response

func (*DeleteCustomerSupportRemarkConflict) WithPayload

WithPayload adds the payload to the delete customer support remark conflict response

func (*DeleteCustomerSupportRemarkConflict) WriteResponse

WriteResponse to the client

type DeleteCustomerSupportRemarkForbidden

type DeleteCustomerSupportRemarkForbidden struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

DeleteCustomerSupportRemarkForbidden The request was denied

swagger:response deleteCustomerSupportRemarkForbidden

func NewDeleteCustomerSupportRemarkForbidden

func NewDeleteCustomerSupportRemarkForbidden() *DeleteCustomerSupportRemarkForbidden

NewDeleteCustomerSupportRemarkForbidden creates DeleteCustomerSupportRemarkForbidden with default headers values

func (*DeleteCustomerSupportRemarkForbidden) SetPayload

func (o *DeleteCustomerSupportRemarkForbidden) SetPayload(payload *ghcmessages.Error)

SetPayload sets the payload to the delete customer support remark forbidden response

func (*DeleteCustomerSupportRemarkForbidden) WithPayload

WithPayload adds the payload to the delete customer support remark forbidden response

func (*DeleteCustomerSupportRemarkForbidden) WriteResponse

WriteResponse to the client

type DeleteCustomerSupportRemarkHandler

type DeleteCustomerSupportRemarkHandler interface {
	Handle(DeleteCustomerSupportRemarkParams) middleware.Responder
}

DeleteCustomerSupportRemarkHandler interface for that can handle valid delete customer support remark params

type DeleteCustomerSupportRemarkHandlerFunc

type DeleteCustomerSupportRemarkHandlerFunc func(DeleteCustomerSupportRemarkParams) middleware.Responder

DeleteCustomerSupportRemarkHandlerFunc turns a function with the right signature into a delete customer support remark handler

func (DeleteCustomerSupportRemarkHandlerFunc) Handle

Handle executing the request and returning a response

type DeleteCustomerSupportRemarkInternalServerError

type DeleteCustomerSupportRemarkInternalServerError struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

DeleteCustomerSupportRemarkInternalServerError A server error occurred

swagger:response deleteCustomerSupportRemarkInternalServerError

func NewDeleteCustomerSupportRemarkInternalServerError

func NewDeleteCustomerSupportRemarkInternalServerError() *DeleteCustomerSupportRemarkInternalServerError

NewDeleteCustomerSupportRemarkInternalServerError creates DeleteCustomerSupportRemarkInternalServerError with default headers values

func (*DeleteCustomerSupportRemarkInternalServerError) SetPayload

SetPayload sets the payload to the delete customer support remark internal server error response

func (*DeleteCustomerSupportRemarkInternalServerError) WithPayload

WithPayload adds the payload to the delete customer support remark internal server error response

func (*DeleteCustomerSupportRemarkInternalServerError) WriteResponse

WriteResponse to the client

type DeleteCustomerSupportRemarkNoContent

type DeleteCustomerSupportRemarkNoContent struct {
}

DeleteCustomerSupportRemarkNoContent Successfully soft deleted the shipment

swagger:response deleteCustomerSupportRemarkNoContent

func NewDeleteCustomerSupportRemarkNoContent

func NewDeleteCustomerSupportRemarkNoContent() *DeleteCustomerSupportRemarkNoContent

NewDeleteCustomerSupportRemarkNoContent creates DeleteCustomerSupportRemarkNoContent with default headers values

func (*DeleteCustomerSupportRemarkNoContent) WriteResponse

WriteResponse to the client

type DeleteCustomerSupportRemarkNotFound

type DeleteCustomerSupportRemarkNotFound struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

DeleteCustomerSupportRemarkNotFound The requested resource wasn't found

swagger:response deleteCustomerSupportRemarkNotFound

func NewDeleteCustomerSupportRemarkNotFound

func NewDeleteCustomerSupportRemarkNotFound() *DeleteCustomerSupportRemarkNotFound

NewDeleteCustomerSupportRemarkNotFound creates DeleteCustomerSupportRemarkNotFound with default headers values

func (*DeleteCustomerSupportRemarkNotFound) SetPayload

func (o *DeleteCustomerSupportRemarkNotFound) SetPayload(payload *ghcmessages.Error)

SetPayload sets the payload to the delete customer support remark not found response

func (*DeleteCustomerSupportRemarkNotFound) WithPayload

WithPayload adds the payload to the delete customer support remark not found response

func (*DeleteCustomerSupportRemarkNotFound) WriteResponse

WriteResponse to the client

type DeleteCustomerSupportRemarkParams

type DeleteCustomerSupportRemarkParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*the customer support remark ID to be modified
	  Required: true
	  In: path
	*/
	CustomerSupportRemarkID strfmt.UUID
}

DeleteCustomerSupportRemarkParams contains all the bound params for the delete customer support remark operation typically these are obtained from a http.Request

swagger:parameters deleteCustomerSupportRemark

func NewDeleteCustomerSupportRemarkParams

func NewDeleteCustomerSupportRemarkParams() DeleteCustomerSupportRemarkParams

NewDeleteCustomerSupportRemarkParams creates a new DeleteCustomerSupportRemarkParams object

There are no default values defined in the spec.

func (*DeleteCustomerSupportRemarkParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewDeleteCustomerSupportRemarkParams() beforehand.

type DeleteCustomerSupportRemarkURL

type DeleteCustomerSupportRemarkURL struct {
	CustomerSupportRemarkID strfmt.UUID
	// contains filtered or unexported fields
}

DeleteCustomerSupportRemarkURL generates an URL for the delete customer support remark operation

func (*DeleteCustomerSupportRemarkURL) Build

Build a url path and query string

func (*DeleteCustomerSupportRemarkURL) BuildFull

func (o *DeleteCustomerSupportRemarkURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*DeleteCustomerSupportRemarkURL) Must

func (o *DeleteCustomerSupportRemarkURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*DeleteCustomerSupportRemarkURL) SetBasePath

func (o *DeleteCustomerSupportRemarkURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*DeleteCustomerSupportRemarkURL) String

String returns the string representation of the path with query string

func (*DeleteCustomerSupportRemarkURL) StringFull

func (o *DeleteCustomerSupportRemarkURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*DeleteCustomerSupportRemarkURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type DeleteCustomerSupportRemarkUnprocessableEntity

type DeleteCustomerSupportRemarkUnprocessableEntity struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.ValidationError `json:"body,omitempty"`
}

DeleteCustomerSupportRemarkUnprocessableEntity The payload was unprocessable.

swagger:response deleteCustomerSupportRemarkUnprocessableEntity

func NewDeleteCustomerSupportRemarkUnprocessableEntity

func NewDeleteCustomerSupportRemarkUnprocessableEntity() *DeleteCustomerSupportRemarkUnprocessableEntity

NewDeleteCustomerSupportRemarkUnprocessableEntity creates DeleteCustomerSupportRemarkUnprocessableEntity with default headers values

func (*DeleteCustomerSupportRemarkUnprocessableEntity) SetPayload

SetPayload sets the payload to the delete customer support remark unprocessable entity response

func (*DeleteCustomerSupportRemarkUnprocessableEntity) WithPayload

WithPayload adds the payload to the delete customer support remark unprocessable entity response

func (*DeleteCustomerSupportRemarkUnprocessableEntity) WriteResponse

WriteResponse to the client

type GetCustomerSupportRemarksForMove

type GetCustomerSupportRemarksForMove struct {
	Context *middleware.Context
	Handler GetCustomerSupportRemarksForMoveHandler
}
GetCustomerSupportRemarksForMove swagger:route GET /moves/{locator}/customer-support-remarks customerSupportRemarks getCustomerSupportRemarksForMove

Fetches customer support remarks using the move code (locator).

Fetches customer support remarks for a move

func NewGetCustomerSupportRemarksForMove

func NewGetCustomerSupportRemarksForMove(ctx *middleware.Context, handler GetCustomerSupportRemarksForMoveHandler) *GetCustomerSupportRemarksForMove

NewGetCustomerSupportRemarksForMove creates a new http.Handler for the get customer support remarks for move operation

func (*GetCustomerSupportRemarksForMove) ServeHTTP

type GetCustomerSupportRemarksForMoveForbidden

type GetCustomerSupportRemarksForMoveForbidden struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

GetCustomerSupportRemarksForMoveForbidden The request was denied

swagger:response getCustomerSupportRemarksForMoveForbidden

func NewGetCustomerSupportRemarksForMoveForbidden

func NewGetCustomerSupportRemarksForMoveForbidden() *GetCustomerSupportRemarksForMoveForbidden

NewGetCustomerSupportRemarksForMoveForbidden creates GetCustomerSupportRemarksForMoveForbidden with default headers values

func (*GetCustomerSupportRemarksForMoveForbidden) SetPayload

SetPayload sets the payload to the get customer support remarks for move forbidden response

func (*GetCustomerSupportRemarksForMoveForbidden) WithPayload

WithPayload adds the payload to the get customer support remarks for move forbidden response

func (*GetCustomerSupportRemarksForMoveForbidden) WriteResponse

WriteResponse to the client

type GetCustomerSupportRemarksForMoveHandler

type GetCustomerSupportRemarksForMoveHandler interface {
	Handle(GetCustomerSupportRemarksForMoveParams) middleware.Responder
}

GetCustomerSupportRemarksForMoveHandler interface for that can handle valid get customer support remarks for move params

type GetCustomerSupportRemarksForMoveHandlerFunc

type GetCustomerSupportRemarksForMoveHandlerFunc func(GetCustomerSupportRemarksForMoveParams) middleware.Responder

GetCustomerSupportRemarksForMoveHandlerFunc turns a function with the right signature into a get customer support remarks for move handler

func (GetCustomerSupportRemarksForMoveHandlerFunc) Handle

Handle executing the request and returning a response

type GetCustomerSupportRemarksForMoveInternalServerError

type GetCustomerSupportRemarksForMoveInternalServerError struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

GetCustomerSupportRemarksForMoveInternalServerError A server error occurred

swagger:response getCustomerSupportRemarksForMoveInternalServerError

func NewGetCustomerSupportRemarksForMoveInternalServerError

func NewGetCustomerSupportRemarksForMoveInternalServerError() *GetCustomerSupportRemarksForMoveInternalServerError

NewGetCustomerSupportRemarksForMoveInternalServerError creates GetCustomerSupportRemarksForMoveInternalServerError with default headers values

func (*GetCustomerSupportRemarksForMoveInternalServerError) SetPayload

SetPayload sets the payload to the get customer support remarks for move internal server error response

func (*GetCustomerSupportRemarksForMoveInternalServerError) WithPayload

WithPayload adds the payload to the get customer support remarks for move internal server error response

func (*GetCustomerSupportRemarksForMoveInternalServerError) WriteResponse

WriteResponse to the client

type GetCustomerSupportRemarksForMoveNotFound

type GetCustomerSupportRemarksForMoveNotFound struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

GetCustomerSupportRemarksForMoveNotFound The requested resource wasn't found

swagger:response getCustomerSupportRemarksForMoveNotFound

func NewGetCustomerSupportRemarksForMoveNotFound

func NewGetCustomerSupportRemarksForMoveNotFound() *GetCustomerSupportRemarksForMoveNotFound

NewGetCustomerSupportRemarksForMoveNotFound creates GetCustomerSupportRemarksForMoveNotFound with default headers values

func (*GetCustomerSupportRemarksForMoveNotFound) SetPayload

SetPayload sets the payload to the get customer support remarks for move not found response

func (*GetCustomerSupportRemarksForMoveNotFound) WithPayload

WithPayload adds the payload to the get customer support remarks for move not found response

func (*GetCustomerSupportRemarksForMoveNotFound) WriteResponse

WriteResponse to the client

type GetCustomerSupportRemarksForMoveOK

type GetCustomerSupportRemarksForMoveOK struct {

	/*
	  In: Body
	*/
	Payload ghcmessages.CustomerSupportRemarks `json:"body,omitempty"`
}

GetCustomerSupportRemarksForMoveOK Successfully retrieved all line items for a move task order

swagger:response getCustomerSupportRemarksForMoveOK

func NewGetCustomerSupportRemarksForMoveOK

func NewGetCustomerSupportRemarksForMoveOK() *GetCustomerSupportRemarksForMoveOK

NewGetCustomerSupportRemarksForMoveOK creates GetCustomerSupportRemarksForMoveOK with default headers values

func (*GetCustomerSupportRemarksForMoveOK) SetPayload

SetPayload sets the payload to the get customer support remarks for move o k response

func (*GetCustomerSupportRemarksForMoveOK) WithPayload

WithPayload adds the payload to the get customer support remarks for move o k response

func (*GetCustomerSupportRemarksForMoveOK) WriteResponse

WriteResponse to the client

type GetCustomerSupportRemarksForMoveParams

type GetCustomerSupportRemarksForMoveParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*move code to identify a move for customer support remarks
	  Required: true
	  In: path
	*/
	Locator string
}

GetCustomerSupportRemarksForMoveParams contains all the bound params for the get customer support remarks for move operation typically these are obtained from a http.Request

swagger:parameters getCustomerSupportRemarksForMove

func NewGetCustomerSupportRemarksForMoveParams

func NewGetCustomerSupportRemarksForMoveParams() GetCustomerSupportRemarksForMoveParams

NewGetCustomerSupportRemarksForMoveParams creates a new GetCustomerSupportRemarksForMoveParams object

There are no default values defined in the spec.

func (*GetCustomerSupportRemarksForMoveParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetCustomerSupportRemarksForMoveParams() beforehand.

type GetCustomerSupportRemarksForMoveURL

type GetCustomerSupportRemarksForMoveURL struct {
	Locator string
	// contains filtered or unexported fields
}

GetCustomerSupportRemarksForMoveURL generates an URL for the get customer support remarks for move operation

func (*GetCustomerSupportRemarksForMoveURL) Build

Build a url path and query string

func (*GetCustomerSupportRemarksForMoveURL) BuildFull

func (o *GetCustomerSupportRemarksForMoveURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetCustomerSupportRemarksForMoveURL) Must

Must is a helper function to panic when the url builder returns an error

func (*GetCustomerSupportRemarksForMoveURL) SetBasePath

func (o *GetCustomerSupportRemarksForMoveURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetCustomerSupportRemarksForMoveURL) String

String returns the string representation of the path with query string

func (*GetCustomerSupportRemarksForMoveURL) StringFull

func (o *GetCustomerSupportRemarksForMoveURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetCustomerSupportRemarksForMoveURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetCustomerSupportRemarksForMoveUnprocessableEntity

type GetCustomerSupportRemarksForMoveUnprocessableEntity struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.ValidationError `json:"body,omitempty"`
}

GetCustomerSupportRemarksForMoveUnprocessableEntity The payload was unprocessable.

swagger:response getCustomerSupportRemarksForMoveUnprocessableEntity

func NewGetCustomerSupportRemarksForMoveUnprocessableEntity

func NewGetCustomerSupportRemarksForMoveUnprocessableEntity() *GetCustomerSupportRemarksForMoveUnprocessableEntity

NewGetCustomerSupportRemarksForMoveUnprocessableEntity creates GetCustomerSupportRemarksForMoveUnprocessableEntity with default headers values

func (*GetCustomerSupportRemarksForMoveUnprocessableEntity) SetPayload

SetPayload sets the payload to the get customer support remarks for move unprocessable entity response

func (*GetCustomerSupportRemarksForMoveUnprocessableEntity) WithPayload

WithPayload adds the payload to the get customer support remarks for move unprocessable entity response

func (*GetCustomerSupportRemarksForMoveUnprocessableEntity) WriteResponse

WriteResponse to the client

type UpdateCustomerSupportRemarkForMove

type UpdateCustomerSupportRemarkForMove struct {
	Context *middleware.Context
	Handler UpdateCustomerSupportRemarkForMoveHandler
}
UpdateCustomerSupportRemarkForMove swagger:route PATCH /customer-support-remarks/{customerSupportRemarkID} customerSupportRemarks updateCustomerSupportRemarkForMove

Updates a customer support remark for a move

Updates a customer support remark for a move

func NewUpdateCustomerSupportRemarkForMove

func NewUpdateCustomerSupportRemarkForMove(ctx *middleware.Context, handler UpdateCustomerSupportRemarkForMoveHandler) *UpdateCustomerSupportRemarkForMove

NewUpdateCustomerSupportRemarkForMove creates a new http.Handler for the update customer support remark for move operation

func (*UpdateCustomerSupportRemarkForMove) ServeHTTP

type UpdateCustomerSupportRemarkForMoveBadRequest

type UpdateCustomerSupportRemarkForMoveBadRequest struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

UpdateCustomerSupportRemarkForMoveBadRequest The request payload is invalid

swagger:response updateCustomerSupportRemarkForMoveBadRequest

func NewUpdateCustomerSupportRemarkForMoveBadRequest

func NewUpdateCustomerSupportRemarkForMoveBadRequest() *UpdateCustomerSupportRemarkForMoveBadRequest

NewUpdateCustomerSupportRemarkForMoveBadRequest creates UpdateCustomerSupportRemarkForMoveBadRequest with default headers values

func (*UpdateCustomerSupportRemarkForMoveBadRequest) SetPayload

SetPayload sets the payload to the update customer support remark for move bad request response

func (*UpdateCustomerSupportRemarkForMoveBadRequest) WithPayload

WithPayload adds the payload to the update customer support remark for move bad request response

func (*UpdateCustomerSupportRemarkForMoveBadRequest) WriteResponse

WriteResponse to the client

type UpdateCustomerSupportRemarkForMoveForbidden

type UpdateCustomerSupportRemarkForMoveForbidden struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

UpdateCustomerSupportRemarkForMoveForbidden The request was denied

swagger:response updateCustomerSupportRemarkForMoveForbidden

func NewUpdateCustomerSupportRemarkForMoveForbidden

func NewUpdateCustomerSupportRemarkForMoveForbidden() *UpdateCustomerSupportRemarkForMoveForbidden

NewUpdateCustomerSupportRemarkForMoveForbidden creates UpdateCustomerSupportRemarkForMoveForbidden with default headers values

func (*UpdateCustomerSupportRemarkForMoveForbidden) SetPayload

SetPayload sets the payload to the update customer support remark for move forbidden response

func (*UpdateCustomerSupportRemarkForMoveForbidden) WithPayload

WithPayload adds the payload to the update customer support remark for move forbidden response

func (*UpdateCustomerSupportRemarkForMoveForbidden) WriteResponse

WriteResponse to the client

type UpdateCustomerSupportRemarkForMoveHandler

type UpdateCustomerSupportRemarkForMoveHandler interface {
	Handle(UpdateCustomerSupportRemarkForMoveParams) middleware.Responder
}

UpdateCustomerSupportRemarkForMoveHandler interface for that can handle valid update customer support remark for move params

type UpdateCustomerSupportRemarkForMoveHandlerFunc

type UpdateCustomerSupportRemarkForMoveHandlerFunc func(UpdateCustomerSupportRemarkForMoveParams) middleware.Responder

UpdateCustomerSupportRemarkForMoveHandlerFunc turns a function with the right signature into a update customer support remark for move handler

func (UpdateCustomerSupportRemarkForMoveHandlerFunc) Handle

Handle executing the request and returning a response

type UpdateCustomerSupportRemarkForMoveInternalServerError

type UpdateCustomerSupportRemarkForMoveInternalServerError struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

UpdateCustomerSupportRemarkForMoveInternalServerError A server error occurred

swagger:response updateCustomerSupportRemarkForMoveInternalServerError

func NewUpdateCustomerSupportRemarkForMoveInternalServerError

func NewUpdateCustomerSupportRemarkForMoveInternalServerError() *UpdateCustomerSupportRemarkForMoveInternalServerError

NewUpdateCustomerSupportRemarkForMoveInternalServerError creates UpdateCustomerSupportRemarkForMoveInternalServerError with default headers values

func (*UpdateCustomerSupportRemarkForMoveInternalServerError) SetPayload

SetPayload sets the payload to the update customer support remark for move internal server error response

func (*UpdateCustomerSupportRemarkForMoveInternalServerError) WithPayload

WithPayload adds the payload to the update customer support remark for move internal server error response

func (*UpdateCustomerSupportRemarkForMoveInternalServerError) WriteResponse

WriteResponse to the client

type UpdateCustomerSupportRemarkForMoveNotFound

type UpdateCustomerSupportRemarkForMoveNotFound struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.Error `json:"body,omitempty"`
}

UpdateCustomerSupportRemarkForMoveNotFound The requested resource wasn't found

swagger:response updateCustomerSupportRemarkForMoveNotFound

func NewUpdateCustomerSupportRemarkForMoveNotFound

func NewUpdateCustomerSupportRemarkForMoveNotFound() *UpdateCustomerSupportRemarkForMoveNotFound

NewUpdateCustomerSupportRemarkForMoveNotFound creates UpdateCustomerSupportRemarkForMoveNotFound with default headers values

func (*UpdateCustomerSupportRemarkForMoveNotFound) SetPayload

SetPayload sets the payload to the update customer support remark for move not found response

func (*UpdateCustomerSupportRemarkForMoveNotFound) WithPayload

WithPayload adds the payload to the update customer support remark for move not found response

func (*UpdateCustomerSupportRemarkForMoveNotFound) WriteResponse

WriteResponse to the client

type UpdateCustomerSupportRemarkForMoveOK

type UpdateCustomerSupportRemarkForMoveOK struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.CustomerSupportRemark `json:"body,omitempty"`
}

UpdateCustomerSupportRemarkForMoveOK Successfully updated customer support remark

swagger:response updateCustomerSupportRemarkForMoveOK

func NewUpdateCustomerSupportRemarkForMoveOK

func NewUpdateCustomerSupportRemarkForMoveOK() *UpdateCustomerSupportRemarkForMoveOK

NewUpdateCustomerSupportRemarkForMoveOK creates UpdateCustomerSupportRemarkForMoveOK with default headers values

func (*UpdateCustomerSupportRemarkForMoveOK) SetPayload

SetPayload sets the payload to the update customer support remark for move o k response

func (*UpdateCustomerSupportRemarkForMoveOK) WithPayload

WithPayload adds the payload to the update customer support remark for move o k response

func (*UpdateCustomerSupportRemarkForMoveOK) WriteResponse

WriteResponse to the client

type UpdateCustomerSupportRemarkForMoveParams

type UpdateCustomerSupportRemarkForMoveParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*
	  Required: true
	  In: body
	*/
	Body *ghcmessages.UpdateCustomerSupportRemarkPayload
	/*the customer support remark ID to be modified
	  Required: true
	  In: path
	*/
	CustomerSupportRemarkID strfmt.UUID
}

UpdateCustomerSupportRemarkForMoveParams contains all the bound params for the update customer support remark for move operation typically these are obtained from a http.Request

swagger:parameters updateCustomerSupportRemarkForMove

func NewUpdateCustomerSupportRemarkForMoveParams

func NewUpdateCustomerSupportRemarkForMoveParams() UpdateCustomerSupportRemarkForMoveParams

NewUpdateCustomerSupportRemarkForMoveParams creates a new UpdateCustomerSupportRemarkForMoveParams object

There are no default values defined in the spec.

func (*UpdateCustomerSupportRemarkForMoveParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewUpdateCustomerSupportRemarkForMoveParams() beforehand.

type UpdateCustomerSupportRemarkForMoveURL

type UpdateCustomerSupportRemarkForMoveURL struct {
	CustomerSupportRemarkID strfmt.UUID
	// contains filtered or unexported fields
}

UpdateCustomerSupportRemarkForMoveURL generates an URL for the update customer support remark for move operation

func (*UpdateCustomerSupportRemarkForMoveURL) Build

Build a url path and query string

func (*UpdateCustomerSupportRemarkForMoveURL) BuildFull

func (o *UpdateCustomerSupportRemarkForMoveURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*UpdateCustomerSupportRemarkForMoveURL) Must

Must is a helper function to panic when the url builder returns an error

func (*UpdateCustomerSupportRemarkForMoveURL) SetBasePath

func (o *UpdateCustomerSupportRemarkForMoveURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*UpdateCustomerSupportRemarkForMoveURL) String

String returns the string representation of the path with query string

func (*UpdateCustomerSupportRemarkForMoveURL) StringFull

func (o *UpdateCustomerSupportRemarkForMoveURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*UpdateCustomerSupportRemarkForMoveURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type UpdateCustomerSupportRemarkForMoveUnprocessableEntity

type UpdateCustomerSupportRemarkForMoveUnprocessableEntity struct {

	/*
	  In: Body
	*/
	Payload *ghcmessages.ValidationError `json:"body,omitempty"`
}

UpdateCustomerSupportRemarkForMoveUnprocessableEntity The payload was unprocessable.

swagger:response updateCustomerSupportRemarkForMoveUnprocessableEntity

func NewUpdateCustomerSupportRemarkForMoveUnprocessableEntity

func NewUpdateCustomerSupportRemarkForMoveUnprocessableEntity() *UpdateCustomerSupportRemarkForMoveUnprocessableEntity

NewUpdateCustomerSupportRemarkForMoveUnprocessableEntity creates UpdateCustomerSupportRemarkForMoveUnprocessableEntity with default headers values

func (*UpdateCustomerSupportRemarkForMoveUnprocessableEntity) SetPayload

SetPayload sets the payload to the update customer support remark for move unprocessable entity response

func (*UpdateCustomerSupportRemarkForMoveUnprocessableEntity) WithPayload

WithPayload adds the payload to the update customer support remark for move unprocessable entity response

func (*UpdateCustomerSupportRemarkForMoveUnprocessableEntity) WriteResponse

WriteResponse to the client

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL