system_preferences

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.0 Imports: 11 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 system preferences API

func (*Client) GetSupportedDisplayNamesUsingGET

func (a *Client) GetSupportedDisplayNamesUsingGET(params *GetSupportedDisplayNamesUsingGETParams) (*GetSupportedDisplayNamesUsingGETOK, error)

GetSupportedDisplayNamesUsingGET gets system preference display names

func (*Client) GetSystemPreferencesDtoUsingGET

func (a *Client) GetSystemPreferencesDtoUsingGET(params *GetSystemPreferencesDtoUsingGETParams) (*GetSystemPreferencesDtoUsingGETOK, error)

GetSystemPreferencesDtoUsingGET gets system preferences

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) TestMicroservicesConnectivityUsingPOST

TestMicroservicesConnectivityUsingPOST connectivities test for adaptive testing services

func (*Client) UpdateSystemPreferencesDtoUsingPATCH

UpdateSystemPreferencesDtoUsingPATCH sets system preferences

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new system preferences API client.

type GetSupportedDisplayNamesUsingGETForbidden

type GetSupportedDisplayNamesUsingGETForbidden struct {
}

GetSupportedDisplayNamesUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetSupportedDisplayNamesUsingGETForbidden

func NewGetSupportedDisplayNamesUsingGETForbidden() *GetSupportedDisplayNamesUsingGETForbidden

NewGetSupportedDisplayNamesUsingGETForbidden creates a GetSupportedDisplayNamesUsingGETForbidden with default headers values

func (*GetSupportedDisplayNamesUsingGETForbidden) Error

type GetSupportedDisplayNamesUsingGETNotFound

type GetSupportedDisplayNamesUsingGETNotFound struct {
}

GetSupportedDisplayNamesUsingGETNotFound handles this case with default header values.

Not Found

func NewGetSupportedDisplayNamesUsingGETNotFound

func NewGetSupportedDisplayNamesUsingGETNotFound() *GetSupportedDisplayNamesUsingGETNotFound

NewGetSupportedDisplayNamesUsingGETNotFound creates a GetSupportedDisplayNamesUsingGETNotFound with default headers values

func (*GetSupportedDisplayNamesUsingGETNotFound) Error

type GetSupportedDisplayNamesUsingGETOK

type GetSupportedDisplayNamesUsingGETOK struct {
	Payload []string
}

GetSupportedDisplayNamesUsingGETOK handles this case with default header values.

OK

func NewGetSupportedDisplayNamesUsingGETOK

func NewGetSupportedDisplayNamesUsingGETOK() *GetSupportedDisplayNamesUsingGETOK

NewGetSupportedDisplayNamesUsingGETOK creates a GetSupportedDisplayNamesUsingGETOK with default headers values

func (*GetSupportedDisplayNamesUsingGETOK) Error

func (*GetSupportedDisplayNamesUsingGETOK) GetPayload

func (o *GetSupportedDisplayNamesUsingGETOK) GetPayload() []string

type GetSupportedDisplayNamesUsingGETParams

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

GetSupportedDisplayNamesUsingGETParams contains all the parameters to send to the API endpoint for the get supported display names using g e t operation typically these are written to a http.Request

func NewGetSupportedDisplayNamesUsingGETParams

func NewGetSupportedDisplayNamesUsingGETParams() *GetSupportedDisplayNamesUsingGETParams

NewGetSupportedDisplayNamesUsingGETParams creates a new GetSupportedDisplayNamesUsingGETParams object with the default values initialized.

func NewGetSupportedDisplayNamesUsingGETParamsWithContext

func NewGetSupportedDisplayNamesUsingGETParamsWithContext(ctx context.Context) *GetSupportedDisplayNamesUsingGETParams

NewGetSupportedDisplayNamesUsingGETParamsWithContext creates a new GetSupportedDisplayNamesUsingGETParams object with the default values initialized, and the ability to set a context for a request

func NewGetSupportedDisplayNamesUsingGETParamsWithHTTPClient

func NewGetSupportedDisplayNamesUsingGETParamsWithHTTPClient(client *http.Client) *GetSupportedDisplayNamesUsingGETParams

