domain_model

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 domain model API

func (*Client) DomainModelFindList

func (a *Client) DomainModelFindList(params *DomainModelFindListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DomainModelFindListOK, error)

DomainModelFindList retrieves reference model information about enterprise architecture assets

The Federal Enterprise Architecture Framework (FEAF) v2 describes a suite of tools to help government planners implement the Common Approach. At its core is the Consolidated Reference Model (CRM), which equips OMB and Federal agencies with a common language and framework to describe and analyze investments. It consists of a set of interrelated “reference models” that describe the six subarchitecture domains in the framework: Strategy, Business, Data, Applications, Infrastructure, Security: https://obamawhitehouse.archives.gov/sites/default/files/omb/assets/egov_docs/fea_v2.pdf

func (*Client) DomainModelLevelFindList

func (a *Client) DomainModelLevelFindList(params *DomainModelLevelFindListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DomainModelLevelFindListOK, error)

DomainModelLevelFindList retrieves the model levels associated with a specific domain reference models

Retrieves the hierarchy levels associated with a specific domain reference models

func (*Client) DomainModelNameFindList

func (a *Client) DomainModelNameFindList(params *DomainModelNameFindListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DomainModelNameFindListOK, error)

DomainModelNameFindList retrieves a list of available domain reference models

Retrieves a list of available domain reference models

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 {
	DomainModelFindList(params *DomainModelFindListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DomainModelFindListOK, error)

	DomainModelLevelFindList(params *DomainModelLevelFindListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DomainModelLevelFindListOK, error)

	DomainModelNameFindList(params *DomainModelNameFindListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DomainModelNameFindListOK, 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 domain model API client.

type DomainModelFindListBadRequest

type DomainModelFindListBadRequest struct {
	Payload *models.Response
}

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

Bad Request

func NewDomainModelFindListBadRequest

func NewDomainModelFindListBadRequest() *DomainModelFindListBadRequest

NewDomainModelFindListBadRequest creates a DomainModelFindListBadRequest with default headers values

func (*DomainModelFindListBadRequest) Code

Code gets the status code for the domain model find list bad request response

func (*DomainModelFindListBadRequest) Error

func (*DomainModelFindListBadRequest) GetPayload

func (*DomainModelFindListBadRequest) IsClientError

func (o *DomainModelFindListBadRequest) IsClientError() bool

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

func (*DomainModelFindListBadRequest) IsCode

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

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

func (*DomainModelFindListBadRequest) IsRedirect

func (o *DomainModelFindListBadRequest) IsRedirect() bool

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

func (*DomainModelFindListBadRequest) IsServerError

func (o *DomainModelFindListBadRequest) IsServerError() bool

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

func (*DomainModelFindListBadRequest) IsSuccess

func (o *DomainModelFindListBadRequest) IsSuccess() bool

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

func (*DomainModelFindListBadRequest) String

type DomainModelFindListInternalServerError

type DomainModelFindListInternalServerError struct {
	Payload *models.Response
}

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

Internal Server Error

func NewDomainModelFindListInternalServerError

func NewDomainModelFindListInternalServerError() *DomainModelFindListInternalServerError

NewDomainModelFindListInternalServerError creates a DomainModelFindListInternalServerError with default headers values

func (*DomainModelFindListInternalServerError) Code

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

func (*DomainModelFindListInternalServerError) Error

func (*DomainModelFindListInternalServerError) GetPayload

func (*DomainModelFindListInternalServerError) IsClientError

func (o *DomainModelFindListInternalServerError) IsClientError() bool

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

func (*DomainModelFindListInternalServerError) IsCode

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

func (*DomainModelFindListInternalServerError) IsRedirect

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

func (*DomainModelFindListInternalServerError) IsServerError

func (o *DomainModelFindListInternalServerError) IsServerError() bool

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

func (*DomainModelFindListInternalServerError) IsSuccess

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

func (*DomainModelFindListInternalServerError) String

type DomainModelFindListOK

type DomainModelFindListOK struct {
	Payload models.DomainModelFindResponse
}

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

OK

func NewDomainModelFindListOK

func NewDomainModelFindListOK() *DomainModelFindListOK

NewDomainModelFindListOK creates a DomainModelFindListOK with default headers values

func (*DomainModelFindListOK) Code

func (o *DomainModelFindListOK) Code() int

Code gets the status code for the domain model find list o k response

func (*DomainModelFindListOK) Error

func (o *DomainModelFindListOK) Error() string

func (*DomainModelFindListOK) GetPayload

func (*DomainModelFindListOK) IsClientError

func (o *DomainModelFindListOK) IsClientError() bool

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

func (*DomainModelFindListOK) IsCode

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

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

func (*DomainModelFindListOK) IsRedirect

func (o *DomainModelFindListOK) IsRedirect() bool

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

func (*DomainModelFindListOK) IsServerError

func (o *DomainModelFindListOK) IsServerError() bool

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

func (*DomainModelFindListOK) IsSuccess

func (o *DomainModelFindListOK) IsSuccess() bool

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

func (*DomainModelFindListOK) String

func (o *DomainModelFindListOK) String() string

type DomainModelFindListParams

type DomainModelFindListParams struct {

	/* DomainModelEntry.

	   The name of a specific model value to return. If provided, only entries for this specific value of the domain model and its children are returned
	*/
	DomainModelEntry *string

	/* DomainModelLevel.

	   The name of a specific model level to return. A value from the GET /domainModelLevel endpoint. If provided, only entries for this specific level of the domain model and its children are returned
	*/
	DomainModelLevel *string

	/* Model.

	   The name of specific model to return. A value from the GET /domainModelName endpoint.
	*/
	Model string

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

DomainModelFindListParams contains all the parameters to send to the API endpoint

for the domain model find list operation.

Typically these are written to a http.Request.

func NewDomainModelFindListParams

func NewDomainModelFindListParams() *DomainModelFindListParams

NewDomainModelFindListParams creates a new DomainModelFindListParams 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 NewDomainModelFindListParamsWithContext

func NewDomainModelFindListParamsWithContext(ctx context.Context) *DomainModelFindListParams

NewDomainModelFindListParamsWithContext creates a new DomainModelFindListParams object with the ability to set a context for a request.

func NewDomainModelFindListParamsWithHTTPClient

func NewDomainModelFindListParamsWithHTTPClient(client *http.Client) *DomainModelFindListParams

NewDomainModelFindListParamsWithHTTPClient creates a new DomainModelFindListParams object with the ability to set a custom HTTPClient for a request.

func NewDomainModelFindListParamsWithTimeout

func NewDomainModelFindListParamsWithTimeout(timeout time.Duration) *DomainModelFindListParams

NewDomainModelFindListParamsWithTimeout creates a new DomainModelFindListParams object with the ability to set a timeout on a request.

func (*DomainModelFindListParams) SetContext

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

SetContext adds the context to the domain model find list params

func (*DomainModelFindListParams) SetDefaults

func (o *DomainModelFindListParams) SetDefaults()

SetDefaults hydrates default values in the domain model find list params (not the query body).

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

func (*DomainModelFindListParams) SetDomainModelEntry

func (o *DomainModelFindListParams) SetDomainModelEntry(domainModelEntry *string)

SetDomainModelEntry adds the domainModelEntry to the domain model find list params

func (*DomainModelFindListParams) SetDomainModelLevel

func (o *DomainModelFindListParams) SetDomainModelLevel(domainModelLevel *string)

SetDomainModelLevel adds the domainModelLevel to the domain model find list params

func (*DomainModelFindListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the domain model find list params

func (*DomainModelFindListParams) SetModel

func (o *DomainModelFindListParams) SetModel(model string)

SetModel adds the model to the domain model find list params

func (*DomainModelFindListParams) SetTimeout

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

SetTimeout adds the timeout to the domain model find list params

func (*DomainModelFindListParams) WithContext

WithContext adds the context to the domain model find list params

func (*DomainModelFindListParams) WithDefaults

WithDefaults hydrates default values in the domain model find list params (not the query body).

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

func (*DomainModelFindListParams) WithDomainModelEntry

func (o *DomainModelFindListParams) WithDomainModelEntry(domainModelEntry *string) *DomainModelFindListParams

WithDomainModelEntry adds the domainModelEntry to the domain model find list params

func (*DomainModelFindListParams) WithDomainModelLevel

func (o *DomainModelFindListParams) WithDomainModelLevel(domainModelLevel *string) *DomainModelFindListParams

WithDomainModelLevel adds the domainModelLevel to the domain model find list params

func (*DomainModelFindListParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the domain model find list params

func (*DomainModelFindListParams) WithModel

WithModel adds the model to the domain model find list params

func (*DomainModelFindListParams) WithTimeout

WithTimeout adds the timeout to the domain model find list params

func (*DomainModelFindListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DomainModelFindListReader

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

DomainModelFindListReader is a Reader for the DomainModelFindList structure.

func (*DomainModelFindListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DomainModelFindListUnauthorized

type DomainModelFindListUnauthorized struct {
	Payload *models.Response
}

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

Access Denied

func NewDomainModelFindListUnauthorized

func NewDomainModelFindListUnauthorized() *DomainModelFindListUnauthorized

NewDomainModelFindListUnauthorized creates a DomainModelFindListUnauthorized with default headers values

func (*DomainModelFindListUnauthorized) Code

Code gets the status code for the domain model find list unauthorized response

func (*DomainModelFindListUnauthorized) Error

func (*DomainModelFindListUnauthorized) GetPayload

func (*DomainModelFindListUnauthorized) IsClientError

func (o *DomainModelFindListUnauthorized) IsClientError() bool

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

func (*DomainModelFindListUnauthorized) IsCode

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

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

func (*DomainModelFindListUnauthorized) IsRedirect

func (o *DomainModelFindListUnauthorized) IsRedirect() bool

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

func (*DomainModelFindListUnauthorized) IsServerError

func (o *DomainModelFindListUnauthorized) IsServerError() bool

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

func (*DomainModelFindListUnauthorized) IsSuccess

func (o *DomainModelFindListUnauthorized) IsSuccess() bool

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

func (*DomainModelFindListUnauthorized) String

type DomainModelLevelFindListBadRequest

type DomainModelLevelFindListBadRequest struct {
	Payload *models.Response
}

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

Bad Request

func NewDomainModelLevelFindListBadRequest

func NewDomainModelLevelFindListBadRequest() *DomainModelLevelFindListBadRequest

NewDomainModelLevelFindListBadRequest creates a DomainModelLevelFindListBadRequest with default headers values

func (*DomainModelLevelFindListBadRequest) Code

Code gets the status code for the domain model level find list bad request response

func (*DomainModelLevelFindListBadRequest) Error

func (*DomainModelLevelFindListBadRequest) GetPayload

func (*DomainModelLevelFindListBadRequest) IsClientError

func (o *DomainModelLevelFindListBadRequest) IsClientError() bool

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

func (*DomainModelLevelFindListBadRequest) IsCode

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

func (*DomainModelLevelFindListBadRequest) IsRedirect

func (o *DomainModelLevelFindListBadRequest) IsRedirect() bool

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

func (*DomainModelLevelFindListBadRequest) IsServerError

func (o *DomainModelLevelFindListBadRequest) IsServerError() bool

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

func (*DomainModelLevelFindListBadRequest) IsSuccess

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

func (*DomainModelLevelFindListBadRequest) String

type DomainModelLevelFindListInternalServerError

type DomainModelLevelFindListInternalServerError struct {
	Payload *models.Response
}

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

Internal Server Error

func NewDomainModelLevelFindListInternalServerError

func NewDomainModelLevelFindListInternalServerError() *DomainModelLevelFindListInternalServerError

NewDomainModelLevelFindListInternalServerError creates a DomainModelLevelFindListInternalServerError with default headers values

func (*DomainModelLevelFindListInternalServerError) Code

Code gets the status code for the domain model level find list internal server error response

func (*DomainModelLevelFindListInternalServerError) Error

func (*DomainModelLevelFindListInternalServerError) GetPayload

func (*DomainModelLevelFindListInternalServerError) IsClientError

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

func (*DomainModelLevelFindListInternalServerError) IsCode

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

func (*DomainModelLevelFindListInternalServerError) IsRedirect

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

func (*DomainModelLevelFindListInternalServerError) IsServerError

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

func (*DomainModelLevelFindListInternalServerError) IsSuccess

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

func (*DomainModelLevelFindListInternalServerError) String

type DomainModelLevelFindListOK

type DomainModelLevelFindListOK struct {
	Payload *models.DomainModelLevelFindResponse
}

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

OK

func NewDomainModelLevelFindListOK

func NewDomainModelLevelFindListOK() *DomainModelLevelFindListOK

NewDomainModelLevelFindListOK creates a DomainModelLevelFindListOK with default headers values

func (*DomainModelLevelFindListOK) Code

func (o *DomainModelLevelFindListOK) Code() int

Code gets the status code for the domain model level find list o k response

func (*DomainModelLevelFindListOK) Error

func (*DomainModelLevelFindListOK) GetPayload

func (*DomainModelLevelFindListOK) IsClientError

func (o *DomainModelLevelFindListOK) IsClientError() bool

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

func (*DomainModelLevelFindListOK) IsCode

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

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

func (*DomainModelLevelFindListOK) IsRedirect

func (o *DomainModelLevelFindListOK) IsRedirect() bool

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

func (*DomainModelLevelFindListOK) IsServerError

func (o *DomainModelLevelFindListOK) IsServerError() bool

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

func (*DomainModelLevelFindListOK) IsSuccess

func (o *DomainModelLevelFindListOK) IsSuccess() bool

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

func (*DomainModelLevelFindListOK) String

func (o *DomainModelLevelFindListOK) String() string

type DomainModelLevelFindListParams

type DomainModelLevelFindListParams struct {

	/* Model.

	   The name of specific reference model to return. A value from the GET /domainModelName endpoint.
	*/
	Model string

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

DomainModelLevelFindListParams contains all the parameters to send to the API endpoint

for the domain model level find list operation.

Typically these are written to a http.Request.

func NewDomainModelLevelFindListParams

func NewDomainModelLevelFindListParams() *DomainModelLevelFindListParams

NewDomainModelLevelFindListParams creates a new DomainModelLevelFindListParams 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 NewDomainModelLevelFindListParamsWithContext

func NewDomainModelLevelFindListParamsWithContext(ctx context.Context) *DomainModelLevelFindListParams

NewDomainModelLevelFindListParamsWithContext creates a new DomainModelLevelFindListParams object with the ability to set a context for a request.

func NewDomainModelLevelFindListParamsWithHTTPClient

func NewDomainModelLevelFindListParamsWithHTTPClient(client *http.Client) *DomainModelLevelFindListParams

NewDomainModelLevelFindListParamsWithHTTPClient creates a new DomainModelLevelFindListParams object with the ability to set a custom HTTPClient for a request.

func NewDomainModelLevelFindListParamsWithTimeout

func NewDomainModelLevelFindListParamsWithTimeout(timeout time.Duration) *DomainModelLevelFindListParams

NewDomainModelLevelFindListParamsWithTimeout creates a new DomainModelLevelFindListParams object with the ability to set a timeout on a request.

func (*DomainModelLevelFindListParams) SetContext

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

SetContext adds the context to the domain model level find list params

func (*DomainModelLevelFindListParams) SetDefaults

func (o *DomainModelLevelFindListParams) SetDefaults()

SetDefaults hydrates default values in the domain model level find list params (not the query body).

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

func (*DomainModelLevelFindListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the domain model level find list params

func (*DomainModelLevelFindListParams) SetModel

func (o *DomainModelLevelFindListParams) SetModel(model string)

SetModel adds the model to the domain model level find list params

func (*DomainModelLevelFindListParams) SetTimeout

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

SetTimeout adds the timeout to the domain model level find list params

func (*DomainModelLevelFindListParams) WithContext

WithContext adds the context to the domain model level find list params

func (*DomainModelLevelFindListParams) WithDefaults

WithDefaults hydrates default values in the domain model level find list params (not the query body).

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

func (*DomainModelLevelFindListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the domain model level find list params

func (*DomainModelLevelFindListParams) WithModel

WithModel adds the model to the domain model level find list params

func (*DomainModelLevelFindListParams) WithTimeout

WithTimeout adds the timeout to the domain model level find list params

func (*DomainModelLevelFindListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DomainModelLevelFindListReader

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

DomainModelLevelFindListReader is a Reader for the DomainModelLevelFindList structure.

func (*DomainModelLevelFindListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DomainModelLevelFindListUnauthorized

type DomainModelLevelFindListUnauthorized struct {
	Payload *models.Response
}

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

Access Denied

func NewDomainModelLevelFindListUnauthorized

func NewDomainModelLevelFindListUnauthorized() *DomainModelLevelFindListUnauthorized

NewDomainModelLevelFindListUnauthorized creates a DomainModelLevelFindListUnauthorized with default headers values

func (*DomainModelLevelFindListUnauthorized) Code

Code gets the status code for the domain model level find list unauthorized response

func (*DomainModelLevelFindListUnauthorized) Error

func (*DomainModelLevelFindListUnauthorized) GetPayload

func (*DomainModelLevelFindListUnauthorized) IsClientError

func (o *DomainModelLevelFindListUnauthorized) IsClientError() bool

IsClientError returns true when this domain model level find list unauthorized response has a 4xx status code

func (*DomainModelLevelFindListUnauthorized) IsCode

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

func (*DomainModelLevelFindListUnauthorized) IsRedirect

IsRedirect returns true when this domain model level find list unauthorized response has a 3xx status code

func (*DomainModelLevelFindListUnauthorized) IsServerError

func (o *DomainModelLevelFindListUnauthorized) IsServerError() bool

IsServerError returns true when this domain model level find list unauthorized response has a 5xx status code

func (*DomainModelLevelFindListUnauthorized) IsSuccess

IsSuccess returns true when this domain model level find list unauthorized response has a 2xx status code

func (*DomainModelLevelFindListUnauthorized) String

type DomainModelNameFindListBadRequest

type DomainModelNameFindListBadRequest struct {
	Payload *models.Response
}

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

Bad Request

func NewDomainModelNameFindListBadRequest

func NewDomainModelNameFindListBadRequest() *DomainModelNameFindListBadRequest

NewDomainModelNameFindListBadRequest creates a DomainModelNameFindListBadRequest with default headers values

func (*DomainModelNameFindListBadRequest) Code

Code gets the status code for the domain model name find list bad request response

func (*DomainModelNameFindListBadRequest) Error

func (*DomainModelNameFindListBadRequest) GetPayload

func (*DomainModelNameFindListBadRequest) IsClientError

func (o *DomainModelNameFindListBadRequest) IsClientError() bool

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

func (*DomainModelNameFindListBadRequest) IsCode

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

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

func (*DomainModelNameFindListBadRequest) IsRedirect

func (o *DomainModelNameFindListBadRequest) IsRedirect() bool

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

func (*DomainModelNameFindListBadRequest) IsServerError

func (o *DomainModelNameFindListBadRequest) IsServerError() bool

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

func (*DomainModelNameFindListBadRequest) IsSuccess

func (o *DomainModelNameFindListBadRequest) IsSuccess() bool

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

func (*DomainModelNameFindListBadRequest) String

type DomainModelNameFindListInternalServerError

type DomainModelNameFindListInternalServerError struct {
	Payload *models.Response
}

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

Internal Server Error

func NewDomainModelNameFindListInternalServerError

func NewDomainModelNameFindListInternalServerError() *DomainModelNameFindListInternalServerError

NewDomainModelNameFindListInternalServerError creates a DomainModelNameFindListInternalServerError with default headers values

func (*DomainModelNameFindListInternalServerError) Code

Code gets the status code for the domain model name find list internal server error response

func (*DomainModelNameFindListInternalServerError) Error

func (*DomainModelNameFindListInternalServerError) GetPayload

func (*DomainModelNameFindListInternalServerError) IsClientError

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

func (*DomainModelNameFindListInternalServerError) IsCode

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

func (*DomainModelNameFindListInternalServerError) IsRedirect

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

func (*DomainModelNameFindListInternalServerError) IsServerError

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

func (*DomainModelNameFindListInternalServerError) IsSuccess

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

func (*DomainModelNameFindListInternalServerError) String

type DomainModelNameFindListOK

type DomainModelNameFindListOK struct {
	Payload *models.DomainModelNameFindResponse
}

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

OK

func NewDomainModelNameFindListOK

func NewDomainModelNameFindListOK() *DomainModelNameFindListOK

NewDomainModelNameFindListOK creates a DomainModelNameFindListOK with default headers values

func (*DomainModelNameFindListOK) Code

func (o *DomainModelNameFindListOK) Code() int

Code gets the status code for the domain model name find list o k response

func (*DomainModelNameFindListOK) Error

func (o *DomainModelNameFindListOK) Error() string

func (*DomainModelNameFindListOK) GetPayload

func (*DomainModelNameFindListOK) IsClientError

func (o *DomainModelNameFindListOK) IsClientError() bool

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

func (*DomainModelNameFindListOK) IsCode

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

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

func (*DomainModelNameFindListOK) IsRedirect

func (o *DomainModelNameFindListOK) IsRedirect() bool

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

func (*DomainModelNameFindListOK) IsServerError

func (o *DomainModelNameFindListOK) IsServerError() bool

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

func (*DomainModelNameFindListOK) IsSuccess

func (o *DomainModelNameFindListOK) IsSuccess() bool

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

func (*DomainModelNameFindListOK) String

func (o *DomainModelNameFindListOK) String() string

type DomainModelNameFindListParams

type DomainModelNameFindListParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DomainModelNameFindListParams contains all the parameters to send to the API endpoint

for the domain model name find list operation.

Typically these are written to a http.Request.

func NewDomainModelNameFindListParams

func NewDomainModelNameFindListParams() *DomainModelNameFindListParams

NewDomainModelNameFindListParams creates a new DomainModelNameFindListParams 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 NewDomainModelNameFindListParamsWithContext

func NewDomainModelNameFindListParamsWithContext(ctx context.Context) *DomainModelNameFindListParams

NewDomainModelNameFindListParamsWithContext creates a new DomainModelNameFindListParams object with the ability to set a context for a request.

func NewDomainModelNameFindListParamsWithHTTPClient

func NewDomainModelNameFindListParamsWithHTTPClient(client *http.Client) *DomainModelNameFindListParams

NewDomainModelNameFindListParamsWithHTTPClient creates a new DomainModelNameFindListParams object with the ability to set a custom HTTPClient for a request.

func NewDomainModelNameFindListParamsWithTimeout

func NewDomainModelNameFindListParamsWithTimeout(timeout time.Duration) *DomainModelNameFindListParams

NewDomainModelNameFindListParamsWithTimeout creates a new DomainModelNameFindListParams object with the ability to set a timeout on a request.

func (*DomainModelNameFindListParams) SetContext

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

SetContext adds the context to the domain model name find list params

func (*DomainModelNameFindListParams) SetDefaults

func (o *DomainModelNameFindListParams) SetDefaults()

SetDefaults hydrates default values in the domain model name find list params (not the query body).

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

func (*DomainModelNameFindListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the domain model name find list params

func (*DomainModelNameFindListParams) SetTimeout

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

SetTimeout adds the timeout to the domain model name find list params

func (*DomainModelNameFindListParams) WithContext

WithContext adds the context to the domain model name find list params

func (*DomainModelNameFindListParams) WithDefaults

WithDefaults hydrates default values in the domain model name find list params (not the query body).

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

func (*DomainModelNameFindListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the domain model name find list params

func (*DomainModelNameFindListParams) WithTimeout

WithTimeout adds the timeout to the domain model name find list params

func (*DomainModelNameFindListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DomainModelNameFindListReader

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

DomainModelNameFindListReader is a Reader for the DomainModelNameFindList structure.

func (*DomainModelNameFindListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DomainModelNameFindListUnauthorized

type DomainModelNameFindListUnauthorized struct {
	Payload *models.Response
}

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

Access Denied

func NewDomainModelNameFindListUnauthorized

func NewDomainModelNameFindListUnauthorized() *DomainModelNameFindListUnauthorized

NewDomainModelNameFindListUnauthorized creates a DomainModelNameFindListUnauthorized with default headers values

func (*DomainModelNameFindListUnauthorized) Code

Code gets the status code for the domain model name find list unauthorized response

func (*DomainModelNameFindListUnauthorized) Error

func (*DomainModelNameFindListUnauthorized) GetPayload

func (*DomainModelNameFindListUnauthorized) IsClientError

func (o *DomainModelNameFindListUnauthorized) IsClientError() bool

IsClientError returns true when this domain model name find list unauthorized response has a 4xx status code

func (*DomainModelNameFindListUnauthorized) IsCode

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

func (*DomainModelNameFindListUnauthorized) IsRedirect

func (o *DomainModelNameFindListUnauthorized) IsRedirect() bool

IsRedirect returns true when this domain model name find list unauthorized response has a 3xx status code

func (*DomainModelNameFindListUnauthorized) IsServerError

func (o *DomainModelNameFindListUnauthorized) IsServerError() bool

IsServerError returns true when this domain model name find list unauthorized response has a 5xx status code

func (*DomainModelNameFindListUnauthorized) IsSuccess

IsSuccess returns true when this domain model name find list unauthorized response has a 2xx status code

func (*DomainModelNameFindListUnauthorized) String

Jump to

Keyboard shortcuts

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