profiles_cdn

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: Apache-2.0 Imports: 8 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 profiles cdn API

func (*Client) ProfilesAddCustomerSetting

func (a *Client) ProfilesAddCustomerSetting(params *ProfilesAddCustomerSettingParams) (*ProfilesAddCustomerSettingOK, error)

ProfilesAddCustomerSetting profiles add customer setting API

func (*Client) ProfilesDeleteCustomerSettingsByID

func (a *Client) ProfilesDeleteCustomerSettingsByID(params *ProfilesDeleteCustomerSettingsByIDParams) (*ProfilesDeleteCustomerSettingsByIDNoContent, error)

ProfilesDeleteCustomerSettingsByID profiles delete customer settings by Id API

func (*Client) ProfilesGetCustomerSettings

func (a *Client) ProfilesGetCustomerSettings(params *ProfilesGetCustomerSettingsParams) (*ProfilesGetCustomerSettingsOK, error)

ProfilesGetCustomerSettings profiles get customer settings API

func (*Client) ProfilesGetCustomerSettingsByID

func (a *Client) ProfilesGetCustomerSettingsByID(params *ProfilesGetCustomerSettingsByIDParams) (*ProfilesGetCustomerSettingsByIDOK, error)

ProfilesGetCustomerSettingsByID profiles get customer settings by Id API

func (*Client) ProfilesUpdateCustomerSetting

func (a *Client) ProfilesUpdateCustomerSetting(params *ProfilesUpdateCustomerSettingParams) (*ProfilesUpdateCustomerSettingOK, error)

ProfilesUpdateCustomerSetting profiles update customer setting API

type ClientService

type ClientService interface {
	ProfilesAddCustomerSetting(params *ProfilesAddCustomerSettingParams) (*ProfilesAddCustomerSettingOK, error)

	ProfilesDeleteCustomerSettingsByID(params *ProfilesDeleteCustomerSettingsByIDParams) (*ProfilesDeleteCustomerSettingsByIDNoContent, error)

	ProfilesGetCustomerSettings(params *ProfilesGetCustomerSettingsParams) (*ProfilesGetCustomerSettingsOK, error)

	ProfilesGetCustomerSettingsByID(params *ProfilesGetCustomerSettingsByIDParams) (*ProfilesGetCustomerSettingsByIDOK, error)

	ProfilesUpdateCustomerSetting(params *ProfilesUpdateCustomerSettingParams) (*ProfilesUpdateCustomerSettingOK, error)
}

ClientService is the interface for Client methods

func New

func New(c ecclient.APIClient, baseAPIURL string) ClientService

New creates a new profiles cdn API client.

type ProfilesAddCustomerSettingOK

type ProfilesAddCustomerSettingOK struct {
	rtldmodels.CdnProfileDto
}
ProfilesAddCustomerSettingOK describes a response with status code 200, with default header values.

Success

func NewProfilesAddCustomerSettingOK

func NewProfilesAddCustomerSettingOK() *ProfilesAddCustomerSettingOK

NewProfilesAddCustomerSettingOK creates a ProfilesAddCustomerSettingOK with default headers values

type ProfilesAddCustomerSettingParams

