intake

package
v0.0.0-...-b3f093e Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

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 intake API

func (*Client) IntakeAdd

func (a *Client) IntakeAdd(params *IntakeAddParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IntakeAddOK, error)

IntakeAdd adds an intake

Add an intake

func (*Client) IntakeFindByCedarID

func (a *Client) IntakeFindByCedarID(params *IntakeFindByCedarIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IntakeFindByCedarIDOK, error)

IntakeFindByCedarID retrieves an intake based on a c e d a r ID

Retrieve an intake based on a CEDAR ID

func (*Client) IntakeFindByClientID

func (a *Client) IntakeFindByClientID(params *IntakeFindByClientIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IntakeFindByClientIDOK, error)

IntakeFindByClientID retrieves an intake based on a client ID

Retrieve an intake based on a client ID

func (*Client) IntakeStatusByCedarID

func (a *Client) IntakeStatusByCedarID(params *IntakeStatusByCedarIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IntakeStatusByCedarIDOK, error)

IntakeStatusByCedarID retrieves an intake status based on a c e d a r ID

Retrieve an intake status based on a CEDAR ID

func (*Client) IntakeStatusByClientID

func (a *Client) IntakeStatusByClientID(params *IntakeStatusByClientIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IntakeStatusByClientIDOK, error)

IntakeStatusByClientID retrieves an intake status based on a client ID

Retrieve an intake status based on a client ID

func (*Client) IntakeStatusFindList

func (a *Client) IntakeStatusFindList(params *IntakeStatusFindListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IntakeStatusFindListOK, error)

IntakeStatusFindList retrieves an array of intake statuses based on search criteria