NewGetSupportedDisplayNamesUsingGETParamsWithHTTPClient creates a new GetSupportedDisplayNamesUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSupportedDisplayNamesUsingGETParamsWithTimeout

func NewGetSupportedDisplayNamesUsingGETParamsWithTimeout(timeout time.Duration) *GetSupportedDisplayNamesUsingGETParams

NewGetSupportedDisplayNamesUsingGETParamsWithTimeout creates a new GetSupportedDisplayNamesUsingGETParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSupportedDisplayNamesUsingGETParams) SetContext

SetContext adds the context to the get supported display names using g e t params

func (*GetSupportedDisplayNamesUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get supported display names using g e t params

func (*GetSupportedDisplayNamesUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get supported display names using g e t params

func (*GetSupportedDisplayNamesUsingGETParams) WithContext

WithContext adds the context to the get supported display names using g e t params

func (*GetSupportedDisplayNamesUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get supported display names using g e t params

func (*GetSupportedDisplayNamesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get supported display names using g e t params

func (*GetSupportedDisplayNamesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSupportedDisplayNamesUsingGETReader

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

GetSupportedDisplayNamesUsingGETReader is a Reader for the GetSupportedDisplayNamesUsingGET structure.

func (*GetSupportedDisplayNamesUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSupportedDisplayNamesUsingGETUnauthorized

type GetSupportedDisplayNamesUsingGETUnauthorized struct {
}

GetSupportedDisplayNamesUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetSupportedDisplayNamesUsingGETUnauthorized

func NewGetSupportedDisplayNamesUsingGETUnauthorized() *GetSupportedDisplayNamesUsingGETUnauthorized

NewGetSupportedDisplayNamesUsingGETUnauthorized creates a GetSupportedDisplayNamesUsingGETUnauthorized with default headers values

func (*GetSupportedDisplayNamesUsingGETUnauthorized) Error

type GetSystemPreferencesDtoUsingGETForbidden

type GetSystemPreferencesDtoUsingGETForbidden struct {
}

GetSystemPreferencesDtoUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetSystemPreferencesDtoUsingGETForbidden

func NewGetSystemPreferencesDtoUsingGETForbidden() *GetSystemPreferencesDtoUsingGETForbidden

NewGetSystemPreferencesDtoUsingGETForbidden creates a GetSystemPreferencesDtoUsingGETForbidden with default headers values

func (*GetSystemPreferencesDtoUsingGETForbidden) Error

type GetSystemPreferencesDtoUsingGETNotFound

type GetSystemPreferencesDtoUsingGETNotFound struct {
}

GetSystemPreferencesDtoUsingGETNotFound handles this case with default header values.

Not Found

func NewGetSystemPreferencesDtoUsingGETNotFound

func NewGetSystemPreferencesDtoUsingGETNotFound() *GetSystemPreferencesDtoUsingGETNotFound

NewGetSystemPreferencesDtoUsingGETNotFound creates a GetSystemPreferencesDtoUsingGETNotFound with default headers values

func (*GetSystemPreferencesDtoUsingGETNotFound) Error

type GetSystemPreferencesDtoUsingGETOK

type GetSystemPreferencesDtoUsingGETOK struct {
	Payload *models.SystemPreferencesDto
}

GetSystemPreferencesDtoUsingGETOK handles this case with default header values.

OK

func NewGetSystemPreferencesDtoUsingGETOK

func NewGetSystemPreferencesDtoUsingGETOK() *GetSystemPreferencesDtoUsingGETOK

NewGetSystemPreferencesDtoUsingGETOK creates a GetSystemPreferencesDtoUsingGETOK with default headers values

func (*GetSystemPreferencesDtoUsingGETOK) Error

func (*GetSystemPreferencesDtoUsingGETOK) GetPayload

type GetSystemPreferencesDtoUsingGETParams

type GetSystemPreferencesDtoUsingGETParams struct {

	/*SystemPreference
	  systemPreference

	*/
	SystemPreference []string

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

GetSystemPreferencesDtoUsingGETParams contains all the parameters to send to the API endpoint for the get system preferences dto using g e t operation typically these are written to a http.Request

func NewGetSystemPreferencesDtoUsingGETParams

func NewGetSystemPreferencesDtoUsingGETParams() *GetSystemPreferencesDtoUsingGETParams

NewGetSystemPreferencesDtoUsingGETParams creates a new GetSystemPreferencesDtoUsingGETParams object with the default values initialized.

func NewGetSystemPreferencesDtoUsingGETParamsWithContext

func NewGetSystemPreferencesDtoUsingGETParamsWithContext(ctx context.Context) *GetSystemPreferencesDtoUsingGETParams

NewGetSystemPreferencesDtoUsingGETParamsWithContext creates a new GetSystemPreferencesDtoUsingGETParams object with the default values initialized, and the ability to set a context for a request

func NewGetSystemPreferencesDtoUsingGETParamsWithHTTPClient

func NewGetSystemPreferencesDtoUsingGETParamsWithHTTPClient(client *http.Client) *GetSystemPreferencesDtoUsingGETParams

NewGetSystemPreferencesDtoUsingGETParamsWithHTTPClient creates a new GetSystemPreferencesDtoUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSystemPreferencesDtoUsingGETParamsWithTimeout

func NewGetSystemPreferencesDtoUsingGETParamsWithTimeout(timeout time.Duration) *GetSystemPreferencesDtoUsingGETParams

NewGetSystemPreferencesDtoUsingGETParamsWithTimeout creates a new GetSystemPreferencesDtoUsingGETParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSystemPreferencesDtoUsingGETParams) SetContext

SetContext adds the context to the get system preferences dto using g e t params

func (*GetSystemPreferencesDtoUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get system preferences dto using g e t params

func (*GetSystemPreferencesDtoUsingGETParams) SetSystemPreference

func (o *GetSystemPreferencesDtoUsingGETParams) SetSystemPreference(systemPreference []string)

SetSystemPreference adds the systemPreference to the get system preferences dto using g e t params

func (*GetSystemPreferencesDtoUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get system preferences dto using g e t params

func (*GetSystemPreferencesDtoUsingGETParams) WithContext

WithContext adds the context to the get system preferences dto using g e t params

func (*GetSystemPreferencesDtoUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get system preferences dto using g e t params

func (*GetSystemPreferencesDtoUsingGETParams) WithSystemPreference

func (o *GetSystemPreferencesDtoUsingGETParams) WithSystemPreference(systemPreference []string) *GetSystemPreferencesDtoUsingGETParams

WithSystemPreference adds the systemPreference to the get system preferences dto using g e t params

func (*GetSystemPreferencesDtoUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get system preferences dto using g e t params

func (*GetSystemPreferencesDtoUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSystemPreferencesDtoUsingGETReader

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

GetSystemPreferencesDtoUsingGETReader is a Reader for the GetSystemPreferencesDtoUsingGET structure.

func (*GetSystemPreferencesDtoUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSystemPreferencesDtoUsingGETUnauthorized

type GetSystemPreferencesDtoUsingGETUnauthorized struct {
}

GetSystemPreferencesDtoUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetSystemPreferencesDtoUsingGETUnauthorized

func NewGetSystemPreferencesDtoUsingGETUnauthorized() *GetSystemPreferencesDtoUsingGETUnauthorized

NewGetSystemPreferencesDtoUsingGETUnauthorized creates a GetSystemPreferencesDtoUsingGETUnauthorized with default headers values

func (*GetSystemPreferencesDtoUsingGETUnauthorized) Error

type TestMicroservicesConnectivityUsingPOSTCreated

type TestMicroservicesConnectivityUsingPOSTCreated struct {
}

TestMicroservicesConnectivityUsingPOSTCreated handles this case with default header values.

Created

func NewTestMicroservicesConnectivityUsingPOSTCreated

func NewTestMicroservicesConnectivityUsingPOSTCreated() *TestMicroservicesConnectivityUsingPOSTCreated

NewTestMicroservicesConnectivityUsingPOSTCreated creates a TestMicroservicesConnectivityUsingPOSTCreated with default headers values

func (*TestMicroservicesConnectivityUsingPOSTCreated) Error

type TestMicroservicesConnectivityUsingPOSTForbidden

type TestMicroservicesConnectivityUsingPOSTForbidden struct {
}

TestMicroservicesConnectivityUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewTestMicroservicesConnectivityUsingPOSTForbidden

func NewTestMicroservicesConnectivityUsingPOSTForbidden() *TestMicroservicesConnectivityUsingPOSTForbidden

NewTestMicroservicesConnectivityUsingPOSTForbidden creates a TestMicroservicesConnectivityUsingPOSTForbidden with default headers values

func (*TestMicroservicesConnectivityUsingPOSTForbidden) Error

type TestMicroservicesConnectivityUsingPOSTNotFound

type TestMicroservicesConnectivityUsingPOSTNotFound struct {
}

TestMicroservicesConnectivityUsingPOSTNotFound handles this case with default header values.

Not Found

func NewTestMicroservicesConnectivityUsingPOSTNotFound

func NewTestMicroservicesConnectivityUsingPOSTNotFound() *TestMicroservicesConnectivityUsingPOSTNotFound

NewTestMicroservicesConnectivityUsingPOSTNotFound creates a TestMicroservicesConnectivityUsingPOSTNotFound with default headers values

func (*TestMicroservicesConnectivityUsingPOSTNotFound) Error

type TestMicroservicesConnectivityUsingPOSTOK

type TestMicroservicesConnectivityUsingPOSTOK struct {
	Payload *models.ConnectableEntityDto
}

TestMicroservicesConnectivityUsingPOSTOK handles this case with default header values.

OK

func NewTestMicroservicesConnectivityUsingPOSTOK

func NewTestMicroservicesConnectivityUsingPOSTOK() *TestMicroservicesConnectivityUsingPOSTOK

NewTestMicroservicesConnectivityUsingPOSTOK creates a TestMicroservicesConnectivityUsingPOSTOK with default headers values

func (*TestMicroservicesConnectivityUsingPOSTOK) Error

func (*TestMicroservicesConnectivityUsingPOSTOK) GetPayload

type TestMicroservicesConnectivityUsingPOSTParams

type TestMicroservicesConnectivityUsingPOSTParams struct {

	/*ServicesDto
	  servicesDto

	*/
	ServicesDto *models.MicroservicesDto

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

TestMicroservicesConnectivityUsingPOSTParams contains all the parameters to send to the API endpoint for the test microservices connectivity using p o s t operation typically these are written to a http.Request

func NewTestMicroservicesConnectivityUsingPOSTParams

func NewTestMicroservicesConnectivityUsingPOSTParams() *TestMicroservicesConnectivityUsingPOSTParams

NewTestMicroservicesConnectivityUsingPOSTParams creates a new TestMicroservicesConnectivityUsingPOSTParams object with the default values initialized.

func NewTestMicroservicesConnectivityUsingPOSTParamsWithContext

func NewTestMicroservicesConnectivityUsingPOSTParamsWithContext(ctx context.Context) *TestMicroservicesConnectivityUsingPOSTParams

NewTestMicroservicesConnectivityUsingPOSTParamsWithContext creates a new TestMicroservicesConnectivityUsingPOSTParams object with the default values initialized, and the ability to set a context for a request

func NewTestMicroservicesConnectivityUsingPOSTParamsWithHTTPClient

func NewTestMicroservicesConnectivityUsingPOSTParamsWithHTTPClient(client *http.Client) *TestMicroservicesConnectivityUsingPOSTParams

NewTestMicroservicesConnectivityUsingPOSTParamsWithHTTPClient creates a new TestMicroservicesConnectivityUsingPOSTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewTestMicroservicesConnectivityUsingPOSTParamsWithTimeout

func NewTestMicroservicesConnectivityUsingPOSTParamsWithTimeout(timeout time.Duration) *TestMicroservicesConnectivityUsingPOSTParams

NewTestMicroservicesConnectivityUsingPOSTParamsWithTimeout creates a new TestMicroservicesConnectivityUsingPOSTParams object with the default values initialized, and the ability to set a timeout on a request

func (*TestMicroservicesConnectivityUsingPOSTParams) SetContext

SetContext adds the context to the test microservices connectivity using p o s t params

func (*TestMicroservicesConnectivityUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the test microservices connectivity using p o s t params

func (*TestMicroservicesConnectivityUsingPOSTParams) SetServicesDto

SetServicesDto adds the servicesDto to the test microservices connectivity using p o s t params

func (*TestMicroservicesConnectivityUsingPOSTParams) SetTimeout

SetTimeout adds the timeout to the test microservices connectivity using p o s t params

func (*TestMicroservicesConnectivityUsingPOSTParams) WithContext

WithContext adds the context to the test microservices connectivity using p o s t params

func (*TestMicroservicesConnectivityUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the test microservices connectivity using p o s t params

func (*TestMicroservicesConnectivityUsingPOSTParams) WithServicesDto

WithServicesDto adds the servicesDto to the test microservices connectivity using p o s t params

func (*TestMicroservicesConnectivityUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the test microservices connectivity using p o s t params

func (*TestMicroservicesConnectivityUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestMicroservicesConnectivityUsingPOSTReader

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

TestMicroservicesConnectivityUsingPOSTReader is a Reader for the TestMicroservicesConnectivityUsingPOST structure.

func (*TestMicroservicesConnectivityUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestMicroservicesConnectivityUsingPOSTUnauthorized

type TestMicroservicesConnectivityUsingPOSTUnauthorized struct {
}

TestMicroservicesConnectivityUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewTestMicroservicesConnectivityUsingPOSTUnauthorized

func NewTestMicroservicesConnectivityUsingPOSTUnauthorized() *TestMicroservicesConnectivityUsingPOSTUnauthorized

NewTestMicroservicesConnectivityUsingPOSTUnauthorized creates a TestMicroservicesConnectivityUsingPOSTUnauthorized with default headers values

func (*TestMicroservicesConnectivityUsingPOSTUnauthorized) Error

type UpdateSystemPreferencesDtoUsingPATCHForbidden

type UpdateSystemPreferencesDtoUsingPATCHForbidden struct {
}

UpdateSystemPreferencesDtoUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewUpdateSystemPreferencesDtoUsingPATCHForbidden

func NewUpdateSystemPreferencesDtoUsingPATCHForbidden() *UpdateSystemPreferencesDtoUsingPATCHForbidden

NewUpdateSystemPreferencesDtoUsingPATCHForbidden creates a UpdateSystemPreferencesDtoUsingPATCHForbidden with default headers values

func (*UpdateSystemPreferencesDtoUsingPATCHForbidden) Error

type UpdateSystemPreferencesDtoUsingPATCHNoContent

type UpdateSystemPreferencesDtoUsingPATCHNoContent struct {
}

UpdateSystemPreferencesDtoUsingPATCHNoContent handles this case with default header values.

No Content

func NewUpdateSystemPreferencesDtoUsingPATCHNoContent

func NewUpdateSystemPreferencesDtoUsingPATCHNoContent() *UpdateSystemPreferencesDtoUsingPATCHNoContent

NewUpdateSystemPreferencesDtoUsingPATCHNoContent creates a UpdateSystemPreferencesDtoUsingPATCHNoContent with default headers values

func (*UpdateSystemPreferencesDtoUsingPATCHNoContent) Error

type UpdateSystemPreferencesDtoUsingPATCHOK

type UpdateSystemPreferencesDtoUsingPATCHOK struct {
	Payload *models.SystemPreferencesDto
}

UpdateSystemPreferencesDtoUsingPATCHOK handles this case with default header values.

OK

func NewUpdateSystemPreferencesDtoUsingPATCHOK

func NewUpdateSystemPreferencesDtoUsingPATCHOK() *UpdateSystemPreferencesDtoUsingPATCHOK

NewUpdateSystemPreferencesDtoUsingPATCHOK creates a UpdateSystemPreferencesDtoUsingPATCHOK with default headers values

func (*UpdateSystemPreferencesDtoUsingPATCHOK) Error

func (*UpdateSystemPreferencesDtoUsingPATCHOK) GetPayload

type UpdateSystemPreferencesDtoUsingPATCHParams

type UpdateSystemPreferencesDtoUsingPATCHParams struct {

	/*PreferenceDtos
	  preferenceDtos

	*/
	PreferenceDtos []*models.ShallowSystemPreferenceDto

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

UpdateSystemPreferencesDtoUsingPATCHParams contains all the parameters to send to the API endpoint for the update system preferences dto using p a t c h operation typically these are written to a http.Request

func NewUpdateSystemPreferencesDtoUsingPATCHParams

func NewUpdateSystemPreferencesDtoUsingPATCHParams() *UpdateSystemPreferencesDtoUsingPATCHParams

NewUpdateSystemPreferencesDtoUsingPATCHParams creates a new UpdateSystemPreferencesDtoUsingPATCHParams object with the default values initialized.

func NewUpdateSystemPreferencesDtoUsingPATCHParamsWithContext

func NewUpdateSystemPreferencesDtoUsingPATCHParamsWithContext(ctx context.Context) *UpdateSystemPreferencesDtoUsingPATCHParams

NewUpdateSystemPreferencesDtoUsingPATCHParamsWithContext creates a new UpdateSystemPreferencesDtoUsingPATCHParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateSystemPreferencesDtoUsingPATCHParamsWithHTTPClient

func NewUpdateSystemPreferencesDtoUsingPATCHParamsWithHTTPClient(client *http.Client) *UpdateSystemPreferencesDtoUsingPATCHParams

NewUpdateSystemPreferencesDtoUsingPATCHParamsWithHTTPClient creates a new UpdateSystemPreferencesDtoUsingPATCHParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateSystemPreferencesDtoUsingPATCHParamsWithTimeout

func NewUpdateSystemPreferencesDtoUsingPATCHParamsWithTimeout(timeout time.Duration) *UpdateSystemPreferencesDtoUsingPATCHParams

NewUpdateSystemPreferencesDtoUsingPATCHParamsWithTimeout creates a new UpdateSystemPreferencesDtoUsingPATCHParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateSystemPreferencesDtoUsingPATCHParams) SetContext

SetContext adds the context to the update system preferences dto using p a t c h params

func (*UpdateSystemPreferencesDtoUsingPATCHParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update system preferences dto using p a t c h params

func (*UpdateSystemPreferencesDtoUsingPATCHParams) SetPreferenceDtos

func (o *UpdateSystemPreferencesDtoUsingPATCHParams) SetPreferenceDtos(preferenceDtos []*models.ShallowSystemPreferenceDto)

SetPreferenceDtos adds the preferenceDtos to the update system preferences dto using p a t c h params

func (*UpdateSystemPreferencesDtoUsingPATCHParams) SetTimeout

SetTimeout adds the timeout to the update system preferences dto using p a t c h params

func (*UpdateSystemPreferencesDtoUsingPATCHParams) WithContext

WithContext adds the context to the update system preferences dto using p a t c h params

func (*UpdateSystemPreferencesDtoUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update system preferences dto using p a t c h params

func (*UpdateSystemPreferencesDtoUsingPATCHParams) WithPreferenceDtos

WithPreferenceDtos adds the preferenceDtos to the update system preferences dto using p a t c h params

func (*UpdateSystemPreferencesDtoUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the update system preferences dto using p a t c h params

func (*UpdateSystemPreferencesDtoUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSystemPreferencesDtoUsingPATCHReader

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

UpdateSystemPreferencesDtoUsingPATCHReader is a Reader for the UpdateSystemPreferencesDtoUsingPATCH structure.

func (*UpdateSystemPreferencesDtoUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateSystemPreferencesDtoUsingPATCHUnauthorized

type UpdateSystemPreferencesDtoUsingPATCHUnauthorized struct {
}

UpdateSystemPreferencesDtoUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateSystemPreferencesDtoUsingPATCHUnauthorized

func NewUpdateSystemPreferencesDtoUsingPATCHUnauthorized() *UpdateSystemPreferencesDtoUsingPATCHUnauthorized

NewUpdateSystemPreferencesDtoUsingPATCHUnauthorized creates a UpdateSystemPreferencesDtoUsingPATCHUnauthorized with default headers values

func (*UpdateSystemPreferencesDtoUsingPATCHUnauthorized) Error

Jump to

Keyboard shortcuts

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