localized_policy_versions

package
v0.86.0 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2026 License: MIT Imports: 15 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 localized policy versions API

func (*Client) OldCreateLocalizedPolicyVersion deprecated added in v0.84.0

Deprecated: 2022-08-10 - Use OldCreateLocalizedPolicyVersionShort instead.

OldCreateLocalizedPolicyVersion create a localized version from country-specific policy Create a version of a particular country-specific policy.

func (*Client) OldCreateLocalizedPolicyVersionShort added in v0.84.0

func (a *Client) OldCreateLocalizedPolicyVersionShort(params *OldCreateLocalizedPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter) (*OldCreateLocalizedPolicyVersionCreated, error)

OldCreateLocalizedPolicyVersionShort create a localized version from country-specific policy Create a version of a particular country-specific policy.

func (*Client) OldPublicRetrieveSingleLocalizedPolicyVersion deprecated added in v0.84.0

Deprecated: 2022-08-10 - Use OldPublicRetrieveSingleLocalizedPolicyVersionShort instead.

OldPublicRetrieveSingleLocalizedPolicyVersion retrieve a localized version Retrieve specific localized policy version including the policy version and base policy version where the localized policy version located. Other detail info:

func (*Client) OldPublicRetrieveSingleLocalizedPolicyVersionShort added in v0.84.0

func (a *Client) OldPublicRetrieveSingleLocalizedPolicyVersionShort(params *OldPublicRetrieveSingleLocalizedPolicyVersionParams) (*OldPublicRetrieveSingleLocalizedPolicyVersionOK, error)

OldPublicRetrieveSingleLocalizedPolicyVersionShort retrieve a localized version Retrieve specific localized policy version including the policy version and base policy version where the localized policy version located. Other detail info:

func (*Client) OldRequestPresignedURL deprecated added in v0.84.0

Deprecated: 2022-08-10 - Use OldRequestPresignedURLShort instead.

OldRequestPresignedURL request presigned url for upload document Request presigned URL for upload attachment for a particular localized version of base policy.

func (*Client) OldRequestPresignedURLShort added in v0.84.0

func (a *Client) OldRequestPresignedURLShort(params *OldRequestPresignedURLParams, authInfo runtime.ClientAuthInfoWriter) (*OldRequestPresignedURLCreated, error)

OldRequestPresignedURLShort request presigned url for upload document Request presigned URL for upload attachment for a particular localized version of base policy.

func (*Client) OldRetrieveLocalizedPolicyVersions deprecated added in v0.84.0

Deprecated: 2022-08-10 - Use OldRetrieveLocalizedPolicyVersionsShort instead.

OldRetrieveLocalizedPolicyVersions retrieve versions from country-specific policy Retrieve versions of a particular country-specific policy.

func (*Client) OldRetrieveLocalizedPolicyVersionsShort added in v0.84.0

func (a *Client) OldRetrieveLocalizedPolicyVersionsShort(params *OldRetrieveLocalizedPolicyVersionsParams, authInfo runtime.ClientAuthInfoWriter) (*OldRetrieveLocalizedPolicyVersionsOK, error)

OldRetrieveLocalizedPolicyVersionsShort retrieve versions from country-specific policy Retrieve versions of a particular country-specific policy.

func (*Client) OldRetrieveSingleLocalizedPolicyVersion deprecated added in v0.84.0

Deprecated: 2022-08-10 - Use OldRetrieveSingleLocalizedPolicyVersionShort instead.

OldRetrieveSingleLocalizedPolicyVersion retrieve a localized version from country-specific policy Retrieve a version of a particular country-specific policy.

func (*Client) OldRetrieveSingleLocalizedPolicyVersionShort added in v0.84.0

func (a *Client) OldRetrieveSingleLocalizedPolicyVersionShort(params *OldRetrieveSingleLocalizedPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter) (*OldRetrieveSingleLocalizedPolicyVersionOK, error)

OldRetrieveSingleLocalizedPolicyVersionShort retrieve a localized version from country-specific policy Retrieve a version of a particular country-specific policy.

func (*Client) OldSetDefaultLocalizedPolicy deprecated added in v0.84.0

Deprecated: 2022-08-10 - Use OldSetDefaultLocalizedPolicyShort instead.

OldSetDefaultLocalizedPolicy set default localized policy Update a localized version policy to be the default.

func (*Client) OldSetDefaultLocalizedPolicyShort added in v0.84.0

func (a *Client) OldSetDefaultLocalizedPolicyShort(params *OldSetDefaultLocalizedPolicyParams, authInfo runtime.ClientAuthInfoWriter) (*OldSetDefaultLocalizedPolicyOK, error)

OldSetDefaultLocalizedPolicyShort set default localized policy Update a localized version policy to be the default.

func (*Client) OldUpdateLocalizedPolicyVersion deprecated added in v0.84.0

Deprecated: 2022-08-10 - Use OldUpdateLocalizedPolicyVersionShort instead.

OldUpdateLocalizedPolicyVersion update a localized version from country-specific policy Update a version of a particular country-specific policy.

func (*Client) OldUpdateLocalizedPolicyVersionShort added in v0.84.0

func (a *Client) OldUpdateLocalizedPolicyVersionShort(params *OldUpdateLocalizedPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter) (*OldUpdateLocalizedPolicyVersionOK, error)

