Documentation
¶
Index ¶
- type Client
- func (a *Client) OldCreateLocalizedPolicyVersion(params *OldCreateLocalizedPolicyVersionParams, ...) (*OldCreateLocalizedPolicyVersionCreated, ...)deprecated
- func (a *Client) OldCreateLocalizedPolicyVersionShort(params *OldCreateLocalizedPolicyVersionParams, ...) (*OldCreateLocalizedPolicyVersionCreated, error)
- func (a *Client) OldPublicRetrieveSingleLocalizedPolicyVersion(params *OldPublicRetrieveSingleLocalizedPolicyVersionParams) (*OldPublicRetrieveSingleLocalizedPolicyVersionOK, ...)deprecated
- func (a *Client) OldPublicRetrieveSingleLocalizedPolicyVersionShort(params *OldPublicRetrieveSingleLocalizedPolicyVersionParams) (*OldPublicRetrieveSingleLocalizedPolicyVersionOK, error)
- func (a *Client) OldRequestPresignedURL(params *OldRequestPresignedURLParams, authInfo runtime.ClientAuthInfoWriter) (*OldRequestPresignedURLCreated, *OldRequestPresignedURLBadRequest, error)deprecated
- func (a *Client) OldRequestPresignedURLShort(params *OldRequestPresignedURLParams, authInfo runtime.ClientAuthInfoWriter) (*OldRequestPresignedURLCreated, error)
- func (a *Client) OldRetrieveLocalizedPolicyVersions(params *OldRetrieveLocalizedPolicyVersionsParams, ...) (*OldRetrieveLocalizedPolicyVersionsOK, error)deprecated
- func (a *Client) OldRetrieveLocalizedPolicyVersionsShort(params *OldRetrieveLocalizedPolicyVersionsParams, ...) (*OldRetrieveLocalizedPolicyVersionsOK, error)
- func (a *Client) OldRetrieveSingleLocalizedPolicyVersion(params *OldRetrieveSingleLocalizedPolicyVersionParams, ...) (*OldRetrieveSingleLocalizedPolicyVersionOK, ...)deprecated
- func (a *Client) OldRetrieveSingleLocalizedPolicyVersionShort(params *OldRetrieveSingleLocalizedPolicyVersionParams, ...) (*OldRetrieveSingleLocalizedPolicyVersionOK, error)
- func (a *Client) OldSetDefaultLocalizedPolicy(params *OldSetDefaultLocalizedPolicyParams, ...) (*OldSetDefaultLocalizedPolicyOK, *OldSetDefaultLocalizedPolicyBadRequest, ...)deprecated
- func (a *Client) OldSetDefaultLocalizedPolicyShort(params *OldSetDefaultLocalizedPolicyParams, ...) (*OldSetDefaultLocalizedPolicyOK, error)
- func (a *Client) OldUpdateLocalizedPolicyVersion(params *OldUpdateLocalizedPolicyVersionParams, ...) (*OldUpdateLocalizedPolicyVersionOK, *OldUpdateLocalizedPolicyVersionBadRequest, ...)deprecated
- func (a *Client) OldUpdateLocalizedPolicyVersionShort(params *OldUpdateLocalizedPolicyVersionParams, ...) (*OldUpdateLocalizedPolicyVersionOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type OldCreateLocalizedPolicyVersionBadRequest
- type OldCreateLocalizedPolicyVersionConflict
- type OldCreateLocalizedPolicyVersionCreated
- type OldCreateLocalizedPolicyVersionParams
- func NewOldCreateLocalizedPolicyVersionParams() *OldCreateLocalizedPolicyVersionParams
- func NewOldCreateLocalizedPolicyVersionParamsWithContext(ctx context.Context) *OldCreateLocalizedPolicyVersionParams
- func NewOldCreateLocalizedPolicyVersionParamsWithHTTPClient(client *http.Client) *OldCreateLocalizedPolicyVersionParams
- func NewOldCreateLocalizedPolicyVersionParamsWithTimeout(timeout time.Duration) *OldCreateLocalizedPolicyVersionParams
- func (o *OldCreateLocalizedPolicyVersionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *OldCreateLocalizedPolicyVersionParams) SetBody(body *legalclientmodels.CreateLocalizedPolicyVersionRequest)
- func (o *OldCreateLocalizedPolicyVersionParams) SetContext(ctx context.Context)
- func (o *OldCreateLocalizedPolicyVersionParams) SetFlightId(flightId string)
- func (o *OldCreateLocalizedPolicyVersionParams) SetHTTPClient(client *http.Client)
- func (o *OldCreateLocalizedPolicyVersionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *OldCreateLocalizedPolicyVersionParams) SetPolicyVersionID(policyVersionID string)
- func (o *OldCreateLocalizedPolicyVersionParams) SetTimeout(timeout time.Duration)
- func (o *OldCreateLocalizedPolicyVersionParams) WithBody(body *legalclientmodels.CreateLocalizedPolicyVersionRequest) *OldCreateLocalizedPolicyVersionParams
- func (o *OldCreateLocalizedPolicyVersionParams) WithContext(ctx context.Context) *OldCreateLocalizedPolicyVersionParams
- func (o *OldCreateLocalizedPolicyVersionParams) WithHTTPClient(client *http.Client) *OldCreateLocalizedPolicyVersionParams
- func (o *OldCreateLocalizedPolicyVersionParams) WithPolicyVersionID(policyVersionID string) *OldCreateLocalizedPolicyVersionParams
- func (o *OldCreateLocalizedPolicyVersionParams) WithTimeout(timeout time.Duration) *OldCreateLocalizedPolicyVersionParams
- func (o *OldCreateLocalizedPolicyVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OldCreateLocalizedPolicyVersionReader
- type OldPublicRetrieveSingleLocalizedPolicyVersionForbidden
- type OldPublicRetrieveSingleLocalizedPolicyVersionNotFound
- type OldPublicRetrieveSingleLocalizedPolicyVersionOK
- type OldPublicRetrieveSingleLocalizedPolicyVersionParams
- func NewOldPublicRetrieveSingleLocalizedPolicyVersionParams() *OldPublicRetrieveSingleLocalizedPolicyVersionParams
- func NewOldPublicRetrieveSingleLocalizedPolicyVersionParamsWithContext(ctx context.Context) *OldPublicRetrieveSingleLocalizedPolicyVersionParams
- func NewOldPublicRetrieveSingleLocalizedPolicyVersionParamsWithHTTPClient(client *http.Client) *OldPublicRetrieveSingleLocalizedPolicyVersionParams
- func NewOldPublicRetrieveSingleLocalizedPolicyVersionParamsWithTimeout(timeout time.Duration) *OldPublicRetrieveSingleLocalizedPolicyVersionParams
- func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetContext(ctx context.Context)
- func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetFlightId(flightId string)
- func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetHTTPClient(client *http.Client)
- func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetLocalizedPolicyVersionID(localizedPolicyVersionID string)
- func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetTimeout(timeout time.Duration)
- func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithContext(ctx context.Context) *OldPublicRetrieveSingleLocalizedPolicyVersionParams
- func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithHTTPClient(client *http.Client) *OldPublicRetrieveSingleLocalizedPolicyVersionParams
- func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithLocalizedPolicyVersionID(localizedPolicyVersionID string) *OldPublicRetrieveSingleLocalizedPolicyVersionParams
- func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithTimeout(timeout time.Duration) *OldPublicRetrieveSingleLocalizedPolicyVersionParams
- func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OldPublicRetrieveSingleLocalizedPolicyVersionReader
- type OldRequestPresignedURLBadRequest
- type OldRequestPresignedURLCreated
- type OldRequestPresignedURLParams
- func NewOldRequestPresignedURLParams() *OldRequestPresignedURLParams
- func NewOldRequestPresignedURLParamsWithContext(ctx context.Context) *OldRequestPresignedURLParams
- func NewOldRequestPresignedURLParamsWithHTTPClient(client *http.Client) *OldRequestPresignedURLParams
- func NewOldRequestPresignedURLParamsWithTimeout(timeout time.Duration) *OldRequestPresignedURLParams
- func (o *OldRequestPresignedURLParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *OldRequestPresignedURLParams) SetBody(body *legalclientmodels.UploadPolicyVersionAttachmentRequest)
- func (o *OldRequestPresignedURLParams) SetContext(ctx context.Context)
- func (o *OldRequestPresignedURLParams) SetFlightId(flightId string)
- func (o *OldRequestPresignedURLParams) SetHTTPClient(client *http.Client)
- func (o *OldRequestPresignedURLParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *OldRequestPresignedURLParams) SetLocalizedPolicyVersionID(localizedPolicyVersionID string)
- func (o *OldRequestPresignedURLParams) SetTimeout(timeout time.Duration)
- func (o *OldRequestPresignedURLParams) WithBody(body *legalclientmodels.UploadPolicyVersionAttachmentRequest) *OldRequestPresignedURLParams
- func (o *OldRequestPresignedURLParams) WithContext(ctx context.Context) *OldRequestPresignedURLParams
- func (o *OldRequestPresignedURLParams) WithHTTPClient(client *http.Client) *OldRequestPresignedURLParams
- func (o *OldRequestPresignedURLParams) WithLocalizedPolicyVersionID(localizedPolicyVersionID string) *OldRequestPresignedURLParams
- func (o *OldRequestPresignedURLParams) WithTimeout(timeout time.Duration) *OldRequestPresignedURLParams
- func (o *OldRequestPresignedURLParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OldRequestPresignedURLReader
- type OldRetrieveLocalizedPolicyVersionsOK
- type OldRetrieveLocalizedPolicyVersionsParams
- func NewOldRetrieveLocalizedPolicyVersionsParams() *OldRetrieveLocalizedPolicyVersionsParams
- func NewOldRetrieveLocalizedPolicyVersionsParamsWithContext(ctx context.Context) *OldRetrieveLocalizedPolicyVersionsParams
- func NewOldRetrieveLocalizedPolicyVersionsParamsWithHTTPClient(client *http.Client) *OldRetrieveLocalizedPolicyVersionsParams
- func NewOldRetrieveLocalizedPolicyVersionsParamsWithTimeout(timeout time.Duration) *OldRetrieveLocalizedPolicyVersionsParams
- func (o *OldRetrieveLocalizedPolicyVersionsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *OldRetrieveLocalizedPolicyVersionsParams) SetContext(ctx context.Context)
- func (o *OldRetrieveLocalizedPolicyVersionsParams) SetFlightId(flightId string)
- func (o *OldRetrieveLocalizedPolicyVersionsParams) SetHTTPClient(client *http.Client)
- func (o *OldRetrieveLocalizedPolicyVersionsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *OldRetrieveLocalizedPolicyVersionsParams) SetPolicyVersionID(policyVersionID string)
- func (o *OldRetrieveLocalizedPolicyVersionsParams) SetTimeout(timeout time.Duration)
- func (o *OldRetrieveLocalizedPolicyVersionsParams) WithContext(ctx context.Context) *OldRetrieveLocalizedPolicyVersionsParams
- func (o *OldRetrieveLocalizedPolicyVersionsParams) WithHTTPClient(client *http.Client) *OldRetrieveLocalizedPolicyVersionsParams
- func (o *OldRetrieveLocalizedPolicyVersionsParams) WithPolicyVersionID(policyVersionID string) *OldRetrieveLocalizedPolicyVersionsParams
- func (o *OldRetrieveLocalizedPolicyVersionsParams) WithTimeout(timeout time.Duration) *OldRetrieveLocalizedPolicyVersionsParams
- func (o *OldRetrieveLocalizedPolicyVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OldRetrieveLocalizedPolicyVersionsReader
- type OldRetrieveSingleLocalizedPolicyVersionNotFound
- type OldRetrieveSingleLocalizedPolicyVersionOK
- type OldRetrieveSingleLocalizedPolicyVersionParams
- func NewOldRetrieveSingleLocalizedPolicyVersionParams() *OldRetrieveSingleLocalizedPolicyVersionParams
- func NewOldRetrieveSingleLocalizedPolicyVersionParamsWithContext(ctx context.Context) *OldRetrieveSingleLocalizedPolicyVersionParams
- func NewOldRetrieveSingleLocalizedPolicyVersionParamsWithHTTPClient(client *http.Client) *OldRetrieveSingleLocalizedPolicyVersionParams
- func NewOldRetrieveSingleLocalizedPolicyVersionParamsWithTimeout(timeout time.Duration) *OldRetrieveSingleLocalizedPolicyVersionParams
- func (o *OldRetrieveSingleLocalizedPolicyVersionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *OldRetrieveSingleLocalizedPolicyVersionParams) SetContext(ctx context.Context)
- func (o *OldRetrieveSingleLocalizedPolicyVersionParams) SetFlightId(flightId string)
- func (o *OldRetrieveSingleLocalizedPolicyVersionParams) SetHTTPClient(client *http.Client)
- func (o *OldRetrieveSingleLocalizedPolicyVersionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *OldRetrieveSingleLocalizedPolicyVersionParams) SetLocalizedPolicyVersionID(localizedPolicyVersionID string)
- func (o *OldRetrieveSingleLocalizedPolicyVersionParams) SetTimeout(timeout time.Duration)
- func (o *OldRetrieveSingleLocalizedPolicyVersionParams) WithContext(ctx context.Context) *OldRetrieveSingleLocalizedPolicyVersionParams
- func (o *OldRetrieveSingleLocalizedPolicyVersionParams) WithHTTPClient(client *http.Client) *OldRetrieveSingleLocalizedPolicyVersionParams
- func (o *OldRetrieveSingleLocalizedPolicyVersionParams) WithLocalizedPolicyVersionID(localizedPolicyVersionID string) *OldRetrieveSingleLocalizedPolicyVersionParams
- func (o *OldRetrieveSingleLocalizedPolicyVersionParams) WithTimeout(timeout time.Duration) *OldRetrieveSingleLocalizedPolicyVersionParams
- func (o *OldRetrieveSingleLocalizedPolicyVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OldRetrieveSingleLocalizedPolicyVersionReader
- type OldSetDefaultLocalizedPolicyBadRequest
- type OldSetDefaultLocalizedPolicyOK
- type OldSetDefaultLocalizedPolicyParams
- func NewOldSetDefaultLocalizedPolicyParams() *OldSetDefaultLocalizedPolicyParams
- func NewOldSetDefaultLocalizedPolicyParamsWithContext(ctx context.Context) *OldSetDefaultLocalizedPolicyParams
- func NewOldSetDefaultLocalizedPolicyParamsWithHTTPClient(client *http.Client) *OldSetDefaultLocalizedPolicyParams
- func NewOldSetDefaultLocalizedPolicyParamsWithTimeout(timeout time.Duration) *OldSetDefaultLocalizedPolicyParams
- func (o *OldSetDefaultLocalizedPolicyParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *OldSetDefaultLocalizedPolicyParams) SetContext(ctx context.Context)
- func (o *OldSetDefaultLocalizedPolicyParams) SetFlightId(flightId string)
- func (o *OldSetDefaultLocalizedPolicyParams) SetHTTPClient(client *http.Client)
- func (o *OldSetDefaultLocalizedPolicyParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *OldSetDefaultLocalizedPolicyParams) SetLocalizedPolicyVersionID(localizedPolicyVersionID string)
- func (o *OldSetDefaultLocalizedPolicyParams) SetTimeout(timeout time.Duration)
- func (o *OldSetDefaultLocalizedPolicyParams) WithContext(ctx context.Context) *OldSetDefaultLocalizedPolicyParams
- func (o *OldSetDefaultLocalizedPolicyParams) WithHTTPClient(client *http.Client) *OldSetDefaultLocalizedPolicyParams
- func (o *OldSetDefaultLocalizedPolicyParams) WithLocalizedPolicyVersionID(localizedPolicyVersionID string) *OldSetDefaultLocalizedPolicyParams
- func (o *OldSetDefaultLocalizedPolicyParams) WithTimeout(timeout time.Duration) *OldSetDefaultLocalizedPolicyParams
- func (o *OldSetDefaultLocalizedPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OldSetDefaultLocalizedPolicyReader
- type OldUpdateLocalizedPolicyVersionBadRequest
- type OldUpdateLocalizedPolicyVersionOK
- type OldUpdateLocalizedPolicyVersionParams
- func NewOldUpdateLocalizedPolicyVersionParams() *OldUpdateLocalizedPolicyVersionParams
- func NewOldUpdateLocalizedPolicyVersionParamsWithContext(ctx context.Context) *OldUpdateLocalizedPolicyVersionParams
- func NewOldUpdateLocalizedPolicyVersionParamsWithHTTPClient(client *http.Client) *OldUpdateLocalizedPolicyVersionParams
- func NewOldUpdateLocalizedPolicyVersionParamsWithTimeout(timeout time.Duration) *OldUpdateLocalizedPolicyVersionParams
- func (o *OldUpdateLocalizedPolicyVersionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *OldUpdateLocalizedPolicyVersionParams) SetBody(body *legalclientmodels.UpdateLocalizedPolicyVersionRequest)
- func (o *OldUpdateLocalizedPolicyVersionParams) SetContext(ctx context.Context)
- func (o *OldUpdateLocalizedPolicyVersionParams) SetFlightId(flightId string)
- func (o *OldUpdateLocalizedPolicyVersionParams) SetHTTPClient(client *http.Client)
- func (o *OldUpdateLocalizedPolicyVersionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *OldUpdateLocalizedPolicyVersionParams) SetLocalizedPolicyVersionID(localizedPolicyVersionID string)
- func (o *OldUpdateLocalizedPolicyVersionParams) SetTimeout(timeout time.Duration)
- func (o *OldUpdateLocalizedPolicyVersionParams) WithBody(body *legalclientmodels.UpdateLocalizedPolicyVersionRequest) *OldUpdateLocalizedPolicyVersionParams
- func (o *OldUpdateLocalizedPolicyVersionParams) WithContext(ctx context.Context) *OldUpdateLocalizedPolicyVersionParams
- func (o *OldUpdateLocalizedPolicyVersionParams) WithHTTPClient(client *http.Client) *OldUpdateLocalizedPolicyVersionParams
- func (o *OldUpdateLocalizedPolicyVersionParams) WithLocalizedPolicyVersionID(localizedPolicyVersionID string) *OldUpdateLocalizedPolicyVersionParams
- func (o *OldUpdateLocalizedPolicyVersionParams) WithTimeout(timeout time.Duration) *OldUpdateLocalizedPolicyVersionParams
- func (o *OldUpdateLocalizedPolicyVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OldUpdateLocalizedPolicyVersionReader
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
func (a *Client) OldCreateLocalizedPolicyVersion(params *OldCreateLocalizedPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter) (*OldCreateLocalizedPolicyVersionCreated, *OldCreateLocalizedPolicyVersionBadRequest, *OldCreateLocalizedPolicyVersionConflict, error)
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
func (a *Client) OldPublicRetrieveSingleLocalizedPolicyVersion(params *OldPublicRetrieveSingleLocalizedPolicyVersionParams) (*OldPublicRetrieveSingleLocalizedPolicyVersionOK, *OldPublicRetrieveSingleLocalizedPolicyVersionForbidden, *OldPublicRetrieveSingleLocalizedPolicyVersionNotFound, error)
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
func (a *Client) OldRequestPresignedURL(params *OldRequestPresignedURLParams, authInfo runtime.ClientAuthInfoWriter) (*OldRequestPresignedURLCreated, *OldRequestPresignedURLBadRequest, error)
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
func (a *Client) OldRetrieveLocalizedPolicyVersions(params *OldRetrieveLocalizedPolicyVersionsParams, authInfo runtime.ClientAuthInfoWriter) (*OldRetrieveLocalizedPolicyVersionsOK, error)
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
func (a *Client) OldRetrieveSingleLocalizedPolicyVersion(params *OldRetrieveSingleLocalizedPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter) (*OldRetrieveSingleLocalizedPolicyVersionOK, *OldRetrieveSingleLocalizedPolicyVersionNotFound, error)
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
func (a *Client) OldSetDefaultLocalizedPolicy(params *OldSetDefaultLocalizedPolicyParams, authInfo runtime.ClientAuthInfoWriter) (*OldSetDefaultLocalizedPolicyOK, *OldSetDefaultLocalizedPolicyBadRequest, error)
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
func (a *Client) OldUpdateLocalizedPolicyVersion(params *OldUpdateLocalizedPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter) (*OldUpdateLocalizedPolicyVersionOK, *OldUpdateLocalizedPolicyVersionBadRequest, error)
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 (o *OldCreateLocalizedPolicyVersionBadRequest) Error() string
func (*OldCreateLocalizedPolicyVersionBadRequest) GetPayload ¶ added in v0.84.0
func (o *OldCreateLocalizedPolicyVersionBadRequest) GetPayload() *legalclientmodels.ErrorEntity
func (*OldCreateLocalizedPolicyVersionBadRequest) ToJSONString ¶ added in v0.84.0
func (o *OldCreateLocalizedPolicyVersionBadRequest) ToJSONString() string
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 (o *OldCreateLocalizedPolicyVersionConflict) Error() string
func (*OldCreateLocalizedPolicyVersionConflict) GetPayload ¶ added in v0.84.0
func (o *OldCreateLocalizedPolicyVersionConflict) GetPayload() *legalclientmodels.ErrorEntity
func (*OldCreateLocalizedPolicyVersionConflict) ToJSONString ¶ added in v0.84.0
func (o *OldCreateLocalizedPolicyVersionConflict) ToJSONString() string
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 (o *OldCreateLocalizedPolicyVersionCreated) Error() string
func (*OldCreateLocalizedPolicyVersionCreated) GetPayload ¶ added in v0.84.0
func (o *OldCreateLocalizedPolicyVersionCreated) GetPayload() *legalclientmodels.CreateLocalizedPolicyVersionResponse
func (*OldCreateLocalizedPolicyVersionCreated) ToJSONString ¶ added in v0.84.0
func (o *OldCreateLocalizedPolicyVersionCreated) ToJSONString() string
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
func (o *OldCreateLocalizedPolicyVersionParams) SetBody(body *legalclientmodels.CreateLocalizedPolicyVersionRequest)
SetBody adds the body to the old create localized policy version params
func (*OldCreateLocalizedPolicyVersionParams) SetContext ¶ added in v0.84.0
func (o *OldCreateLocalizedPolicyVersionParams) SetContext(ctx context.Context)
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
func (o *OldCreateLocalizedPolicyVersionParams) WithBody(body *legalclientmodels.CreateLocalizedPolicyVersionRequest) *OldCreateLocalizedPolicyVersionParams
WithBody adds the body to the old create localized policy version params
func (*OldCreateLocalizedPolicyVersionParams) WithContext ¶ added in v0.84.0
func (o *OldCreateLocalizedPolicyVersionParams) WithContext(ctx context.Context) *OldCreateLocalizedPolicyVersionParams
WithContext adds the context to the old create localized policy version params
func (*OldCreateLocalizedPolicyVersionParams) WithHTTPClient ¶ added in v0.84.0
func (o *OldCreateLocalizedPolicyVersionParams) WithHTTPClient(client *http.Client) *OldCreateLocalizedPolicyVersionParams
WithHTTPClient adds the HTTPClient to the old create localized policy version params
func (*OldCreateLocalizedPolicyVersionParams) WithPolicyVersionID ¶ added in v0.84.0
func (o *OldCreateLocalizedPolicyVersionParams) WithPolicyVersionID(policyVersionID string) *OldCreateLocalizedPolicyVersionParams
WithPolicyVersionID adds the policyVersionID to the old create localized policy version params
func (*OldCreateLocalizedPolicyVersionParams) WithTimeout ¶ added in v0.84.0
func (o *OldCreateLocalizedPolicyVersionParams) WithTimeout(timeout time.Duration) *OldCreateLocalizedPolicyVersionParams
WithTimeout adds the timeout to the old create localized policy version params
func (*OldCreateLocalizedPolicyVersionParams) WriteToRequest ¶ added in v0.84.0
func (o *OldCreateLocalizedPolicyVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *OldPublicRetrieveSingleLocalizedPolicyVersionForbidden) Error() string
func (*OldPublicRetrieveSingleLocalizedPolicyVersionForbidden) GetPayload ¶ added in v0.84.0
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionForbidden) GetPayload() *legalclientmodels.ErrorEntity
func (*OldPublicRetrieveSingleLocalizedPolicyVersionForbidden) ToJSONString ¶ added in v0.84.0
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionForbidden) ToJSONString() string
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 (o *OldPublicRetrieveSingleLocalizedPolicyVersionNotFound) Error() string
func (*OldPublicRetrieveSingleLocalizedPolicyVersionNotFound) GetPayload ¶ added in v0.84.0
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionNotFound) GetPayload() *legalclientmodels.ErrorEntity
func (*OldPublicRetrieveSingleLocalizedPolicyVersionNotFound) ToJSONString ¶ added in v0.84.0
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionNotFound) ToJSONString() string
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 (o *OldPublicRetrieveSingleLocalizedPolicyVersionOK) Error() string
func (*OldPublicRetrieveSingleLocalizedPolicyVersionOK) GetPayload ¶ added in v0.84.0
func (*OldPublicRetrieveSingleLocalizedPolicyVersionOK) ToJSONString ¶ added in v0.84.0
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionOK) ToJSONString() string
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
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the old public retrieve single localized policy version params
func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetContext ¶ added in v0.84.0
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the old public retrieve single localized policy version params
func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetFlightId ¶ added in v0.84.0
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetHTTPClient ¶ added in v0.84.0
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetHTTPClient(client *http.Client)
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
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the old public retrieve single localized policy version params
func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithContext ¶ added in v0.84.0
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithContext(ctx context.Context) *OldPublicRetrieveSingleLocalizedPolicyVersionParams
WithContext adds the context to the old public retrieve single localized policy version params
func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithHTTPClient ¶ added in v0.84.0
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithHTTPClient(client *http.Client) *OldPublicRetrieveSingleLocalizedPolicyVersionParams
WithHTTPClient adds the HTTPClient to the old public retrieve single localized policy version params
func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithLocalizedPolicyVersionID ¶ added in v0.84.0
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithLocalizedPolicyVersionID(localizedPolicyVersionID string) *OldPublicRetrieveSingleLocalizedPolicyVersionParams
WithLocalizedPolicyVersionID adds the localizedPolicyVersionID to the old public retrieve single localized policy version params
func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithTimeout ¶ added in v0.84.0
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) WithTimeout(timeout time.Duration) *OldPublicRetrieveSingleLocalizedPolicyVersionParams
WithTimeout adds the timeout to the old public retrieve single localized policy version params
func (*OldPublicRetrieveSingleLocalizedPolicyVersionParams) WriteToRequest ¶ added in v0.84.0
func (o *OldPublicRetrieveSingleLocalizedPolicyVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *OldRequestPresignedURLBadRequest) Error() string
func (*OldRequestPresignedURLBadRequest) GetPayload ¶ added in v0.84.0
func (o *OldRequestPresignedURLBadRequest) GetPayload() *legalclientmodels.ErrorEntity
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 (o *OldRequestPresignedURLCreated) Error() string
func (*OldRequestPresignedURLCreated) GetPayload ¶ added in v0.84.0
func (o *OldRequestPresignedURLCreated) GetPayload() *legalclientmodels.UploadLocalizedPolicyVersionAttachmentResponse
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
func (o *OldRequestPresignedURLParams) SetBody(body *legalclientmodels.UploadPolicyVersionAttachmentRequest)
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
func (o *OldRequestPresignedURLParams) WithBody(body *legalclientmodels.UploadPolicyVersionAttachmentRequest) *OldRequestPresignedURLParams
WithBody adds the body to the old request presigned url params
func (*OldRequestPresignedURLParams) WithContext ¶ added in v0.84.0
func (o *OldRequestPresignedURLParams) WithContext(ctx context.Context) *OldRequestPresignedURLParams
WithContext adds the context to the old request presigned url params
func (*OldRequestPresignedURLParams) WithHTTPClient ¶ added in v0.84.0
func (o *OldRequestPresignedURLParams) WithHTTPClient(client *http.Client) *OldRequestPresignedURLParams
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
func (o *OldRequestPresignedURLParams) WithTimeout(timeout time.Duration) *OldRequestPresignedURLParams
WithTimeout adds the timeout to the old request presigned url params
func (*OldRequestPresignedURLParams) WriteToRequest ¶ added in v0.84.0
func (o *OldRequestPresignedURLParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *OldRetrieveLocalizedPolicyVersionsOK) Error() string
func (*OldRetrieveLocalizedPolicyVersionsOK) GetPayload ¶ added in v0.84.0
func (o *OldRetrieveLocalizedPolicyVersionsOK) GetPayload() []*legalclientmodels.RetrieveLocalizedPolicyVersionResponse
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
func (o *OldRetrieveLocalizedPolicyVersionsParams) SetContext(ctx context.Context)
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
func (o *OldRetrieveLocalizedPolicyVersionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the old retrieve localized policy versions params
func (*OldRetrieveLocalizedPolicyVersionsParams) WithContext ¶ added in v0.84.0
func (o *OldRetrieveLocalizedPolicyVersionsParams) WithContext(ctx context.Context) *OldRetrieveLocalizedPolicyVersionsParams
WithContext adds the context to the old retrieve localized policy versions params
func (*OldRetrieveLocalizedPolicyVersionsParams) WithHTTPClient ¶ added in v0.84.0
func (o *OldRetrieveLocalizedPolicyVersionsParams) WithHTTPClient(client *http.Client) *OldRetrieveLocalizedPolicyVersionsParams
WithHTTPClient adds the HTTPClient to the old retrieve localized policy versions params
func (*OldRetrieveLocalizedPolicyVersionsParams) WithPolicyVersionID ¶ added in v0.84.0
func (o *OldRetrieveLocalizedPolicyVersionsParams) WithPolicyVersionID(policyVersionID string) *OldRetrieveLocalizedPolicyVersionsParams
WithPolicyVersionID adds the policyVersionID to the old retrieve localized policy versions params
func (*OldRetrieveLocalizedPolicyVersionsParams) WithTimeout ¶ added in v0.84.0
func (o *OldRetrieveLocalizedPolicyVersionsParams) WithTimeout(timeout time.Duration) *OldRetrieveLocalizedPolicyVersionsParams
WithTimeout adds the timeout to the old retrieve localized policy versions params
func (*OldRetrieveLocalizedPolicyVersionsParams) WriteToRequest ¶ added in v0.84.0
func (o *OldRetrieveLocalizedPolicyVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *OldRetrieveSingleLocalizedPolicyVersionNotFound) Error() string
func (*OldRetrieveSingleLocalizedPolicyVersionNotFound) GetPayload ¶ added in v0.84.0
func (o *OldRetrieveSingleLocalizedPolicyVersionNotFound) GetPayload() *legalclientmodels.ErrorEntity
func (*OldRetrieveSingleLocalizedPolicyVersionNotFound) ToJSONString ¶ added in v0.84.0
func (o *OldRetrieveSingleLocalizedPolicyVersionNotFound) ToJSONString() string
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 (o *OldRetrieveSingleLocalizedPolicyVersionOK) Error() string
func (*OldRetrieveSingleLocalizedPolicyVersionOK) GetPayload ¶ added in v0.84.0
func (o *OldRetrieveSingleLocalizedPolicyVersionOK) GetPayload() *legalclientmodels.RetrieveLocalizedPolicyVersionResponse
func (*OldRetrieveSingleLocalizedPolicyVersionOK) ToJSONString ¶ added in v0.84.0
func (o *OldRetrieveSingleLocalizedPolicyVersionOK) ToJSONString() string
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
func (o *OldRetrieveSingleLocalizedPolicyVersionParams) SetContext(ctx context.Context)
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
func (o *OldRetrieveSingleLocalizedPolicyVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the old retrieve single localized policy version params
func (*OldRetrieveSingleLocalizedPolicyVersionParams) WithContext ¶ added in v0.84.0
func (o *OldRetrieveSingleLocalizedPolicyVersionParams) WithContext(ctx context.Context) *OldRetrieveSingleLocalizedPolicyVersionParams
WithContext adds the context to the old retrieve single localized policy version params
func (*OldRetrieveSingleLocalizedPolicyVersionParams) WithHTTPClient ¶ added in v0.84.0
func (o *OldRetrieveSingleLocalizedPolicyVersionParams) WithHTTPClient(client *http.Client) *OldRetrieveSingleLocalizedPolicyVersionParams
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
func (o *OldRetrieveSingleLocalizedPolicyVersionParams) WithTimeout(timeout time.Duration) *OldRetrieveSingleLocalizedPolicyVersionParams
WithTimeout adds the timeout to the old retrieve single localized policy version params
func (*OldRetrieveSingleLocalizedPolicyVersionParams) WriteToRequest ¶ added in v0.84.0
func (o *OldRetrieveSingleLocalizedPolicyVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *OldSetDefaultLocalizedPolicyBadRequest) Error() string
func (*OldSetDefaultLocalizedPolicyBadRequest) GetPayload ¶ added in v0.84.0
func (o *OldSetDefaultLocalizedPolicyBadRequest) GetPayload() *legalclientmodels.ErrorEntity
func (*OldSetDefaultLocalizedPolicyBadRequest) ToJSONString ¶ added in v0.84.0
func (o *OldSetDefaultLocalizedPolicyBadRequest) ToJSONString() string
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
func (o *OldSetDefaultLocalizedPolicyOK) Error() string
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
func (o *OldSetDefaultLocalizedPolicyParams) SetContext(ctx context.Context)
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
func (o *OldSetDefaultLocalizedPolicyParams) WithContext(ctx context.Context) *OldSetDefaultLocalizedPolicyParams
WithContext adds the context to the old set default localized policy params
func (*OldSetDefaultLocalizedPolicyParams) WithHTTPClient ¶ added in v0.84.0
func (o *OldSetDefaultLocalizedPolicyParams) WithHTTPClient(client *http.Client) *OldSetDefaultLocalizedPolicyParams
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
func (o *OldSetDefaultLocalizedPolicyParams) WithTimeout(timeout time.Duration) *OldSetDefaultLocalizedPolicyParams
WithTimeout adds the timeout to the old set default localized policy params
func (*OldSetDefaultLocalizedPolicyParams) WriteToRequest ¶ added in v0.84.0
func (o *OldSetDefaultLocalizedPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *OldUpdateLocalizedPolicyVersionBadRequest) Error() string
func (*OldUpdateLocalizedPolicyVersionBadRequest) GetPayload ¶ added in v0.84.0
func (o *OldUpdateLocalizedPolicyVersionBadRequest) GetPayload() *legalclientmodels.ErrorEntity
func (*OldUpdateLocalizedPolicyVersionBadRequest) ToJSONString ¶ added in v0.84.0
func (o *OldUpdateLocalizedPolicyVersionBadRequest) ToJSONString() string
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 (o *OldUpdateLocalizedPolicyVersionOK) Error() string
func (*OldUpdateLocalizedPolicyVersionOK) GetPayload ¶ added in v0.84.0
func (o *OldUpdateLocalizedPolicyVersionOK) GetPayload() *legalclientmodels.UpdateLocalizedPolicyVersionResponse
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
func (o *OldUpdateLocalizedPolicyVersionParams) SetBody(body *legalclientmodels.UpdateLocalizedPolicyVersionRequest)
SetBody adds the body to the old update localized policy version params
func (*OldUpdateLocalizedPolicyVersionParams) SetContext ¶ added in v0.84.0
func (o *OldUpdateLocalizedPolicyVersionParams) SetContext(ctx context.Context)
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
func (o *OldUpdateLocalizedPolicyVersionParams) WithBody(body *legalclientmodels.UpdateLocalizedPolicyVersionRequest) *OldUpdateLocalizedPolicyVersionParams
WithBody adds the body to the old update localized policy version params
func (*OldUpdateLocalizedPolicyVersionParams) WithContext ¶ added in v0.84.0
func (o *OldUpdateLocalizedPolicyVersionParams) WithContext(ctx context.Context) *OldUpdateLocalizedPolicyVersionParams
WithContext adds the context to the old update localized policy version params
func (*OldUpdateLocalizedPolicyVersionParams) WithHTTPClient ¶ added in v0.84.0
func (o *OldUpdateLocalizedPolicyVersionParams) WithHTTPClient(client *http.Client) *OldUpdateLocalizedPolicyVersionParams
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
func (o *OldUpdateLocalizedPolicyVersionParams) WithTimeout(timeout time.Duration) *OldUpdateLocalizedPolicyVersionParams
WithTimeout adds the timeout to the old update localized policy version params
func (*OldUpdateLocalizedPolicyVersionParams) WriteToRequest ¶ added in v0.84.0
func (o *OldUpdateLocalizedPolicyVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.
Source Files
¶
- localized_policy_versions_client.go
- old_create_localized_policy_version_parameters.go
- old_create_localized_policy_version_responses.go
- old_public_retrieve_single_localized_policy_version_parameters.go
- old_public_retrieve_single_localized_policy_version_responses.go
- old_request_presigned_url_parameters.go
- old_request_presigned_url_responses.go
- old_retrieve_localized_policy_versions_parameters.go
- old_retrieve_localized_policy_versions_responses.go
- old_retrieve_single_localized_policy_version_parameters.go
- old_retrieve_single_localized_policy_version_responses.go
- old_set_default_localized_policy_parameters.go
- old_set_default_localized_policy_responses.go
- old_update_localized_policy_version_parameters.go
- old_update_localized_policy_version_responses.go