amendment_service

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AmendmentServiceAddOptionItemDefault

type AmendmentServiceAddOptionItemDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

AmendmentServiceAddOptionItemDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewAmendmentServiceAddOptionItemDefault

func NewAmendmentServiceAddOptionItemDefault(code int) *AmendmentServiceAddOptionItemDefault

NewAmendmentServiceAddOptionItemDefault creates a AmendmentServiceAddOptionItemDefault with default headers values

func (*AmendmentServiceAddOptionItemDefault) Code

Code gets the status code for the amendment service add option item default response

func (*AmendmentServiceAddOptionItemDefault) Error

func (*AmendmentServiceAddOptionItemDefault) GetPayload

func (*AmendmentServiceAddOptionItemDefault) IsClientError

func (o *AmendmentServiceAddOptionItemDefault) IsClientError() bool

IsClientError returns true when this amendment service add option item default response has a 4xx status code

func (*AmendmentServiceAddOptionItemDefault) IsCode

IsCode returns true when this amendment service add option item default response a status code equal to that given

func (*AmendmentServiceAddOptionItemDefault) IsRedirect

IsRedirect returns true when this amendment service add option item default response has a 3xx status code

func (*AmendmentServiceAddOptionItemDefault) IsServerError

func (o *AmendmentServiceAddOptionItemDefault) IsServerError() bool

IsServerError returns true when this amendment service add option item default response has a 5xx status code

func (*AmendmentServiceAddOptionItemDefault) IsSuccess

IsSuccess returns true when this amendment service add option item default response has a 2xx status code

func (*AmendmentServiceAddOptionItemDefault) String

type AmendmentServiceAddOptionItemOK

type AmendmentServiceAddOptionItemOK struct {
	Payload *models.V1AddOptionItemResponse
}

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

A successful response.

func NewAmendmentServiceAddOptionItemOK

func NewAmendmentServiceAddOptionItemOK() *AmendmentServiceAddOptionItemOK

NewAmendmentServiceAddOptionItemOK creates a AmendmentServiceAddOptionItemOK with default headers values

func (*AmendmentServiceAddOptionItemOK) Code

Code gets the status code for the amendment service add option item o k response

func (*AmendmentServiceAddOptionItemOK) Error

func (*AmendmentServiceAddOptionItemOK) GetPayload

func (*AmendmentServiceAddOptionItemOK) IsClientError

func (o *AmendmentServiceAddOptionItemOK) IsClientError() bool

IsClientError returns true when this amendment service add option item o k response has a 4xx status code

func (*AmendmentServiceAddOptionItemOK) IsCode

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

IsCode returns true when this amendment service add option item o k response a status code equal to that given

func (*AmendmentServiceAddOptionItemOK) IsRedirect

func (o *AmendmentServiceAddOptionItemOK) IsRedirect() bool

IsRedirect returns true when this amendment service add option item o k response has a 3xx status code

func (*AmendmentServiceAddOptionItemOK) IsServerError

func (o *AmendmentServiceAddOptionItemOK) IsServerError() bool

IsServerError returns true when this amendment service add option item o k response has a 5xx status code

func (*AmendmentServiceAddOptionItemOK) IsSuccess

func (o *AmendmentServiceAddOptionItemOK) IsSuccess() bool

IsSuccess returns true when this amendment service add option item o k response has a 2xx status code

func (*AmendmentServiceAddOptionItemOK) String

type AmendmentServiceAddOptionItemParams