type ProfilesAddCustomerSettingParams struct {

	// SettingDto.
	SettingDto *rtldmodels.CdnProfileDto

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

ProfilesAddCustomerSettingParams contains all the parameters to send to the API endpoint

for the profiles add customer setting operation.

Typically these are written to a http.Request.

func NewProfilesAddCustomerSettingParams

func NewProfilesAddCustomerSettingParams() *ProfilesAddCustomerSettingParams

NewProfilesAddCustomerSettingParams creates a new ProfilesAddCustomerSettingParams 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 (*ProfilesAddCustomerSettingParams) SetDefaults

func (o *ProfilesAddCustomerSettingParams) SetDefaults()

SetDefaults hydrates default values in the profiles add customer setting params (not the query body).

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

func (*ProfilesAddCustomerSettingParams) WithDefaults

WithDefaults hydrates default values in the profiles add customer setting params (not the query body).

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

type ProfilesDeleteCustomerSettingsByIDNoContent

type ProfilesDeleteCustomerSettingsByIDNoContent struct {
}
ProfilesDeleteCustomerSettingsByIDNoContent describes a response with status code 204, with default header values.

Success

func NewProfilesDeleteCustomerSettingsByIDNoContent

func NewProfilesDeleteCustomerSettingsByIDNoContent() *ProfilesDeleteCustomerSettingsByIDNoContent

NewProfilesDeleteCustomerSettingsByIDNoContent creates a ProfilesDeleteCustomerSettingsByIDNoContent with default headers values

type ProfilesDeleteCustomerSettingsByIDParams

type ProfilesDeleteCustomerSettingsByIDParams struct {

	// ID.
	//
	// Format: int32
	ID int32

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

ProfilesDeleteCustomerSettingsByIDParams contains all the parameters to send to the API endpoint

for the profiles delete customer settings by Id operation.

Typically these are written to a http.Request.

func NewProfilesDeleteCustomerSettingsByIDParams

func NewProfilesDeleteCustomerSettingsByIDParams() *ProfilesDeleteCustomerSettingsByIDParams

NewProfilesDeleteCustomerSettingsByIDParams creates a new ProfilesDeleteCustomerSettingsByIDParams 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 (*ProfilesDeleteCustomerSettingsByIDParams) SetDefaults

SetDefaults hydrates default values in the profiles delete customer settings by Id params (not the query body).

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

func (*ProfilesDeleteCustomerSettingsByIDParams) WithDefaults

WithDefaults hydrates default values in the profiles delete customer settings by Id params (not the query body).

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

type ProfilesGetCustomerSettingsByIDOK

type ProfilesGetCustomerSettingsByIDOK struct {
	rtldmodels.CdnProfileDto
}
ProfilesGetCustomerSettingsByIDOK describes a response with status code 200, with default header values.

Success

func NewProfilesGetCustomerSettingsByIDOK

func NewProfilesGetCustomerSettingsByIDOK() *ProfilesGetCustomerSettingsByIDOK

NewProfilesGetCustomerSettingsByIDOK creates a ProfilesGetCustomerSettingsByIDOK with default headers values

type ProfilesGetCustomerSettingsByIDParams

type ProfilesGetCustomerSettingsByIDParams struct {

	// ID.
	//
	// Format: int32
	ID int32

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

ProfilesGetCustomerSettingsByIDParams contains all the parameters to send to the API endpoint

for the profiles get customer settings by Id operation.

Typically these are written to a http.Request.

func NewProfilesGetCustomerSettingsByIDParams

func NewProfilesGetCustomerSettingsByIDParams() *ProfilesGetCustomerSettingsByIDParams

NewProfilesGetCustomerSettingsByIDParams creates a new ProfilesGetCustomerSettingsByIDParams 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 (*ProfilesGetCustomerSettingsByIDParams) SetDefaults

func (o *ProfilesGetCustomerSettingsByIDParams) SetDefaults()

SetDefaults hydrates default values in the profiles get customer settings by Id params (not the query body).

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

func (*ProfilesGetCustomerSettingsByIDParams) WithDefaults

WithDefaults hydrates default values in the profiles get customer settings by Id params (not the query body).

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

type ProfilesGetCustomerSettingsOK

type ProfilesGetCustomerSettingsOK struct {
	rtldmodels.HyperionCollectionCdnProfileDto
}
ProfilesGetCustomerSettingsOK describes a response with status code 200, with default header values.

Success

func NewProfilesGetCustomerSettingsOK

func NewProfilesGetCustomerSettingsOK() *ProfilesGetCustomerSettingsOK

NewProfilesGetCustomerSettingsOK creates a ProfilesGetCustomerSettingsOK with default headers values

type ProfilesGetCustomerSettingsParams

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

ProfilesGetCustomerSettingsParams contains all the parameters to send to the API endpoint

for the profiles get customer settings operation.

Typically these are written to a http.Request.

func NewProfilesGetCustomerSettingsParams

func NewProfilesGetCustomerSettingsParams() *ProfilesGetCustomerSettingsParams

NewProfilesGetCustomerSettingsParams creates a new ProfilesGetCustomerSettingsParams 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 (*ProfilesGetCustomerSettingsParams) SetDefaults

func (o *ProfilesGetCustomerSettingsParams) SetDefaults()

SetDefaults hydrates default values in the profiles get customer settings params (not the query body).

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

func (*ProfilesGetCustomerSettingsParams) WithDefaults

WithDefaults hydrates default values in the profiles get customer settings params (not the query body).

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

type ProfilesUpdateCustomerSettingOK

type ProfilesUpdateCustomerSettingOK struct {
	rtldmodels.CdnProfileDto
}
ProfilesUpdateCustomerSettingOK describes a response with status code 200, with default header values.

Success

func NewProfilesUpdateCustomerSettingOK

func NewProfilesUpdateCustomerSettingOK() *ProfilesUpdateCustomerSettingOK

NewProfilesUpdateCustomerSettingOK creates a ProfilesUpdateCustomerSettingOK with default headers values

type ProfilesUpdateCustomerSettingParams

type ProfilesUpdateCustomerSettingParams struct {

	// Body.
	Body *rtldmodels.CdnProfileDto

	// ID.
	//
	// Format: int32
	ID int32

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

ProfilesUpdateCustomerSettingParams contains all the parameters to send to the API endpoint

for the profiles update customer setting operation.

Typically these are written to a http.Request.

func NewProfilesUpdateCustomerSettingParams

func NewProfilesUpdateCustomerSettingParams() *ProfilesUpdateCustomerSettingParams

NewProfilesUpdateCustomerSettingParams creates a new ProfilesUpdateCustomerSettingParams 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 (*ProfilesUpdateCustomerSettingParams) SetDefaults

func (o *ProfilesUpdateCustomerSettingParams) SetDefaults()

SetDefaults hydrates default values in the profiles update customer setting params (not the query body).

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

func (*ProfilesUpdateCustomerSettingParams) WithDefaults

WithDefaults hydrates default values in the profiles update customer setting params (not the query body).

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

type RequestParameters

type RequestParameters struct {
	QueryParams map[string]string
	PathParams  map[string]string
	Body        interface{}
}

func NewRequestParameters

func NewRequestParameters() *RequestParameters

func WriteToRequestProfilesAddCustomerSettingParams

func WriteToRequestProfilesAddCustomerSettingParams(o *ProfilesAddCustomerSettingParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestProfilesDeleteCustomerSettingsByIDParams

func WriteToRequestProfilesDeleteCustomerSettingsByIDParams(o *ProfilesDeleteCustomerSettingsByIDParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestProfilesGetCustomerSettingsByIDParams

func WriteToRequestProfilesGetCustomerSettingsByIDParams(o *ProfilesGetCustomerSettingsByIDParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestProfilesGetCustomerSettingsParams

func WriteToRequestProfilesGetCustomerSettingsParams(o *ProfilesGetCustomerSettingsParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestProfilesUpdateCustomerSettingParams

func WriteToRequestProfilesUpdateCustomerSettingParams(o *ProfilesUpdateCustomerSettingParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

Jump to

Keyboard shortcuts

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