OldUpdateLocalizedPolicyVersionShort update a localized version from country-specific policy Update a version of a particular country-specific policy.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	OldRetrieveLocalizedPolicyVersions(params *OldRetrieveLocalizedPolicyVersionsParams, authInfo runtime.ClientAuthInfoWriter) (*OldRetrieveLocalizedPolicyVersionsOK, error)
	OldRetrieveLocalizedPolicyVersionsShort(params *OldRetrieveLocalizedPolicyVersionsParams, authInfo runtime.ClientAuthInfoWriter) (*OldRetrieveLocalizedPolicyVersionsOK, error)
	OldCreateLocalizedPolicyVersion(params *OldCreateLocalizedPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter) (*OldCreateLocalizedPolicyVersionCreated, *OldCreateLocalizedPolicyVersionBadRequest, *OldCreateLocalizedPolicyVersionConflict, error)
	OldCreateLocalizedPolicyVersionShort(params *OldCreateLocalizedPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter) (*OldCreateLocalizedPolicyVersionCreated, error)
	OldRetrieveSingleLocalizedPolicyVersion(params *OldRetrieveSingleLocalizedPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter) (*OldRetrieveSingleLocalizedPolicyVersionOK, *OldRetrieveSingleLocalizedPolicyVersionNotFound, error)
	OldRetrieveSingleLocalizedPolicyVersionShort(params *OldRetrieveSingleLocalizedPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter) (*OldRetrieveSingleLocalizedPolicyVersionOK, error)
	OldUpdateLocalizedPolicyVersion(params *OldUpdateLocalizedPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter) (*OldUpdateLocalizedPolicyVersionOK, *OldUpdateLocalizedPolicyVersionBadRequest, error)
	OldUpdateLocalizedPolicyVersionShort(params *OldUpdateLocalizedPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter) (*OldUpdateLocalizedPolicyVersionOK, error)
	OldRequestPresignedURL(params *OldRequestPresignedURLParams, authInfo runtime.ClientAuthInfoWriter) (*OldRequestPresignedURLCreated, *OldRequestPresignedURLBadRequest, error)
	OldRequestPresignedURLShort(params *OldRequestPresignedURLParams, authInfo runtime.ClientAuthInfoWriter) (*OldRequestPresignedURLCreated, error)
	OldSetDefaultLocalizedPolicy(params *OldSetDefaultLocalizedPolicyParams, authInfo runtime.ClientAuthInfoWriter) (*OldSetDefaultLocalizedPolicyOK, *OldSetDefaultLocalizedPolicyBadRequest, error)
	OldSetDefaultLocalizedPolicyShort(params *OldSetDefaultLocalizedPolicyParams, authInfo runtime.ClientAuthInfoWriter) (*OldSetDefaultLocalizedPolicyOK, error)
	OldPublicRetrieveSingleLocalizedPolicyVersion(params *OldPublicRetrieveSingleLocalizedPolicyVersionParams) (*OldPublicRetrieveSingleLocalizedPolicyVersionOK, *OldPublicRetrieveSingleLocalizedPolicyVersionForbidden, *OldPublicRetrieveSingleLocalizedPolicyVersionNotFound, error)
	OldPublicRetrieveSingleLocalizedPolicyVersionShort(params *OldPublicRetrieveSingleLocalizedPolicyVersionParams) (*OldPublicRetrieveSingleLocalizedPolicyVersionOK, 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 localized policy versions API client.

type OldCreateLocalizedPolicyVersionBadRequest added in v0.84.0

type OldCreateLocalizedPolicyVersionBadRequest struct {
	Payload *legalclientmodels.ErrorEntity
}

OldCreateLocalizedPolicyVersionBadRequest handles this case with default header values.

<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40033</td><td>errors.net.accelbyte.platform.legal.invalid_policy_version</td></tr></table>

func NewOldCreateLocalizedPolicyVersionBadRequest added in v0.84.0

func NewOldCreateLocalizedPolicyVersionBadRequest() *OldCreateLocalizedPolicyVersionBadRequest

NewOldCreateLocalizedPolicyVersionBadRequest creates a OldCreateLocalizedPolicyVersionBadRequest with default headers values

func (*OldCreateLocalizedPolicyVersionBadRequest) Error added in v0.84.0

func (*OldCreateLocalizedPolicyVersionBadRequest) GetPayload added in v0.84.0

func (*OldCreateLocalizedPolicyVersionBadRequest) ToJSONString added in v0.84.0

type OldCreateLocalizedPolicyVersionConflict added in v0.84.0

type OldCreateLocalizedPolicyVersionConflict struct {
	Payload *legalclientmodels.ErrorEntity
}

OldCreateLocalizedPolicyVersionConflict handles this case with default header values.

<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40044</td><td>errors.net.accelbyte.platform.legal.localized_policy_version_already_exist</td></tr></table>

func NewOldCreateLocalizedPolicyVersionConflict added in v0.84.0

func NewOldCreateLocalizedPolicyVersionConflict() *OldCreateLocalizedPolicyVersionConflict

NewOldCreateLocalizedPolicyVersionConflict creates a OldCreateLocalizedPolicyVersionConflict with default headers values

func (*OldCreateLocalizedPolicyVersionConflict) Error added in v0.84.0

func (*OldCreateLocalizedPolicyVersionConflict) GetPayload added in v0.84.0

func (*OldCreateLocalizedPolicyVersionConflict) ToJSONString added in v0.84.0

type OldCreateLocalizedPolicyVersionCreated added in v0.84.0

type OldCreateLocalizedPolicyVersionCreated struct {
	Payload *legalclientmodels.CreateLocalizedPolicyVersionResponse
}

OldCreateLocalizedPolicyVersionCreated handles this case with default header values.

successful operation

func NewOldCreateLocalizedPolicyVersionCreated added in v0.84.0

func NewOldCreateLocalizedPolicyVersionCreated() *OldCreateLocalizedPolicyVersionCreated

NewOldCreateLocalizedPolicyVersionCreated creates a OldCreateLocalizedPolicyVersionCreated with default headers values

func (*OldCreateLocalizedPolicyVersionCreated) Error added in v0.84.0

func (*OldCreateLocalizedPolicyVersionCreated) GetPayload added in v0.84.0

func (*OldCreateLocalizedPolicyVersionCreated) ToJSONString added in v0.84.0

type OldCreateLocalizedPolicyVersionParams added in v0.84.0

type OldCreateLocalizedPolicyVersionParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *legalclientmodels.CreateLocalizedPolicyVersionRequest
	/*PolicyVersionID
	  Policy Version Id

	*/
	PolicyVersionID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

OldCreateLocalizedPolicyVersionParams contains all the parameters to send to the API endpoint for the old create localized policy version operation typically these are written to a http.Request

func NewOldCreateLocalizedPolicyVersionParams added in v0.84.0

func NewOldCreateLocalizedPolicyVersionParams() *OldCreateLocalizedPolicyVersionParams

NewOldCreateLocalizedPolicyVersionParams creates a new OldCreateLocalizedPolicyVersionParams object with the default values initialized.

func NewOldCreateLocalizedPolicyVersionParamsWithContext added in v0.84.0

func NewOldCreateLocalizedPolicyVersionParamsWithContext(ctx context.Context) *OldCreateLocalizedPolicyVersionParams

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

func NewOldCreateLocalizedPolicyVersionParamsWithHTTPClient added in v0.84.0

func NewOldCreateLocalizedPolicyVersionParamsWithHTTPClient(client *http.Client) *OldCreateLocalizedPolicyVersionParams

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

func NewOldCreateLocalizedPolicyVersionParamsWithTimeout added in v0.84.0

func NewOldCreateLocalizedPolicyVersionParamsWithTimeout(timeout time.Duration) *OldCreateLocalizedPolicyVersionParams

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

func (*OldCreateLocalizedPolicyVersionParams) SetAuthInfoWriter added in v0.84.0

func (o *OldCreateLocalizedPolicyVersionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the old create localized policy version params

func (*OldCreateLocalizedPolicyVersionParams) SetBody added in v0.84.0

SetBody adds the body to the old create localized policy version params

func (*OldCreateLocalizedPolicyVersionParams) SetContext added in v0.84.0

SetContext adds the context to the old create localized policy version params

func (*OldCreateLocalizedPolicyVersionParams) SetFlightId added in v0.84.0

func (o *OldCreateLocalizedPolicyVersionParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*OldCreateLocalizedPolicyVersionParams) SetHTTPClient added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the old create localized policy version params

func (*OldCreateLocalizedPolicyVersionParams) SetHTTPClientTransport added in v0.84.0

func (o *OldCreateLocalizedPolicyVersionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the old create localized policy version params

func (*OldCreateLocalizedPolicyVersionParams) SetPolicyVersionID added in v0.84.0

func (o *OldCreateLocalizedPolicyVersionParams) SetPolicyVersionID(policyVersionID string)

SetPolicyVersionID adds the policyVersionId to the old create localized policy version params

func (*OldCreateLocalizedPolicyVersionParams) SetTimeout added in v0.84.0

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

SetTimeout adds the timeout to the old create localized policy version params

func (*OldCreateLocalizedPolicyVersionParams) WithBody added in v0.84.0

WithBody adds the body to the old create localized policy version params

func (*OldCreateLocalizedPolicyVersionParams) WithContext added in v0.84.0

WithContext adds the context to the old create localized policy version params

func (*OldCreateLocalizedPolicyVersionParams) WithHTTPClient added in v0.84.0

WithHTTPClient adds the HTTPClient to the old create localized policy version params

func (*OldCreateLocalizedPolicyVersionParams) WithPolicyVersionID added in v0.84.0

WithPolicyVersionID adds the policyVersionID to the old create localized policy version params

func (*OldCreateLocalizedPolicyVersionParams) WithTimeout added in v0.84.0

WithTimeout adds the timeout to the old create localized policy version params

func (*OldCreateLocalizedPolicyVersionParams) WriteToRequest added in v0.84.0

WriteToRequest writes these params to a swagger request

type OldCreateLocalizedPolicyVersionReader added in v0.84.0

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

OldCreateLocalizedPolicyVersionReader is a Reader for the OldCreateLocalizedPolicyVersion structure.

func (*OldCreateLocalizedPolicyVersionReader) ReadResponse added in v0.84.0

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

ReadResponse reads a server response into the received o.

type OldPublicRetrieveSingleLocalizedPolicyVersionForbidden added in v0.84.0

type OldPublicRetrieveSingleLocalizedPolicyVersionForbidden struct {
	Payload *legalclientmodels.ErrorEntity
}

OldPublicRetrieveSingleLocalizedPolicyVersionForbidden handles this case with default header values.

<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40081</td><td>errors.net.accelbyte.platform.legal.policy_not_accessible</td></tr></table>

func NewOldPublicRetrieveSingleLocalizedPolicyVersionForbidden added in v0.84.0

func NewOldPublicRetrieveSingleLocalizedPolicyVersionForbidden() *OldPublicRetrieveSingleLocalizedPolicyVersionForbidden

NewOldPublicRetrieveSingleLocalizedPolicyVersionForbidden creates a OldPublicRetrieveSingleLocalizedPolicyVersionForbidden with default headers values

func (*OldPublicRetrieveSingleLocalizedPolicyVersionForbidden) Error added in v0.84.0

func (*OldPublicRetrieveSingleLocalizedPolicyVersionForbidden) GetPayload added in v0.84.0

func (*OldPublicRetrieveSingleLocalizedPolicyVersionForbidden) ToJSONString added in v0.84.0

type OldPublicRetrieveSingleLocalizedPolicyVersionNotFound added in v0.84.0

type OldPublicRetrieveSingleLocalizedPolicyVersionNotFound struct {
	Payload *legalclientmodels.ErrorEntity
}

OldPublicRetrieveSingleLocalizedPolicyVersionNotFound handles this case with default header values.

<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40038</td><td>errors.net.accelbyte.platform.legal.localized_policy_version_not_found</td></tr></table>

func NewOldPublicRetrieveSingleLocalizedPolicyVersionNotFound added in v0.84.0

func NewOldPublicRetrieveSingleLocalizedPolicyVersionNotFound() *OldPublicRetrieveSingleLocalizedPolicyVersionNotFound

NewOldPublicRetrieveSingleLocalizedPolicyVersionNotFound creates a OldPublicRetrieveSingleLocalizedPolicyVersionNotFound with default headers values

func (*OldPublicRetrieveSingleLocalizedPolicyVersionNotFound) Error added in v0.84.0

func (*OldPublicRetrieveSingleLocalizedPolicyVersionNotFound) GetPayload added in v0.84.0

func (*OldPublicRetrieveSingleLocalizedPolicyVersionNotFound) ToJSONString added in v0.84.0

type OldPublicRetrieveSingleLocalizedPolicyVersionOK added in v0.84.0

type OldPublicRetrieveSingleLocalizedPolicyVersionOK struct {
	Payload *legalclientmodels.RetrieveLocalizedPolicyVersionPublicResponse
}

OldPublicRetrieveSingleLocalizedPolicyVersionOK handles this case with default header values.

successful operation

func NewOldPublicRetrieveSingleLocalizedPolicyVersionOK added in v0.84.0

func NewOldPublicRetrieveSingleLocalizedPolicyVersionOK() *OldPublicRetrieveSingleLocalizedPolicyVersionOK

NewOldPublicRetrieveSingleLocalizedPolicyVersionOK creates a OldPublicRetrieveSingleLocalizedPolicyVersionOK with default headers values

func (*OldPublicRetrieveSingleLocalizedPolicyVersionOK) Error added in v0.84.0

func (*OldPublicRetrieveSingleLocalizedPolicyVersionOK) GetPayload added in v0.84.0

func (*OldPublicRetrieveSingleLocalizedPolicyVersionOK) ToJSONString added in v0.84.0

type OldPublicRetrieveSingleLocalizedPolicyVersionParams added in v0.84.0

type OldPublicRetrieveSingleLocalizedPolicyVersionParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*LocalizedPolicyVersionID
	  Localized Policy Version Id

	*/
	LocalizedPolicyVersionID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

OldPublicRetrieveSingleLocalizedPolicyVersionParams contains all the parameters to send to the API endpoint for the old public retrieve single localized policy version operation typically these are written to a http.Request

func NewOldPublicRetrieveSingleLocalizedPolicyVersionParams added in v0.84.0

func NewOldPublicRetrieveSingleLocalizedPolicyVersionParams() *OldPublicRetrieveSingleLocalizedPolicyVersionParams

NewOldPublicRetrieveSingleLocalizedPolicyVersionParams creates a new OldPublicRetrieveSingleLocalizedPolicyVersionParams object with the default values initialized.

func NewOldPublicRetrieveSingleLocalizedPolicyVersionParamsWithContext added in v0.84.0

func NewOldPublicRetrieveSingleLocalizedPolicyVersionParamsWithContext(ctx context.Context) *OldPublicRetrieveSingleLocalizedPolicyVersionParams

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

func NewOldPublicRetrieveSingleLocalizedPolicyVersionParamsWithHTTPClient added in v0.84.0

func NewOldPublicRetrieveSingleLocalizedPolicyVersionParamsWithHTTPClient(client *http.Client) *OldPublicRetrieveSingleLocalizedPolicyVersionParams

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

func NewOldPublicRetrieveSingleLocalizedPolicyVersionParamsWithTimeout added in v0.84.0

func NewOldPublicRetrieveSingleLocalizedPolicyVersionParamsWithTimeout(timeout time.Duration) *OldPublicRetrieveSingleLocalizedPolicyVersionParams

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

func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetAuthInfoWriter added in v0.84.0

SetAuthInfoWriter adds the authInfoWriter to the old public retrieve single localized policy version params

func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetContext added in v0.84.0

SetContext adds the context to the old public retrieve single localized policy version params

func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetFlightId added in v0.84.0

SetFlightId adds the flightId as the header value for this specific endpoint

func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetHTTPClient added in v0.84.0

SetHTTPClient adds the HTTPClient to the old public retrieve single localized policy version params

func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetHTTPClientTransport added in v0.84.0

func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the old public retrieve single localized policy version params

func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetLocalizedPolicyVersionID added in v0.84.0

func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetLocalizedPolicyVersionID(localizedPolicyVersionID string)

SetLocalizedPolicyVersionID adds the localizedPolicyVersionId to the old public retrieve single localized policy version params

func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetTimeout added in v0.84.0

SetTimeout adds the timeout to the old public retrieve single localized policy version params

func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithContext added in v0.84.0

WithContext adds the context to the old public retrieve single localized policy version params

func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithHTTPClient added in v0.84.0

WithHTTPClient adds the HTTPClient to the old public retrieve single localized policy version params

func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithLocalizedPolicyVersionID added in v0.84.0

WithLocalizedPolicyVersionID adds the localizedPolicyVersionID to the old public retrieve single localized policy version params

func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithTimeout added in v0.84.0

WithTimeout adds the timeout to the old public retrieve single localized policy version params

func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) WriteToRequest added in v0.84.0

WriteToRequest writes these params to a swagger request

type OldPublicRetrieveSingleLocalizedPolicyVersionReader added in v0.84.0

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

OldPublicRetrieveSingleLocalizedPolicyVersionReader is a Reader for the OldPublicRetrieveSingleLocalizedPolicyVersion structure.

func (*OldPublicRetrieveSingleLocalizedPolicyVersionReader) ReadResponse added in v0.84.0

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

ReadResponse reads a server response into the received o.

type OldRequestPresignedURLBadRequest added in v0.84.0

type OldRequestPresignedURLBadRequest struct {
	Payload *legalclientmodels.ErrorEntity
}

OldRequestPresignedURLBadRequest handles this case with default header values.

<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40034</td><td>errors.net.accelbyte.platform.legal.invalid_file_type</td></tr><tr><td>40037</td><td>errors.net.accelbyte.platform.legal.invalid_localized_policy_version</td></tr><tr><td>40042</td><td>errors.net.accelbyte.platform.legal.policy_version_freezed</td></tr></table>

func NewOldRequestPresignedURLBadRequest added in v0.84.0

func NewOldRequestPresignedURLBadRequest() *OldRequestPresignedURLBadRequest

NewOldRequestPresignedURLBadRequest creates a OldRequestPresignedURLBadRequest with default headers values

func (*OldRequestPresignedURLBadRequest) Error added in v0.84.0

func (*OldRequestPresignedURLBadRequest) GetPayload added in v0.84.0

func (*OldRequestPresignedURLBadRequest) ToJSONString added in v0.84.0

func (o *OldRequestPresignedURLBadRequest) ToJSONString() string

type OldRequestPresignedURLCreated added in v0.84.0

type OldRequestPresignedURLCreated struct {
	Payload *legalclientmodels.UploadLocalizedPolicyVersionAttachmentResponse
}

OldRequestPresignedURLCreated handles this case with default header values.

successful operation

func NewOldRequestPresignedURLCreated added in v0.84.0

func NewOldRequestPresignedURLCreated() *OldRequestPresignedURLCreated

NewOldRequestPresignedURLCreated creates a OldRequestPresignedURLCreated with default headers values

func (*OldRequestPresignedURLCreated) Error added in v0.84.0

func (*OldRequestPresignedURLCreated) GetPayload added in v0.84.0

func (*OldRequestPresignedURLCreated) ToJSONString added in v0.84.0

func (o *OldRequestPresignedURLCreated) ToJSONString() string

type OldRequestPresignedURLParams added in v0.84.0

type OldRequestPresignedURLParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *legalclientmodels.UploadPolicyVersionAttachmentRequest
	/*LocalizedPolicyVersionID
	  Localized Policy Version Id

	*/
	LocalizedPolicyVersionID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

OldRequestPresignedURLParams contains all the parameters to send to the API endpoint for the old request presigned url operation typically these are written to a http.Request

func NewOldRequestPresignedURLParams added in v0.84.0

func NewOldRequestPresignedURLParams() *OldRequestPresignedURLParams

NewOldRequestPresignedURLParams creates a new OldRequestPresignedURLParams object with the default values initialized.

func NewOldRequestPresignedURLParamsWithContext added in v0.84.0

func NewOldRequestPresignedURLParamsWithContext(ctx context.Context) *OldRequestPresignedURLParams

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

func NewOldRequestPresignedURLParamsWithHTTPClient added in v0.84.0

func NewOldRequestPresignedURLParamsWithHTTPClient(client *http.Client) *OldRequestPresignedURLParams

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

func NewOldRequestPresignedURLParamsWithTimeout added in v0.84.0

func NewOldRequestPresignedURLParamsWithTimeout(timeout time.Duration) *OldRequestPresignedURLParams

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

func (*OldRequestPresignedURLParams) SetAuthInfoWriter added in v0.84.0

func (o *OldRequestPresignedURLParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the old request presigned url params

func (*OldRequestPresignedURLParams) SetBody added in v0.84.0

SetBody adds the body to the old request presigned url params

func (*OldRequestPresignedURLParams) SetContext added in v0.84.0

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

SetContext adds the context to the old request presigned url params

func (*OldRequestPresignedURLParams) SetFlightId added in v0.84.0

func (o *OldRequestPresignedURLParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*OldRequestPresignedURLParams) SetHTTPClient added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the old request presigned url params

func (*OldRequestPresignedURLParams) SetHTTPClientTransport added in v0.84.0

func (o *OldRequestPresignedURLParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the old request presigned url params

func (*OldRequestPresignedURLParams) SetLocalizedPolicyVersionID added in v0.84.0

func (o *OldRequestPresignedURLParams) SetLocalizedPolicyVersionID(localizedPolicyVersionID string)

SetLocalizedPolicyVersionID adds the localizedPolicyVersionId to the old request presigned url params

func (*OldRequestPresignedURLParams) SetTimeout added in v0.84.0

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

SetTimeout adds the timeout to the old request presigned url params

func (*OldRequestPresignedURLParams) WithBody added in v0.84.0

WithBody adds the body to the old request presigned url params

func (*OldRequestPresignedURLParams) WithContext added in v0.84.0

WithContext adds the context to the old request presigned url params

func (*OldRequestPresignedURLParams) WithHTTPClient added in v0.84.0

WithHTTPClient adds the HTTPClient to the old request presigned url params

func (*OldRequestPresignedURLParams) WithLocalizedPolicyVersionID added in v0.84.0

func (o *OldRequestPresignedURLParams) WithLocalizedPolicyVersionID(localizedPolicyVersionID string) *OldRequestPresignedURLParams

WithLocalizedPolicyVersionID adds the localizedPolicyVersionID to the old request presigned url params

func (*OldRequestPresignedURLParams) WithTimeout added in v0.84.0

WithTimeout adds the timeout to the old request presigned url params

func (*OldRequestPresignedURLParams) WriteToRequest added in v0.84.0

WriteToRequest writes these params to a swagger request

type OldRequestPresignedURLReader added in v0.84.0

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

OldRequestPresignedURLReader is a Reader for the OldRequestPresignedURL structure.

func (*OldRequestPresignedURLReader) ReadResponse added in v0.84.0

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

ReadResponse reads a server response into the received o.

type OldRetrieveLocalizedPolicyVersionsOK added in v0.84.0

type OldRetrieveLocalizedPolicyVersionsOK struct {
	Payload []*legalclientmodels.RetrieveLocalizedPolicyVersionResponse
}

OldRetrieveLocalizedPolicyVersionsOK handles this case with default header values.

successful operation

func NewOldRetrieveLocalizedPolicyVersionsOK added in v0.84.0

func NewOldRetrieveLocalizedPolicyVersionsOK() *OldRetrieveLocalizedPolicyVersionsOK

NewOldRetrieveLocalizedPolicyVersionsOK creates a OldRetrieveLocalizedPolicyVersionsOK with default headers values

func (*OldRetrieveLocalizedPolicyVersionsOK) Error added in v0.84.0

func (*OldRetrieveLocalizedPolicyVersionsOK) GetPayload added in v0.84.0

func (*OldRetrieveLocalizedPolicyVersionsOK) ToJSONString added in v0.84.0

func (o *OldRetrieveLocalizedPolicyVersionsOK) ToJSONString() string

type OldRetrieveLocalizedPolicyVersionsParams added in v0.84.0

type OldRetrieveLocalizedPolicyVersionsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*PolicyVersionID
	  Policy Version Id

	*/
	PolicyVersionID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

OldRetrieveLocalizedPolicyVersionsParams contains all the parameters to send to the API endpoint for the old retrieve localized policy versions operation typically these are written to a http.Request

func NewOldRetrieveLocalizedPolicyVersionsParams added in v0.84.0

func NewOldRetrieveLocalizedPolicyVersionsParams() *OldRetrieveLocalizedPolicyVersionsParams

NewOldRetrieveLocalizedPolicyVersionsParams creates a new OldRetrieveLocalizedPolicyVersionsParams object with the default values initialized.

func NewOldRetrieveLocalizedPolicyVersionsParamsWithContext added in v0.84.0

func NewOldRetrieveLocalizedPolicyVersionsParamsWithContext(ctx context.Context) *OldRetrieveLocalizedPolicyVersionsParams

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

func NewOldRetrieveLocalizedPolicyVersionsParamsWithHTTPClient added in v0.84.0

func NewOldRetrieveLocalizedPolicyVersionsParamsWithHTTPClient(client *http.Client) *OldRetrieveLocalizedPolicyVersionsParams

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

func NewOldRetrieveLocalizedPolicyVersionsParamsWithTimeout added in v0.84.0

func NewOldRetrieveLocalizedPolicyVersionsParamsWithTimeout(timeout time.Duration) *OldRetrieveLocalizedPolicyVersionsParams

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

func (*OldRetrieveLocalizedPolicyVersionsParams) SetAuthInfoWriter added in v0.84.0

func (o *OldRetrieveLocalizedPolicyVersionsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the old retrieve localized policy versions params

func (*OldRetrieveLocalizedPolicyVersionsParams) SetContext added in v0.84.0

SetContext adds the context to the old retrieve localized policy versions params

func (*OldRetrieveLocalizedPolicyVersionsParams) SetFlightId added in v0.84.0

func (o *OldRetrieveLocalizedPolicyVersionsParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*OldRetrieveLocalizedPolicyVersionsParams) SetHTTPClient added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the old retrieve localized policy versions params

func (*OldRetrieveLocalizedPolicyVersionsParams) SetHTTPClientTransport added in v0.84.0

func (o *OldRetrieveLocalizedPolicyVersionsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the old retrieve localized policy versions params

func (*OldRetrieveLocalizedPolicyVersionsParams) SetPolicyVersionID added in v0.84.0

func (o *OldRetrieveLocalizedPolicyVersionsParams) SetPolicyVersionID(policyVersionID string)

SetPolicyVersionID adds the policyVersionId to the old retrieve localized policy versions params

func (*OldRetrieveLocalizedPolicyVersionsParams) SetTimeout added in v0.84.0

SetTimeout adds the timeout to the old retrieve localized policy versions params

func (*OldRetrieveLocalizedPolicyVersionsParams) WithContext added in v0.84.0

WithContext adds the context to the old retrieve localized policy versions params

func (*OldRetrieveLocalizedPolicyVersionsParams) WithHTTPClient added in v0.84.0

WithHTTPClient adds the HTTPClient to the old retrieve localized policy versions params

func (*OldRetrieveLocalizedPolicyVersionsParams) WithPolicyVersionID added in v0.84.0

WithPolicyVersionID adds the policyVersionID to the old retrieve localized policy versions params

func (*OldRetrieveLocalizedPolicyVersionsParams) WithTimeout added in v0.84.0

WithTimeout adds the timeout to the old retrieve localized policy versions params

func (*OldRetrieveLocalizedPolicyVersionsParams) WriteToRequest added in v0.84.0

WriteToRequest writes these params to a swagger request

type OldRetrieveLocalizedPolicyVersionsReader added in v0.84.0

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

OldRetrieveLocalizedPolicyVersionsReader is a Reader for the OldRetrieveLocalizedPolicyVersions structure.

func (*OldRetrieveLocalizedPolicyVersionsReader) ReadResponse added in v0.84.0

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

ReadResponse reads a server response into the received o.

type OldRetrieveSingleLocalizedPolicyVersionNotFound added in v0.84.0

type OldRetrieveSingleLocalizedPolicyVersionNotFound struct {
	Payload *legalclientmodels.ErrorEntity
}

OldRetrieveSingleLocalizedPolicyVersionNotFound handles this case with default header values.

<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>2912</td><td>errors.net.accelbyte.platform.legal.policy_version_not_found</td></tr></table>

func NewOldRetrieveSingleLocalizedPolicyVersionNotFound added in v0.84.0

func NewOldRetrieveSingleLocalizedPolicyVersionNotFound() *OldRetrieveSingleLocalizedPolicyVersionNotFound

NewOldRetrieveSingleLocalizedPolicyVersionNotFound creates a OldRetrieveSingleLocalizedPolicyVersionNotFound with default headers values

func (*OldRetrieveSingleLocalizedPolicyVersionNotFound) Error added in v0.84.0

func (*OldRetrieveSingleLocalizedPolicyVersionNotFound) GetPayload added in v0.84.0

func (*OldRetrieveSingleLocalizedPolicyVersionNotFound) ToJSONString added in v0.84.0

type OldRetrieveSingleLocalizedPolicyVersionOK added in v0.84.0

type OldRetrieveSingleLocalizedPolicyVersionOK struct {
	Payload *legalclientmodels.RetrieveLocalizedPolicyVersionResponse
}

OldRetrieveSingleLocalizedPolicyVersionOK handles this case with default header values.

successful operation

func NewOldRetrieveSingleLocalizedPolicyVersionOK added in v0.84.0

func NewOldRetrieveSingleLocalizedPolicyVersionOK() *OldRetrieveSingleLocalizedPolicyVersionOK

NewOldRetrieveSingleLocalizedPolicyVersionOK creates a OldRetrieveSingleLocalizedPolicyVersionOK with default headers values

func (*OldRetrieveSingleLocalizedPolicyVersionOK) Error added in v0.84.0

func (*OldRetrieveSingleLocalizedPolicyVersionOK) GetPayload added in v0.84.0

func (*OldRetrieveSingleLocalizedPolicyVersionOK) ToJSONString added in v0.84.0

type OldRetrieveSingleLocalizedPolicyVersionParams added in v0.84.0

type OldRetrieveSingleLocalizedPolicyVersionParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*LocalizedPolicyVersionID
	  Localized Policy Version Id

	*/
	LocalizedPolicyVersionID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

OldRetrieveSingleLocalizedPolicyVersionParams contains all the parameters to send to the API endpoint for the old retrieve single localized policy version operation typically these are written to a http.Request

func NewOldRetrieveSingleLocalizedPolicyVersionParams added in v0.84.0

func NewOldRetrieveSingleLocalizedPolicyVersionParams() *OldRetrieveSingleLocalizedPolicyVersionParams

NewOldRetrieveSingleLocalizedPolicyVersionParams creates a new OldRetrieveSingleLocalizedPolicyVersionParams object with the default values initialized.

func NewOldRetrieveSingleLocalizedPolicyVersionParamsWithContext added in v0.84.0

func NewOldRetrieveSingleLocalizedPolicyVersionParamsWithContext(ctx context.Context) *OldRetrieveSingleLocalizedPolicyVersionParams

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

func NewOldRetrieveSingleLocalizedPolicyVersionParamsWithHTTPClient added in v0.84.0

func NewOldRetrieveSingleLocalizedPolicyVersionParamsWithHTTPClient(client *http.Client) *OldRetrieveSingleLocalizedPolicyVersionParams

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

func NewOldRetrieveSingleLocalizedPolicyVersionParamsWithTimeout added in v0.84.0

func NewOldRetrieveSingleLocalizedPolicyVersionParamsWithTimeout(timeout time.Duration) *OldRetrieveSingleLocalizedPolicyVersionParams

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

func (*OldRetrieveSingleLocalizedPolicyVersionParams) SetAuthInfoWriter added in v0.84.0

func (o *OldRetrieveSingleLocalizedPolicyVersionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the old retrieve single localized policy version params

func (*OldRetrieveSingleLocalizedPolicyVersionParams) SetContext added in v0.84.0

SetContext adds the context to the old retrieve single localized policy version params

func (*OldRetrieveSingleLocalizedPolicyVersionParams) SetFlightId added in v0.84.0

func (o *OldRetrieveSingleLocalizedPolicyVersionParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*OldRetrieveSingleLocalizedPolicyVersionParams) SetHTTPClient added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the old retrieve single localized policy version params

func (*OldRetrieveSingleLocalizedPolicyVersionParams) SetHTTPClientTransport added in v0.84.0

func (o *OldRetrieveSingleLocalizedPolicyVersionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the old retrieve single localized policy version params

func (*OldRetrieveSingleLocalizedPolicyVersionParams) SetLocalizedPolicyVersionID added in v0.84.0

func (o *OldRetrieveSingleLocalizedPolicyVersionParams) SetLocalizedPolicyVersionID(localizedPolicyVersionID string)

SetLocalizedPolicyVersionID adds the localizedPolicyVersionId to the old retrieve single localized policy version params

func (*OldRetrieveSingleLocalizedPolicyVersionParams) SetTimeout added in v0.84.0

SetTimeout adds the timeout to the old retrieve single localized policy version params

func (*OldRetrieveSingleLocalizedPolicyVersionParams) WithContext added in v0.84.0

WithContext adds the context to the old retrieve single localized policy version params

func (*OldRetrieveSingleLocalizedPolicyVersionParams) WithHTTPClient added in v0.84.0

WithHTTPClient adds the HTTPClient to the old retrieve single localized policy version params

func (*OldRetrieveSingleLocalizedPolicyVersionParams) WithLocalizedPolicyVersionID added in v0.84.0

func (o *OldRetrieveSingleLocalizedPolicyVersionParams) WithLocalizedPolicyVersionID(localizedPolicyVersionID string) *OldRetrieveSingleLocalizedPolicyVersionParams

WithLocalizedPolicyVersionID adds the localizedPolicyVersionID to the old retrieve single localized policy version params

func (*OldRetrieveSingleLocalizedPolicyVersionParams) WithTimeout added in v0.84.0

WithTimeout adds the timeout to the old retrieve single localized policy version params

func (*OldRetrieveSingleLocalizedPolicyVersionParams) WriteToRequest added in v0.84.0

WriteToRequest writes these params to a swagger request

type OldRetrieveSingleLocalizedPolicyVersionReader added in v0.84.0

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

OldRetrieveSingleLocalizedPolicyVersionReader is a Reader for the OldRetrieveSingleLocalizedPolicyVersion structure.

func (*OldRetrieveSingleLocalizedPolicyVersionReader) ReadResponse added in v0.84.0

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

ReadResponse reads a server response into the received o.

type OldSetDefaultLocalizedPolicyBadRequest added in v0.84.0

type OldSetDefaultLocalizedPolicyBadRequest struct {
	Payload *legalclientmodels.ErrorEntity
}

OldSetDefaultLocalizedPolicyBadRequest handles this case with default header values.

<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40035</td><td>errors.net.accelbyte.platform.legal.invalid_localize_policy_version</td></tr></table>

func NewOldSetDefaultLocalizedPolicyBadRequest added in v0.84.0

func NewOldSetDefaultLocalizedPolicyBadRequest() *OldSetDefaultLocalizedPolicyBadRequest

NewOldSetDefaultLocalizedPolicyBadRequest creates a OldSetDefaultLocalizedPolicyBadRequest with default headers values

func (*OldSetDefaultLocalizedPolicyBadRequest) Error added in v0.84.0

func (*OldSetDefaultLocalizedPolicyBadRequest) GetPayload added in v0.84.0

func (*OldSetDefaultLocalizedPolicyBadRequest) ToJSONString added in v0.84.0

type OldSetDefaultLocalizedPolicyOK added in v0.84.0

type OldSetDefaultLocalizedPolicyOK struct {
}

OldSetDefaultLocalizedPolicyOK handles this case with default header values.

Successful operation

func NewOldSetDefaultLocalizedPolicyOK added in v0.84.0

func NewOldSetDefaultLocalizedPolicyOK() *OldSetDefaultLocalizedPolicyOK

NewOldSetDefaultLocalizedPolicyOK creates a OldSetDefaultLocalizedPolicyOK with default headers values

func (*OldSetDefaultLocalizedPolicyOK) Error added in v0.84.0

type OldSetDefaultLocalizedPolicyParams added in v0.84.0

type OldSetDefaultLocalizedPolicyParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*LocalizedPolicyVersionID
	  Localized Policy Version Id

	*/
	LocalizedPolicyVersionID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

OldSetDefaultLocalizedPolicyParams contains all the parameters to send to the API endpoint for the old set default localized policy operation typically these are written to a http.Request

func NewOldSetDefaultLocalizedPolicyParams added in v0.84.0

func NewOldSetDefaultLocalizedPolicyParams() *OldSetDefaultLocalizedPolicyParams

NewOldSetDefaultLocalizedPolicyParams creates a new OldSetDefaultLocalizedPolicyParams object with the default values initialized.

func NewOldSetDefaultLocalizedPolicyParamsWithContext added in v0.84.0

func NewOldSetDefaultLocalizedPolicyParamsWithContext(ctx context.Context) *OldSetDefaultLocalizedPolicyParams

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

func NewOldSetDefaultLocalizedPolicyParamsWithHTTPClient added in v0.84.0

func NewOldSetDefaultLocalizedPolicyParamsWithHTTPClient(client *http.Client) *OldSetDefaultLocalizedPolicyParams

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

func NewOldSetDefaultLocalizedPolicyParamsWithTimeout added in v0.84.0

func NewOldSetDefaultLocalizedPolicyParamsWithTimeout(timeout time.Duration) *OldSetDefaultLocalizedPolicyParams

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

func (*OldSetDefaultLocalizedPolicyParams) SetAuthInfoWriter added in v0.84.0

func (o *OldSetDefaultLocalizedPolicyParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the old set default localized policy params

func (*OldSetDefaultLocalizedPolicyParams) SetContext added in v0.84.0

SetContext adds the context to the old set default localized policy params

func (*OldSetDefaultLocalizedPolicyParams) SetFlightId added in v0.84.0

func (o *OldSetDefaultLocalizedPolicyParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*OldSetDefaultLocalizedPolicyParams) SetHTTPClient added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the old set default localized policy params

func (*OldSetDefaultLocalizedPolicyParams) SetHTTPClientTransport added in v0.84.0

func (o *OldSetDefaultLocalizedPolicyParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the old set default localized policy params

func (*OldSetDefaultLocalizedPolicyParams) SetLocalizedPolicyVersionID added in v0.84.0

func (o *OldSetDefaultLocalizedPolicyParams) SetLocalizedPolicyVersionID(localizedPolicyVersionID string)

SetLocalizedPolicyVersionID adds the localizedPolicyVersionId to the old set default localized policy params

func (*OldSetDefaultLocalizedPolicyParams) SetTimeout added in v0.84.0

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

SetTimeout adds the timeout to the old set default localized policy params

func (*OldSetDefaultLocalizedPolicyParams) WithContext added in v0.84.0

WithContext adds the context to the old set default localized policy params

func (*OldSetDefaultLocalizedPolicyParams) WithHTTPClient added in v0.84.0

WithHTTPClient adds the HTTPClient to the old set default localized policy params

func (*OldSetDefaultLocalizedPolicyParams) WithLocalizedPolicyVersionID added in v0.84.0

func (o *OldSetDefaultLocalizedPolicyParams) WithLocalizedPolicyVersionID(localizedPolicyVersionID string) *OldSetDefaultLocalizedPolicyParams

WithLocalizedPolicyVersionID adds the localizedPolicyVersionID to the old set default localized policy params

func (*OldSetDefaultLocalizedPolicyParams) WithTimeout added in v0.84.0

WithTimeout adds the timeout to the old set default localized policy params

func (*OldSetDefaultLocalizedPolicyParams) WriteToRequest added in v0.84.0

WriteToRequest writes these params to a swagger request

type OldSetDefaultLocalizedPolicyReader added in v0.84.0

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

OldSetDefaultLocalizedPolicyReader is a Reader for the OldSetDefaultLocalizedPolicy structure.

func (*OldSetDefaultLocalizedPolicyReader) ReadResponse added in v0.84.0

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

ReadResponse reads a server response into the received o.

type OldUpdateLocalizedPolicyVersionBadRequest added in v0.84.0

type OldUpdateLocalizedPolicyVersionBadRequest struct {
	Payload *legalclientmodels.ErrorEntity
}

OldUpdateLocalizedPolicyVersionBadRequest handles this case with default header values.

<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40035</td><td>errors.net.accelbyte.platform.legal.invalid_policy_version</td></tr></table>

func NewOldUpdateLocalizedPolicyVersionBadRequest added in v0.84.0

func NewOldUpdateLocalizedPolicyVersionBadRequest() *OldUpdateLocalizedPolicyVersionBadRequest

NewOldUpdateLocalizedPolicyVersionBadRequest creates a OldUpdateLocalizedPolicyVersionBadRequest with default headers values

func (*OldUpdateLocalizedPolicyVersionBadRequest) Error added in v0.84.0

func (*OldUpdateLocalizedPolicyVersionBadRequest) GetPayload added in v0.84.0

func (*OldUpdateLocalizedPolicyVersionBadRequest) ToJSONString added in v0.84.0

type OldUpdateLocalizedPolicyVersionOK added in v0.84.0

type OldUpdateLocalizedPolicyVersionOK struct {
	Payload *legalclientmodels.UpdateLocalizedPolicyVersionResponse
}

OldUpdateLocalizedPolicyVersionOK handles this case with default header values.

successful operation

func NewOldUpdateLocalizedPolicyVersionOK added in v0.84.0

func NewOldUpdateLocalizedPolicyVersionOK() *OldUpdateLocalizedPolicyVersionOK

NewOldUpdateLocalizedPolicyVersionOK creates a OldUpdateLocalizedPolicyVersionOK with default headers values

func (*OldUpdateLocalizedPolicyVersionOK) Error added in v0.84.0

func (*OldUpdateLocalizedPolicyVersionOK) GetPayload added in v0.84.0

func (*OldUpdateLocalizedPolicyVersionOK) ToJSONString added in v0.84.0

func (o *OldUpdateLocalizedPolicyVersionOK) ToJSONString() string

type OldUpdateLocalizedPolicyVersionParams added in v0.84.0

type OldUpdateLocalizedPolicyVersionParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *legalclientmodels.UpdateLocalizedPolicyVersionRequest
	/*LocalizedPolicyVersionID
	  Localized Policy Version Id

	*/
	LocalizedPolicyVersionID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

OldUpdateLocalizedPolicyVersionParams contains all the parameters to send to the API endpoint for the old update localized policy version operation typically these are written to a http.Request

func NewOldUpdateLocalizedPolicyVersionParams added in v0.84.0

func NewOldUpdateLocalizedPolicyVersionParams() *OldUpdateLocalizedPolicyVersionParams

NewOldUpdateLocalizedPolicyVersionParams creates a new OldUpdateLocalizedPolicyVersionParams object with the default values initialized.

func NewOldUpdateLocalizedPolicyVersionParamsWithContext added in v0.84.0

func NewOldUpdateLocalizedPolicyVersionParamsWithContext(ctx context.Context) *OldUpdateLocalizedPolicyVersionParams

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

func NewOldUpdateLocalizedPolicyVersionParamsWithHTTPClient added in v0.84.0

func NewOldUpdateLocalizedPolicyVersionParamsWithHTTPClient(client *http.Client) *OldUpdateLocalizedPolicyVersionParams

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

func NewOldUpdateLocalizedPolicyVersionParamsWithTimeout added in v0.84.0

func NewOldUpdateLocalizedPolicyVersionParamsWithTimeout(timeout time.Duration) *OldUpdateLocalizedPolicyVersionParams

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

func (*OldUpdateLocalizedPolicyVersionParams) SetAuthInfoWriter added in v0.84.0

func (o *OldUpdateLocalizedPolicyVersionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the old update localized policy version params

func (*OldUpdateLocalizedPolicyVersionParams) SetBody added in v0.84.0

SetBody adds the body to the old update localized policy version params

func (*OldUpdateLocalizedPolicyVersionParams) SetContext added in v0.84.0

SetContext adds the context to the old update localized policy version params

func (*OldUpdateLocalizedPolicyVersionParams) SetFlightId added in v0.84.0

func (o *OldUpdateLocalizedPolicyVersionParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*OldUpdateLocalizedPolicyVersionParams) SetHTTPClient added in v0.84.0

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

SetHTTPClient adds the HTTPClient to the old update localized policy version params

func (*OldUpdateLocalizedPolicyVersionParams) SetHTTPClientTransport added in v0.84.0

func (o *OldUpdateLocalizedPolicyVersionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the old update localized policy version params

func (*OldUpdateLocalizedPolicyVersionParams) SetLocalizedPolicyVersionID added in v0.84.0

func (o *OldUpdateLocalizedPolicyVersionParams) SetLocalizedPolicyVersionID(localizedPolicyVersionID string)

SetLocalizedPolicyVersionID adds the localizedPolicyVersionId to the old update localized policy version params

func (*OldUpdateLocalizedPolicyVersionParams) SetTimeout added in v0.84.0

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

SetTimeout adds the timeout to the old update localized policy version params

func (*OldUpdateLocalizedPolicyVersionParams) WithBody added in v0.84.0

WithBody adds the body to the old update localized policy version params

func (*OldUpdateLocalizedPolicyVersionParams) WithContext added in v0.84.0

WithContext adds the context to the old update localized policy version params

func (*OldUpdateLocalizedPolicyVersionParams) WithHTTPClient added in v0.84.0

WithHTTPClient adds the HTTPClient to the old update localized policy version params

func (*OldUpdateLocalizedPolicyVersionParams) WithLocalizedPolicyVersionID added in v0.84.0

func (o *OldUpdateLocalizedPolicyVersionParams) WithLocalizedPolicyVersionID(localizedPolicyVersionID string) *OldUpdateLocalizedPolicyVersionParams

WithLocalizedPolicyVersionID adds the localizedPolicyVersionID to the old update localized policy version params

func (*OldUpdateLocalizedPolicyVersionParams) WithTimeout added in v0.84.0

WithTimeout adds the timeout to the old update localized policy version params

func (*OldUpdateLocalizedPolicyVersionParams) WriteToRequest added in v0.84.0

WriteToRequest writes these params to a swagger request

type OldUpdateLocalizedPolicyVersionReader added in v0.84.0

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

OldUpdateLocalizedPolicyVersionReader is a Reader for the OldUpdateLocalizedPolicyVersion structure.

func (*OldUpdateLocalizedPolicyVersionReader) ReadResponse added in v0.84.0

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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