type AmendmentServiceAddOptionItemParams struct {

	// Body.
	Body *models.V1AddOptionItemRequest

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

AmendmentServiceAddOptionItemParams contains all the parameters to send to the API endpoint

for the amendment service add option item operation.

Typically these are written to a http.Request.

func NewAmendmentServiceAddOptionItemParams

func NewAmendmentServiceAddOptionItemParams() *AmendmentServiceAddOptionItemParams

NewAmendmentServiceAddOptionItemParams creates a new AmendmentServiceAddOptionItemParams 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 NewAmendmentServiceAddOptionItemParamsWithContext

func NewAmendmentServiceAddOptionItemParamsWithContext(ctx context.Context) *AmendmentServiceAddOptionItemParams

NewAmendmentServiceAddOptionItemParamsWithContext creates a new AmendmentServiceAddOptionItemParams object with the ability to set a context for a request.

func NewAmendmentServiceAddOptionItemParamsWithHTTPClient

func NewAmendmentServiceAddOptionItemParamsWithHTTPClient(client *http.Client) *AmendmentServiceAddOptionItemParams

NewAmendmentServiceAddOptionItemParamsWithHTTPClient creates a new AmendmentServiceAddOptionItemParams object with the ability to set a custom HTTPClient for a request.

func NewAmendmentServiceAddOptionItemParamsWithTimeout

func NewAmendmentServiceAddOptionItemParamsWithTimeout(timeout time.Duration) *AmendmentServiceAddOptionItemParams

NewAmendmentServiceAddOptionItemParamsWithTimeout creates a new AmendmentServiceAddOptionItemParams object with the ability to set a timeout on a request.

func (*AmendmentServiceAddOptionItemParams) SetBody

SetBody adds the body to the amendment service add option item params

func (*AmendmentServiceAddOptionItemParams) SetContext

SetContext adds the context to the amendment service add option item params

func (*AmendmentServiceAddOptionItemParams) SetDefaults

func (o *AmendmentServiceAddOptionItemParams) SetDefaults()

SetDefaults hydrates default values in the amendment service add option item params (not the query body).

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

func (*AmendmentServiceAddOptionItemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the amendment service add option item params

func (*AmendmentServiceAddOptionItemParams) SetTimeout

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

SetTimeout adds the timeout to the amendment service add option item params

func (*AmendmentServiceAddOptionItemParams) WithBody

WithBody adds the body to the amendment service add option item params

func (*AmendmentServiceAddOptionItemParams) WithContext

WithContext adds the context to the amendment service add option item params

func (*AmendmentServiceAddOptionItemParams) WithDefaults

WithDefaults hydrates default values in the amendment service add option item params (not the query body).

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

func (*AmendmentServiceAddOptionItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the amendment service add option item params

func (*AmendmentServiceAddOptionItemParams) WithTimeout

WithTimeout adds the timeout to the amendment service add option item params

func (*AmendmentServiceAddOptionItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AmendmentServiceAddOptionItemReader

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

AmendmentServiceAddOptionItemReader is a Reader for the AmendmentServiceAddOptionItem structure.

func (*AmendmentServiceAddOptionItemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AmendmentServiceChangeMainItemDefault

type AmendmentServiceChangeMainItemDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

AmendmentServiceChangeMainItemDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewAmendmentServiceChangeMainItemDefault

func NewAmendmentServiceChangeMainItemDefault(code int) *AmendmentServiceChangeMainItemDefault

NewAmendmentServiceChangeMainItemDefault creates a AmendmentServiceChangeMainItemDefault with default headers values

func (*AmendmentServiceChangeMainItemDefault) Code

Code gets the status code for the amendment service change main item default response

func (*AmendmentServiceChangeMainItemDefault) Error

func (*AmendmentServiceChangeMainItemDefault) GetPayload

func (*AmendmentServiceChangeMainItemDefault) IsClientError

func (o *AmendmentServiceChangeMainItemDefault) IsClientError() bool

IsClientError returns true when this amendment service change main item default response has a 4xx status code

func (*AmendmentServiceChangeMainItemDefault) IsCode

IsCode returns true when this amendment service change main item default response a status code equal to that given

func (*AmendmentServiceChangeMainItemDefault) IsRedirect

IsRedirect returns true when this amendment service change main item default response has a 3xx status code

func (*AmendmentServiceChangeMainItemDefault) IsServerError

func (o *AmendmentServiceChangeMainItemDefault) IsServerError() bool

IsServerError returns true when this amendment service change main item default response has a 5xx status code

func (*AmendmentServiceChangeMainItemDefault) IsSuccess

IsSuccess returns true when this amendment service change main item default response has a 2xx status code

func (*AmendmentServiceChangeMainItemDefault) String

type AmendmentServiceChangeMainItemOK

type AmendmentServiceChangeMainItemOK struct {
	Payload *models.V1ChangeMainItemResponse
}

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

A successful response.

func NewAmendmentServiceChangeMainItemOK

func NewAmendmentServiceChangeMainItemOK() *AmendmentServiceChangeMainItemOK

NewAmendmentServiceChangeMainItemOK creates a AmendmentServiceChangeMainItemOK with default headers values

func (*AmendmentServiceChangeMainItemOK) Code

Code gets the status code for the amendment service change main item o k response

func (*AmendmentServiceChangeMainItemOK) Error

func (*AmendmentServiceChangeMainItemOK) GetPayload

func (*AmendmentServiceChangeMainItemOK) IsClientError

func (o *AmendmentServiceChangeMainItemOK) IsClientError() bool

IsClientError returns true when this amendment service change main item o k response has a 4xx status code

func (*AmendmentServiceChangeMainItemOK) IsCode

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

IsCode returns true when this amendment service change main item o k response a status code equal to that given

func (*AmendmentServiceChangeMainItemOK) IsRedirect

func (o *AmendmentServiceChangeMainItemOK) IsRedirect() bool

IsRedirect returns true when this amendment service change main item o k response has a 3xx status code

func (*AmendmentServiceChangeMainItemOK) IsServerError

func (o *AmendmentServiceChangeMainItemOK) IsServerError() bool

IsServerError returns true when this amendment service change main item o k response has a 5xx status code

func (*AmendmentServiceChangeMainItemOK) IsSuccess

func (o *AmendmentServiceChangeMainItemOK) IsSuccess() bool

IsSuccess returns true when this amendment service change main item o k response has a 2xx status code

func (*AmendmentServiceChangeMainItemOK) String

type AmendmentServiceChangeMainItemParams

type AmendmentServiceChangeMainItemParams struct {

	// Body.
	Body *models.V1ChangeMainItemRequest

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

AmendmentServiceChangeMainItemParams contains all the parameters to send to the API endpoint

for the amendment service change main item operation.

Typically these are written to a http.Request.

func NewAmendmentServiceChangeMainItemParams

func NewAmendmentServiceChangeMainItemParams() *AmendmentServiceChangeMainItemParams

NewAmendmentServiceChangeMainItemParams creates a new AmendmentServiceChangeMainItemParams 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 NewAmendmentServiceChangeMainItemParamsWithContext

func NewAmendmentServiceChangeMainItemParamsWithContext(ctx context.Context) *AmendmentServiceChangeMainItemParams

NewAmendmentServiceChangeMainItemParamsWithContext creates a new AmendmentServiceChangeMainItemParams object with the ability to set a context for a request.

func NewAmendmentServiceChangeMainItemParamsWithHTTPClient

func NewAmendmentServiceChangeMainItemParamsWithHTTPClient(client *http.Client) *AmendmentServiceChangeMainItemParams

NewAmendmentServiceChangeMainItemParamsWithHTTPClient creates a new AmendmentServiceChangeMainItemParams object with the ability to set a custom HTTPClient for a request.

func NewAmendmentServiceChangeMainItemParamsWithTimeout

func NewAmendmentServiceChangeMainItemParamsWithTimeout(timeout time.Duration) *AmendmentServiceChangeMainItemParams

NewAmendmentServiceChangeMainItemParamsWithTimeout creates a new AmendmentServiceChangeMainItemParams object with the ability to set a timeout on a request.

func (*AmendmentServiceChangeMainItemParams) SetBody

SetBody adds the body to the amendment service change main item params

func (*AmendmentServiceChangeMainItemParams) SetContext

SetContext adds the context to the amendment service change main item params

func (*AmendmentServiceChangeMainItemParams) SetDefaults

func (o *AmendmentServiceChangeMainItemParams) SetDefaults()

SetDefaults hydrates default values in the amendment service change main item params (not the query body).

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

func (*AmendmentServiceChangeMainItemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the amendment service change main item params

func (*AmendmentServiceChangeMainItemParams) SetTimeout

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

SetTimeout adds the timeout to the amendment service change main item params

func (*AmendmentServiceChangeMainItemParams) WithBody

WithBody adds the body to the amendment service change main item params

func (*AmendmentServiceChangeMainItemParams) WithContext

WithContext adds the context to the amendment service change main item params

func (*AmendmentServiceChangeMainItemParams) WithDefaults

WithDefaults hydrates default values in the amendment service change main item params (not the query body).

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

func (*AmendmentServiceChangeMainItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the amendment service change main item params

func (*AmendmentServiceChangeMainItemParams) WithTimeout

WithTimeout adds the timeout to the amendment service change main item params

func (*AmendmentServiceChangeMainItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AmendmentServiceChangeMainItemReader

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

AmendmentServiceChangeMainItemReader is a Reader for the AmendmentServiceChangeMainItem structure.

func (*AmendmentServiceChangeMainItemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AmendmentServiceChangeQuantityDefault

type AmendmentServiceChangeQuantityDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

AmendmentServiceChangeQuantityDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewAmendmentServiceChangeQuantityDefault

func NewAmendmentServiceChangeQuantityDefault(code int) *AmendmentServiceChangeQuantityDefault

NewAmendmentServiceChangeQuantityDefault creates a AmendmentServiceChangeQuantityDefault with default headers values

func (*AmendmentServiceChangeQuantityDefault) Code

Code gets the status code for the amendment service change quantity default response

func (*AmendmentServiceChangeQuantityDefault) Error

func (*AmendmentServiceChangeQuantityDefault) GetPayload

func (*AmendmentServiceChangeQuantityDefault) IsClientError

func (o *AmendmentServiceChangeQuantityDefault) IsClientError() bool

IsClientError returns true when this amendment service change quantity default response has a 4xx status code

func (*AmendmentServiceChangeQuantityDefault) IsCode

IsCode returns true when this amendment service change quantity default response a status code equal to that given

func (*AmendmentServiceChangeQuantityDefault) IsRedirect

IsRedirect returns true when this amendment service change quantity default response has a 3xx status code

func (*AmendmentServiceChangeQuantityDefault) IsServerError

func (o *AmendmentServiceChangeQuantityDefault) IsServerError() bool

IsServerError returns true when this amendment service change quantity default response has a 5xx status code

func (*AmendmentServiceChangeQuantityDefault) IsSuccess

IsSuccess returns true when this amendment service change quantity default response has a 2xx status code

func (*AmendmentServiceChangeQuantityDefault) String

type AmendmentServiceChangeQuantityOK

type AmendmentServiceChangeQuantityOK struct {
	Payload *models.V1ChangeQuantityResponse
}

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

A successful response.

func NewAmendmentServiceChangeQuantityOK

func NewAmendmentServiceChangeQuantityOK() *AmendmentServiceChangeQuantityOK

NewAmendmentServiceChangeQuantityOK creates a AmendmentServiceChangeQuantityOK with default headers values

func (*AmendmentServiceChangeQuantityOK) Code

Code gets the status code for the amendment service change quantity o k response

func (*AmendmentServiceChangeQuantityOK) Error

func (*AmendmentServiceChangeQuantityOK) GetPayload

func (*AmendmentServiceChangeQuantityOK) IsClientError

func (o *AmendmentServiceChangeQuantityOK) IsClientError() bool

IsClientError returns true when this amendment service change quantity o k response has a 4xx status code

func (*AmendmentServiceChangeQuantityOK) IsCode

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

IsCode returns true when this amendment service change quantity o k response a status code equal to that given

func (*AmendmentServiceChangeQuantityOK) IsRedirect

func (o *AmendmentServiceChangeQuantityOK) IsRedirect() bool

IsRedirect returns true when this amendment service change quantity o k response has a 3xx status code

func (*AmendmentServiceChangeQuantityOK) IsServerError

func (o *AmendmentServiceChangeQuantityOK) IsServerError() bool

IsServerError returns true when this amendment service change quantity o k response has a 5xx status code

func (*AmendmentServiceChangeQuantityOK) IsSuccess

func (o *AmendmentServiceChangeQuantityOK) IsSuccess() bool

IsSuccess returns true when this amendment service change quantity o k response has a 2xx status code

func (*AmendmentServiceChangeQuantityOK) String

type AmendmentServiceChangeQuantityParams

type AmendmentServiceChangeQuantityParams struct {

	// Body.
	Body *models.V1ChangeQuantityRequest

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

AmendmentServiceChangeQuantityParams contains all the parameters to send to the API endpoint

for the amendment service change quantity operation.

Typically these are written to a http.Request.

func NewAmendmentServiceChangeQuantityParams

func NewAmendmentServiceChangeQuantityParams() *AmendmentServiceChangeQuantityParams

NewAmendmentServiceChangeQuantityParams creates a new AmendmentServiceChangeQuantityParams 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 NewAmendmentServiceChangeQuantityParamsWithContext

func NewAmendmentServiceChangeQuantityParamsWithContext(ctx context.Context) *AmendmentServiceChangeQuantityParams

NewAmendmentServiceChangeQuantityParamsWithContext creates a new AmendmentServiceChangeQuantityParams object with the ability to set a context for a request.

func NewAmendmentServiceChangeQuantityParamsWithHTTPClient

func NewAmendmentServiceChangeQuantityParamsWithHTTPClient(client *http.Client) *AmendmentServiceChangeQuantityParams

NewAmendmentServiceChangeQuantityParamsWithHTTPClient creates a new AmendmentServiceChangeQuantityParams object with the ability to set a custom HTTPClient for a request.

func NewAmendmentServiceChangeQuantityParamsWithTimeout

func NewAmendmentServiceChangeQuantityParamsWithTimeout(timeout time.Duration) *AmendmentServiceChangeQuantityParams

NewAmendmentServiceChangeQuantityParamsWithTimeout creates a new AmendmentServiceChangeQuantityParams object with the ability to set a timeout on a request.

func (*AmendmentServiceChangeQuantityParams) SetBody

SetBody adds the body to the amendment service change quantity params

func (*AmendmentServiceChangeQuantityParams) SetContext

SetContext adds the context to the amendment service change quantity params

func (*AmendmentServiceChangeQuantityParams) SetDefaults

func (o *AmendmentServiceChangeQuantityParams) SetDefaults()

SetDefaults hydrates default values in the amendment service change quantity params (not the query body).

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

func (*AmendmentServiceChangeQuantityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the amendment service change quantity params

func (*AmendmentServiceChangeQuantityParams) SetTimeout

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

SetTimeout adds the timeout to the amendment service change quantity params

func (*AmendmentServiceChangeQuantityParams) WithBody

WithBody adds the body to the amendment service change quantity params

func (*AmendmentServiceChangeQuantityParams) WithContext

WithContext adds the context to the amendment service change quantity params

func (*AmendmentServiceChangeQuantityParams) WithDefaults

WithDefaults hydrates default values in the amendment service change quantity params (not the query body).

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

func (*AmendmentServiceChangeQuantityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the amendment service change quantity params

func (*AmendmentServiceChangeQuantityParams) WithTimeout

WithTimeout adds the timeout to the amendment service change quantity params

func (*AmendmentServiceChangeQuantityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AmendmentServiceChangeQuantityReader

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

AmendmentServiceChangeQuantityReader is a Reader for the AmendmentServiceChangeQuantity structure.

func (*AmendmentServiceChangeQuantityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AmendmentServiceListAmendments2Default

type AmendmentServiceListAmendments2Default struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

AmendmentServiceListAmendments2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewAmendmentServiceListAmendments2Default

func NewAmendmentServiceListAmendments2Default(code int) *AmendmentServiceListAmendments2Default

NewAmendmentServiceListAmendments2Default creates a AmendmentServiceListAmendments2Default with default headers values

func (*AmendmentServiceListAmendments2Default) Code

Code gets the status code for the amendment service list amendments2 default response

func (*AmendmentServiceListAmendments2Default) Error

func (*AmendmentServiceListAmendments2Default) GetPayload

func (*AmendmentServiceListAmendments2Default) IsClientError

func (o *AmendmentServiceListAmendments2Default) IsClientError() bool

IsClientError returns true when this amendment service list amendments2 default response has a 4xx status code

func (*AmendmentServiceListAmendments2Default) IsCode

IsCode returns true when this amendment service list amendments2 default response a status code equal to that given

func (*AmendmentServiceListAmendments2Default) IsRedirect

IsRedirect returns true when this amendment service list amendments2 default response has a 3xx status code

func (*AmendmentServiceListAmendments2Default) IsServerError

func (o *AmendmentServiceListAmendments2Default) IsServerError() bool

IsServerError returns true when this amendment service list amendments2 default response has a 5xx status code

func (*AmendmentServiceListAmendments2Default) IsSuccess

IsSuccess returns true when this amendment service list amendments2 default response has a 2xx status code

func (*AmendmentServiceListAmendments2Default) String

type AmendmentServiceListAmendments2OK

type AmendmentServiceListAmendments2OK struct {
	Payload *models.V1ListAmendmentsResponse
}

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

A successful response.

func NewAmendmentServiceListAmendments2OK

func NewAmendmentServiceListAmendments2OK() *AmendmentServiceListAmendments2OK

NewAmendmentServiceListAmendments2OK creates a AmendmentServiceListAmendments2OK with default headers values

func (*AmendmentServiceListAmendments2OK) Code

Code gets the status code for the amendment service list amendments2 o k response

func (*AmendmentServiceListAmendments2OK) Error

func (*AmendmentServiceListAmendments2OK) GetPayload

func (*AmendmentServiceListAmendments2OK) IsClientError

func (o *AmendmentServiceListAmendments2OK) IsClientError() bool

IsClientError returns true when this amendment service list amendments2 o k response has a 4xx status code

func (*AmendmentServiceListAmendments2OK) IsCode

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

IsCode returns true when this amendment service list amendments2 o k response a status code equal to that given

func (*AmendmentServiceListAmendments2OK) IsRedirect

func (o *AmendmentServiceListAmendments2OK) IsRedirect() bool

IsRedirect returns true when this amendment service list amendments2 o k response has a 3xx status code

func (*AmendmentServiceListAmendments2OK) IsServerError

func (o *AmendmentServiceListAmendments2OK) IsServerError() bool

IsServerError returns true when this amendment service list amendments2 o k response has a 5xx status code

func (*AmendmentServiceListAmendments2OK) IsSuccess

func (o *AmendmentServiceListAmendments2OK) IsSuccess() bool

IsSuccess returns true when this amendment service list amendments2 o k response has a 2xx status code

func (*AmendmentServiceListAmendments2OK) String

type AmendmentServiceListAmendments2Params

type AmendmentServiceListAmendments2Params struct {

	/* OrderByDirection.

	     - DIRECTION_ASCENDING: 昇順
	- DIRECTION_DESCENDING: 降順
	*/
	OrderByDirection *string

	/* OrderByField.

	     - FIELD_ID: ID
	- FIELD_EXECUTE_DATE: 改定実行日
	*/
	OrderByField *string

	/* PageSize.

	   一覧取得する最大数

	   Format: int32
	*/
	PageSize int32

	/* PageToken.

	   一覧取得に使用するトークン
	*/
	PageToken *string

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

AmendmentServiceListAmendments2Params contains all the parameters to send to the API endpoint

for the amendment service list amendments2 operation.

Typically these are written to a http.Request.

func NewAmendmentServiceListAmendments2Params

func NewAmendmentServiceListAmendments2Params() *AmendmentServiceListAmendments2Params

NewAmendmentServiceListAmendments2Params creates a new AmendmentServiceListAmendments2Params 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 NewAmendmentServiceListAmendments2ParamsWithContext

func NewAmendmentServiceListAmendments2ParamsWithContext(ctx context.Context) *AmendmentServiceListAmendments2Params

NewAmendmentServiceListAmendments2ParamsWithContext creates a new AmendmentServiceListAmendments2Params object with the ability to set a context for a request.

func NewAmendmentServiceListAmendments2ParamsWithHTTPClient

func NewAmendmentServiceListAmendments2ParamsWithHTTPClient(client *http.Client) *AmendmentServiceListAmendments2Params

NewAmendmentServiceListAmendments2ParamsWithHTTPClient creates a new AmendmentServiceListAmendments2Params object with the ability to set a custom HTTPClient for a request.

func NewAmendmentServiceListAmendments2ParamsWithTimeout

func NewAmendmentServiceListAmendments2ParamsWithTimeout(timeout time.Duration) *AmendmentServiceListAmendments2Params

NewAmendmentServiceListAmendments2ParamsWithTimeout creates a new AmendmentServiceListAmendments2Params object with the ability to set a timeout on a request.

func (*AmendmentServiceListAmendments2Params) SetContext

SetContext adds the context to the amendment service list amendments2 params

func (*AmendmentServiceListAmendments2Params) SetDefaults

func (o *AmendmentServiceListAmendments2Params) SetDefaults()

SetDefaults hydrates default values in the amendment service list amendments2 params (not the query body).

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

func (*AmendmentServiceListAmendments2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the amendment service list amendments2 params

func (*AmendmentServiceListAmendments2Params) SetOrderByDirection

func (o *AmendmentServiceListAmendments2Params) SetOrderByDirection(orderByDirection *string)

SetOrderByDirection adds the orderByDirection to the amendment service list amendments2 params

func (*AmendmentServiceListAmendments2Params) SetOrderByField

func (o *AmendmentServiceListAmendments2Params) SetOrderByField(orderByField *string)

SetOrderByField adds the orderByField to the amendment service list amendments2 params

func (*AmendmentServiceListAmendments2Params) SetPageSize

func (o *AmendmentServiceListAmendments2Params) SetPageSize(pageSize int32)

SetPageSize adds the pageSize to the amendment service list amendments2 params

func (*AmendmentServiceListAmendments2Params) SetPageToken

func (o *AmendmentServiceListAmendments2Params) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the amendment service list amendments2 params

func (*AmendmentServiceListAmendments2Params) SetTimeout

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

SetTimeout adds the timeout to the amendment service list amendments2 params

func (*AmendmentServiceListAmendments2Params) WithContext

WithContext adds the context to the amendment service list amendments2 params

func (*AmendmentServiceListAmendments2Params) WithDefaults

WithDefaults hydrates default values in the amendment service list amendments2 params (not the query body).

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

func (*AmendmentServiceListAmendments2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the amendment service list amendments2 params

func (*AmendmentServiceListAmendments2Params) WithOrderByDirection

func (o *AmendmentServiceListAmendments2Params) WithOrderByDirection(orderByDirection *string) *AmendmentServiceListAmendments2Params

WithOrderByDirection adds the orderByDirection to the amendment service list amendments2 params

func (*AmendmentServiceListAmendments2Params) WithOrderByField

WithOrderByField adds the orderByField to the amendment service list amendments2 params

func (*AmendmentServiceListAmendments2Params) WithPageSize

WithPageSize adds the pageSize to the amendment service list amendments2 params

func (*AmendmentServiceListAmendments2Params) WithPageToken

WithPageToken adds the pageToken to the amendment service list amendments2 params

func (*AmendmentServiceListAmendments2Params) WithTimeout

WithTimeout adds the timeout to the amendment service list amendments2 params

func (*AmendmentServiceListAmendments2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AmendmentServiceListAmendments2Reader

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

AmendmentServiceListAmendments2Reader is a Reader for the AmendmentServiceListAmendments2 structure.

func (*AmendmentServiceListAmendments2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AmendmentServiceListAmendmentsByContractOptionalIDDefault

type AmendmentServiceListAmendmentsByContractOptionalIDDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

AmendmentServiceListAmendmentsByContractOptionalIDDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewAmendmentServiceListAmendmentsByContractOptionalIDDefault

func NewAmendmentServiceListAmendmentsByContractOptionalIDDefault(code int) *AmendmentServiceListAmendmentsByContractOptionalIDDefault

NewAmendmentServiceListAmendmentsByContractOptionalIDDefault creates a AmendmentServiceListAmendmentsByContractOptionalIDDefault with default headers values

func (*AmendmentServiceListAmendmentsByContractOptionalIDDefault) Code

Code gets the status code for the amendment service list amendments by contract optional Id default response

func (*AmendmentServiceListAmendmentsByContractOptionalIDDefault) Error

func (*AmendmentServiceListAmendmentsByContractOptionalIDDefault) GetPayload

func (*AmendmentServiceListAmendmentsByContractOptionalIDDefault) IsClientError

IsClientError returns true when this amendment service list amendments by contract optional Id default response has a 4xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalIDDefault) IsCode

IsCode returns true when this amendment service list amendments by contract optional Id default response a status code equal to that given

func (*AmendmentServiceListAmendmentsByContractOptionalIDDefault) IsRedirect

IsRedirect returns true when this amendment service list amendments by contract optional Id default response has a 3xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalIDDefault) IsServerError

IsServerError returns true when this amendment service list amendments by contract optional Id default response has a 5xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalIDDefault) IsSuccess

IsSuccess returns true when this amendment service list amendments by contract optional Id default response has a 2xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalIDDefault) String

type AmendmentServiceListAmendmentsByContractOptionalIDOK

type AmendmentServiceListAmendmentsByContractOptionalIDOK struct {
	Payload *models.V1ListAmendmentsByContractOptionalIDResponse
}

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

A successful response.

func NewAmendmentServiceListAmendmentsByContractOptionalIDOK

func NewAmendmentServiceListAmendmentsByContractOptionalIDOK() *AmendmentServiceListAmendmentsByContractOptionalIDOK

NewAmendmentServiceListAmendmentsByContractOptionalIDOK creates a AmendmentServiceListAmendmentsByContractOptionalIDOK with default headers values

func (*AmendmentServiceListAmendmentsByContractOptionalIDOK) Code

Code gets the status code for the amendment service list amendments by contract optional Id o k response

func (*AmendmentServiceListAmendmentsByContractOptionalIDOK) Error

func (*AmendmentServiceListAmendmentsByContractOptionalIDOK) GetPayload

func (*AmendmentServiceListAmendmentsByContractOptionalIDOK) IsClientError

IsClientError returns true when this amendment service list amendments by contract optional Id o k response has a 4xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalIDOK) IsCode

IsCode returns true when this amendment service list amendments by contract optional Id o k response a status code equal to that given

func (*AmendmentServiceListAmendmentsByContractOptionalIDOK) IsRedirect

IsRedirect returns true when this amendment service list amendments by contract optional Id o k response has a 3xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalIDOK) IsServerError

IsServerError returns true when this amendment service list amendments by contract optional Id o k response has a 5xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalIDOK) IsSuccess

IsSuccess returns true when this amendment service list amendments by contract optional Id o k response has a 2xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalIDOK) String

type AmendmentServiceListAmendmentsByContractOptionalIDParams

type AmendmentServiceListAmendmentsByContractOptionalIDParams struct {

	// Body.
	Body *models.V1ListAmendmentsByContractOptionalIDRequest

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

AmendmentServiceListAmendmentsByContractOptionalIDParams contains all the parameters to send to the API endpoint

for the amendment service list amendments by contract optional Id operation.

Typically these are written to a http.Request.

func NewAmendmentServiceListAmendmentsByContractOptionalIDParams

func NewAmendmentServiceListAmendmentsByContractOptionalIDParams() *AmendmentServiceListAmendmentsByContractOptionalIDParams

NewAmendmentServiceListAmendmentsByContractOptionalIDParams creates a new AmendmentServiceListAmendmentsByContractOptionalIDParams 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 NewAmendmentServiceListAmendmentsByContractOptionalIDParamsWithContext

func NewAmendmentServiceListAmendmentsByContractOptionalIDParamsWithContext(ctx context.Context) *AmendmentServiceListAmendmentsByContractOptionalIDParams

NewAmendmentServiceListAmendmentsByContractOptionalIDParamsWithContext creates a new AmendmentServiceListAmendmentsByContractOptionalIDParams object with the ability to set a context for a request.

func NewAmendmentServiceListAmendmentsByContractOptionalIDParamsWithHTTPClient

func NewAmendmentServiceListAmendmentsByContractOptionalIDParamsWithHTTPClient(client *http.Client) *AmendmentServiceListAmendmentsByContractOptionalIDParams

NewAmendmentServiceListAmendmentsByContractOptionalIDParamsWithHTTPClient creates a new AmendmentServiceListAmendmentsByContractOptionalIDParams object with the ability to set a custom HTTPClient for a request.

func NewAmendmentServiceListAmendmentsByContractOptionalIDParamsWithTimeout

func NewAmendmentServiceListAmendmentsByContractOptionalIDParamsWithTimeout(timeout time.Duration) *AmendmentServiceListAmendmentsByContractOptionalIDParams

NewAmendmentServiceListAmendmentsByContractOptionalIDParamsWithTimeout creates a new AmendmentServiceListAmendmentsByContractOptionalIDParams object with the ability to set a timeout on a request.

func (*AmendmentServiceListAmendmentsByContractOptionalIDParams) SetBody

SetBody adds the body to the amendment service list amendments by contract optional Id params

func (*AmendmentServiceListAmendmentsByContractOptionalIDParams) SetContext

SetContext adds the context to the amendment service list amendments by contract optional Id params

func (*AmendmentServiceListAmendmentsByContractOptionalIDParams) SetDefaults

SetDefaults hydrates default values in the amendment service list amendments by contract optional Id params (not the query body).

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

func (*AmendmentServiceListAmendmentsByContractOptionalIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the amendment service list amendments by contract optional Id params

func (*AmendmentServiceListAmendmentsByContractOptionalIDParams) SetTimeout

SetTimeout adds the timeout to the amendment service list amendments by contract optional Id params

func (*AmendmentServiceListAmendmentsByContractOptionalIDParams) WithBody

WithBody adds the body to the amendment service list amendments by contract optional Id params

func (*AmendmentServiceListAmendmentsByContractOptionalIDParams) WithContext

WithContext adds the context to the amendment service list amendments by contract optional Id params

func (*AmendmentServiceListAmendmentsByContractOptionalIDParams) WithDefaults

WithDefaults hydrates default values in the amendment service list amendments by contract optional Id params (not the query body).

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

func (*AmendmentServiceListAmendmentsByContractOptionalIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the amendment service list amendments by contract optional Id params

func (*AmendmentServiceListAmendmentsByContractOptionalIDParams) WithTimeout

WithTimeout adds the timeout to the amendment service list amendments by contract optional Id params

func (*AmendmentServiceListAmendmentsByContractOptionalIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AmendmentServiceListAmendmentsByContractOptionalIDReader

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

AmendmentServiceListAmendmentsByContractOptionalIDReader is a Reader for the AmendmentServiceListAmendmentsByContractOptionalID structure.

func (*AmendmentServiceListAmendmentsByContractOptionalIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AmendmentServiceListAmendmentsByContractOptionalId2Default

type AmendmentServiceListAmendmentsByContractOptionalId2Default struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

AmendmentServiceListAmendmentsByContractOptionalId2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewAmendmentServiceListAmendmentsByContractOptionalId2Default

func NewAmendmentServiceListAmendmentsByContractOptionalId2Default(code int) *AmendmentServiceListAmendmentsByContractOptionalId2Default

NewAmendmentServiceListAmendmentsByContractOptionalId2Default creates a AmendmentServiceListAmendmentsByContractOptionalId2Default with default headers values

func (*AmendmentServiceListAmendmentsByContractOptionalId2Default) Code

Code gets the status code for the amendment service list amendments by contract optional id2 default response

func (*AmendmentServiceListAmendmentsByContractOptionalId2Default) Error

func (*AmendmentServiceListAmendmentsByContractOptionalId2Default) GetPayload

func (*AmendmentServiceListAmendmentsByContractOptionalId2Default) IsClientError

IsClientError returns true when this amendment service list amendments by contract optional id2 default response has a 4xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalId2Default) IsCode

IsCode returns true when this amendment service list amendments by contract optional id2 default response a status code equal to that given

func (*AmendmentServiceListAmendmentsByContractOptionalId2Default) IsRedirect

IsRedirect returns true when this amendment service list amendments by contract optional id2 default response has a 3xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalId2Default) IsServerError

IsServerError returns true when this amendment service list amendments by contract optional id2 default response has a 5xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalId2Default) IsSuccess

IsSuccess returns true when this amendment service list amendments by contract optional id2 default response has a 2xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalId2Default) String

type AmendmentServiceListAmendmentsByContractOptionalId2OK

type AmendmentServiceListAmendmentsByContractOptionalId2OK struct {
	Payload *models.V1ListAmendmentsByContractOptionalIDResponse
}

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

A successful response.

func NewAmendmentServiceListAmendmentsByContractOptionalId2OK

func NewAmendmentServiceListAmendmentsByContractOptionalId2OK() *AmendmentServiceListAmendmentsByContractOptionalId2OK

NewAmendmentServiceListAmendmentsByContractOptionalId2OK creates a AmendmentServiceListAmendmentsByContractOptionalId2OK with default headers values

func (*AmendmentServiceListAmendmentsByContractOptionalId2OK) Code

Code gets the status code for the amendment service list amendments by contract optional id2 o k response

func (*AmendmentServiceListAmendmentsByContractOptionalId2OK) Error

func (*AmendmentServiceListAmendmentsByContractOptionalId2OK) GetPayload

func (*AmendmentServiceListAmendmentsByContractOptionalId2OK) IsClientError

IsClientError returns true when this amendment service list amendments by contract optional id2 o k response has a 4xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalId2OK) IsCode

IsCode returns true when this amendment service list amendments by contract optional id2 o k response a status code equal to that given

func (*AmendmentServiceListAmendmentsByContractOptionalId2OK) IsRedirect

IsRedirect returns true when this amendment service list amendments by contract optional id2 o k response has a 3xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalId2OK) IsServerError

IsServerError returns true when this amendment service list amendments by contract optional id2 o k response has a 5xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalId2OK) IsSuccess

IsSuccess returns true when this amendment service list amendments by contract optional id2 o k response has a 2xx status code

func (*AmendmentServiceListAmendmentsByContractOptionalId2OK) String

type AmendmentServiceListAmendmentsByContractOptionalId2Params

type AmendmentServiceListAmendmentsByContractOptionalId2Params struct {

	/* ContractOptionalID.

	   契約管理ID
	*/
	ContractOptionalID string

	/* PageSize.

	   一覧取得する最大数

	   Format: int32
	*/
	PageSize *int32

	/* PageToken.

	   一覧取得に使用するトークン
	*/
	PageToken *string

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

AmendmentServiceListAmendmentsByContractOptionalId2Params contains all the parameters to send to the API endpoint

for the amendment service list amendments by contract optional id2 operation.

Typically these are written to a http.Request.

func NewAmendmentServiceListAmendmentsByContractOptionalId2Params

func NewAmendmentServiceListAmendmentsByContractOptionalId2Params() *AmendmentServiceListAmendmentsByContractOptionalId2Params

NewAmendmentServiceListAmendmentsByContractOptionalId2Params creates a new AmendmentServiceListAmendmentsByContractOptionalId2Params 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 NewAmendmentServiceListAmendmentsByContractOptionalId2ParamsWithContext

func NewAmendmentServiceListAmendmentsByContractOptionalId2ParamsWithContext(ctx context.Context) *AmendmentServiceListAmendmentsByContractOptionalId2Params

NewAmendmentServiceListAmendmentsByContractOptionalId2ParamsWithContext creates a new AmendmentServiceListAmendmentsByContractOptionalId2Params object with the ability to set a context for a request.

func NewAmendmentServiceListAmendmentsByContractOptionalId2ParamsWithHTTPClient

func NewAmendmentServiceListAmendmentsByContractOptionalId2ParamsWithHTTPClient(client *http.Client) *AmendmentServiceListAmendmentsByContractOptionalId2Params

NewAmendmentServiceListAmendmentsByContractOptionalId2ParamsWithHTTPClient creates a new AmendmentServiceListAmendmentsByContractOptionalId2Params object with the ability to set a custom HTTPClient for a request.

func NewAmendmentServiceListAmendmentsByContractOptionalId2ParamsWithTimeout

func NewAmendmentServiceListAmendmentsByContractOptionalId2ParamsWithTimeout(timeout time.Duration) *AmendmentServiceListAmendmentsByContractOptionalId2Params

NewAmendmentServiceListAmendmentsByContractOptionalId2ParamsWithTimeout creates a new AmendmentServiceListAmendmentsByContractOptionalId2Params object with the ability to set a timeout on a request.

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) SetContext

SetContext adds the context to the amendment service list amendments by contract optional id2 params

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) SetContractOptionalID

func (o *AmendmentServiceListAmendmentsByContractOptionalId2Params) SetContractOptionalID(contractOptionalID string)

SetContractOptionalID adds the contractOptionalId to the amendment service list amendments by contract optional id2 params

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) SetDefaults

SetDefaults hydrates default values in the amendment service list amendments by contract optional id2 params (not the query body).

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

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the amendment service list amendments by contract optional id2 params

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) SetPageSize

SetPageSize adds the pageSize to the amendment service list amendments by contract optional id2 params

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) SetPageToken

SetPageToken adds the pageToken to the amendment service list amendments by contract optional id2 params

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) SetTimeout

SetTimeout adds the timeout to the amendment service list amendments by contract optional id2 params

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) WithContext

WithContext adds the context to the amendment service list amendments by contract optional id2 params

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) WithContractOptionalID

WithContractOptionalID adds the contractOptionalID to the amendment service list amendments by contract optional id2 params

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) WithDefaults

WithDefaults hydrates default values in the amendment service list amendments by contract optional id2 params (not the query body).

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

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the amendment service list amendments by contract optional id2 params

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) WithPageSize

WithPageSize adds the pageSize to the amendment service list amendments by contract optional id2 params

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) WithPageToken