Retrieve a list of intake statuses based on search criteria

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	IntakeAdd(params *IntakeAddParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IntakeAddOK, error)

	IntakeFindByCedarID(params *IntakeFindByCedarIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IntakeFindByCedarIDOK, error)

	IntakeFindByClientID(params *IntakeFindByClientIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IntakeFindByClientIDOK, error)

	IntakeStatusByCedarID(params *IntakeStatusByCedarIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IntakeStatusByCedarIDOK, error)

	IntakeStatusByClientID(params *IntakeStatusByClientIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IntakeStatusByClientIDOK, error)

	IntakeStatusFindList(params *IntakeStatusFindListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IntakeStatusFindListOK, 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 intake API client.

type IntakeAddBadRequest

type IntakeAddBadRequest struct {
	Payload *models.Response
}

IntakeAddBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewIntakeAddBadRequest

func NewIntakeAddBadRequest() *IntakeAddBadRequest

NewIntakeAddBadRequest creates a IntakeAddBadRequest with default headers values

func (*IntakeAddBadRequest) Code

func (o *IntakeAddBadRequest) Code() int

Code gets the status code for the intake add bad request response

func (*IntakeAddBadRequest) Error

func (o *IntakeAddBadRequest) Error() string

func (*IntakeAddBadRequest) GetPayload

func (o *IntakeAddBadRequest) GetPayload() *models.Response

func (*IntakeAddBadRequest) IsClientError

func (o *IntakeAddBadRequest) IsClientError() bool

IsClientError returns true when this intake add bad request response has a 4xx status code

func (*IntakeAddBadRequest) IsCode

func (o *IntakeAddBadRequest) IsCode(code int) bool

IsCode returns true when this intake add bad request response a status code equal to that given

func (*IntakeAddBadRequest) IsRedirect

func (o *IntakeAddBadRequest) IsRedirect() bool

IsRedirect returns true when this intake add bad request response has a 3xx status code

func (*IntakeAddBadRequest) IsServerError

func (o *IntakeAddBadRequest) IsServerError() bool

IsServerError returns true when this intake add bad request response has a 5xx status code

func (*IntakeAddBadRequest) IsSuccess

func (o *IntakeAddBadRequest) IsSuccess() bool

IsSuccess returns true when this intake add bad request response has a 2xx status code

func (*IntakeAddBadRequest) String

func (o *IntakeAddBadRequest) String() string

type IntakeAddInternalServerError

type IntakeAddInternalServerError struct {
	Payload *models.Response
}

IntakeAddInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewIntakeAddInternalServerError

func NewIntakeAddInternalServerError() *IntakeAddInternalServerError

NewIntakeAddInternalServerError creates a IntakeAddInternalServerError with default headers values

func (*IntakeAddInternalServerError) Code

Code gets the status code for the intake add internal server error response

func (*IntakeAddInternalServerError) Error

func (*IntakeAddInternalServerError) GetPayload

func (o *IntakeAddInternalServerError) GetPayload() *models.Response

func (*IntakeAddInternalServerError) IsClientError

func (o *IntakeAddInternalServerError) IsClientError() bool

IsClientError returns true when this intake add internal server error response has a 4xx status code

func (*IntakeAddInternalServerError) IsCode

func (o *IntakeAddInternalServerError) IsCode(code int) bool

IsCode returns true when this intake add internal server error response a status code equal to that given

func (*IntakeAddInternalServerError) IsRedirect

func (o *IntakeAddInternalServerError) IsRedirect() bool

IsRedirect returns true when this intake add internal server error response has a 3xx status code

func (*IntakeAddInternalServerError) IsServerError

func (o *IntakeAddInternalServerError) IsServerError() bool

IsServerError returns true when this intake add internal server error response has a 5xx status code

func (*IntakeAddInternalServerError) IsSuccess

func (o *IntakeAddInternalServerError) IsSuccess() bool

IsSuccess returns true when this intake add internal server error response has a 2xx status code

func (*IntakeAddInternalServerError) String

type IntakeAddOK

type IntakeAddOK struct {
	Payload *models.Response
}

IntakeAddOK describes a response with status code 200, with default header values.

OK

func NewIntakeAddOK

func NewIntakeAddOK() *IntakeAddOK

NewIntakeAddOK creates a IntakeAddOK with default headers values

func (*IntakeAddOK) Code

func (o *IntakeAddOK) Code() int

Code gets the status code for the intake add o k response

func (*IntakeAddOK) Error

func (o *IntakeAddOK) Error() string

func (*IntakeAddOK) GetPayload

func (o *IntakeAddOK) GetPayload() *models.Response

func (*IntakeAddOK) IsClientError

func (o *IntakeAddOK) IsClientError() bool

IsClientError returns true when this intake add o k response has a 4xx status code

func (*IntakeAddOK) IsCode

func (o *IntakeAddOK) IsCode(code int) bool

IsCode returns true when this intake add o k response a status code equal to that given

func (*IntakeAddOK) IsRedirect

func (o *IntakeAddOK) IsRedirect() bool

IsRedirect returns true when this intake add o k response has a 3xx status code

func (*IntakeAddOK) IsServerError

func (o *IntakeAddOK) IsServerError() bool

IsServerError returns true when this intake add o k response has a 5xx status code

func (*IntakeAddOK) IsSuccess

func (o *IntakeAddOK) IsSuccess() bool

IsSuccess returns true when this intake add o k response has a 2xx status code

func (*IntakeAddOK) String

func (o *IntakeAddOK) String() string

type IntakeAddParams

type IntakeAddParams struct {

	// Body.
	Body *models.IntakeInput

	/* ValidatePayload.

	   Determines if schema validation of the payload is performed syncronously before persisting the record or asyncronously after the record has been persisted
	*/
	ValidatePayload string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IntakeAddParams contains all the parameters to send to the API endpoint

for the intake add operation.

Typically these are written to a http.Request.

func NewIntakeAddParams

func NewIntakeAddParams() *IntakeAddParams

NewIntakeAddParams creates a new IntakeAddParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIntakeAddParamsWithContext

func NewIntakeAddParamsWithContext(ctx context.Context) *IntakeAddParams

NewIntakeAddParamsWithContext creates a new IntakeAddParams object with the ability to set a context for a request.

func NewIntakeAddParamsWithHTTPClient

func NewIntakeAddParamsWithHTTPClient(client *http.Client) *IntakeAddParams

NewIntakeAddParamsWithHTTPClient creates a new IntakeAddParams object with the ability to set a custom HTTPClient for a request.

func NewIntakeAddParamsWithTimeout

func NewIntakeAddParamsWithTimeout(timeout time.Duration) *IntakeAddParams

NewIntakeAddParamsWithTimeout creates a new IntakeAddParams object with the ability to set a timeout on a request.

func (*IntakeAddParams) SetBody

func (o *IntakeAddParams) SetBody(body *models.IntakeInput)

SetBody adds the body to the intake add params

func (*IntakeAddParams) SetContext

func (o *IntakeAddParams) SetContext(ctx context.Context)

SetContext adds the context to the intake add params

func (*IntakeAddParams) SetDefaults

func (o *IntakeAddParams) SetDefaults()

SetDefaults hydrates default values in the intake add params (not the query body).

All values with no default are reset to their zero value.

func (*IntakeAddParams) SetHTTPClient

func (o *IntakeAddParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the intake add params

func (*IntakeAddParams) SetTimeout

func (o *IntakeAddParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the intake add params

func (*IntakeAddParams) SetValidatePayload

func (o *IntakeAddParams) SetValidatePayload(validatePayload string)

SetValidatePayload adds the validatePayload to the intake add params

func (*IntakeAddParams) WithBody

func (o *IntakeAddParams) WithBody(body *models.IntakeInput) *IntakeAddParams

WithBody adds the body to the intake add params

func (*IntakeAddParams) WithContext

func (o *IntakeAddParams) WithContext(ctx context.Context) *IntakeAddParams

WithContext adds the context to the intake add params

func (*IntakeAddParams) WithDefaults

func (o *IntakeAddParams) WithDefaults() *IntakeAddParams

WithDefaults hydrates default values in the intake add params (not the query body).

All values with no default are reset to their zero value.

func (*IntakeAddParams) WithHTTPClient

func (o *IntakeAddParams) WithHTTPClient(client *http.Client) *IntakeAddParams

WithHTTPClient adds the HTTPClient to the intake add params

func (*IntakeAddParams) WithTimeout

func (o *IntakeAddParams) WithTimeout(timeout time.Duration) *IntakeAddParams

WithTimeout adds the timeout to the intake add params

func (*IntakeAddParams) WithValidatePayload

func (o *IntakeAddParams) WithValidatePayload(validatePayload string) *IntakeAddParams

WithValidatePayload adds the validatePayload to the intake add params

func (*IntakeAddParams) WriteToRequest

func (o *IntakeAddParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type IntakeAddReader

type IntakeAddReader struct {
	// contains filtered or unexported fields
}

IntakeAddReader is a Reader for the IntakeAdd structure.

func (*IntakeAddReader) ReadResponse

func (o *IntakeAddReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IntakeAddUnauthorized

type IntakeAddUnauthorized struct {
	Payload *models.Response
}

IntakeAddUnauthorized describes a response with status code 401, with default header values.

Access Denied

func NewIntakeAddUnauthorized

func NewIntakeAddUnauthorized() *IntakeAddUnauthorized

NewIntakeAddUnauthorized creates a IntakeAddUnauthorized with default headers values

func (*IntakeAddUnauthorized) Code

func (o *IntakeAddUnauthorized) Code() int

Code gets the status code for the intake add unauthorized response

func (*IntakeAddUnauthorized) Error

func (o *IntakeAddUnauthorized) Error() string

func (*IntakeAddUnauthorized) GetPayload

func (o *IntakeAddUnauthorized) GetPayload() *models.Response

func (*IntakeAddUnauthorized) IsClientError

func (o *IntakeAddUnauthorized) IsClientError() bool

IsClientError returns true when this intake add unauthorized response has a 4xx status code

func (*IntakeAddUnauthorized) IsCode

func (o *IntakeAddUnauthorized) IsCode(code int) bool

IsCode returns true when this intake add unauthorized response a status code equal to that given

func (*IntakeAddUnauthorized) IsRedirect

func (o *IntakeAddUnauthorized) IsRedirect() bool

IsRedirect returns true when this intake add unauthorized response has a 3xx status code

func (*IntakeAddUnauthorized) IsServerError

func (o *IntakeAddUnauthorized) IsServerError() bool

IsServerError returns true when this intake add unauthorized response has a 5xx status code

func (*IntakeAddUnauthorized) IsSuccess

func (o *IntakeAddUnauthorized) IsSuccess() bool

IsSuccess returns true when this intake add unauthorized response has a 2xx status code

func (*IntakeAddUnauthorized) String

func (o *IntakeAddUnauthorized) String() string

type IntakeFindByCedarIDBadRequest

type IntakeFindByCedarIDBadRequest struct {
	Payload *models.Response
}

IntakeFindByCedarIDBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewIntakeFindByCedarIDBadRequest

func NewIntakeFindByCedarIDBadRequest() *IntakeFindByCedarIDBadRequest

NewIntakeFindByCedarIDBadRequest creates a IntakeFindByCedarIDBadRequest with default headers values

func (*IntakeFindByCedarIDBadRequest) Code

Code gets the status code for the intake find by cedar Id bad request response

func (*IntakeFindByCedarIDBadRequest) Error

func (*IntakeFindByCedarIDBadRequest) GetPayload

func (*IntakeFindByCedarIDBadRequest) IsClientError

func (o *IntakeFindByCedarIDBadRequest) IsClientError() bool

IsClientError returns true when this intake find by cedar Id bad request response has a 4xx status code

func (*IntakeFindByCedarIDBadRequest) IsCode

func (o *IntakeFindByCedarIDBadRequest) IsCode(code int) bool

IsCode returns true when this intake find by cedar Id bad request response a status code equal to that given

func (*IntakeFindByCedarIDBadRequest) IsRedirect

func (o *IntakeFindByCedarIDBadRequest) IsRedirect() bool

IsRedirect returns true when this intake find by cedar Id bad request response has a 3xx status code

func (*IntakeFindByCedarIDBadRequest) IsServerError

func (o *IntakeFindByCedarIDBadRequest) IsServerError() bool

IsServerError returns true when this intake find by cedar Id bad request response has a 5xx status code

func (*IntakeFindByCedarIDBadRequest) IsSuccess

func (o *IntakeFindByCedarIDBadRequest) IsSuccess() bool

IsSuccess returns true when this intake find by cedar Id bad request response has a 2xx status code

func (*IntakeFindByCedarIDBadRequest) String

type IntakeFindByCedarIDInternalServerError

type IntakeFindByCedarIDInternalServerError struct {
	Payload *models.Response
}

IntakeFindByCedarIDInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewIntakeFindByCedarIDInternalServerError

func NewIntakeFindByCedarIDInternalServerError() *IntakeFindByCedarIDInternalServerError

NewIntakeFindByCedarIDInternalServerError creates a IntakeFindByCedarIDInternalServerError with default headers values

func (*IntakeFindByCedarIDInternalServerError) Code

Code gets the status code for the intake find by cedar Id internal server error response

func (*IntakeFindByCedarIDInternalServerError) Error

func (*IntakeFindByCedarIDInternalServerError) GetPayload

func (*IntakeFindByCedarIDInternalServerError) IsClientError

func (o *IntakeFindByCedarIDInternalServerError) IsClientError() bool

IsClientError returns true when this intake find by cedar Id internal server error response has a 4xx status code

func (*IntakeFindByCedarIDInternalServerError) IsCode

IsCode returns true when this intake find by cedar Id internal server error response a status code equal to that given

func (*IntakeFindByCedarIDInternalServerError) IsRedirect

IsRedirect returns true when this intake find by cedar Id internal server error response has a 3xx status code

func (*IntakeFindByCedarIDInternalServerError) IsServerError

func (o *IntakeFindByCedarIDInternalServerError) IsServerError() bool

IsServerError returns true when this intake find by cedar Id internal server error response has a 5xx status code

func (*IntakeFindByCedarIDInternalServerError) IsSuccess

IsSuccess returns true when this intake find by cedar Id internal server error response has a 2xx status code

func (*IntakeFindByCedarIDInternalServerError) String

type IntakeFindByCedarIDOK

type IntakeFindByCedarIDOK struct {
	Payload *models.Intake
}

IntakeFindByCedarIDOK describes a response with status code 200, with default header values.

OK

func NewIntakeFindByCedarIDOK

func NewIntakeFindByCedarIDOK() *IntakeFindByCedarIDOK

NewIntakeFindByCedarIDOK creates a IntakeFindByCedarIDOK with default headers values

func (*IntakeFindByCedarIDOK) Code

func (o *IntakeFindByCedarIDOK) Code() int

Code gets the status code for the intake find by cedar Id o k response

func (*IntakeFindByCedarIDOK) Error

func (o *IntakeFindByCedarIDOK) Error() string

func (*IntakeFindByCedarIDOK) GetPayload

func (o *IntakeFindByCedarIDOK) GetPayload() *models.Intake

func (*IntakeFindByCedarIDOK) IsClientError

func (o *IntakeFindByCedarIDOK) IsClientError() bool

IsClientError returns true when this intake find by cedar Id o k response has a 4xx status code

func (*IntakeFindByCedarIDOK) IsCode

func (o *IntakeFindByCedarIDOK) IsCode(code int) bool

IsCode returns true when this intake find by cedar Id o k response a status code equal to that given

func (*IntakeFindByCedarIDOK) IsRedirect

func (o *IntakeFindByCedarIDOK) IsRedirect() bool

IsRedirect returns true when this intake find by cedar Id o k response has a 3xx status code

func (*IntakeFindByCedarIDOK) IsServerError

func (o *IntakeFindByCedarIDOK) IsServerError() bool

IsServerError returns true when this intake find by cedar Id o k response has a 5xx status code

func (*IntakeFindByCedarIDOK) IsSuccess

func (o *IntakeFindByCedarIDOK) IsSuccess() bool

IsSuccess returns true when this intake find by cedar Id o k response has a 2xx status code

func (*IntakeFindByCedarIDOK) String

func (o *IntakeFindByCedarIDOK) String() string

type IntakeFindByCedarIDParams

type IntakeFindByCedarIDParams struct {

	/* ID.

	   An intake ID assigned CEDAR
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IntakeFindByCedarIDParams contains all the parameters to send to the API endpoint

for the intake find by cedar Id operation.

Typically these are written to a http.Request.

func NewIntakeFindByCedarIDParams

func NewIntakeFindByCedarIDParams() *IntakeFindByCedarIDParams

NewIntakeFindByCedarIDParams creates a new IntakeFindByCedarIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIntakeFindByCedarIDParamsWithContext

func NewIntakeFindByCedarIDParamsWithContext(ctx context.Context) *IntakeFindByCedarIDParams

NewIntakeFindByCedarIDParamsWithContext creates a new IntakeFindByCedarIDParams object with the ability to set a context for a request.

func NewIntakeFindByCedarIDParamsWithHTTPClient

func NewIntakeFindByCedarIDParamsWithHTTPClient(client *http.Client) *IntakeFindByCedarIDParams

NewIntakeFindByCedarIDParamsWithHTTPClient creates a new IntakeFindByCedarIDParams object with the ability to set a custom HTTPClient for a request.

func NewIntakeFindByCedarIDParamsWithTimeout

func NewIntakeFindByCedarIDParamsWithTimeout(timeout time.Duration) *IntakeFindByCedarIDParams

NewIntakeFindByCedarIDParamsWithTimeout creates a new IntakeFindByCedarIDParams object with the ability to set a timeout on a request.

func (*IntakeFindByCedarIDParams) SetContext

func (o *IntakeFindByCedarIDParams) SetContext(ctx context.Context)

SetContext adds the context to the intake find by cedar Id params

func (*IntakeFindByCedarIDParams) SetDefaults

func (o *IntakeFindByCedarIDParams) SetDefaults()

SetDefaults hydrates default values in the intake find by cedar Id params (not the query body).

All values with no default are reset to their zero value.

func (*IntakeFindByCedarIDParams) SetHTTPClient

func (o *IntakeFindByCedarIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the intake find by cedar Id params

func (*IntakeFindByCedarIDParams) SetID

func (o *IntakeFindByCedarIDParams) SetID(id string)

SetID adds the id to the intake find by cedar Id params

func (*IntakeFindByCedarIDParams) SetTimeout

func (o *IntakeFindByCedarIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the intake find by cedar Id params

func (*IntakeFindByCedarIDParams) WithContext

WithContext adds the context to the intake find by cedar Id params

func (*IntakeFindByCedarIDParams) WithDefaults

WithDefaults hydrates default values in the intake find by cedar Id params (not the query body).

All values with no default are reset to their zero value.

func (*IntakeFindByCedarIDParams) WithHTTPClient

func (o *IntakeFindByCedarIDParams) WithHTTPClient(client *http.Client) *IntakeFindByCedarIDParams

WithHTTPClient adds the HTTPClient to the intake find by cedar Id params

func (*IntakeFindByCedarIDParams) WithID

WithID adds the id to the intake find by cedar Id params

func (*IntakeFindByCedarIDParams) WithTimeout

WithTimeout adds the timeout to the intake find by cedar Id params

func (*IntakeFindByCedarIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IntakeFindByCedarIDReader

type IntakeFindByCedarIDReader struct {
	// contains filtered or unexported fields
}

IntakeFindByCedarIDReader is a Reader for the IntakeFindByCedarID structure.

func (*IntakeFindByCedarIDReader) ReadResponse

func (o *IntakeFindByCedarIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IntakeFindByCedarIDUnauthorized

type IntakeFindByCedarIDUnauthorized struct {
	Payload *models.Response
}

IntakeFindByCedarIDUnauthorized describes a response with status code 401, with default header values.

Access Denied

func NewIntakeFindByCedarIDUnauthorized

func NewIntakeFindByCedarIDUnauthorized() *IntakeFindByCedarIDUnauthorized

NewIntakeFindByCedarIDUnauthorized creates a IntakeFindByCedarIDUnauthorized with default headers values

func (*IntakeFindByCedarIDUnauthorized) Code

Code gets the status code for the intake find by cedar Id unauthorized response

func (*IntakeFindByCedarIDUnauthorized) Error

func (*IntakeFindByCedarIDUnauthorized) GetPayload

func (*IntakeFindByCedarIDUnauthorized) IsClientError

func (o *IntakeFindByCedarIDUnauthorized) IsClientError() bool

IsClientError returns true when this intake find by cedar Id unauthorized response has a 4xx status code

func (*IntakeFindByCedarIDUnauthorized) IsCode

func (o *IntakeFindByCedarIDUnauthorized) IsCode(code int) bool

IsCode returns true when this intake find by cedar Id unauthorized response a status code equal to that given

func (*IntakeFindByCedarIDUnauthorized) IsRedirect

func (o *IntakeFindByCedarIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this intake find by cedar Id unauthorized response has a 3xx status code

func (*IntakeFindByCedarIDUnauthorized) IsServerError

func (o *IntakeFindByCedarIDUnauthorized) IsServerError() bool

IsServerError returns true when this intake find by cedar Id unauthorized response has a 5xx status code

func (*IntakeFindByCedarIDUnauthorized) IsSuccess

func (o *IntakeFindByCedarIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this intake find by cedar Id unauthorized response has a 2xx status code

func (*IntakeFindByCedarIDUnauthorized) String

type IntakeFindByClientIDBadRequest

type IntakeFindByClientIDBadRequest struct {
	Payload *models.Response
}

IntakeFindByClientIDBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewIntakeFindByClientIDBadRequest

func NewIntakeFindByClientIDBadRequest() *IntakeFindByClientIDBadRequest

NewIntakeFindByClientIDBadRequest creates a IntakeFindByClientIDBadRequest with default headers values

func (*IntakeFindByClientIDBadRequest) Code

Code gets the status code for the intake find by client Id bad request response

func (*IntakeFindByClientIDBadRequest) Error

func (*IntakeFindByClientIDBadRequest) GetPayload

func (*IntakeFindByClientIDBadRequest) IsClientError

func (o *IntakeFindByClientIDBadRequest) IsClientError() bool

IsClientError returns true when this intake find by client Id bad request response has a 4xx status code

func (*IntakeFindByClientIDBadRequest) IsCode

func (o *IntakeFindByClientIDBadRequest) IsCode(code int) bool

IsCode returns true when this intake find by client Id bad request response a status code equal to that given

func (*IntakeFindByClientIDBadRequest) IsRedirect

func (o *IntakeFindByClientIDBadRequest) IsRedirect() bool

IsRedirect returns true when this intake find by client Id bad request response has a 3xx status code

func (*IntakeFindByClientIDBadRequest) IsServerError

func (o *IntakeFindByClientIDBadRequest) IsServerError() bool

IsServerError returns true when this intake find by client Id bad request response has a 5xx status code

func (*IntakeFindByClientIDBadRequest) IsSuccess

func (o *IntakeFindByClientIDBadRequest) IsSuccess() bool

IsSuccess returns true when this intake find by client Id bad request response has a 2xx status code

func (*IntakeFindByClientIDBadRequest) String

type IntakeFindByClientIDInternalServerError

type IntakeFindByClientIDInternalServerError struct {
	Payload *models.Response
}

IntakeFindByClientIDInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewIntakeFindByClientIDInternalServerError

func NewIntakeFindByClientIDInternalServerError() *IntakeFindByClientIDInternalServerError

NewIntakeFindByClientIDInternalServerError creates a IntakeFindByClientIDInternalServerError with default headers values

func (*IntakeFindByClientIDInternalServerError) Code

Code gets the status code for the intake find by client Id internal server error response

func (*IntakeFindByClientIDInternalServerError) Error

func (*IntakeFindByClientIDInternalServerError) GetPayload

func (*IntakeFindByClientIDInternalServerError) IsClientError

func (o *IntakeFindByClientIDInternalServerError) IsClientError() bool

IsClientError returns true when this intake find by client Id internal server error response has a 4xx status code

func (*IntakeFindByClientIDInternalServerError) IsCode

IsCode returns true when this intake find by client Id internal server error response a status code equal to that given

func (*IntakeFindByClientIDInternalServerError) IsRedirect

IsRedirect returns true when this intake find by client Id internal server error response has a 3xx status code

func (*IntakeFindByClientIDInternalServerError) IsServerError

func (o *IntakeFindByClientIDInternalServerError) IsServerError() bool

IsServerError returns true when this intake find by client Id internal server error response has a 5xx status code

func (*IntakeFindByClientIDInternalServerError) IsSuccess

IsSuccess returns true when this intake find by client Id internal server error response has a 2xx status code

func (*IntakeFindByClientIDInternalServerError) String

type IntakeFindByClientIDOK

type IntakeFindByClientIDOK struct {
	Payload *models.Intake
}

IntakeFindByClientIDOK describes a response with status code 200, with default header values.

OK

func NewIntakeFindByClientIDOK

func NewIntakeFindByClientIDOK() *IntakeFindByClientIDOK

NewIntakeFindByClientIDOK creates a IntakeFindByClientIDOK with default headers values

func (*IntakeFindByClientIDOK) Code

func (o *IntakeFindByClientIDOK) Code() int

Code gets the status code for the intake find by client Id o k response

func (*IntakeFindByClientIDOK) Error

func (o *IntakeFindByClientIDOK) Error() string

func (*IntakeFindByClientIDOK) GetPayload

func (o *IntakeFindByClientIDOK) GetPayload() *models.Intake

func (*IntakeFindByClientIDOK) IsClientError

func (o *IntakeFindByClientIDOK) IsClientError() bool

IsClientError returns true when this intake find by client Id o k response has a 4xx status code

func (*IntakeFindByClientIDOK) IsCode

func (o *IntakeFindByClientIDOK) IsCode(code int) bool

IsCode returns true when this intake find by client Id o k response a status code equal to that given

func (*IntakeFindByClientIDOK) IsRedirect

func (o *IntakeFindByClientIDOK) IsRedirect() bool

IsRedirect returns true when this intake find by client Id o k response has a 3xx status code

func (*IntakeFindByClientIDOK) IsServerError

func (o *IntakeFindByClientIDOK) IsServerError() bool

IsServerError returns true when this intake find by client Id o k response has a 5xx status code

func (*IntakeFindByClientIDOK) IsSuccess

func (o *IntakeFindByClientIDOK) IsSuccess() bool

IsSuccess returns true when this intake find by client Id o k response has a 2xx status code

func (*IntakeFindByClientIDOK) String

func (o *IntakeFindByClientIDOK) String() string

type IntakeFindByClientIDParams

type IntakeFindByClientIDParams struct {

	/* ClientStatus.

	   Client's status associated with the object being transmitted, i.e. Initiated, Final, etc.
	*/
	ClientStatus string

	/* ID.

	   An intake ID assigned by the client system
	*/
	ID string

	/* Version.

	   The version associated with the object in the body. This value can be incremented in the event a transaction needs to be resubmitted.
	*/
	Version string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IntakeFindByClientIDParams contains all the parameters to send to the API endpoint

for the intake find by client Id operation.

Typically these are written to a http.Request.

func NewIntakeFindByClientIDParams

func NewIntakeFindByClientIDParams() *IntakeFindByClientIDParams

NewIntakeFindByClientIDParams creates a new IntakeFindByClientIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIntakeFindByClientIDParamsWithContext

func NewIntakeFindByClientIDParamsWithContext(ctx context.Context) *IntakeFindByClientIDParams

NewIntakeFindByClientIDParamsWithContext creates a new IntakeFindByClientIDParams object with the ability to set a context for a request.

func NewIntakeFindByClientIDParamsWithHTTPClient

func NewIntakeFindByClientIDParamsWithHTTPClient(client *http.Client) *IntakeFindByClientIDParams

NewIntakeFindByClientIDParamsWithHTTPClient creates a new IntakeFindByClientIDParams object with the ability to set a custom HTTPClient for a request.

func NewIntakeFindByClientIDParamsWithTimeout

func NewIntakeFindByClientIDParamsWithTimeout(timeout time.Duration) *IntakeFindByClientIDParams

NewIntakeFindByClientIDParamsWithTimeout creates a new IntakeFindByClientIDParams object with the ability to set a timeout on a request.

func (*IntakeFindByClientIDParams) SetClientStatus

func (o *IntakeFindByClientIDParams) SetClientStatus(clientStatus string)

SetClientStatus adds the clientStatus to the intake find by client Id params

func (*IntakeFindByClientIDParams) SetContext

func (o *IntakeFindByClientIDParams) SetContext(ctx context.Context)

SetContext adds the context to the intake find by client Id params

func (*IntakeFindByClientIDParams) SetDefaults

func (o *IntakeFindByClientIDParams) SetDefaults()

SetDefaults hydrates default values in the intake find by client Id params (not the query body).

All values with no default are reset to their zero value.

func (*IntakeFindByClientIDParams) SetHTTPClient

func (o *IntakeFindByClientIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the intake find by client Id params

func (*IntakeFindByClientIDParams) SetID

func (o *IntakeFindByClientIDParams) SetID(id string)

SetID adds the id to the intake find by client Id params

func (*IntakeFindByClientIDParams) SetTimeout

func (o *IntakeFindByClientIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the intake find by client Id params

func (*IntakeFindByClientIDParams) SetVersion

func (o *IntakeFindByClientIDParams) SetVersion(version string)

SetVersion adds the version to the intake find by client Id params

func (*IntakeFindByClientIDParams) WithClientStatus

func (o *IntakeFindByClientIDParams) WithClientStatus(clientStatus string) *IntakeFindByClientIDParams

WithClientStatus adds the clientStatus to the intake find by client Id params

func (*IntakeFindByClientIDParams) WithContext

WithContext adds the context to the intake find by client Id params

func (*IntakeFindByClientIDParams) WithDefaults

WithDefaults hydrates default values in the intake find by client Id params (not the query body).

All values with no default are reset to their zero value.

func (*IntakeFindByClientIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the intake find by client Id params

func (*IntakeFindByClientIDParams) WithID

WithID adds the id to the intake find by client Id params

func (*IntakeFindByClientIDParams) WithTimeout

WithTimeout adds the timeout to the intake find by client Id params

func (*IntakeFindByClientIDParams) WithVersion

WithVersion adds the version to the intake find by client Id params

func (*IntakeFindByClientIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IntakeFindByClientIDReader

type IntakeFindByClientIDReader struct {
	// contains filtered or unexported fields
}

IntakeFindByClientIDReader is a Reader for the IntakeFindByClientID structure.

func (*IntakeFindByClientIDReader) ReadResponse

func (o *IntakeFindByClientIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IntakeFindByClientIDUnauthorized

type IntakeFindByClientIDUnauthorized struct {
	Payload *models.Response
}

IntakeFindByClientIDUnauthorized describes a response with status code 401, with default header values.

Access Denied

func NewIntakeFindByClientIDUnauthorized

func NewIntakeFindByClientIDUnauthorized() *IntakeFindByClientIDUnauthorized

NewIntakeFindByClientIDUnauthorized creates a IntakeFindByClientIDUnauthorized with default headers values

func (*IntakeFindByClientIDUnauthorized) Code

Code gets the status code for the intake find by client Id unauthorized response

func (*IntakeFindByClientIDUnauthorized) Error

func (*IntakeFindByClientIDUnauthorized) GetPayload

func (*IntakeFindByClientIDUnauthorized) IsClientError

func (o *IntakeFindByClientIDUnauthorized) IsClientError() bool

IsClientError returns true when this intake find by client Id unauthorized response has a 4xx status code

func (*IntakeFindByClientIDUnauthorized) IsCode

func (o *IntakeFindByClientIDUnauthorized) IsCode(code int) bool

IsCode returns true when this intake find by client Id unauthorized response a status code equal to that given

func (*IntakeFindByClientIDUnauthorized) IsRedirect

func (o *IntakeFindByClientIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this intake find by client Id unauthorized response has a 3xx status code

func (*IntakeFindByClientIDUnauthorized) IsServerError

func (o *IntakeFindByClientIDUnauthorized) IsServerError() bool

IsServerError returns true when this intake find by client Id unauthorized response has a 5xx status code

func (*IntakeFindByClientIDUnauthorized) IsSuccess

func (o *IntakeFindByClientIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this intake find by client Id unauthorized response has a 2xx status code

func (*IntakeFindByClientIDUnauthorized) String

type IntakeStatusByCedarIDBadRequest

type IntakeStatusByCedarIDBadRequest struct {
	Payload *models.Response
}

IntakeStatusByCedarIDBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewIntakeStatusByCedarIDBadRequest

func NewIntakeStatusByCedarIDBadRequest() *IntakeStatusByCedarIDBadRequest

NewIntakeStatusByCedarIDBadRequest creates a IntakeStatusByCedarIDBadRequest with default headers values

func (*IntakeStatusByCedarIDBadRequest) Code

Code gets the status code for the intake status by cedar Id bad request response

func (*IntakeStatusByCedarIDBadRequest) Error

func (*IntakeStatusByCedarIDBadRequest) GetPayload

func (*IntakeStatusByCedarIDBadRequest) IsClientError

func (o *IntakeStatusByCedarIDBadRequest) IsClientError() bool

IsClientError returns true when this intake status by cedar Id bad request response has a 4xx status code

func (*IntakeStatusByCedarIDBadRequest) IsCode

func (o *IntakeStatusByCedarIDBadRequest) IsCode(code int) bool

IsCode returns true when this intake status by cedar Id bad request response a status code equal to that given

func (*IntakeStatusByCedarIDBadRequest) IsRedirect

func (o *IntakeStatusByCedarIDBadRequest) IsRedirect() bool

IsRedirect returns true when this intake status by cedar Id bad request response has a 3xx status code

func (*IntakeStatusByCedarIDBadRequest) IsServerError

func (o *IntakeStatusByCedarIDBadRequest) IsServerError() bool

IsServerError returns true when this intake status by cedar Id bad request response has a 5xx status code

func (*IntakeStatusByCedarIDBadRequest) IsSuccess

func (o *IntakeStatusByCedarIDBadRequest) IsSuccess() bool

IsSuccess returns true when this intake status by cedar Id bad request response has a 2xx status code

func (*IntakeStatusByCedarIDBadRequest) String

type IntakeStatusByCedarIDInternalServerError

type IntakeStatusByCedarIDInternalServerError struct {
	Payload *models.Response
}

IntakeStatusByCedarIDInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewIntakeStatusByCedarIDInternalServerError

func NewIntakeStatusByCedarIDInternalServerError() *IntakeStatusByCedarIDInternalServerError

NewIntakeStatusByCedarIDInternalServerError creates a IntakeStatusByCedarIDInternalServerError with default headers values

func (*IntakeStatusByCedarIDInternalServerError) Code

Code gets the status code for the intake status by cedar Id internal server error response

func (*IntakeStatusByCedarIDInternalServerError) Error

func (*IntakeStatusByCedarIDInternalServerError) GetPayload

func (*IntakeStatusByCedarIDInternalServerError) IsClientError

IsClientError returns true when this intake status by cedar Id internal server error response has a 4xx status code

func (*IntakeStatusByCedarIDInternalServerError) IsCode

IsCode returns true when this intake status by cedar Id internal server error response a status code equal to that given

func (*IntakeStatusByCedarIDInternalServerError) IsRedirect

IsRedirect returns true when this intake status by cedar Id internal server error response has a 3xx status code

func (*IntakeStatusByCedarIDInternalServerError) IsServerError

IsServerError returns true when this intake status by cedar Id internal server error response has a 5xx status code

func (*IntakeStatusByCedarIDInternalServerError) IsSuccess

IsSuccess returns true when this intake status by cedar Id internal server error response has a 2xx status code

func (*IntakeStatusByCedarIDInternalServerError) String

type IntakeStatusByCedarIDOK

type IntakeStatusByCedarIDOK struct {
	Payload *models.IntakeStatus
}

IntakeStatusByCedarIDOK describes a response with status code 200, with default header values.

OK

func NewIntakeStatusByCedarIDOK

func NewIntakeStatusByCedarIDOK() *IntakeStatusByCedarIDOK

NewIntakeStatusByCedarIDOK creates a IntakeStatusByCedarIDOK with default headers values

func (*IntakeStatusByCedarIDOK) Code

func (o *IntakeStatusByCedarIDOK) Code() int

Code gets the status code for the intake status by cedar Id o k response

func (*IntakeStatusByCedarIDOK) Error

func (o *IntakeStatusByCedarIDOK) Error() string

func (*IntakeStatusByCedarIDOK) GetPayload

func (o *IntakeStatusByCedarIDOK) GetPayload() *models.IntakeStatus

func (*IntakeStatusByCedarIDOK) IsClientError

func (o *IntakeStatusByCedarIDOK) IsClientError() bool

IsClientError returns true when this intake status by cedar Id o k response has a 4xx status code

func (*IntakeStatusByCedarIDOK) IsCode

func (o *IntakeStatusByCedarIDOK) IsCode(code int) bool

IsCode returns true when this intake status by cedar Id o k response a status code equal to that given

func (*IntakeStatusByCedarIDOK) IsRedirect

func (o *IntakeStatusByCedarIDOK) IsRedirect() bool

IsRedirect returns true when this intake status by cedar Id o k response has a 3xx status code

func (*IntakeStatusByCedarIDOK) IsServerError

func (o *IntakeStatusByCedarIDOK) IsServerError() bool

IsServerError returns true when this intake status by cedar Id o k response has a 5xx status code

func (*IntakeStatusByCedarIDOK) IsSuccess

func (o *IntakeStatusByCedarIDOK) IsSuccess() bool

IsSuccess returns true when this intake status by cedar Id o k response has a 2xx status code

func (*IntakeStatusByCedarIDOK) String

func (o *IntakeStatusByCedarIDOK) String() string

type IntakeStatusByCedarIDParams

type IntakeStatusByCedarIDParams struct {

	/* ID.

	   An intake ID assigned by CEDAR
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IntakeStatusByCedarIDParams contains all the parameters to send to the API endpoint

for the intake status by cedar Id operation.

Typically these are written to a http.Request.

func NewIntakeStatusByCedarIDParams

func NewIntakeStatusByCedarIDParams() *IntakeStatusByCedarIDParams

NewIntakeStatusByCedarIDParams creates a new IntakeStatusByCedarIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIntakeStatusByCedarIDParamsWithContext

func NewIntakeStatusByCedarIDParamsWithContext(ctx context.Context) *IntakeStatusByCedarIDParams

NewIntakeStatusByCedarIDParamsWithContext creates a new IntakeStatusByCedarIDParams object with the ability to set a context for a request.

func NewIntakeStatusByCedarIDParamsWithHTTPClient

func NewIntakeStatusByCedarIDParamsWithHTTPClient(client *http.Client) *IntakeStatusByCedarIDParams

NewIntakeStatusByCedarIDParamsWithHTTPClient creates a new IntakeStatusByCedarIDParams object with the ability to set a custom HTTPClient for a request.

func NewIntakeStatusByCedarIDParamsWithTimeout

func NewIntakeStatusByCedarIDParamsWithTimeout(timeout time.Duration) *IntakeStatusByCedarIDParams

NewIntakeStatusByCedarIDParamsWithTimeout creates a new IntakeStatusByCedarIDParams object with the ability to set a timeout on a request.

func (*IntakeStatusByCedarIDParams) SetContext

func (o *IntakeStatusByCedarIDParams) SetContext(ctx context.Context)

SetContext adds the context to the intake status by cedar Id params

func (*IntakeStatusByCedarIDParams) SetDefaults

func (o *IntakeStatusByCedarIDParams) SetDefaults()

SetDefaults hydrates default values in the intake status by cedar Id params (not the query body).

All values with no default are reset to their zero value.

func (*IntakeStatusByCedarIDParams) SetHTTPClient

func (o *IntakeStatusByCedarIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the intake status by cedar Id params

func (*IntakeStatusByCedarIDParams) SetID

func (o *IntakeStatusByCedarIDParams) SetID(id string)

SetID adds the id to the intake status by cedar Id params

func (*IntakeStatusByCedarIDParams) SetTimeout

func (o *IntakeStatusByCedarIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the intake status by cedar Id params

func (*IntakeStatusByCedarIDParams) WithContext

WithContext adds the context to the intake status by cedar Id params

func (*IntakeStatusByCedarIDParams) WithDefaults

WithDefaults hydrates default values in the intake status by cedar Id params (not the query body).

All values with no default are reset to their zero value.

func (*IntakeStatusByCedarIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the intake status by cedar Id params

func (*IntakeStatusByCedarIDParams) WithID

WithID adds the id to the intake status by cedar Id params

func (*IntakeStatusByCedarIDParams) WithTimeout

WithTimeout adds the timeout to the intake status by cedar Id params

func (*IntakeStatusByCedarIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IntakeStatusByCedarIDReader

type IntakeStatusByCedarIDReader struct {
	// contains filtered or unexported fields
}

IntakeStatusByCedarIDReader is a Reader for the IntakeStatusByCedarID structure.

func (*IntakeStatusByCedarIDReader) ReadResponse

func (o *IntakeStatusByCedarIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IntakeStatusByCedarIDUnauthorized

type IntakeStatusByCedarIDUnauthorized struct {
	Payload *models.Response
}

IntakeStatusByCedarIDUnauthorized describes a response with status code 401, with default header values.

Access Denied

func NewIntakeStatusByCedarIDUnauthorized

func NewIntakeStatusByCedarIDUnauthorized() *IntakeStatusByCedarIDUnauthorized

NewIntakeStatusByCedarIDUnauthorized creates a IntakeStatusByCedarIDUnauthorized with default headers values

func (*IntakeStatusByCedarIDUnauthorized) Code

Code gets the status code for the intake status by cedar Id unauthorized response

func (*IntakeStatusByCedarIDUnauthorized) Error

func (*IntakeStatusByCedarIDUnauthorized) GetPayload

func (*IntakeStatusByCedarIDUnauthorized) IsClientError

func (o *IntakeStatusByCedarIDUnauthorized) IsClientError() bool

IsClientError returns true when this intake status by cedar Id unauthorized response has a 4xx status code

func (*IntakeStatusByCedarIDUnauthorized) IsCode

func (o *IntakeStatusByCedarIDUnauthorized) IsCode(code int) bool

IsCode returns true when this intake status by cedar Id unauthorized response a status code equal to that given

func (*IntakeStatusByCedarIDUnauthorized) IsRedirect

func (o *IntakeStatusByCedarIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this intake status by cedar Id unauthorized response has a 3xx status code

func (*IntakeStatusByCedarIDUnauthorized) IsServerError

func (o *IntakeStatusByCedarIDUnauthorized) IsServerError() bool

IsServerError returns true when this intake status by cedar Id unauthorized response has a 5xx status code

func (*IntakeStatusByCedarIDUnauthorized) IsSuccess

func (o *IntakeStatusByCedarIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this intake status by cedar Id unauthorized response has a 2xx status code

func (*IntakeStatusByCedarIDUnauthorized) String

type IntakeStatusByClientIDBadRequest

type IntakeStatusByClientIDBadRequest struct {
	Payload *models.Response
}

IntakeStatusByClientIDBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewIntakeStatusByClientIDBadRequest

func NewIntakeStatusByClientIDBadRequest() *IntakeStatusByClientIDBadRequest

NewIntakeStatusByClientIDBadRequest creates a IntakeStatusByClientIDBadRequest with default headers values

func (*IntakeStatusByClientIDBadRequest) Code

Code gets the status code for the intake status by client Id bad request response

func (*IntakeStatusByClientIDBadRequest) Error

func (*IntakeStatusByClientIDBadRequest) GetPayload

func (*IntakeStatusByClientIDBadRequest) IsClientError

func (o *IntakeStatusByClientIDBadRequest) IsClientError() bool

IsClientError returns true when this intake status by client Id bad request response has a 4xx status code

func (*IntakeStatusByClientIDBadRequest) IsCode

func (o *IntakeStatusByClientIDBadRequest) IsCode(code int) bool

IsCode returns true when this intake status by client Id bad request response a status code equal to that given

func (*IntakeStatusByClientIDBadRequest) IsRedirect

func (o *IntakeStatusByClientIDBadRequest) IsRedirect() bool

IsRedirect returns true when this intake status by client Id bad request response has a 3xx status code

func (*IntakeStatusByClientIDBadRequest) IsServerError

func (o *IntakeStatusByClientIDBadRequest) IsServerError() bool

IsServerError returns true when this intake status by client Id bad request response has a 5xx status code

func (*IntakeStatusByClientIDBadRequest) IsSuccess

func (o *IntakeStatusByClientIDBadRequest) IsSuccess() bool

IsSuccess returns true when this intake status by client Id bad request response has a 2xx status code

func (*IntakeStatusByClientIDBadRequest) String

type IntakeStatusByClientIDInternalServerError

type IntakeStatusByClientIDInternalServerError struct {
	Payload *models.Response
}

IntakeStatusByClientIDInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewIntakeStatusByClientIDInternalServerError

func NewIntakeStatusByClientIDInternalServerError() *IntakeStatusByClientIDInternalServerError

NewIntakeStatusByClientIDInternalServerError creates a IntakeStatusByClientIDInternalServerError with default headers values

func (*IntakeStatusByClientIDInternalServerError) Code

Code gets the status code for the intake status by client Id internal server error response

func (*IntakeStatusByClientIDInternalServerError) Error

func (*IntakeStatusByClientIDInternalServerError) GetPayload

func (*IntakeStatusByClientIDInternalServerError) IsClientError

IsClientError returns true when this intake status by client Id internal server error response has a 4xx status code

func (*IntakeStatusByClientIDInternalServerError) IsCode

IsCode returns true when this intake status by client Id internal server error response a status code equal to that given

func (*IntakeStatusByClientIDInternalServerError) IsRedirect

IsRedirect returns true when this intake status by client Id internal server error response has a 3xx status code

func (*IntakeStatusByClientIDInternalServerError) IsServerError

IsServerError returns true when this intake status by client Id internal server error response has a 5xx status code

func (*IntakeStatusByClientIDInternalServerError) IsSuccess

IsSuccess returns true when this intake status by client Id internal server error response has a 2xx status code

func (*IntakeStatusByClientIDInternalServerError) String

type IntakeStatusByClientIDOK

type IntakeStatusByClientIDOK struct {
	Payload *models.IntakeStatus
}

IntakeStatusByClientIDOK describes a response with status code 200, with default header values.

OK

func NewIntakeStatusByClientIDOK

func NewIntakeStatusByClientIDOK() *IntakeStatusByClientIDOK

NewIntakeStatusByClientIDOK creates a IntakeStatusByClientIDOK with default headers values

func (*IntakeStatusByClientIDOK) Code

func (o *IntakeStatusByClientIDOK) Code() int

Code gets the status code for the intake status by client Id o k response

func (*IntakeStatusByClientIDOK) Error

func (o *IntakeStatusByClientIDOK) Error() string

func (*IntakeStatusByClientIDOK) GetPayload

func (o *IntakeStatusByClientIDOK) GetPayload() *models.IntakeStatus

func (*IntakeStatusByClientIDOK) IsClientError

func (o *IntakeStatusByClientIDOK) IsClientError() bool

IsClientError returns true when this intake status by client Id o k response has a 4xx status code

func (*IntakeStatusByClientIDOK) IsCode

func (o *IntakeStatusByClientIDOK) IsCode(code int) bool

IsCode returns true when this intake status by client Id o k response a status code equal to that given

func (*IntakeStatusByClientIDOK) IsRedirect

func (o *IntakeStatusByClientIDOK) IsRedirect() bool

IsRedirect returns true when this intake status by client Id o k response has a 3xx status code

func (*IntakeStatusByClientIDOK) IsServerError

func (o *IntakeStatusByClientIDOK) IsServerError() bool

IsServerError returns true when this intake status by client Id o k response has a 5xx status code

func (*IntakeStatusByClientIDOK) IsSuccess

func (o *IntakeStatusByClientIDOK) IsSuccess() bool

IsSuccess returns true when this intake status by client Id o k response has a 2xx status code

func (*IntakeStatusByClientIDOK) String

func (o *IntakeStatusByClientIDOK) String() string

type IntakeStatusByClientIDParams

type IntakeStatusByClientIDParams struct {

	/* ClientStatus.

	   Client's status associated with the object being transmitted, i.e. Initiated, Final, etc.
	*/
	ClientStatus string

	/* ID.

	   An intakes ID assigned by the client system
	*/
	ID string

	/* Version.

	   The version associated with the object in the body. This value can be incremented in the event a transaction needs to be resubmitted.
	*/
	Version string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IntakeStatusByClientIDParams contains all the parameters to send to the API endpoint

for the intake status by client Id operation.

Typically these are written to a http.Request.

func NewIntakeStatusByClientIDParams

func NewIntakeStatusByClientIDParams() *IntakeStatusByClientIDParams

NewIntakeStatusByClientIDParams creates a new IntakeStatusByClientIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIntakeStatusByClientIDParamsWithContext

func NewIntakeStatusByClientIDParamsWithContext(ctx context.Context) *IntakeStatusByClientIDParams

NewIntakeStatusByClientIDParamsWithContext creates a new IntakeStatusByClientIDParams object with the ability to set a context for a request.

func NewIntakeStatusByClientIDParamsWithHTTPClient

func NewIntakeStatusByClientIDParamsWithHTTPClient(client *http.Client) *IntakeStatusByClientIDParams

NewIntakeStatusByClientIDParamsWithHTTPClient creates a new IntakeStatusByClientIDParams object with the ability to set a custom HTTPClient for a request.

func NewIntakeStatusByClientIDParamsWithTimeout

func NewIntakeStatusByClientIDParamsWithTimeout(timeout time.Duration) *IntakeStatusByClientIDParams

NewIntakeStatusByClientIDParamsWithTimeout creates a new IntakeStatusByClientIDParams object with the ability to set a timeout on a request.

func (*IntakeStatusByClientIDParams) SetClientStatus

func (o *IntakeStatusByClientIDParams) SetClientStatus(clientStatus string)

SetClientStatus adds the clientStatus to the intake status by client Id params

func (*IntakeStatusByClientIDParams) SetContext

func (o *IntakeStatusByClientIDParams) SetContext(ctx context.Context)

SetContext adds the context to the intake status by client Id params

func (*IntakeStatusByClientIDParams) SetDefaults

func (o *IntakeStatusByClientIDParams) SetDefaults()

SetDefaults hydrates default values in the intake status by client Id params (not the query body).

All values with no default are reset to their zero value.

func (*IntakeStatusByClientIDParams) SetHTTPClient

func (o *IntakeStatusByClientIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the intake status by client Id params

func (*IntakeStatusByClientIDParams) SetID

func (o *IntakeStatusByClientIDParams) SetID(id string)

SetID adds the id to the intake status by client Id params

func (*IntakeStatusByClientIDParams) SetTimeout

func (o *IntakeStatusByClientIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the intake status by client Id params

func (*IntakeStatusByClientIDParams) SetVersion

func (o *IntakeStatusByClientIDParams) SetVersion(version string)

SetVersion adds the version to the intake status by client Id params

func (*IntakeStatusByClientIDParams) WithClientStatus

func (o *IntakeStatusByClientIDParams) WithClientStatus(clientStatus string) *IntakeStatusByClientIDParams

WithClientStatus adds the clientStatus to the intake status by client Id params

func (*IntakeStatusByClientIDParams) WithContext

WithContext adds the context to the intake status by client Id params

func (*IntakeStatusByClientIDParams) WithDefaults

WithDefaults hydrates default values in the intake status by client Id params (not the query body).

All values with no default are reset to their zero value.

func (*IntakeStatusByClientIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the intake status by client Id params

func (*IntakeStatusByClientIDParams) WithID

WithID adds the id to the intake status by client Id params

func (*IntakeStatusByClientIDParams) WithTimeout

WithTimeout adds the timeout to the intake status by client Id params

func (*IntakeStatusByClientIDParams) WithVersion

WithVersion adds the version to the intake status by client Id params

func (*IntakeStatusByClientIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IntakeStatusByClientIDReader

type IntakeStatusByClientIDReader struct {
	// contains filtered or unexported fields
}

IntakeStatusByClientIDReader is a Reader for the IntakeStatusByClientID structure.

func (*IntakeStatusByClientIDReader) ReadResponse

func (o *IntakeStatusByClientIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IntakeStatusByClientIDUnauthorized

type IntakeStatusByClientIDUnauthorized struct {
	Payload *models.Response
}

IntakeStatusByClientIDUnauthorized describes a response with status code 401, with default header values.

Access Denied

func NewIntakeStatusByClientIDUnauthorized

func NewIntakeStatusByClientIDUnauthorized() *IntakeStatusByClientIDUnauthorized

NewIntakeStatusByClientIDUnauthorized creates a IntakeStatusByClientIDUnauthorized with default headers values

func (*IntakeStatusByClientIDUnauthorized) Code

Code gets the status code for the intake status by client Id unauthorized response

func (*IntakeStatusByClientIDUnauthorized) Error

func (*IntakeStatusByClientIDUnauthorized) GetPayload

func (*IntakeStatusByClientIDUnauthorized) IsClientError

func (o *IntakeStatusByClientIDUnauthorized) IsClientError() bool

IsClientError returns true when this intake status by client Id unauthorized response has a 4xx status code

func (*IntakeStatusByClientIDUnauthorized) IsCode

IsCode returns true when this intake status by client Id unauthorized response a status code equal to that given

func (*IntakeStatusByClientIDUnauthorized) IsRedirect

func (o *IntakeStatusByClientIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this intake status by client Id unauthorized response has a 3xx status code

func (*IntakeStatusByClientIDUnauthorized) IsServerError

func (o *IntakeStatusByClientIDUnauthorized) IsServerError() bool

IsServerError returns true when this intake status by client Id unauthorized response has a 5xx status code

func (*IntakeStatusByClientIDUnauthorized) IsSuccess

IsSuccess returns true when this intake status by client Id unauthorized response has a 2xx status code

func (*IntakeStatusByClientIDUnauthorized) String

type IntakeStatusFindListBadRequest

type IntakeStatusFindListBadRequest struct {
	Payload *models.Response
}

IntakeStatusFindListBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewIntakeStatusFindListBadRequest

func NewIntakeStatusFindListBadRequest() *IntakeStatusFindListBadRequest

NewIntakeStatusFindListBadRequest creates a IntakeStatusFindListBadRequest with default headers values

func (*IntakeStatusFindListBadRequest) Code

Code gets the status code for the intake status find list bad request response

func (*IntakeStatusFindListBadRequest) Error

func (*IntakeStatusFindListBadRequest) GetPayload

func (*IntakeStatusFindListBadRequest) IsClientError

func (o *IntakeStatusFindListBadRequest) IsClientError() bool

IsClientError returns true when this intake status find list bad request response has a 4xx status code

func (*IntakeStatusFindListBadRequest) IsCode

func (o *IntakeStatusFindListBadRequest) IsCode(code int) bool

IsCode returns true when this intake status find list bad request response a status code equal to that given

func (*IntakeStatusFindListBadRequest) IsRedirect

func (o *IntakeStatusFindListBadRequest) IsRedirect() bool

IsRedirect returns true when this intake status find list bad request response has a 3xx status code

func (*IntakeStatusFindListBadRequest) IsServerError

func (o *IntakeStatusFindListBadRequest) IsServerError() bool

IsServerError returns true when this intake status find list bad request response has a 5xx status code

func (*IntakeStatusFindListBadRequest) IsSuccess

func (o *IntakeStatusFindListBadRequest) IsSuccess() bool

IsSuccess returns true when this intake status find list bad request response has a 2xx status code

func (*IntakeStatusFindListBadRequest) String

type IntakeStatusFindListInternalServerError

type IntakeStatusFindListInternalServerError struct {
	Payload *models.Response
}

IntakeStatusFindListInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewIntakeStatusFindListInternalServerError

func NewIntakeStatusFindListInternalServerError() *IntakeStatusFindListInternalServerError

NewIntakeStatusFindListInternalServerError creates a IntakeStatusFindListInternalServerError with default headers values

func (*IntakeStatusFindListInternalServerError) Code

Code gets the status code for the intake status find list internal server error response

func (*IntakeStatusFindListInternalServerError) Error

func (*IntakeStatusFindListInternalServerError) GetPayload

func (*IntakeStatusFindListInternalServerError) IsClientError

func (o *IntakeStatusFindListInternalServerError) IsClientError() bool

IsClientError returns true when this intake status find list internal server error response has a 4xx status code

func (*IntakeStatusFindListInternalServerError) IsCode

IsCode returns true when this intake status find list internal server error response a status code equal to that given

func (*IntakeStatusFindListInternalServerError) IsRedirect

IsRedirect returns true when this intake status find list internal server error response has a 3xx status code

func (*IntakeStatusFindListInternalServerError) IsServerError

func (o *IntakeStatusFindListInternalServerError) IsServerError() bool

IsServerError returns true when this intake status find list internal server error response has a 5xx status code

func (*IntakeStatusFindListInternalServerError) IsSuccess

IsSuccess returns true when this intake status find list internal server error response has a 2xx status code

func (*IntakeStatusFindListInternalServerError) String

type IntakeStatusFindListOK

type IntakeStatusFindListOK struct {
	Payload *models.IntakeStatusResponse
}

IntakeStatusFindListOK describes a response with status code 200, with default header values.

OK

func NewIntakeStatusFindListOK

func NewIntakeStatusFindListOK() *IntakeStatusFindListOK

NewIntakeStatusFindListOK creates a IntakeStatusFindListOK with default headers values

func (*IntakeStatusFindListOK) Code

func (o *IntakeStatusFindListOK) Code() int

Code gets the status code for the intake status find list o k response

func (*IntakeStatusFindListOK) Error

func (o *IntakeStatusFindListOK) Error() string

func (*IntakeStatusFindListOK) GetPayload

func (*IntakeStatusFindListOK) IsClientError

func (o *IntakeStatusFindListOK) IsClientError() bool

IsClientError returns true when this intake status find list o k response has a 4xx status code

func (*IntakeStatusFindListOK) IsCode

func (o *IntakeStatusFindListOK) IsCode(code int) bool

IsCode returns true when this intake status find list o k response a status code equal to that given

func (*IntakeStatusFindListOK) IsRedirect

func (o *IntakeStatusFindListOK) IsRedirect() bool

IsRedirect returns true when this intake status find list o k response has a 3xx status code

func (*IntakeStatusFindListOK) IsServerError

func (o *IntakeStatusFindListOK) IsServerError() bool

IsServerError returns true when this intake status find list o k response has a 5xx status code

func (*IntakeStatusFindListOK) IsSuccess

func (o *IntakeStatusFindListOK) IsSuccess() bool

IsSuccess returns true when this intake status find list o k response has a 2xx status code

func (*IntakeStatusFindListOK) String

func (o *IntakeStatusFindListOK) String() string

type IntakeStatusFindListParams

type IntakeStatusFindListParams struct {

	/* CedarStatus.

	   CEDAR status describing the outcome of parsing, validation, and mapping of the payload
	*/
	CedarStatus string

	/* ClientCreatedStartDate.

	   The starting point to start searching for records using the clientCreatedDate value.

	   Format: date-time
	*/
	ClientCreatedStartDate *strfmt.DateTime

	/* PageNumber.

	   Page number to return. If used, pageSize must also be provided.
	*/
	PageNumber *string

	/* PageSize.

	   Number of results to return per page. If used, pageNumber must also be provided.
	*/
	PageSize *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IntakeStatusFindListParams contains all the parameters to send to the API endpoint

for the intake status find list operation.

Typically these are written to a http.Request.

func NewIntakeStatusFindListParams

func NewIntakeStatusFindListParams() *IntakeStatusFindListParams

NewIntakeStatusFindListParams creates a new IntakeStatusFindListParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIntakeStatusFindListParamsWithContext

func NewIntakeStatusFindListParamsWithContext(ctx context.Context) *IntakeStatusFindListParams

NewIntakeStatusFindListParamsWithContext creates a new IntakeStatusFindListParams object with the ability to set a context for a request.

func NewIntakeStatusFindListParamsWithHTTPClient

func NewIntakeStatusFindListParamsWithHTTPClient(client *http.Client) *IntakeStatusFindListParams

NewIntakeStatusFindListParamsWithHTTPClient creates a new IntakeStatusFindListParams object with the ability to set a custom HTTPClient for a request.

func NewIntakeStatusFindListParamsWithTimeout

func NewIntakeStatusFindListParamsWithTimeout(timeout time.Duration) *IntakeStatusFindListParams

NewIntakeStatusFindListParamsWithTimeout creates a new IntakeStatusFindListParams object with the ability to set a timeout on a request.

func (*IntakeStatusFindListParams) SetCedarStatus

func (o *IntakeStatusFindListParams) SetCedarStatus(cedarStatus string)

SetCedarStatus adds the cedarStatus to the intake status find list params

func (*IntakeStatusFindListParams) SetClientCreatedStartDate

func (o *IntakeStatusFindListParams) SetClientCreatedStartDate(clientCreatedStartDate *strfmt.DateTime)

SetClientCreatedStartDate adds the clientCreatedStartDate to the intake status find list params

func (*IntakeStatusFindListParams) SetContext

func (o *IntakeStatusFindListParams) SetContext(ctx context.Context)

SetContext adds the context to the intake status find list params

func (*IntakeStatusFindListParams) SetDefaults

func (o *IntakeStatusFindListParams) SetDefaults()

SetDefaults hydrates default values in the intake status find list params (not the query body).

All values with no default are reset to their zero value.

func (*IntakeStatusFindListParams) SetHTTPClient

func (o *IntakeStatusFindListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the intake status find list params

func (*IntakeStatusFindListParams) SetPageNumber

func (o *IntakeStatusFindListParams) SetPageNumber(pageNumber *string)

SetPageNumber adds the pageNumber to the intake status find list params

func (*IntakeStatusFindListParams) SetPageSize

func (o *IntakeStatusFindListParams) SetPageSize(pageSize *string)

SetPageSize adds the pageSize to the intake status find list params

func (*IntakeStatusFindListParams) SetTimeout

func (o *IntakeStatusFindListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the intake status find list params

func (*IntakeStatusFindListParams) WithCedarStatus

func (o *IntakeStatusFindListParams) WithCedarStatus(cedarStatus string) *IntakeStatusFindListParams

WithCedarStatus adds the cedarStatus to the intake status find list params

func (*IntakeStatusFindListParams) WithClientCreatedStartDate

func (o *IntakeStatusFindListParams) WithClientCreatedStartDate(clientCreatedStartDate *strfmt.DateTime) *IntakeStatusFindListParams

WithClientCreatedStartDate adds the clientCreatedStartDate to the intake status find list params

func (*IntakeStatusFindListParams) WithContext

WithContext adds the context to the intake status find list params

func (*IntakeStatusFindListParams) WithDefaults

WithDefaults hydrates default values in the intake status find list params (not the query body).

All values with no default are reset to their zero value.

func (*IntakeStatusFindListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the intake status find list params

func (*IntakeStatusFindListParams) WithPageNumber

func (o *IntakeStatusFindListParams) WithPageNumber(pageNumber *string) *IntakeStatusFindListParams

WithPageNumber adds the pageNumber to the intake status find list params

func (*IntakeStatusFindListParams) WithPageSize

func (o *IntakeStatusFindListParams) WithPageSize(pageSize *string) *IntakeStatusFindListParams

WithPageSize adds the pageSize to the intake status find list params

func (*IntakeStatusFindListParams) WithTimeout

WithTimeout adds the timeout to the intake status find list params

func (*IntakeStatusFindListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IntakeStatusFindListReader

type IntakeStatusFindListReader struct {
	// contains filtered or unexported fields
}

IntakeStatusFindListReader is a Reader for the IntakeStatusFindList structure.

func (*IntakeStatusFindListReader) ReadResponse

func (o *IntakeStatusFindListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IntakeStatusFindListUnauthorized

type IntakeStatusFindListUnauthorized struct {
	Payload *models.Response
}

IntakeStatusFindListUnauthorized describes a response with status code 401, with default header values.

Access Denied

func NewIntakeStatusFindListUnauthorized

func NewIntakeStatusFindListUnauthorized() *IntakeStatusFindListUnauthorized

NewIntakeStatusFindListUnauthorized creates a IntakeStatusFindListUnauthorized with default headers values

func (*IntakeStatusFindListUnauthorized) Code

Code gets the status code for the intake status find list unauthorized response

func (*IntakeStatusFindListUnauthorized) Error

func (*IntakeStatusFindListUnauthorized) GetPayload

func (*IntakeStatusFindListUnauthorized) IsClientError

func (o *IntakeStatusFindListUnauthorized) IsClientError() bool

IsClientError returns true when this intake status find list unauthorized response has a 4xx status code

func (*IntakeStatusFindListUnauthorized) IsCode

func (o *IntakeStatusFindListUnauthorized) IsCode(code int) bool

IsCode returns true when this intake status find list unauthorized response a status code equal to that given

func (*IntakeStatusFindListUnauthorized) IsRedirect

func (o *IntakeStatusFindListUnauthorized) IsRedirect() bool

IsRedirect returns true when this intake status find list unauthorized response has a 3xx status code

func (*IntakeStatusFindListUnauthorized) IsServerError

func (o *IntakeStatusFindListUnauthorized) IsServerError() bool

IsServerError returns true when this intake status find list unauthorized response has a 5xx status code

func (*IntakeStatusFindListUnauthorized) IsSuccess

func (o *IntakeStatusFindListUnauthorized) IsSuccess() bool

IsSuccess returns true when this intake status find list unauthorized response has a 2xx status code

func (*IntakeStatusFindListUnauthorized) String

Jump to

Keyboard shortcuts

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