WithPageToken adds the pageToken to the amendment service list amendments by contract optional id2 params

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) WithTimeout

WithTimeout adds the timeout to the amendment service list amendments by contract optional id2 params

func (*AmendmentServiceListAmendmentsByContractOptionalId2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AmendmentServiceListAmendmentsByContractOptionalId2Reader

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

AmendmentServiceListAmendmentsByContractOptionalId2Reader is a Reader for the AmendmentServiceListAmendmentsByContractOptionalId2 structure.

func (*AmendmentServiceListAmendmentsByContractOptionalId2Reader) ReadResponse

ReadResponse reads a server response into the received o.

type AmendmentServiceListAmendmentsDefault

type AmendmentServiceListAmendmentsDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

AmendmentServiceListAmendmentsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewAmendmentServiceListAmendmentsDefault

func NewAmendmentServiceListAmendmentsDefault(code int) *AmendmentServiceListAmendmentsDefault

NewAmendmentServiceListAmendmentsDefault creates a AmendmentServiceListAmendmentsDefault with default headers values

func (*AmendmentServiceListAmendmentsDefault) Code

Code gets the status code for the amendment service list amendments default response

func (*AmendmentServiceListAmendmentsDefault) Error

func (*AmendmentServiceListAmendmentsDefault) GetPayload

func (*AmendmentServiceListAmendmentsDefault) IsClientError

func (o *AmendmentServiceListAmendmentsDefault) IsClientError() bool

IsClientError returns true when this amendment service list amendments default response has a 4xx status code

func (*AmendmentServiceListAmendmentsDefault) IsCode

IsCode returns true when this amendment service list amendments default response a status code equal to that given

func (*AmendmentServiceListAmendmentsDefault) IsRedirect

IsRedirect returns true when this amendment service list amendments default response has a 3xx status code

func (*AmendmentServiceListAmendmentsDefault) IsServerError

func (o *AmendmentServiceListAmendmentsDefault) IsServerError() bool

IsServerError returns true when this amendment service list amendments default response has a 5xx status code

func (*AmendmentServiceListAmendmentsDefault) IsSuccess

IsSuccess returns true when this amendment service list amendments default response has a 2xx status code

func (*AmendmentServiceListAmendmentsDefault) String

type AmendmentServiceListAmendmentsOK

type AmendmentServiceListAmendmentsOK struct {
	Payload *models.V1ListAmendmentsResponse
}

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

A successful response.

func NewAmendmentServiceListAmendmentsOK

func NewAmendmentServiceListAmendmentsOK() *AmendmentServiceListAmendmentsOK

NewAmendmentServiceListAmendmentsOK creates a AmendmentServiceListAmendmentsOK with default headers values

func (*AmendmentServiceListAmendmentsOK) Code

Code gets the status code for the amendment service list amendments o k response

func (*AmendmentServiceListAmendmentsOK) Error

func (*AmendmentServiceListAmendmentsOK) GetPayload

func (*AmendmentServiceListAmendmentsOK) IsClientError

func (o *AmendmentServiceListAmendmentsOK) IsClientError() bool

IsClientError returns true when this amendment service list amendments o k response has a 4xx status code

func (*AmendmentServiceListAmendmentsOK) IsCode

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

IsCode returns true when this amendment service list amendments o k response a status code equal to that given

func (*AmendmentServiceListAmendmentsOK) IsRedirect

func (o *AmendmentServiceListAmendmentsOK) IsRedirect() bool

IsRedirect returns true when this amendment service list amendments o k response has a 3xx status code

func (*AmendmentServiceListAmendmentsOK) IsServerError

func (o *AmendmentServiceListAmendmentsOK) IsServerError() bool

IsServerError returns true when this amendment service list amendments o k response has a 5xx status code

func (*AmendmentServiceListAmendmentsOK) IsSuccess

func (o *AmendmentServiceListAmendmentsOK) IsSuccess() bool

IsSuccess returns true when this amendment service list amendments o k response has a 2xx status code

func (*AmendmentServiceListAmendmentsOK) String

type AmendmentServiceListAmendmentsParams

type AmendmentServiceListAmendmentsParams struct {

	// Body.
	Body *models.V1ListAmendmentsRequest

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

AmendmentServiceListAmendmentsParams contains all the parameters to send to the API endpoint

for the amendment service list amendments operation.

Typically these are written to a http.Request.

func NewAmendmentServiceListAmendmentsParams

func NewAmendmentServiceListAmendmentsParams() *AmendmentServiceListAmendmentsParams

NewAmendmentServiceListAmendmentsParams creates a new AmendmentServiceListAmendmentsParams 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 NewAmendmentServiceListAmendmentsParamsWithContext

func NewAmendmentServiceListAmendmentsParamsWithContext(ctx context.Context) *AmendmentServiceListAmendmentsParams

NewAmendmentServiceListAmendmentsParamsWithContext creates a new AmendmentServiceListAmendmentsParams object with the ability to set a context for a request.

func NewAmendmentServiceListAmendmentsParamsWithHTTPClient

func NewAmendmentServiceListAmendmentsParamsWithHTTPClient(client *http.Client) *AmendmentServiceListAmendmentsParams

NewAmendmentServiceListAmendmentsParamsWithHTTPClient creates a new AmendmentServiceListAmendmentsParams object with the ability to set a custom HTTPClient for a request.

func NewAmendmentServiceListAmendmentsParamsWithTimeout

func NewAmendmentServiceListAmendmentsParamsWithTimeout(timeout time.Duration) *AmendmentServiceListAmendmentsParams

NewAmendmentServiceListAmendmentsParamsWithTimeout creates a new AmendmentServiceListAmendmentsParams object with the ability to set a timeout on a request.

func (*AmendmentServiceListAmendmentsParams) SetBody

SetBody adds the body to the amendment service list amendments params

func (*AmendmentServiceListAmendmentsParams) SetContext

SetContext adds the context to the amendment service list amendments params

func (*AmendmentServiceListAmendmentsParams) SetDefaults

func (o *AmendmentServiceListAmendmentsParams) SetDefaults()

SetDefaults hydrates default values in the amendment service list amendments params (not the query body).

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

func (*AmendmentServiceListAmendmentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the amendment service list amendments params

func (*AmendmentServiceListAmendmentsParams) SetTimeout

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

SetTimeout adds the timeout to the amendment service list amendments params

func (*AmendmentServiceListAmendmentsParams) WithBody

WithBody adds the body to the amendment service list amendments params

func (*AmendmentServiceListAmendmentsParams) WithContext

WithContext adds the context to the amendment service list amendments params

func (*AmendmentServiceListAmendmentsParams) WithDefaults

WithDefaults hydrates default values in the amendment service list amendments params (not the query body).

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

func (*AmendmentServiceListAmendmentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the amendment service list amendments params

func (*AmendmentServiceListAmendmentsParams) WithTimeout

WithTimeout adds the timeout to the amendment service list amendments params

func (*AmendmentServiceListAmendmentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AmendmentServiceListAmendmentsReader

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

AmendmentServiceListAmendmentsReader is a Reader for the AmendmentServiceListAmendments structure.

func (*AmendmentServiceListAmendmentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AmendmentServiceRenewContractItemDefault

type AmendmentServiceRenewContractItemDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

AmendmentServiceRenewContractItemDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewAmendmentServiceRenewContractItemDefault

func NewAmendmentServiceRenewContractItemDefault(code int) *AmendmentServiceRenewContractItemDefault

NewAmendmentServiceRenewContractItemDefault creates a AmendmentServiceRenewContractItemDefault with default headers values

func (*AmendmentServiceRenewContractItemDefault) Code

Code gets the status code for the amendment service renew contract item default response

func (*AmendmentServiceRenewContractItemDefault) Error

func (*AmendmentServiceRenewContractItemDefault) GetPayload

func (*AmendmentServiceRenewContractItemDefault) IsClientError

IsClientError returns true when this amendment service renew contract item default response has a 4xx status code

func (*AmendmentServiceRenewContractItemDefault) IsCode

IsCode returns true when this amendment service renew contract item default response a status code equal to that given

func (*AmendmentServiceRenewContractItemDefault) IsRedirect

IsRedirect returns true when this amendment service renew contract item default response has a 3xx status code

func (*AmendmentServiceRenewContractItemDefault) IsServerError

IsServerError returns true when this amendment service renew contract item default response has a 5xx status code

func (*AmendmentServiceRenewContractItemDefault) IsSuccess

IsSuccess returns true when this amendment service renew contract item default response has a 2xx status code

func (*AmendmentServiceRenewContractItemDefault) String

type AmendmentServiceRenewContractItemOK

type AmendmentServiceRenewContractItemOK struct {
	Payload *models.V1RenewContractItemResponse
}

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

A successful response.

func NewAmendmentServiceRenewContractItemOK

func NewAmendmentServiceRenewContractItemOK() *AmendmentServiceRenewContractItemOK

NewAmendmentServiceRenewContractItemOK creates a AmendmentServiceRenewContractItemOK with default headers values

func (*AmendmentServiceRenewContractItemOK) Code

Code gets the status code for the amendment service renew contract item o k response

func (*AmendmentServiceRenewContractItemOK) Error

func (*AmendmentServiceRenewContractItemOK) GetPayload

func (*AmendmentServiceRenewContractItemOK) IsClientError

func (o *AmendmentServiceRenewContractItemOK) IsClientError() bool

IsClientError returns true when this amendment service renew contract item o k response has a 4xx status code

func (*AmendmentServiceRenewContractItemOK) IsCode

IsCode returns true when this amendment service renew contract item o k response a status code equal to that given

func (*AmendmentServiceRenewContractItemOK) IsRedirect

func (o *AmendmentServiceRenewContractItemOK) IsRedirect() bool

IsRedirect returns true when this amendment service renew contract item o k response has a 3xx status code

func (*AmendmentServiceRenewContractItemOK) IsServerError

func (o *AmendmentServiceRenewContractItemOK) IsServerError() bool

IsServerError returns true when this amendment service renew contract item o k response has a 5xx status code

func (*AmendmentServiceRenewContractItemOK) IsSuccess

IsSuccess returns true when this amendment service renew contract item o k response has a 2xx status code

func (*AmendmentServiceRenewContractItemOK) String

type AmendmentServiceRenewContractItemParams

type AmendmentServiceRenewContractItemParams struct {

	// Body.
	Body *models.V1RenewContractItemRequest

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

AmendmentServiceRenewContractItemParams contains all the parameters to send to the API endpoint

for the amendment service renew contract item operation.

Typically these are written to a http.Request.

func NewAmendmentServiceRenewContractItemParams

func NewAmendmentServiceRenewContractItemParams() *AmendmentServiceRenewContractItemParams

NewAmendmentServiceRenewContractItemParams creates a new AmendmentServiceRenewContractItemParams 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 NewAmendmentServiceRenewContractItemParamsWithContext

func NewAmendmentServiceRenewContractItemParamsWithContext(ctx context.Context) *AmendmentServiceRenewContractItemParams

NewAmendmentServiceRenewContractItemParamsWithContext creates a new AmendmentServiceRenewContractItemParams object with the ability to set a context for a request.

func NewAmendmentServiceRenewContractItemParamsWithHTTPClient

func NewAmendmentServiceRenewContractItemParamsWithHTTPClient(client *http.Client) *AmendmentServiceRenewContractItemParams

NewAmendmentServiceRenewContractItemParamsWithHTTPClient creates a new AmendmentServiceRenewContractItemParams object with the ability to set a custom HTTPClient for a request.

func NewAmendmentServiceRenewContractItemParamsWithTimeout

func NewAmendmentServiceRenewContractItemParamsWithTimeout(timeout time.Duration) *AmendmentServiceRenewContractItemParams

NewAmendmentServiceRenewContractItemParamsWithTimeout creates a new AmendmentServiceRenewContractItemParams object with the ability to set a timeout on a request.

func (*AmendmentServiceRenewContractItemParams) SetBody

SetBody adds the body to the amendment service renew contract item params

func (*AmendmentServiceRenewContractItemParams) SetContext

SetContext adds the context to the amendment service renew contract item params

func (*AmendmentServiceRenewContractItemParams) SetDefaults

func (o *AmendmentServiceRenewContractItemParams) SetDefaults()

SetDefaults hydrates default values in the amendment service renew contract item params (not the query body).

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

func (*AmendmentServiceRenewContractItemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the amendment service renew contract item params

func (*AmendmentServiceRenewContractItemParams) SetTimeout

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

SetTimeout adds the timeout to the amendment service renew contract item params

func (*AmendmentServiceRenewContractItemParams) WithBody

WithBody adds the body to the amendment service renew contract item params

func (*AmendmentServiceRenewContractItemParams) WithContext

WithContext adds the context to the amendment service renew contract item params

func (*AmendmentServiceRenewContractItemParams) WithDefaults

WithDefaults hydrates default values in the amendment service renew contract item params (not the query body).

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

func (*AmendmentServiceRenewContractItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the amendment service renew contract item params

func (*AmendmentServiceRenewContractItemParams) WithTimeout

WithTimeout adds the timeout to the amendment service renew contract item params

func (*AmendmentServiceRenewContractItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AmendmentServiceRenewContractItemReader

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

AmendmentServiceRenewContractItemReader is a Reader for the AmendmentServiceRenewContractItem structure.

func (*AmendmentServiceRenewContractItemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for amendment service API

func (*Client) AmendmentServiceAddOptionItem

func (a *Client) AmendmentServiceAddOptionItem(params *AmendmentServiceAddOptionItemParams, opts ...ClientOption) (*AmendmentServiceAddOptionItemOK, error)

AmendmentServiceAddOptionItem オプションアイテムの追加s

指定したカタログアイテムをオプションアイテムとして契約に追加します。

func (*Client) AmendmentServiceChangeMainItem

func (a *Client) AmendmentServiceChangeMainItem(params *AmendmentServiceChangeMainItemParams, opts ...ClientOption) (*AmendmentServiceChangeMainItemOK, error)

AmendmentServiceChangeMainItem メインアイテムの乗り換えs

指定したメインアイテムに乗り換えます

func (*Client) AmendmentServiceChangeQuantity

func (a *Client) AmendmentServiceChangeQuantity(params *AmendmentServiceChangeQuantityParams, opts ...ClientOption) (*AmendmentServiceChangeQuantityOK, error)

AmendmentServiceChangeQuantity 契約アイテムの契約数の更新s

指定した契約アイテムの契約数を更新します。

func (*Client) AmendmentServiceListAmendments

func (a *Client) AmendmentServiceListAmendments(params *AmendmentServiceListAmendmentsParams, opts ...ClientOption) (*AmendmentServiceListAmendmentsOK, error)

AmendmentServiceListAmendments 改定の一覧取得s

プロバイダーに紐づく改定の一覧を取得します

func (*Client) AmendmentServiceListAmendments2

func (a *Client) AmendmentServiceListAmendments2(params *AmendmentServiceListAmendments2Params, opts ...ClientOption) (*AmendmentServiceListAmendments2OK, error)

AmendmentServiceListAmendments2 改定の一覧取得s

プロバイダーに紐づく改定の一覧を取得します

func (*Client) AmendmentServiceListAmendmentsByContractOptionalID

func (a *Client) AmendmentServiceListAmendmentsByContractOptionalID(params *AmendmentServiceListAmendmentsByContractOptionalIDParams, opts ...ClientOption) (*AmendmentServiceListAmendmentsByContractOptionalIDOK, error)

AmendmentServiceListAmendmentsByContractOptionalID 契約管理s ID に紐づく改定の一覧取得

契約管理IDに紐づく改定を一覧取得します。

func (*Client) AmendmentServiceListAmendmentsByContractOptionalId2

func (a *Client) AmendmentServiceListAmendmentsByContractOptionalId2(params *AmendmentServiceListAmendmentsByContractOptionalId2Params, opts ...ClientOption) (*AmendmentServiceListAmendmentsByContractOptionalId2OK, error)

AmendmentServiceListAmendmentsByContractOptionalId2 契約管理s ID に紐づく改定の一覧取得

契約管理IDに紐づく改定を一覧取得します。

func (*Client) AmendmentServiceRenewContractItem

func (a *Client) AmendmentServiceRenewContractItem(params *AmendmentServiceRenewContractItemParams, opts ...ClientOption) (*AmendmentServiceRenewContractItemOK, error)

AmendmentServiceRenewContractItem 契約アイテムの更新s

指定した契約アイテムを更新します。

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 {
	AmendmentServiceAddOptionItem(params *AmendmentServiceAddOptionItemParams, opts ...ClientOption) (*AmendmentServiceAddOptionItemOK, error)

	AmendmentServiceChangeMainItem(params *AmendmentServiceChangeMainItemParams, opts ...ClientOption) (*AmendmentServiceChangeMainItemOK, error)

	AmendmentServiceChangeQuantity(params *AmendmentServiceChangeQuantityParams, opts ...ClientOption) (*AmendmentServiceChangeQuantityOK, error)

	AmendmentServiceListAmendments(params *AmendmentServiceListAmendmentsParams, opts ...ClientOption) (*AmendmentServiceListAmendmentsOK, error)

	AmendmentServiceListAmendments2(params *AmendmentServiceListAmendments2Params, opts ...ClientOption) (*AmendmentServiceListAmendments2OK, error)

	AmendmentServiceListAmendmentsByContractOptionalID(params *AmendmentServiceListAmendmentsByContractOptionalIDParams, opts ...ClientOption) (*AmendmentServiceListAmendmentsByContractOptionalIDOK, error)

	AmendmentServiceListAmendmentsByContractOptionalId2(params *AmendmentServiceListAmendmentsByContractOptionalId2Params, opts ...ClientOption) (*AmendmentServiceListAmendmentsByContractOptionalId2OK, error)

	AmendmentServiceRenewContractItem(params *AmendmentServiceRenewContractItemParams, opts ...ClientOption) (*AmendmentServiceRenewContractItemOK, 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 amendment service API client.

Jump to

Keyboard shortcuts

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