user_statistic

package
v0.50.0 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2023 License: MIT Imports: 16 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminListUsersStatItemsBadRequest added in v0.47.0

type AdminListUsersStatItemsBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

AdminListUsersStatItemsBadRequest handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12223</td><td>Invalid stat codes in namespace [{namespace}]: [{statCodes}]</td></tr></table>

func NewAdminListUsersStatItemsBadRequest added in v0.47.0

func NewAdminListUsersStatItemsBadRequest() *AdminListUsersStatItemsBadRequest

NewAdminListUsersStatItemsBadRequest creates a AdminListUsersStatItemsBadRequest with default headers values

func (*AdminListUsersStatItemsBadRequest) Error added in v0.47.0

func (*AdminListUsersStatItemsBadRequest) GetPayload added in v0.47.0

func (*AdminListUsersStatItemsBadRequest) ToJSONString added in v0.47.0

func (o *AdminListUsersStatItemsBadRequest) ToJSONString() string

type AdminListUsersStatItemsNotFound added in v0.47.0

type AdminListUsersStatItemsNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

AdminListUsersStatItemsNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12243</td><td>Stats cannot be found in namespace [{namespace}]</td></tr></table>

func NewAdminListUsersStatItemsNotFound added in v0.47.0

func NewAdminListUsersStatItemsNotFound() *AdminListUsersStatItemsNotFound

NewAdminListUsersStatItemsNotFound creates a AdminListUsersStatItemsNotFound with default headers values

func (*AdminListUsersStatItemsNotFound) Error added in v0.47.0

func (*AdminListUsersStatItemsNotFound) GetPayload added in v0.47.0

func (*AdminListUsersStatItemsNotFound) ToJSONString added in v0.47.0

func (o *AdminListUsersStatItemsNotFound) ToJSONString() string

type AdminListUsersStatItemsOK added in v0.47.0

type AdminListUsersStatItemsOK struct {
	Payload []*socialclientmodels.ADTOObjectForUserStatItemValue
}

AdminListUsersStatItemsOK handles this case with default header values.

successful operation

func NewAdminListUsersStatItemsOK added in v0.47.0

func NewAdminListUsersStatItemsOK() *AdminListUsersStatItemsOK

NewAdminListUsersStatItemsOK creates a AdminListUsersStatItemsOK with default headers values

func (*AdminListUsersStatItemsOK) Error added in v0.47.0

func (o *AdminListUsersStatItemsOK) Error() string

func (*AdminListUsersStatItemsOK) GetPayload added in v0.47.0

func (*AdminListUsersStatItemsOK) ToJSONString added in v0.47.0

func (o *AdminListUsersStatItemsOK) ToJSONString() string

type AdminListUsersStatItemsParams added in v0.47.0

type AdminListUsersStatItemsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user id

	*/
	UserID string
	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string
	/*StatCodes
	  stat codes

	*/
	StatCodes []string
	/*Tags
	  tags

	*/
	Tags []string

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

AdminListUsersStatItemsParams contains all the parameters to send to the API endpoint for the admin list users stat items operation typically these are written to a http.Request

func NewAdminListUsersStatItemsParams added in v0.47.0

func NewAdminListUsersStatItemsParams() *AdminListUsersStatItemsParams

NewAdminListUsersStatItemsParams creates a new AdminListUsersStatItemsParams object with the default values initialized.

func NewAdminListUsersStatItemsParamsWithContext added in v0.47.0

func NewAdminListUsersStatItemsParamsWithContext(ctx context.Context) *AdminListUsersStatItemsParams

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

func NewAdminListUsersStatItemsParamsWithHTTPClient added in v0.47.0

func NewAdminListUsersStatItemsParamsWithHTTPClient(client *http.Client) *AdminListUsersStatItemsParams

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

func NewAdminListUsersStatItemsParamsWithTimeout added in v0.47.0

func NewAdminListUsersStatItemsParamsWithTimeout(timeout time.Duration) *AdminListUsersStatItemsParams

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

func (*AdminListUsersStatItemsParams) SetAdditionalKey added in v0.47.0

func (o *AdminListUsersStatItemsParams) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the admin list users stat items params

func (*AdminListUsersStatItemsParams) SetAuthInfoWriter added in v0.47.0

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

SetAuthInfoWriter adds the authInfoWriter to the admin list users stat items params

func (*AdminListUsersStatItemsParams) SetContext added in v0.47.0

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

SetContext adds the context to the admin list users stat items params

func (*AdminListUsersStatItemsParams) SetHTTPClient added in v0.47.0

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

SetHTTPClient adds the HTTPClient to the admin list users stat items params

func (*AdminListUsersStatItemsParams) SetHTTPClientTransport added in v0.47.0

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

SetHTTPClient adds the HTTPClient Transport to the admin list users stat items params

func (*AdminListUsersStatItemsParams) SetNamespace added in v0.47.0

func (o *AdminListUsersStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin list users stat items params

func (*AdminListUsersStatItemsParams) SetStatCodes added in v0.47.0

func (o *AdminListUsersStatItemsParams) SetStatCodes(statCodes []string)

SetStatCodes adds the statCodes to the admin list users stat items params

func (*AdminListUsersStatItemsParams) SetTags added in v0.47.0

func (o *AdminListUsersStatItemsParams) SetTags(tags []string)

SetTags adds the tags to the admin list users stat items params

func (*AdminListUsersStatItemsParams) SetTimeout added in v0.47.0

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

SetTimeout adds the timeout to the admin list users stat items params

func (*AdminListUsersStatItemsParams) SetUserID added in v0.47.0

func (o *AdminListUsersStatItemsParams) SetUserID(userID string)

SetUserID adds the userId to the admin list users stat items params

func (*AdminListUsersStatItemsParams) WithAdditionalKey added in v0.47.0

func (o *AdminListUsersStatItemsParams) WithAdditionalKey(additionalKey *string) *AdminListUsersStatItemsParams

WithAdditionalKey adds the additionalKey to the admin list users stat items params

func (*AdminListUsersStatItemsParams) WithContext added in v0.47.0

WithContext adds the context to the admin list users stat items params

func (*AdminListUsersStatItemsParams) WithHTTPClient added in v0.47.0

WithHTTPClient adds the HTTPClient to the admin list users stat items params

func (*AdminListUsersStatItemsParams) WithNamespace added in v0.47.0

WithNamespace adds the namespace to the admin list users stat items params

func (*AdminListUsersStatItemsParams) WithStatCodes added in v0.47.0

WithStatCodes adds the statCodes to the admin list users stat items params

func (*AdminListUsersStatItemsParams) WithTags added in v0.47.0

WithTags adds the tags to the admin list users stat items params

func (*AdminListUsersStatItemsParams) WithTimeout added in v0.47.0

WithTimeout adds the timeout to the admin list users stat items params

func (*AdminListUsersStatItemsParams) WithUserID added in v0.47.0

WithUserID adds the userID to the admin list users stat items params

func (*AdminListUsersStatItemsParams) WriteToRequest added in v0.47.0

WriteToRequest writes these params to a swagger request

type AdminListUsersStatItemsReader added in v0.47.0

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

AdminListUsersStatItemsReader is a Reader for the AdminListUsersStatItems structure.

func (*AdminListUsersStatItemsReader) ReadResponse added in v0.47.0

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

ReadResponse reads a server response into the received o.

type AdminListUsersStatItemsUnprocessableEntity added in v0.47.0

type AdminListUsersStatItemsUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

AdminListUsersStatItemsUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewAdminListUsersStatItemsUnprocessableEntity added in v0.47.0

func NewAdminListUsersStatItemsUnprocessableEntity() *AdminListUsersStatItemsUnprocessableEntity

NewAdminListUsersStatItemsUnprocessableEntity creates a AdminListUsersStatItemsUnprocessableEntity with default headers values

func (*AdminListUsersStatItemsUnprocessableEntity) Error added in v0.47.0

func (*AdminListUsersStatItemsUnprocessableEntity) GetPayload added in v0.47.0

func (*AdminListUsersStatItemsUnprocessableEntity) ToJSONString added in v0.47.0

type BulkCreateUserStatItemsOK

type BulkCreateUserStatItemsOK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkCreateUserStatItemsOK handles this case with default header values.

successful operation

func NewBulkCreateUserStatItemsOK

func NewBulkCreateUserStatItemsOK() *BulkCreateUserStatItemsOK

NewBulkCreateUserStatItemsOK creates a BulkCreateUserStatItemsOK with default headers values

func (*BulkCreateUserStatItemsOK) Error

func (o *BulkCreateUserStatItemsOK) Error() string

func (*BulkCreateUserStatItemsOK) GetPayload

func (*BulkCreateUserStatItemsOK) ToJSONString added in v0.25.0

func (o *BulkCreateUserStatItemsOK) ToJSONString() string

type BulkCreateUserStatItemsParams

type BulkCreateUserStatItemsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkStatItemCreate
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

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

BulkCreateUserStatItemsParams contains all the parameters to send to the API endpoint for the bulk create user stat items operation typically these are written to a http.Request

func NewBulkCreateUserStatItemsParams

func NewBulkCreateUserStatItemsParams() *BulkCreateUserStatItemsParams

NewBulkCreateUserStatItemsParams creates a new BulkCreateUserStatItemsParams object with the default values initialized.

func NewBulkCreateUserStatItemsParamsWithContext

func NewBulkCreateUserStatItemsParamsWithContext(ctx context.Context) *BulkCreateUserStatItemsParams

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

func NewBulkCreateUserStatItemsParamsWithHTTPClient

func NewBulkCreateUserStatItemsParamsWithHTTPClient(client *http.Client) *BulkCreateUserStatItemsParams

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

func NewBulkCreateUserStatItemsParamsWithTimeout

func NewBulkCreateUserStatItemsParamsWithTimeout(timeout time.Duration) *BulkCreateUserStatItemsParams

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

func (*BulkCreateUserStatItemsParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) SetBody

SetBody adds the body to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) SetContext

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

SetContext adds the context to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) SetNamespace

func (o *BulkCreateUserStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) SetTimeout

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

SetTimeout adds the timeout to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) SetUserID

func (o *BulkCreateUserStatItemsParams) SetUserID(userID string)

SetUserID adds the userId to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) WithBody

WithBody adds the body to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) WithContext

WithContext adds the context to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) WithNamespace

WithNamespace adds the namespace to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) WithTimeout

WithTimeout adds the timeout to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) WithUserID

WithUserID adds the userID to the bulk create user stat items params

func (*BulkCreateUserStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkCreateUserStatItemsReader

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

BulkCreateUserStatItemsReader is a Reader for the BulkCreateUserStatItems structure.

func (*BulkCreateUserStatItemsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkCreateUserStatItemsUnprocessableEntity

type BulkCreateUserStatItemsUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkCreateUserStatItemsUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkCreateUserStatItemsUnprocessableEntity

func NewBulkCreateUserStatItemsUnprocessableEntity() *BulkCreateUserStatItemsUnprocessableEntity

NewBulkCreateUserStatItemsUnprocessableEntity creates a BulkCreateUserStatItemsUnprocessableEntity with default headers values

func (*BulkCreateUserStatItemsUnprocessableEntity) Error

func (*BulkCreateUserStatItemsUnprocessableEntity) GetPayload

func (*BulkCreateUserStatItemsUnprocessableEntity) ToJSONString added in v0.25.0

type BulkFetchOrDefaultStatItems1NotFound added in v0.18.0

type BulkFetchOrDefaultStatItems1NotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkFetchOrDefaultStatItems1NotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewBulkFetchOrDefaultStatItems1NotFound added in v0.18.0

func NewBulkFetchOrDefaultStatItems1NotFound() *BulkFetchOrDefaultStatItems1NotFound

NewBulkFetchOrDefaultStatItems1NotFound creates a BulkFetchOrDefaultStatItems1NotFound with default headers values

func (*BulkFetchOrDefaultStatItems1NotFound) Error added in v0.18.0

func (*BulkFetchOrDefaultStatItems1NotFound) GetPayload added in v0.18.0

func (*BulkFetchOrDefaultStatItems1NotFound) ToJSONString added in v0.25.0

func (o *BulkFetchOrDefaultStatItems1NotFound) ToJSONString() string

type BulkFetchOrDefaultStatItems1OK added in v0.18.0

type BulkFetchOrDefaultStatItems1OK struct {
	Payload []*socialclientmodels.ADTOObjectForUserStatItemValue
}

BulkFetchOrDefaultStatItems1OK handles this case with default header values.

successful operation

func NewBulkFetchOrDefaultStatItems1OK added in v0.18.0

func NewBulkFetchOrDefaultStatItems1OK() *BulkFetchOrDefaultStatItems1OK

NewBulkFetchOrDefaultStatItems1OK creates a BulkFetchOrDefaultStatItems1OK with default headers values

func (*BulkFetchOrDefaultStatItems1OK) Error added in v0.18.0

func (*BulkFetchOrDefaultStatItems1OK) GetPayload added in v0.18.0

func (*BulkFetchOrDefaultStatItems1OK) ToJSONString added in v0.25.0

func (o *BulkFetchOrDefaultStatItems1OK) ToJSONString() string

type BulkFetchOrDefaultStatItems1Params added in v0.18.0

type BulkFetchOrDefaultStatItems1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserIds
	  user ids

	*/
	UserIds []string

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

BulkFetchOrDefaultStatItems1Params contains all the parameters to send to the API endpoint for the bulk fetch or default stat items 1 operation typically these are written to a http.Request

func NewBulkFetchOrDefaultStatItems1Params added in v0.18.0

func NewBulkFetchOrDefaultStatItems1Params() *BulkFetchOrDefaultStatItems1Params

NewBulkFetchOrDefaultStatItems1Params creates a new BulkFetchOrDefaultStatItems1Params object with the default values initialized.

func NewBulkFetchOrDefaultStatItems1ParamsWithContext added in v0.18.0

func NewBulkFetchOrDefaultStatItems1ParamsWithContext(ctx context.Context) *BulkFetchOrDefaultStatItems1Params

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

func NewBulkFetchOrDefaultStatItems1ParamsWithHTTPClient added in v0.18.0

func NewBulkFetchOrDefaultStatItems1ParamsWithHTTPClient(client *http.Client) *BulkFetchOrDefaultStatItems1Params

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

func NewBulkFetchOrDefaultStatItems1ParamsWithTimeout added in v0.18.0

func NewBulkFetchOrDefaultStatItems1ParamsWithTimeout(timeout time.Duration) *BulkFetchOrDefaultStatItems1Params

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

func (*BulkFetchOrDefaultStatItems1Params) SetAdditionalKey added in v0.18.0

func (o *BulkFetchOrDefaultStatItems1Params) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) SetAuthInfoWriter added in v0.18.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) SetContext added in v0.18.0

SetContext adds the context to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) SetHTTPClient added in v0.18.0

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

SetHTTPClient adds the HTTPClient to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) SetNamespace added in v0.18.0

func (o *BulkFetchOrDefaultStatItems1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) SetStatCode added in v0.18.0

func (o *BulkFetchOrDefaultStatItems1Params) SetStatCode(statCode string)

SetStatCode adds the statCode to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) SetTimeout added in v0.18.0

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

SetTimeout adds the timeout to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) SetUserIds added in v0.18.0

func (o *BulkFetchOrDefaultStatItems1Params) SetUserIds(userIds []string)

SetUserIds adds the userIds to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) WithAdditionalKey added in v0.18.0

WithAdditionalKey adds the additionalKey to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) WithContext added in v0.18.0

WithContext adds the context to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) WithHTTPClient added in v0.18.0

WithHTTPClient adds the HTTPClient to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) WithNamespace added in v0.18.0

WithNamespace adds the namespace to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) WithStatCode added in v0.18.0

WithStatCode adds the statCode to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) WithTimeout added in v0.18.0

WithTimeout adds the timeout to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) WithUserIds added in v0.18.0

WithUserIds adds the userIds to the bulk fetch or default stat items 1 params

func (*BulkFetchOrDefaultStatItems1Params) WriteToRequest added in v0.18.0

WriteToRequest writes these params to a swagger request

type BulkFetchOrDefaultStatItems1Reader added in v0.18.0

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

BulkFetchOrDefaultStatItems1Reader is a Reader for the BulkFetchOrDefaultStatItems1 structure.

func (*BulkFetchOrDefaultStatItems1Reader) ReadResponse added in v0.18.0

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

ReadResponse reads a server response into the received o.

type BulkFetchOrDefaultStatItems1UnprocessableEntity added in v0.18.0

type BulkFetchOrDefaultStatItems1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkFetchOrDefaultStatItems1UnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkFetchOrDefaultStatItems1UnprocessableEntity added in v0.18.0

func NewBulkFetchOrDefaultStatItems1UnprocessableEntity() *BulkFetchOrDefaultStatItems1UnprocessableEntity

NewBulkFetchOrDefaultStatItems1UnprocessableEntity creates a BulkFetchOrDefaultStatItems1UnprocessableEntity with default headers values

func (*BulkFetchOrDefaultStatItems1UnprocessableEntity) Error added in v0.18.0

func (*BulkFetchOrDefaultStatItems1UnprocessableEntity) GetPayload added in v0.18.0

func (*BulkFetchOrDefaultStatItems1UnprocessableEntity) ToJSONString added in v0.25.0

type BulkFetchOrDefaultStatItemsNotFound added in v0.18.0

type BulkFetchOrDefaultStatItemsNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkFetchOrDefaultStatItemsNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewBulkFetchOrDefaultStatItemsNotFound added in v0.18.0

func NewBulkFetchOrDefaultStatItemsNotFound() *BulkFetchOrDefaultStatItemsNotFound

NewBulkFetchOrDefaultStatItemsNotFound creates a BulkFetchOrDefaultStatItemsNotFound with default headers values

func (*BulkFetchOrDefaultStatItemsNotFound) Error added in v0.18.0

func (*BulkFetchOrDefaultStatItemsNotFound) GetPayload added in v0.18.0

func (*BulkFetchOrDefaultStatItemsNotFound) ToJSONString added in v0.25.0

func (o *BulkFetchOrDefaultStatItemsNotFound) ToJSONString() string

type BulkFetchOrDefaultStatItemsOK added in v0.18.0

type BulkFetchOrDefaultStatItemsOK struct {
	Payload []*socialclientmodels.ADTOObjectForUserStatItemValue
}

BulkFetchOrDefaultStatItemsOK handles this case with default header values.

successful operation

func NewBulkFetchOrDefaultStatItemsOK added in v0.18.0

func NewBulkFetchOrDefaultStatItemsOK() *BulkFetchOrDefaultStatItemsOK

NewBulkFetchOrDefaultStatItemsOK creates a BulkFetchOrDefaultStatItemsOK with default headers values

func (*BulkFetchOrDefaultStatItemsOK) Error added in v0.18.0

func (*BulkFetchOrDefaultStatItemsOK) GetPayload added in v0.18.0

func (*BulkFetchOrDefaultStatItemsOK) ToJSONString added in v0.25.0

func (o *BulkFetchOrDefaultStatItemsOK) ToJSONString() string

type BulkFetchOrDefaultStatItemsParams added in v0.18.0

type BulkFetchOrDefaultStatItemsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserIds
	  user ids

	*/
	UserIds []string

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

BulkFetchOrDefaultStatItemsParams contains all the parameters to send to the API endpoint for the bulk fetch or default stat items operation typically these are written to a http.Request

func NewBulkFetchOrDefaultStatItemsParams added in v0.18.0

func NewBulkFetchOrDefaultStatItemsParams() *BulkFetchOrDefaultStatItemsParams

NewBulkFetchOrDefaultStatItemsParams creates a new BulkFetchOrDefaultStatItemsParams object with the default values initialized.

func NewBulkFetchOrDefaultStatItemsParamsWithContext added in v0.18.0

func NewBulkFetchOrDefaultStatItemsParamsWithContext(ctx context.Context) *BulkFetchOrDefaultStatItemsParams

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

func NewBulkFetchOrDefaultStatItemsParamsWithHTTPClient added in v0.18.0

func NewBulkFetchOrDefaultStatItemsParamsWithHTTPClient(client *http.Client) *BulkFetchOrDefaultStatItemsParams

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

func NewBulkFetchOrDefaultStatItemsParamsWithTimeout added in v0.18.0

func NewBulkFetchOrDefaultStatItemsParamsWithTimeout(timeout time.Duration) *BulkFetchOrDefaultStatItemsParams

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

func (*BulkFetchOrDefaultStatItemsParams) SetAuthInfoWriter added in v0.18.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk fetch or default stat items params

func (*BulkFetchOrDefaultStatItemsParams) SetContext added in v0.18.0

SetContext adds the context to the bulk fetch or default stat items params

func (*BulkFetchOrDefaultStatItemsParams) SetHTTPClient added in v0.18.0

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

SetHTTPClient adds the HTTPClient to the bulk fetch or default stat items params

func (*BulkFetchOrDefaultStatItemsParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk fetch or default stat items params

func (*BulkFetchOrDefaultStatItemsParams) SetNamespace added in v0.18.0

func (o *BulkFetchOrDefaultStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk fetch or default stat items params

func (*BulkFetchOrDefaultStatItemsParams) SetStatCode added in v0.18.0

func (o *BulkFetchOrDefaultStatItemsParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the bulk fetch or default stat items params

func (*BulkFetchOrDefaultStatItemsParams) SetTimeout added in v0.18.0

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

SetTimeout adds the timeout to the bulk fetch or default stat items params

func (*BulkFetchOrDefaultStatItemsParams) SetUserIds added in v0.18.0

func (o *BulkFetchOrDefaultStatItemsParams) SetUserIds(userIds []string)

SetUserIds adds the userIds to the bulk fetch or default stat items params

func (*BulkFetchOrDefaultStatItemsParams) WithContext added in v0.18.0

WithContext adds the context to the bulk fetch or default stat items params

func (*BulkFetchOrDefaultStatItemsParams) WithHTTPClient added in v0.18.0

WithHTTPClient adds the HTTPClient to the bulk fetch or default stat items params

func (*BulkFetchOrDefaultStatItemsParams) WithNamespace added in v0.18.0

WithNamespace adds the namespace to the bulk fetch or default stat items params

func (*BulkFetchOrDefaultStatItemsParams) WithStatCode added in v0.18.0

WithStatCode adds the statCode to the bulk fetch or default stat items params

func (*BulkFetchOrDefaultStatItemsParams) WithTimeout added in v0.18.0

WithTimeout adds the timeout to the bulk fetch or default stat items params

func (*BulkFetchOrDefaultStatItemsParams) WithUserIds added in v0.18.0

WithUserIds adds the userIds to the bulk fetch or default stat items params

func (*BulkFetchOrDefaultStatItemsParams) WriteToRequest added in v0.18.0

WriteToRequest writes these params to a swagger request

type BulkFetchOrDefaultStatItemsReader added in v0.18.0

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

BulkFetchOrDefaultStatItemsReader is a Reader for the BulkFetchOrDefaultStatItems structure.

func (*BulkFetchOrDefaultStatItemsReader) ReadResponse added in v0.18.0

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

ReadResponse reads a server response into the received o.

type BulkFetchOrDefaultStatItemsUnprocessableEntity added in v0.18.0

type BulkFetchOrDefaultStatItemsUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkFetchOrDefaultStatItemsUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkFetchOrDefaultStatItemsUnprocessableEntity added in v0.18.0

func NewBulkFetchOrDefaultStatItemsUnprocessableEntity() *BulkFetchOrDefaultStatItemsUnprocessableEntity

NewBulkFetchOrDefaultStatItemsUnprocessableEntity creates a BulkFetchOrDefaultStatItemsUnprocessableEntity with default headers values

func (*BulkFetchOrDefaultStatItemsUnprocessableEntity) Error added in v0.18.0

func (*BulkFetchOrDefaultStatItemsUnprocessableEntity) GetPayload added in v0.18.0

func (*BulkFetchOrDefaultStatItemsUnprocessableEntity) ToJSONString added in v0.25.0

type BulkFetchStatItems1OK

type BulkFetchStatItems1OK struct {
	Payload []*socialclientmodels.UserStatItemInfo
}

BulkFetchStatItems1OK handles this case with default header values.

successful operation

func NewBulkFetchStatItems1OK

func NewBulkFetchStatItems1OK() *BulkFetchStatItems1OK

NewBulkFetchStatItems1OK creates a BulkFetchStatItems1OK with default headers values

func (*BulkFetchStatItems1OK) Error

func (o *BulkFetchStatItems1OK) Error() string

func (*BulkFetchStatItems1OK) GetPayload

func (*BulkFetchStatItems1OK) ToJSONString added in v0.25.0

func (o *BulkFetchStatItems1OK) ToJSONString() string

type BulkFetchStatItems1Params

type BulkFetchStatItems1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserIds
	  comma separated user Ids

	*/
	UserIds string

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

BulkFetchStatItems1Params contains all the parameters to send to the API endpoint for the bulk fetch stat items 1 operation typically these are written to a http.Request

func NewBulkFetchStatItems1Params

func NewBulkFetchStatItems1Params() *BulkFetchStatItems1Params

NewBulkFetchStatItems1Params creates a new BulkFetchStatItems1Params object with the default values initialized.

func NewBulkFetchStatItems1ParamsWithContext

func NewBulkFetchStatItems1ParamsWithContext(ctx context.Context) *BulkFetchStatItems1Params

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

func NewBulkFetchStatItems1ParamsWithHTTPClient

func NewBulkFetchStatItems1ParamsWithHTTPClient(client *http.Client) *BulkFetchStatItems1Params

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

func NewBulkFetchStatItems1ParamsWithTimeout

func NewBulkFetchStatItems1ParamsWithTimeout(timeout time.Duration) *BulkFetchStatItems1Params

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

func (*BulkFetchStatItems1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) SetContext

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

SetContext adds the context to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) SetNamespace

func (o *BulkFetchStatItems1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) SetStatCode

func (o *BulkFetchStatItems1Params) SetStatCode(statCode string)

SetStatCode adds the statCode to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) SetTimeout

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

SetTimeout adds the timeout to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) SetUserIds

func (o *BulkFetchStatItems1Params) SetUserIds(userIds string)

SetUserIds adds the userIds to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) WithContext

WithContext adds the context to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) WithHTTPClient

func (o *BulkFetchStatItems1Params) WithHTTPClient(client *http.Client) *BulkFetchStatItems1Params

WithHTTPClient adds the HTTPClient to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) WithNamespace

func (o *BulkFetchStatItems1Params) WithNamespace(namespace string) *BulkFetchStatItems1Params

WithNamespace adds the namespace to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) WithStatCode

func (o *BulkFetchStatItems1Params) WithStatCode(statCode string) *BulkFetchStatItems1Params

WithStatCode adds the statCode to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) WithTimeout

WithTimeout adds the timeout to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) WithUserIds

WithUserIds adds the userIds to the bulk fetch stat items 1 params

func (*BulkFetchStatItems1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkFetchStatItems1Reader

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

BulkFetchStatItems1Reader is a Reader for the BulkFetchStatItems1 structure.

func (*BulkFetchStatItems1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkFetchStatItems1UnprocessableEntity

type BulkFetchStatItems1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkFetchStatItems1UnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkFetchStatItems1UnprocessableEntity

func NewBulkFetchStatItems1UnprocessableEntity() *BulkFetchStatItems1UnprocessableEntity

NewBulkFetchStatItems1UnprocessableEntity creates a BulkFetchStatItems1UnprocessableEntity with default headers values

func (*BulkFetchStatItems1UnprocessableEntity) Error

func (*BulkFetchStatItems1UnprocessableEntity) GetPayload

func (*BulkFetchStatItems1UnprocessableEntity) ToJSONString added in v0.25.0

type BulkFetchStatItemsOK

type BulkFetchStatItemsOK struct {
	Payload []*socialclientmodels.UserStatItemInfo
}

BulkFetchStatItemsOK handles this case with default header values.

successful operation

func NewBulkFetchStatItemsOK

func NewBulkFetchStatItemsOK() *BulkFetchStatItemsOK

NewBulkFetchStatItemsOK creates a BulkFetchStatItemsOK with default headers values

func (*BulkFetchStatItemsOK) Error

func (o *BulkFetchStatItemsOK) Error() string

func (*BulkFetchStatItemsOK) GetPayload

func (*BulkFetchStatItemsOK) ToJSONString added in v0.25.0

func (o *BulkFetchStatItemsOK) ToJSONString() string

type BulkFetchStatItemsParams

type BulkFetchStatItemsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserIds
	  comma separated user Ids

	*/
	UserIds string

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

BulkFetchStatItemsParams contains all the parameters to send to the API endpoint for the bulk fetch stat items operation typically these are written to a http.Request

func NewBulkFetchStatItemsParams

func NewBulkFetchStatItemsParams() *BulkFetchStatItemsParams

NewBulkFetchStatItemsParams creates a new BulkFetchStatItemsParams object with the default values initialized.

func NewBulkFetchStatItemsParamsWithContext

func NewBulkFetchStatItemsParamsWithContext(ctx context.Context) *BulkFetchStatItemsParams

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

func NewBulkFetchStatItemsParamsWithHTTPClient

func NewBulkFetchStatItemsParamsWithHTTPClient(client *http.Client) *BulkFetchStatItemsParams

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

func NewBulkFetchStatItemsParamsWithTimeout

func NewBulkFetchStatItemsParamsWithTimeout(timeout time.Duration) *BulkFetchStatItemsParams

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

func (*BulkFetchStatItemsParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) SetContext

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

SetContext adds the context to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) SetNamespace

func (o *BulkFetchStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) SetStatCode

func (o *BulkFetchStatItemsParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) SetTimeout

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

SetTimeout adds the timeout to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) SetUserIds

func (o *BulkFetchStatItemsParams) SetUserIds(userIds string)

SetUserIds adds the userIds to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) WithContext

WithContext adds the context to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) WithHTTPClient

func (o *BulkFetchStatItemsParams) WithHTTPClient(client *http.Client) *BulkFetchStatItemsParams

WithHTTPClient adds the HTTPClient to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) WithNamespace

func (o *BulkFetchStatItemsParams) WithNamespace(namespace string) *BulkFetchStatItemsParams

WithNamespace adds the namespace to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) WithStatCode

func (o *BulkFetchStatItemsParams) WithStatCode(statCode string) *BulkFetchStatItemsParams

WithStatCode adds the statCode to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) WithTimeout

WithTimeout adds the timeout to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) WithUserIds

func (o *BulkFetchStatItemsParams) WithUserIds(userIds string) *BulkFetchStatItemsParams

WithUserIds adds the userIds to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkFetchStatItemsReader

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

BulkFetchStatItemsReader is a Reader for the BulkFetchStatItems structure.

func (*BulkFetchStatItemsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkFetchStatItemsUnprocessableEntity

type BulkFetchStatItemsUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkFetchStatItemsUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkFetchStatItemsUnprocessableEntity

func NewBulkFetchStatItemsUnprocessableEntity() *BulkFetchStatItemsUnprocessableEntity

NewBulkFetchStatItemsUnprocessableEntity creates a BulkFetchStatItemsUnprocessableEntity with default headers values

func (*BulkFetchStatItemsUnprocessableEntity) Error

func (*BulkFetchStatItemsUnprocessableEntity) GetPayload

func (*BulkFetchStatItemsUnprocessableEntity) ToJSONString added in v0.25.0

type BulkIncUserStatItem1OK

type BulkIncUserStatItem1OK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkIncUserStatItem1OK handles this case with default header values.

successful operation

func NewBulkIncUserStatItem1OK

func NewBulkIncUserStatItem1OK() *BulkIncUserStatItem1OK

NewBulkIncUserStatItem1OK creates a BulkIncUserStatItem1OK with default headers values

func (*BulkIncUserStatItem1OK) Error

func (o *BulkIncUserStatItem1OK) Error() string

func (*BulkIncUserStatItem1OK) GetPayload

func (*BulkIncUserStatItem1OK) ToJSONString added in v0.25.0

func (o *BulkIncUserStatItem1OK) ToJSONString() string

type BulkIncUserStatItem1Params

type BulkIncUserStatItem1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

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

BulkIncUserStatItem1Params contains all the parameters to send to the API endpoint for the bulk inc user stat item 1 operation typically these are written to a http.Request

func NewBulkIncUserStatItem1Params

func NewBulkIncUserStatItem1Params() *BulkIncUserStatItem1Params

NewBulkIncUserStatItem1Params creates a new BulkIncUserStatItem1Params object with the default values initialized.

func NewBulkIncUserStatItem1ParamsWithContext

func NewBulkIncUserStatItem1ParamsWithContext(ctx context.Context) *BulkIncUserStatItem1Params

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

func NewBulkIncUserStatItem1ParamsWithHTTPClient

func NewBulkIncUserStatItem1ParamsWithHTTPClient(client *http.Client) *BulkIncUserStatItem1Params

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

func NewBulkIncUserStatItem1ParamsWithTimeout

func NewBulkIncUserStatItem1ParamsWithTimeout(timeout time.Duration) *BulkIncUserStatItem1Params

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

func (*BulkIncUserStatItem1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) SetBody

SetBody adds the body to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) SetContext

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

SetContext adds the context to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) SetNamespace

func (o *BulkIncUserStatItem1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) SetTimeout

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

SetTimeout adds the timeout to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) SetUserID

func (o *BulkIncUserStatItem1Params) SetUserID(userID string)

SetUserID adds the userId to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) WithBody

WithBody adds the body to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) WithContext

WithContext adds the context to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) WithNamespace

func (o *BulkIncUserStatItem1Params) WithNamespace(namespace string) *BulkIncUserStatItem1Params

WithNamespace adds the namespace to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) WithTimeout

WithTimeout adds the timeout to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) WithUserID

WithUserID adds the userID to the bulk inc user stat item 1 params

func (*BulkIncUserStatItem1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkIncUserStatItem1Reader

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

BulkIncUserStatItem1Reader is a Reader for the BulkIncUserStatItem1 structure.

func (*BulkIncUserStatItem1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkIncUserStatItem1UnprocessableEntity

type BulkIncUserStatItem1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkIncUserStatItem1UnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkIncUserStatItem1UnprocessableEntity

func NewBulkIncUserStatItem1UnprocessableEntity() *BulkIncUserStatItem1UnprocessableEntity

NewBulkIncUserStatItem1UnprocessableEntity creates a BulkIncUserStatItem1UnprocessableEntity with default headers values

func (*BulkIncUserStatItem1UnprocessableEntity) Error

func (*BulkIncUserStatItem1UnprocessableEntity) GetPayload

func (*BulkIncUserStatItem1UnprocessableEntity) ToJSONString added in v0.25.0

type BulkIncUserStatItemOK

type BulkIncUserStatItemOK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkIncUserStatItemOK handles this case with default header values.

successful operation

func NewBulkIncUserStatItemOK

func NewBulkIncUserStatItemOK() *BulkIncUserStatItemOK

NewBulkIncUserStatItemOK creates a BulkIncUserStatItemOK with default headers values

func (*BulkIncUserStatItemOK) Error

func (o *BulkIncUserStatItemOK) Error() string

func (*BulkIncUserStatItemOK) GetPayload

func (*BulkIncUserStatItemOK) ToJSONString added in v0.25.0

func (o *BulkIncUserStatItemOK) ToJSONString() string

type BulkIncUserStatItemParams

type BulkIncUserStatItemParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string

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

BulkIncUserStatItemParams contains all the parameters to send to the API endpoint for the bulk inc user stat item operation typically these are written to a http.Request

func NewBulkIncUserStatItemParams

func NewBulkIncUserStatItemParams() *BulkIncUserStatItemParams

NewBulkIncUserStatItemParams creates a new BulkIncUserStatItemParams object with the default values initialized.

func NewBulkIncUserStatItemParamsWithContext

func NewBulkIncUserStatItemParamsWithContext(ctx context.Context) *BulkIncUserStatItemParams

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

func NewBulkIncUserStatItemParamsWithHTTPClient

func NewBulkIncUserStatItemParamsWithHTTPClient(client *http.Client) *BulkIncUserStatItemParams

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

func NewBulkIncUserStatItemParamsWithTimeout

func NewBulkIncUserStatItemParamsWithTimeout(timeout time.Duration) *BulkIncUserStatItemParams

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

func (*BulkIncUserStatItemParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) SetBody

SetBody adds the body to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) SetContext

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

SetContext adds the context to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) SetNamespace

func (o *BulkIncUserStatItemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) SetTimeout

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

SetTimeout adds the timeout to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) WithBody

WithBody adds the body to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) WithContext

WithContext adds the context to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) WithHTTPClient

func (o *BulkIncUserStatItemParams) WithHTTPClient(client *http.Client) *BulkIncUserStatItemParams

WithHTTPClient adds the HTTPClient to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) WithNamespace

func (o *BulkIncUserStatItemParams) WithNamespace(namespace string) *BulkIncUserStatItemParams

WithNamespace adds the namespace to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) WithTimeout

WithTimeout adds the timeout to the bulk inc user stat item params

func (*BulkIncUserStatItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkIncUserStatItemReader

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

BulkIncUserStatItemReader is a Reader for the BulkIncUserStatItem structure.

func (*BulkIncUserStatItemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkIncUserStatItemUnprocessableEntity

type BulkIncUserStatItemUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkIncUserStatItemUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkIncUserStatItemUnprocessableEntity

func NewBulkIncUserStatItemUnprocessableEntity() *BulkIncUserStatItemUnprocessableEntity

NewBulkIncUserStatItemUnprocessableEntity creates a BulkIncUserStatItemUnprocessableEntity with default headers values

func (*BulkIncUserStatItemUnprocessableEntity) Error

func (*BulkIncUserStatItemUnprocessableEntity) GetPayload

func (*BulkIncUserStatItemUnprocessableEntity) ToJSONString added in v0.25.0

type BulkIncUserStatItemValue1OK

type BulkIncUserStatItemValue1OK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkIncUserStatItemValue1OK handles this case with default header values.

successful operation

func NewBulkIncUserStatItemValue1OK

func NewBulkIncUserStatItemValue1OK() *BulkIncUserStatItemValue1OK

NewBulkIncUserStatItemValue1OK creates a BulkIncUserStatItemValue1OK with default headers values

func (*BulkIncUserStatItemValue1OK) Error

func (*BulkIncUserStatItemValue1OK) GetPayload

func (*BulkIncUserStatItemValue1OK) ToJSONString added in v0.25.0

func (o *BulkIncUserStatItemValue1OK) ToJSONString() string

type BulkIncUserStatItemValue1Params

type BulkIncUserStatItemValue1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

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

BulkIncUserStatItemValue1Params contains all the parameters to send to the API endpoint for the bulk inc user stat item value 1 operation typically these are written to a http.Request

func NewBulkIncUserStatItemValue1Params

func NewBulkIncUserStatItemValue1Params() *BulkIncUserStatItemValue1Params

NewBulkIncUserStatItemValue1Params creates a new BulkIncUserStatItemValue1Params object with the default values initialized.

func NewBulkIncUserStatItemValue1ParamsWithContext

func NewBulkIncUserStatItemValue1ParamsWithContext(ctx context.Context) *BulkIncUserStatItemValue1Params

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

func NewBulkIncUserStatItemValue1ParamsWithHTTPClient

func NewBulkIncUserStatItemValue1ParamsWithHTTPClient(client *http.Client) *BulkIncUserStatItemValue1Params

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

func NewBulkIncUserStatItemValue1ParamsWithTimeout

func NewBulkIncUserStatItemValue1ParamsWithTimeout(timeout time.Duration) *BulkIncUserStatItemValue1Params

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

func (*BulkIncUserStatItemValue1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) SetBody

SetBody adds the body to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) SetContext

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

SetContext adds the context to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) SetNamespace

func (o *BulkIncUserStatItemValue1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) SetTimeout

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

SetTimeout adds the timeout to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) SetUserID

func (o *BulkIncUserStatItemValue1Params) SetUserID(userID string)

SetUserID adds the userId to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) WithBody

WithBody adds the body to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) WithContext

WithContext adds the context to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) WithNamespace

WithNamespace adds the namespace to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) WithTimeout

WithTimeout adds the timeout to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) WithUserID

WithUserID adds the userID to the bulk inc user stat item value 1 params

func (*BulkIncUserStatItemValue1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkIncUserStatItemValue1Reader

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

BulkIncUserStatItemValue1Reader is a Reader for the BulkIncUserStatItemValue1 structure.

func (*BulkIncUserStatItemValue1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkIncUserStatItemValue1UnprocessableEntity

type BulkIncUserStatItemValue1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkIncUserStatItemValue1UnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkIncUserStatItemValue1UnprocessableEntity

func NewBulkIncUserStatItemValue1UnprocessableEntity() *BulkIncUserStatItemValue1UnprocessableEntity

NewBulkIncUserStatItemValue1UnprocessableEntity creates a BulkIncUserStatItemValue1UnprocessableEntity with default headers values

func (*BulkIncUserStatItemValue1UnprocessableEntity) Error

func (*BulkIncUserStatItemValue1UnprocessableEntity) GetPayload

func (*BulkIncUserStatItemValue1UnprocessableEntity) ToJSONString added in v0.25.0

type BulkIncUserStatItemValue2OK

type BulkIncUserStatItemValue2OK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkIncUserStatItemValue2OK handles this case with default header values.

successful operation

func NewBulkIncUserStatItemValue2OK

func NewBulkIncUserStatItemValue2OK() *BulkIncUserStatItemValue2OK

NewBulkIncUserStatItemValue2OK creates a BulkIncUserStatItemValue2OK with default headers values

func (*BulkIncUserStatItemValue2OK) Error

func (*BulkIncUserStatItemValue2OK) GetPayload

func (*BulkIncUserStatItemValue2OK) ToJSONString added in v0.25.0

func (o *BulkIncUserStatItemValue2OK) ToJSONString() string

type BulkIncUserStatItemValue2Params

type BulkIncUserStatItemValue2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

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

BulkIncUserStatItemValue2Params contains all the parameters to send to the API endpoint for the bulk inc user stat item value 2 operation typically these are written to a http.Request

func NewBulkIncUserStatItemValue2Params

func NewBulkIncUserStatItemValue2Params() *BulkIncUserStatItemValue2Params

NewBulkIncUserStatItemValue2Params creates a new BulkIncUserStatItemValue2Params object with the default values initialized.

func NewBulkIncUserStatItemValue2ParamsWithContext

func NewBulkIncUserStatItemValue2ParamsWithContext(ctx context.Context) *BulkIncUserStatItemValue2Params

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

func NewBulkIncUserStatItemValue2ParamsWithHTTPClient

func NewBulkIncUserStatItemValue2ParamsWithHTTPClient(client *http.Client) *BulkIncUserStatItemValue2Params

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

func NewBulkIncUserStatItemValue2ParamsWithTimeout

func NewBulkIncUserStatItemValue2ParamsWithTimeout(timeout time.Duration) *BulkIncUserStatItemValue2Params

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

func (*BulkIncUserStatItemValue2Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) SetBody

SetBody adds the body to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) SetContext

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

SetContext adds the context to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) SetNamespace

func (o *BulkIncUserStatItemValue2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) SetTimeout

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

SetTimeout adds the timeout to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) SetUserID

func (o *BulkIncUserStatItemValue2Params) SetUserID(userID string)

SetUserID adds the userId to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) WithBody

WithBody adds the body to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) WithContext

WithContext adds the context to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) WithNamespace

WithNamespace adds the namespace to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) WithTimeout

WithTimeout adds the timeout to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) WithUserID

WithUserID adds the userID to the bulk inc user stat item value 2 params

func (*BulkIncUserStatItemValue2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkIncUserStatItemValue2Reader

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

BulkIncUserStatItemValue2Reader is a Reader for the BulkIncUserStatItemValue2 structure.

func (*BulkIncUserStatItemValue2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkIncUserStatItemValue2UnprocessableEntity

type BulkIncUserStatItemValue2UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkIncUserStatItemValue2UnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkIncUserStatItemValue2UnprocessableEntity

func NewBulkIncUserStatItemValue2UnprocessableEntity() *BulkIncUserStatItemValue2UnprocessableEntity

NewBulkIncUserStatItemValue2UnprocessableEntity creates a BulkIncUserStatItemValue2UnprocessableEntity with default headers values

func (*BulkIncUserStatItemValue2UnprocessableEntity) Error

func (*BulkIncUserStatItemValue2UnprocessableEntity) GetPayload

func (*BulkIncUserStatItemValue2UnprocessableEntity) ToJSONString added in v0.25.0

type BulkIncUserStatItemValueOK

type BulkIncUserStatItemValueOK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkIncUserStatItemValueOK handles this case with default header values.

successful operation

func NewBulkIncUserStatItemValueOK

func NewBulkIncUserStatItemValueOK() *BulkIncUserStatItemValueOK

NewBulkIncUserStatItemValueOK creates a BulkIncUserStatItemValueOK with default headers values

func (*BulkIncUserStatItemValueOK) Error

func (*BulkIncUserStatItemValueOK) GetPayload

func (*BulkIncUserStatItemValueOK) ToJSONString added in v0.25.0

func (o *BulkIncUserStatItemValueOK) ToJSONString() string

type BulkIncUserStatItemValueParams

type BulkIncUserStatItemValueParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string

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

BulkIncUserStatItemValueParams contains all the parameters to send to the API endpoint for the bulk inc user stat item value operation typically these are written to a http.Request

func NewBulkIncUserStatItemValueParams

func NewBulkIncUserStatItemValueParams() *BulkIncUserStatItemValueParams

NewBulkIncUserStatItemValueParams creates a new BulkIncUserStatItemValueParams object with the default values initialized.

func NewBulkIncUserStatItemValueParamsWithContext

func NewBulkIncUserStatItemValueParamsWithContext(ctx context.Context) *BulkIncUserStatItemValueParams

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

func NewBulkIncUserStatItemValueParamsWithHTTPClient

func NewBulkIncUserStatItemValueParamsWithHTTPClient(client *http.Client) *BulkIncUserStatItemValueParams

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

func NewBulkIncUserStatItemValueParamsWithTimeout

func NewBulkIncUserStatItemValueParamsWithTimeout(timeout time.Duration) *BulkIncUserStatItemValueParams

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

func (*BulkIncUserStatItemValueParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) SetBody

SetBody adds the body to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) SetContext

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

SetContext adds the context to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) SetNamespace

func (o *BulkIncUserStatItemValueParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) SetTimeout

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

SetTimeout adds the timeout to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) WithBody

WithBody adds the body to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) WithContext

WithContext adds the context to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) WithNamespace

WithNamespace adds the namespace to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) WithTimeout

WithTimeout adds the timeout to the bulk inc user stat item value params

func (*BulkIncUserStatItemValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkIncUserStatItemValueReader

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

BulkIncUserStatItemValueReader is a Reader for the BulkIncUserStatItemValue structure.

func (*BulkIncUserStatItemValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkIncUserStatItemValueUnprocessableEntity

type BulkIncUserStatItemValueUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkIncUserStatItemValueUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkIncUserStatItemValueUnprocessableEntity

func NewBulkIncUserStatItemValueUnprocessableEntity() *BulkIncUserStatItemValueUnprocessableEntity

NewBulkIncUserStatItemValueUnprocessableEntity creates a BulkIncUserStatItemValueUnprocessableEntity with default headers values

func (*BulkIncUserStatItemValueUnprocessableEntity) Error

func (*BulkIncUserStatItemValueUnprocessableEntity) GetPayload

func (*BulkIncUserStatItemValueUnprocessableEntity) ToJSONString added in v0.25.0

type BulkResetUserStatItem1OK

type BulkResetUserStatItem1OK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkResetUserStatItem1OK handles this case with default header values.

successful operation

func NewBulkResetUserStatItem1OK

func NewBulkResetUserStatItem1OK() *BulkResetUserStatItem1OK

NewBulkResetUserStatItem1OK creates a BulkResetUserStatItem1OK with default headers values

func (*BulkResetUserStatItem1OK) Error

func (o *BulkResetUserStatItem1OK) Error() string

func (*BulkResetUserStatItem1OK) GetPayload

func (*BulkResetUserStatItem1OK) ToJSONString added in v0.25.0

func (o *BulkResetUserStatItem1OK) ToJSONString() string

type BulkResetUserStatItem1Params

type BulkResetUserStatItem1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkStatItemReset
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

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

BulkResetUserStatItem1Params contains all the parameters to send to the API endpoint for the bulk reset user stat item 1 operation typically these are written to a http.Request

func NewBulkResetUserStatItem1Params

func NewBulkResetUserStatItem1Params() *BulkResetUserStatItem1Params

NewBulkResetUserStatItem1Params creates a new BulkResetUserStatItem1Params object with the default values initialized.

func NewBulkResetUserStatItem1ParamsWithContext

func NewBulkResetUserStatItem1ParamsWithContext(ctx context.Context) *BulkResetUserStatItem1Params

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

func NewBulkResetUserStatItem1ParamsWithHTTPClient

func NewBulkResetUserStatItem1ParamsWithHTTPClient(client *http.Client) *BulkResetUserStatItem1Params

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

func NewBulkResetUserStatItem1ParamsWithTimeout

func NewBulkResetUserStatItem1ParamsWithTimeout(timeout time.Duration) *BulkResetUserStatItem1Params

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

func (*BulkResetUserStatItem1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) SetBody

SetBody adds the body to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) SetContext

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

SetContext adds the context to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) SetNamespace

func (o *BulkResetUserStatItem1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) SetTimeout

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

SetTimeout adds the timeout to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) SetUserID

func (o *BulkResetUserStatItem1Params) SetUserID(userID string)

SetUserID adds the userId to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) WithBody

WithBody adds the body to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) WithContext

WithContext adds the context to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) WithNamespace

WithNamespace adds the namespace to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) WithTimeout

WithTimeout adds the timeout to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) WithUserID

WithUserID adds the userID to the bulk reset user stat item 1 params

func (*BulkResetUserStatItem1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkResetUserStatItem1Reader

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

BulkResetUserStatItem1Reader is a Reader for the BulkResetUserStatItem1 structure.

func (*BulkResetUserStatItem1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkResetUserStatItem1UnprocessableEntity

type BulkResetUserStatItem1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkResetUserStatItem1UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkResetUserStatItem1UnprocessableEntity

func NewBulkResetUserStatItem1UnprocessableEntity() *BulkResetUserStatItem1UnprocessableEntity

NewBulkResetUserStatItem1UnprocessableEntity creates a BulkResetUserStatItem1UnprocessableEntity with default headers values

func (*BulkResetUserStatItem1UnprocessableEntity) Error

func (*BulkResetUserStatItem1UnprocessableEntity) GetPayload

func (*BulkResetUserStatItem1UnprocessableEntity) ToJSONString added in v0.25.0

type BulkResetUserStatItem2OK

type BulkResetUserStatItem2OK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkResetUserStatItem2OK handles this case with default header values.

successful operation

func NewBulkResetUserStatItem2OK

func NewBulkResetUserStatItem2OK() *BulkResetUserStatItem2OK

NewBulkResetUserStatItem2OK creates a BulkResetUserStatItem2OK with default headers values

func (*BulkResetUserStatItem2OK) Error

func (o *BulkResetUserStatItem2OK) Error() string

func (*BulkResetUserStatItem2OK) GetPayload

func (*BulkResetUserStatItem2OK) ToJSONString added in v0.25.0

func (o *BulkResetUserStatItem2OK) ToJSONString() string

type BulkResetUserStatItem2Params

type BulkResetUserStatItem2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemReset
	/*Namespace
	  namespace

	*/
	Namespace string

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

BulkResetUserStatItem2Params contains all the parameters to send to the API endpoint for the bulk reset user stat item 2 operation typically these are written to a http.Request

func NewBulkResetUserStatItem2Params

func NewBulkResetUserStatItem2Params() *BulkResetUserStatItem2Params

NewBulkResetUserStatItem2Params creates a new BulkResetUserStatItem2Params object with the default values initialized.

func NewBulkResetUserStatItem2ParamsWithContext

func NewBulkResetUserStatItem2ParamsWithContext(ctx context.Context) *BulkResetUserStatItem2Params

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

func NewBulkResetUserStatItem2ParamsWithHTTPClient

func NewBulkResetUserStatItem2ParamsWithHTTPClient(client *http.Client) *BulkResetUserStatItem2Params

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

func NewBulkResetUserStatItem2ParamsWithTimeout

func NewBulkResetUserStatItem2ParamsWithTimeout(timeout time.Duration) *BulkResetUserStatItem2Params

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

func (*BulkResetUserStatItem2Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) SetBody

SetBody adds the body to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) SetContext

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

SetContext adds the context to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) SetNamespace

func (o *BulkResetUserStatItem2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) SetTimeout

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

SetTimeout adds the timeout to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) WithBody

WithBody adds the body to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) WithContext

WithContext adds the context to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) WithNamespace

WithNamespace adds the namespace to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) WithTimeout

WithTimeout adds the timeout to the bulk reset user stat item 2 params

func (*BulkResetUserStatItem2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkResetUserStatItem2Reader

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

BulkResetUserStatItem2Reader is a Reader for the BulkResetUserStatItem2 structure.

func (*BulkResetUserStatItem2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkResetUserStatItem2UnprocessableEntity

type BulkResetUserStatItem2UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkResetUserStatItem2UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkResetUserStatItem2UnprocessableEntity

func NewBulkResetUserStatItem2UnprocessableEntity() *BulkResetUserStatItem2UnprocessableEntity

NewBulkResetUserStatItem2UnprocessableEntity creates a BulkResetUserStatItem2UnprocessableEntity with default headers values

func (*BulkResetUserStatItem2UnprocessableEntity) Error

func (*BulkResetUserStatItem2UnprocessableEntity) GetPayload

func (*BulkResetUserStatItem2UnprocessableEntity) ToJSONString added in v0.25.0

type BulkResetUserStatItem3OK

type BulkResetUserStatItem3OK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkResetUserStatItem3OK handles this case with default header values.

successful operation

func NewBulkResetUserStatItem3OK

func NewBulkResetUserStatItem3OK() *BulkResetUserStatItem3OK

NewBulkResetUserStatItem3OK creates a BulkResetUserStatItem3OK with default headers values

func (*BulkResetUserStatItem3OK) Error

func (o *BulkResetUserStatItem3OK) Error() string

func (*BulkResetUserStatItem3OK) GetPayload

func (*BulkResetUserStatItem3OK) ToJSONString added in v0.25.0

func (o *BulkResetUserStatItem3OK) ToJSONString() string

type BulkResetUserStatItem3Params

type BulkResetUserStatItem3Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkStatItemReset
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

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

BulkResetUserStatItem3Params contains all the parameters to send to the API endpoint for the bulk reset user stat item 3 operation typically these are written to a http.Request

func NewBulkResetUserStatItem3Params

func NewBulkResetUserStatItem3Params() *BulkResetUserStatItem3Params

NewBulkResetUserStatItem3Params creates a new BulkResetUserStatItem3Params object with the default values initialized.

func NewBulkResetUserStatItem3ParamsWithContext

func NewBulkResetUserStatItem3ParamsWithContext(ctx context.Context) *BulkResetUserStatItem3Params

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

func NewBulkResetUserStatItem3ParamsWithHTTPClient

func NewBulkResetUserStatItem3ParamsWithHTTPClient(client *http.Client) *BulkResetUserStatItem3Params

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

func NewBulkResetUserStatItem3ParamsWithTimeout

func NewBulkResetUserStatItem3ParamsWithTimeout(timeout time.Duration) *BulkResetUserStatItem3Params

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

func (*BulkResetUserStatItem3Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) SetBody

SetBody adds the body to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) SetContext

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

SetContext adds the context to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) SetNamespace

func (o *BulkResetUserStatItem3Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) SetTimeout

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

SetTimeout adds the timeout to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) SetUserID

func (o *BulkResetUserStatItem3Params) SetUserID(userID string)

SetUserID adds the userId to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) WithBody

WithBody adds the body to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) WithContext

WithContext adds the context to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) WithNamespace

WithNamespace adds the namespace to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) WithTimeout

WithTimeout adds the timeout to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) WithUserID

WithUserID adds the userID to the bulk reset user stat item 3 params

func (*BulkResetUserStatItem3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkResetUserStatItem3Reader

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

BulkResetUserStatItem3Reader is a Reader for the BulkResetUserStatItem3 structure.

func (*BulkResetUserStatItem3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkResetUserStatItem3UnprocessableEntity

type BulkResetUserStatItem3UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkResetUserStatItem3UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkResetUserStatItem3UnprocessableEntity

func NewBulkResetUserStatItem3UnprocessableEntity() *BulkResetUserStatItem3UnprocessableEntity

NewBulkResetUserStatItem3UnprocessableEntity creates a BulkResetUserStatItem3UnprocessableEntity with default headers values

func (*BulkResetUserStatItem3UnprocessableEntity) Error

func (*BulkResetUserStatItem3UnprocessableEntity) GetPayload

func (*BulkResetUserStatItem3UnprocessableEntity) ToJSONString added in v0.25.0

type BulkResetUserStatItemOK

type BulkResetUserStatItemOK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkResetUserStatItemOK handles this case with default header values.

successful operation

func NewBulkResetUserStatItemOK

func NewBulkResetUserStatItemOK() *BulkResetUserStatItemOK

NewBulkResetUserStatItemOK creates a BulkResetUserStatItemOK with default headers values

func (*BulkResetUserStatItemOK) Error

func (o *BulkResetUserStatItemOK) Error() string

func (*BulkResetUserStatItemOK) GetPayload

func (*BulkResetUserStatItemOK) ToJSONString added in v0.25.0

func (o *BulkResetUserStatItemOK) ToJSONString() string

type BulkResetUserStatItemParams

type BulkResetUserStatItemParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemReset
	/*Namespace
	  namespace

	*/
	Namespace string

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

BulkResetUserStatItemParams contains all the parameters to send to the API endpoint for the bulk reset user stat item operation typically these are written to a http.Request

func NewBulkResetUserStatItemParams

func NewBulkResetUserStatItemParams() *BulkResetUserStatItemParams

NewBulkResetUserStatItemParams creates a new BulkResetUserStatItemParams object with the default values initialized.

func NewBulkResetUserStatItemParamsWithContext

func NewBulkResetUserStatItemParamsWithContext(ctx context.Context) *BulkResetUserStatItemParams

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

func NewBulkResetUserStatItemParamsWithHTTPClient

func NewBulkResetUserStatItemParamsWithHTTPClient(client *http.Client) *BulkResetUserStatItemParams

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

func NewBulkResetUserStatItemParamsWithTimeout

func NewBulkResetUserStatItemParamsWithTimeout(timeout time.Duration) *BulkResetUserStatItemParams

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

func (*BulkResetUserStatItemParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) SetBody

SetBody adds the body to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) SetContext

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

SetContext adds the context to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) SetNamespace

func (o *BulkResetUserStatItemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) SetTimeout

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

SetTimeout adds the timeout to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) WithBody

WithBody adds the body to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) WithContext

WithContext adds the context to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) WithNamespace

func (o *BulkResetUserStatItemParams) WithNamespace(namespace string) *BulkResetUserStatItemParams

WithNamespace adds the namespace to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) WithTimeout

WithTimeout adds the timeout to the bulk reset user stat item params

func (*BulkResetUserStatItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkResetUserStatItemReader

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

BulkResetUserStatItemReader is a Reader for the BulkResetUserStatItem structure.

func (*BulkResetUserStatItemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkResetUserStatItemUnprocessableEntity

type BulkResetUserStatItemUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkResetUserStatItemUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkResetUserStatItemUnprocessableEntity

func NewBulkResetUserStatItemUnprocessableEntity() *BulkResetUserStatItemUnprocessableEntity

NewBulkResetUserStatItemUnprocessableEntity creates a BulkResetUserStatItemUnprocessableEntity with default headers values

func (*BulkResetUserStatItemUnprocessableEntity) Error

func (*BulkResetUserStatItemUnprocessableEntity) GetPayload

func (*BulkResetUserStatItemUnprocessableEntity) ToJSONString added in v0.25.0

type BulkResetUserStatItemValuesOK added in v0.12.0

type BulkResetUserStatItemValuesOK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkResetUserStatItemValuesOK handles this case with default header values.

successful operation

func NewBulkResetUserStatItemValuesOK added in v0.12.0

func NewBulkResetUserStatItemValuesOK() *BulkResetUserStatItemValuesOK

NewBulkResetUserStatItemValuesOK creates a BulkResetUserStatItemValuesOK with default headers values

func (*BulkResetUserStatItemValuesOK) Error added in v0.12.0

func (*BulkResetUserStatItemValuesOK) GetPayload added in v0.12.0

func (*BulkResetUserStatItemValuesOK) ToJSONString added in v0.25.0

func (o *BulkResetUserStatItemValuesOK) ToJSONString() string

type BulkResetUserStatItemValuesParams added in v0.12.0

type BulkResetUserStatItemValuesParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.ADTOObjectForResettingUserStatItems
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string
	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string

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

BulkResetUserStatItemValuesParams contains all the parameters to send to the API endpoint for the bulk reset user stat item values operation typically these are written to a http.Request

func NewBulkResetUserStatItemValuesParams added in v0.12.0

func NewBulkResetUserStatItemValuesParams() *BulkResetUserStatItemValuesParams

NewBulkResetUserStatItemValuesParams creates a new BulkResetUserStatItemValuesParams object with the default values initialized.

func NewBulkResetUserStatItemValuesParamsWithContext added in v0.12.0

func NewBulkResetUserStatItemValuesParamsWithContext(ctx context.Context) *BulkResetUserStatItemValuesParams

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

func NewBulkResetUserStatItemValuesParamsWithHTTPClient added in v0.12.0

func NewBulkResetUserStatItemValuesParamsWithHTTPClient(client *http.Client) *BulkResetUserStatItemValuesParams

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

func NewBulkResetUserStatItemValuesParamsWithTimeout added in v0.12.0

func NewBulkResetUserStatItemValuesParamsWithTimeout(timeout time.Duration) *BulkResetUserStatItemValuesParams

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

func (*BulkResetUserStatItemValuesParams) SetAdditionalKey added in v0.12.0

func (o *BulkResetUserStatItemValuesParams) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) SetBody added in v0.12.0

SetBody adds the body to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) SetContext added in v0.12.0

SetContext adds the context to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) SetHTTPClient added in v0.12.0

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

SetHTTPClient adds the HTTPClient to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) SetNamespace added in v0.12.0

func (o *BulkResetUserStatItemValuesParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) SetTimeout added in v0.12.0

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

SetTimeout adds the timeout to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) SetUserID added in v0.12.0

func (o *BulkResetUserStatItemValuesParams) SetUserID(userID string)

SetUserID adds the userId to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) WithAdditionalKey added in v0.12.0

func (o *BulkResetUserStatItemValuesParams) WithAdditionalKey(additionalKey *string) *BulkResetUserStatItemValuesParams

WithAdditionalKey adds the additionalKey to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) WithBody added in v0.12.0

WithBody adds the body to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) WithContext added in v0.12.0

WithContext adds the context to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) WithHTTPClient added in v0.12.0

WithHTTPClient adds the HTTPClient to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) WithNamespace added in v0.12.0

WithNamespace adds the namespace to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) WithTimeout added in v0.12.0

WithTimeout adds the timeout to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) WithUserID added in v0.12.0

WithUserID adds the userID to the bulk reset user stat item values params

func (*BulkResetUserStatItemValuesParams) WriteToRequest added in v0.12.0

WriteToRequest writes these params to a swagger request

type BulkResetUserStatItemValuesReader added in v0.12.0

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

BulkResetUserStatItemValuesReader is a Reader for the BulkResetUserStatItemValues structure.

func (*BulkResetUserStatItemValuesReader) ReadResponse added in v0.12.0

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

ReadResponse reads a server response into the received o.

type BulkResetUserStatItemValuesUnprocessableEntity added in v0.12.0

type BulkResetUserStatItemValuesUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkResetUserStatItemValuesUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkResetUserStatItemValuesUnprocessableEntity added in v0.12.0

func NewBulkResetUserStatItemValuesUnprocessableEntity() *BulkResetUserStatItemValuesUnprocessableEntity

NewBulkResetUserStatItemValuesUnprocessableEntity creates a BulkResetUserStatItemValuesUnprocessableEntity with default headers values

func (*BulkResetUserStatItemValuesUnprocessableEntity) Error added in v0.12.0

func (*BulkResetUserStatItemValuesUnprocessableEntity) GetPayload added in v0.12.0

func (*BulkResetUserStatItemValuesUnprocessableEntity) ToJSONString added in v0.25.0

type BulkUpdateUserStatItem1OK

type BulkUpdateUserStatItem1OK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkUpdateUserStatItem1OK handles this case with default header values.

successful operation

func NewBulkUpdateUserStatItem1OK

func NewBulkUpdateUserStatItem1OK() *BulkUpdateUserStatItem1OK

NewBulkUpdateUserStatItem1OK creates a BulkUpdateUserStatItem1OK with default headers values

func (*BulkUpdateUserStatItem1OK) Error

func (o *BulkUpdateUserStatItem1OK) Error() string

func (*BulkUpdateUserStatItem1OK) GetPayload

func (*BulkUpdateUserStatItem1OK) ToJSONString added in v0.25.0

func (o *BulkUpdateUserStatItem1OK) ToJSONString() string

type BulkUpdateUserStatItem1Params

type BulkUpdateUserStatItem1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemUpdate
	/*Namespace
	  namespace

	*/
	Namespace string

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

BulkUpdateUserStatItem1Params contains all the parameters to send to the API endpoint for the bulk update user stat item 1 operation typically these are written to a http.Request

func NewBulkUpdateUserStatItem1Params

func NewBulkUpdateUserStatItem1Params() *BulkUpdateUserStatItem1Params

NewBulkUpdateUserStatItem1Params creates a new BulkUpdateUserStatItem1Params object with the default values initialized.

func NewBulkUpdateUserStatItem1ParamsWithContext

func NewBulkUpdateUserStatItem1ParamsWithContext(ctx context.Context) *BulkUpdateUserStatItem1Params

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

func NewBulkUpdateUserStatItem1ParamsWithHTTPClient

func NewBulkUpdateUserStatItem1ParamsWithHTTPClient(client *http.Client) *BulkUpdateUserStatItem1Params

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

func NewBulkUpdateUserStatItem1ParamsWithTimeout

func NewBulkUpdateUserStatItem1ParamsWithTimeout(timeout time.Duration) *BulkUpdateUserStatItem1Params

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

func (*BulkUpdateUserStatItem1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) SetBody

SetBody adds the body to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) SetContext

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

SetContext adds the context to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) SetNamespace

func (o *BulkUpdateUserStatItem1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) SetTimeout

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

SetTimeout adds the timeout to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) WithBody

WithBody adds the body to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) WithContext

WithContext adds the context to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) WithNamespace

WithNamespace adds the namespace to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) WithTimeout

WithTimeout adds the timeout to the bulk update user stat item 1 params

func (*BulkUpdateUserStatItem1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkUpdateUserStatItem1Reader

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

BulkUpdateUserStatItem1Reader is a Reader for the BulkUpdateUserStatItem1 structure.

func (*BulkUpdateUserStatItem1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkUpdateUserStatItem1UnprocessableEntity

type BulkUpdateUserStatItem1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkUpdateUserStatItem1UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkUpdateUserStatItem1UnprocessableEntity

func NewBulkUpdateUserStatItem1UnprocessableEntity() *BulkUpdateUserStatItem1UnprocessableEntity

NewBulkUpdateUserStatItem1UnprocessableEntity creates a BulkUpdateUserStatItem1UnprocessableEntity with default headers values

func (*BulkUpdateUserStatItem1UnprocessableEntity) Error

func (*BulkUpdateUserStatItem1UnprocessableEntity) GetPayload

func (*BulkUpdateUserStatItem1UnprocessableEntity) ToJSONString added in v0.25.0

type BulkUpdateUserStatItem2OK

type BulkUpdateUserStatItem2OK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkUpdateUserStatItem2OK handles this case with default header values.

successful operation

func NewBulkUpdateUserStatItem2OK

func NewBulkUpdateUserStatItem2OK() *BulkUpdateUserStatItem2OK

NewBulkUpdateUserStatItem2OK creates a BulkUpdateUserStatItem2OK with default headers values

func (*BulkUpdateUserStatItem2OK) Error

func (o *BulkUpdateUserStatItem2OK) Error() string

func (*BulkUpdateUserStatItem2OK) GetPayload

func (*BulkUpdateUserStatItem2OK) ToJSONString added in v0.25.0

func (o *BulkUpdateUserStatItem2OK) ToJSONString() string

type BulkUpdateUserStatItem2Params

type BulkUpdateUserStatItem2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkStatItemUpdate
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string
	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string

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

BulkUpdateUserStatItem2Params contains all the parameters to send to the API endpoint for the bulk update user stat item 2 operation typically these are written to a http.Request

func NewBulkUpdateUserStatItem2Params

func NewBulkUpdateUserStatItem2Params() *BulkUpdateUserStatItem2Params

NewBulkUpdateUserStatItem2Params creates a new BulkUpdateUserStatItem2Params object with the default values initialized.

func NewBulkUpdateUserStatItem2ParamsWithContext

func NewBulkUpdateUserStatItem2ParamsWithContext(ctx context.Context) *BulkUpdateUserStatItem2Params

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

func NewBulkUpdateUserStatItem2ParamsWithHTTPClient

func NewBulkUpdateUserStatItem2ParamsWithHTTPClient(client *http.Client) *BulkUpdateUserStatItem2Params

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

func NewBulkUpdateUserStatItem2ParamsWithTimeout

func NewBulkUpdateUserStatItem2ParamsWithTimeout(timeout time.Duration) *BulkUpdateUserStatItem2Params

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

func (*BulkUpdateUserStatItem2Params) SetAdditionalKey

func (o *BulkUpdateUserStatItem2Params) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) SetBody

SetBody adds the body to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) SetContext

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

SetContext adds the context to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) SetNamespace

func (o *BulkUpdateUserStatItem2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) SetTimeout

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

SetTimeout adds the timeout to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) SetUserID

func (o *BulkUpdateUserStatItem2Params) SetUserID(userID string)

SetUserID adds the userId to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WithAdditionalKey

func (o *BulkUpdateUserStatItem2Params) WithAdditionalKey(additionalKey *string) *BulkUpdateUserStatItem2Params

WithAdditionalKey adds the additionalKey to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WithBody

WithBody adds the body to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WithContext

WithContext adds the context to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WithNamespace

WithNamespace adds the namespace to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WithTimeout

WithTimeout adds the timeout to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WithUserID

WithUserID adds the userID to the bulk update user stat item 2 params

func (*BulkUpdateUserStatItem2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkUpdateUserStatItem2Reader

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

BulkUpdateUserStatItem2Reader is a Reader for the BulkUpdateUserStatItem2 structure.

func (*BulkUpdateUserStatItem2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkUpdateUserStatItem2UnprocessableEntity

type BulkUpdateUserStatItem2UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkUpdateUserStatItem2UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkUpdateUserStatItem2UnprocessableEntity

func NewBulkUpdateUserStatItem2UnprocessableEntity() *BulkUpdateUserStatItem2UnprocessableEntity

NewBulkUpdateUserStatItem2UnprocessableEntity creates a BulkUpdateUserStatItem2UnprocessableEntity with default headers values

func (*BulkUpdateUserStatItem2UnprocessableEntity) Error

func (*BulkUpdateUserStatItem2UnprocessableEntity) GetPayload

func (*BulkUpdateUserStatItem2UnprocessableEntity) ToJSONString added in v0.25.0

type BulkUpdateUserStatItemOK

type BulkUpdateUserStatItemOK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkUpdateUserStatItemOK handles this case with default header values.

successful operation

func NewBulkUpdateUserStatItemOK

func NewBulkUpdateUserStatItemOK() *BulkUpdateUserStatItemOK

NewBulkUpdateUserStatItemOK creates a BulkUpdateUserStatItemOK with default headers values

func (*BulkUpdateUserStatItemOK) Error

func (o *BulkUpdateUserStatItemOK) Error() string

func (*BulkUpdateUserStatItemOK) GetPayload

func (*BulkUpdateUserStatItemOK) ToJSONString added in v0.25.0

func (o *BulkUpdateUserStatItemOK) ToJSONString() string

type BulkUpdateUserStatItemParams

type BulkUpdateUserStatItemParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkStatItemUpdate
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string
	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string

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

BulkUpdateUserStatItemParams contains all the parameters to send to the API endpoint for the bulk update user stat item operation typically these are written to a http.Request

func NewBulkUpdateUserStatItemParams

func NewBulkUpdateUserStatItemParams() *BulkUpdateUserStatItemParams

NewBulkUpdateUserStatItemParams creates a new BulkUpdateUserStatItemParams object with the default values initialized.

func NewBulkUpdateUserStatItemParamsWithContext

func NewBulkUpdateUserStatItemParamsWithContext(ctx context.Context) *BulkUpdateUserStatItemParams

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

func NewBulkUpdateUserStatItemParamsWithHTTPClient

func NewBulkUpdateUserStatItemParamsWithHTTPClient(client *http.Client) *BulkUpdateUserStatItemParams

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

func NewBulkUpdateUserStatItemParamsWithTimeout

func NewBulkUpdateUserStatItemParamsWithTimeout(timeout time.Duration) *BulkUpdateUserStatItemParams

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

func (*BulkUpdateUserStatItemParams) SetAdditionalKey

func (o *BulkUpdateUserStatItemParams) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) SetBody

SetBody adds the body to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) SetContext

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

SetContext adds the context to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) SetNamespace

func (o *BulkUpdateUserStatItemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) SetTimeout

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

SetTimeout adds the timeout to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) SetUserID

func (o *BulkUpdateUserStatItemParams) SetUserID(userID string)

SetUserID adds the userId to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WithAdditionalKey

func (o *BulkUpdateUserStatItemParams) WithAdditionalKey(additionalKey *string) *BulkUpdateUserStatItemParams

WithAdditionalKey adds the additionalKey to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WithBody

WithBody adds the body to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WithContext

WithContext adds the context to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WithNamespace

WithNamespace adds the namespace to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WithTimeout

WithTimeout adds the timeout to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WithUserID

WithUserID adds the userID to the bulk update user stat item params

func (*BulkUpdateUserStatItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkUpdateUserStatItemReader

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

BulkUpdateUserStatItemReader is a Reader for the BulkUpdateUserStatItem structure.

func (*BulkUpdateUserStatItemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkUpdateUserStatItemUnprocessableEntity

type BulkUpdateUserStatItemUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkUpdateUserStatItemUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkUpdateUserStatItemUnprocessableEntity

func NewBulkUpdateUserStatItemUnprocessableEntity() *BulkUpdateUserStatItemUnprocessableEntity

NewBulkUpdateUserStatItemUnprocessableEntity creates a BulkUpdateUserStatItemUnprocessableEntity with default headers values

func (*BulkUpdateUserStatItemUnprocessableEntity) Error

func (*BulkUpdateUserStatItemUnprocessableEntity) GetPayload

func (*BulkUpdateUserStatItemUnprocessableEntity) ToJSONString added in v0.25.0

type BulkUpdateUserStatItemV2OK

type BulkUpdateUserStatItemV2OK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

BulkUpdateUserStatItemV2OK handles this case with default header values.

successful operation

func NewBulkUpdateUserStatItemV2OK

func NewBulkUpdateUserStatItemV2OK() *BulkUpdateUserStatItemV2OK

NewBulkUpdateUserStatItemV2OK creates a BulkUpdateUserStatItemV2OK with default headers values

func (*BulkUpdateUserStatItemV2OK) Error

func (*BulkUpdateUserStatItemV2OK) GetPayload

func (*BulkUpdateUserStatItemV2OK) ToJSONString added in v0.25.0

func (o *BulkUpdateUserStatItemV2OK) ToJSONString() string

type BulkUpdateUserStatItemV2Params

type BulkUpdateUserStatItemV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemUpdate
	/*Namespace
	  namespace

	*/
	Namespace string

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

BulkUpdateUserStatItemV2Params contains all the parameters to send to the API endpoint for the bulk update user stat item v2 operation typically these are written to a http.Request

func NewBulkUpdateUserStatItemV2Params

func NewBulkUpdateUserStatItemV2Params() *BulkUpdateUserStatItemV2Params

NewBulkUpdateUserStatItemV2Params creates a new BulkUpdateUserStatItemV2Params object with the default values initialized.

func NewBulkUpdateUserStatItemV2ParamsWithContext

func NewBulkUpdateUserStatItemV2ParamsWithContext(ctx context.Context) *BulkUpdateUserStatItemV2Params

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

func NewBulkUpdateUserStatItemV2ParamsWithHTTPClient

func NewBulkUpdateUserStatItemV2ParamsWithHTTPClient(client *http.Client) *BulkUpdateUserStatItemV2Params

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

func NewBulkUpdateUserStatItemV2ParamsWithTimeout

func NewBulkUpdateUserStatItemV2ParamsWithTimeout(timeout time.Duration) *BulkUpdateUserStatItemV2Params

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

func (*BulkUpdateUserStatItemV2Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) SetBody

SetBody adds the body to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) SetContext

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

SetContext adds the context to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) SetNamespace

func (o *BulkUpdateUserStatItemV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) SetTimeout

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

SetTimeout adds the timeout to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) WithBody

WithBody adds the body to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) WithContext

WithContext adds the context to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) WithNamespace

WithNamespace adds the namespace to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) WithTimeout

WithTimeout adds the timeout to the bulk update user stat item v2 params

func (*BulkUpdateUserStatItemV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkUpdateUserStatItemV2Reader

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

BulkUpdateUserStatItemV2Reader is a Reader for the BulkUpdateUserStatItemV2 structure.

func (*BulkUpdateUserStatItemV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkUpdateUserStatItemV2UnprocessableEntity

type BulkUpdateUserStatItemV2UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

BulkUpdateUserStatItemV2UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewBulkUpdateUserStatItemV2UnprocessableEntity

func NewBulkUpdateUserStatItemV2UnprocessableEntity() *BulkUpdateUserStatItemV2UnprocessableEntity

NewBulkUpdateUserStatItemV2UnprocessableEntity creates a BulkUpdateUserStatItemV2UnprocessableEntity with default headers values

func (*BulkUpdateUserStatItemV2UnprocessableEntity) Error

func (*BulkUpdateUserStatItemV2UnprocessableEntity) GetPayload

func (*BulkUpdateUserStatItemV2UnprocessableEntity) ToJSONString added in v0.25.0

type Client

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

Client for user statistic API

func (*Client) AdminListUsersStatItems deprecated added in v0.47.0

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

AdminListUsersStatItems admin list user's statitems Admin list all statItems of user NOTE:

  • If stat code does not exist, will ignore this stat code.
  • If stat item does not exist, will return default value

Other detail info:+ *Required permission*: resource=ADMIN:NAMESPACE:{namespace}:STATITEM, action=2 (READ)

  • Returns : stat items

func (*Client) AdminListUsersStatItemsShort added in v0.47.0

func (a *Client) AdminListUsersStatItemsShort(params *AdminListUsersStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminListUsersStatItemsOK, error)

AdminListUsersStatItemsShort admin list user's statitems Admin list all statItems of user NOTE:

  • If stat code does not exist, will ignore this stat code.
  • If stat item does not exist, will return default value

Other detail info:+ *Required permission*: resource=ADMIN:NAMESPACE:{namespace}:STATITEM, action=2 (READ)

  • Returns : stat items

func (*Client) BulkCreateUserStatItems deprecated

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

BulkCreateUserStatItems bulk create user's statitems Bulk create user's statItems. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=1 (CREATE)
  • Returns : bulk created result

func (*Client) BulkCreateUserStatItemsShort added in v0.8.0

func (a *Client) BulkCreateUserStatItemsShort(params *BulkCreateUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkCreateUserStatItemsOK, error)

BulkCreateUserStatItemsShort bulk create user's statitems Bulk create user's statItems. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=1 (CREATE)
  • Returns : bulk created result

func (*Client) BulkFetchOrDefaultStatItems deprecated added in v0.18.0

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

BulkFetchOrDefaultStatItems bulk fetch user stat item values Bulk fetch multiple user's stat item values for a given namespace and statCode. NOTE: If stat item does not exist, will return default value. Other detail info: + *Required permission*: resource=ADMIN:NAMESPACE:{namespace}:STATITEM, action=2 (READ) + *Returns*: list of user's stat item values

func (*Client) BulkFetchOrDefaultStatItems1 deprecated added in v0.18.0

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

BulkFetchOrDefaultStatItems1 bulk fetch user stat item values Bulk fetch multiple user's stat item values for a given namespace and statCode. NOTE: If stat item does not exist, will return default value. Other detail info: + *Required permission*: resource=ADMIN:NAMESPACE:{namespace}:STATITEM, action=2 (READ) + *Returns*: list of user's stat item values

func (*Client) BulkFetchOrDefaultStatItems1Short added in v0.18.0

func (a *Client) BulkFetchOrDefaultStatItems1Short(params *BulkFetchOrDefaultStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchOrDefaultStatItems1OK, error)

BulkFetchOrDefaultStatItems1Short bulk fetch user stat item values Bulk fetch multiple user's stat item values for a given namespace and statCode. NOTE: If stat item does not exist, will return default value. Other detail info: + *Required permission*: resource=ADMIN:NAMESPACE:{namespace}:STATITEM, action=2 (READ) + *Returns*: list of user's stat item values

func (*Client) BulkFetchOrDefaultStatItemsShort added in v0.18.0

func (a *Client) BulkFetchOrDefaultStatItemsShort(params *BulkFetchOrDefaultStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchOrDefaultStatItemsOK, error)

BulkFetchOrDefaultStatItemsShort bulk fetch user stat item values Bulk fetch multiple user's stat item values for a given namespace and statCode. NOTE: If stat item does not exist, will return default value. Other detail info: + *Required permission*: resource=ADMIN:NAMESPACE:{namespace}:STATITEM, action=2 (READ) + *Returns*: list of user's stat item values

func (*Client) BulkFetchStatItems deprecated

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

BulkFetchStatItems bulk fetch statitems value Bulk fetch multiple user's statitem value for a given namespace and statCode. Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=2 (READ) + *Returns*: list of user's statItem

func (*Client) BulkFetchStatItems1 deprecated

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

BulkFetchStatItems1 public bulk fetch statitems value Public bulk fetch multiple user's statitem value for a given namespace and statCode. Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:STATITEM", action=2 (READ) + *Returns*: list of user's statItem

func (*Client) BulkFetchStatItems1Short added in v0.8.0

func (a *Client) BulkFetchStatItems1Short(params *BulkFetchStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchStatItems1OK, error)

BulkFetchStatItems1Short public bulk fetch statitems value Public bulk fetch multiple user's statitem value for a given namespace and statCode. Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:STATITEM", action=2 (READ) + *Returns*: list of user's statItem

func (*Client) BulkFetchStatItemsShort added in v0.8.0

func (a *Client) BulkFetchStatItemsShort(params *BulkFetchStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchStatItemsOK, error)

BulkFetchStatItemsShort bulk fetch statitems value Bulk fetch multiple user's statitem value for a given namespace and statCode. Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=2 (READ) + *Returns*: list of user's statItem

func (*Client) BulkIncUserStatItem deprecated

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

BulkIncUserStatItem bulk update multiple user's statitems value Bulk update multiple user's statitems value. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) BulkIncUserStatItem1 deprecated

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

BulkIncUserStatItem1 bulk update user's statitems value Bulk update user's statitems value. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) BulkIncUserStatItem1Short added in v0.8.0

func (a *Client) BulkIncUserStatItem1Short(params *BulkIncUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItem1OK, error)

BulkIncUserStatItem1Short bulk update user's statitems value Bulk update user's statitems value. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) BulkIncUserStatItemShort added in v0.8.0

func (a *Client) BulkIncUserStatItemShort(params *BulkIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemOK, error)

BulkIncUserStatItemShort bulk update multiple user's statitems value Bulk update multiple user's statitems value. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) BulkIncUserStatItemValue deprecated

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

BulkIncUserStatItemValue bulk update multiple user's statitems value Bulk update multiple user's statitems value. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) BulkIncUserStatItemValue1 deprecated

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

BulkIncUserStatItemValue1 bulk update user's statitems value Bulk update user's statitems value. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) BulkIncUserStatItemValue1Short added in v0.8.0

func (a *Client) BulkIncUserStatItemValue1Short(params *BulkIncUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValue1OK, error)

BulkIncUserStatItemValue1Short bulk update user's statitems value Bulk update user's statitems value. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) BulkIncUserStatItemValue2 deprecated

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

BulkIncUserStatItemValue2 public bulk update user's statitems value Public bulk update user's statitems value. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) BulkIncUserStatItemValue2Short added in v0.8.0

func (a *Client) BulkIncUserStatItemValue2Short(params *BulkIncUserStatItemValue2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValue2OK, error)

BulkIncUserStatItemValue2Short public bulk update user's statitems value Public bulk update user's statitems value. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) BulkIncUserStatItemValueShort added in v0.8.0

func (a *Client) BulkIncUserStatItemValueShort(params *BulkIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValueOK, error)

BulkIncUserStatItemValueShort bulk update multiple user's statitems value Bulk update multiple user's statitems value. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) BulkResetUserStatItem deprecated

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

BulkResetUserStatItem bulk reset multiple user's statitems value Bulk reset multiple user's statitems value. User's statitem value will be reset to the default value defined in the statistic configuration.

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkResetUserStatItem1 deprecated

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

BulkResetUserStatItem1 bulk reset user's statitems value Bulk reset user's statitems value for given namespace and user. Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkResetUserStatItem1Short added in v0.8.0

func (a *Client) BulkResetUserStatItem1Short(params *BulkResetUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem1OK, error)

BulkResetUserStatItem1Short bulk reset user's statitems value Bulk reset user's statitems value for given namespace and user. Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkResetUserStatItem2 deprecated

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

BulkResetUserStatItem2 public bulk reset multiple user's statitems value Bulk reset multiple user's statitems value. User's statitem value will be reset to the default value defined in the statistic configuration.

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkResetUserStatItem2Short added in v0.8.0

func (a *Client) BulkResetUserStatItem2Short(params *BulkResetUserStatItem2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem2OK, error)

BulkResetUserStatItem2Short public bulk reset multiple user's statitems value Bulk reset multiple user's statitems value. User's statitem value will be reset to the default value defined in the statistic configuration.

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkResetUserStatItem3 deprecated

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

BulkResetUserStatItem3 public bulk reset user's statitems value Public bulk reset user's statitems value for given namespace and user. Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkResetUserStatItem3Short added in v0.8.0

func (a *Client) BulkResetUserStatItem3Short(params *BulkResetUserStatItem3Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem3OK, error)

BulkResetUserStatItem3Short public bulk reset user's statitems value Public bulk reset user's statitems value for given namespace and user. Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkResetUserStatItemShort added in v0.8.0

func (a *Client) BulkResetUserStatItemShort(params *BulkResetUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItemOK, error)

BulkResetUserStatItemShort bulk reset multiple user's statitems value Bulk reset multiple user's statitems value. User's statitem value will be reset to the default value defined in the statistic configuration.

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkResetUserStatItemValues deprecated added in v0.12.0

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

BulkResetUserStatItemValues bulk reset user's statitem values Bulk reset user's statitem values for given namespace and user. Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkResetUserStatItemValuesShort added in v0.12.0

func (a *Client) BulkResetUserStatItemValuesShort(params *BulkResetUserStatItemValuesParams, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItemValuesOK, error)

BulkResetUserStatItemValuesShort bulk reset user's statitem values Bulk reset user's statitem values for given namespace and user. Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkUpdateUserStatItem deprecated

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

BulkUpdateUserStatItem bulk update user's statitems value Bulk update user's statitems value for given namespace and user with specific update strategy. There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

The *additionalKey* parameter will be suffixed to *userId* and is used to support multi level user's statitems, such as character's statitems. If provided, user's statitems will be saved with key: *userId_additionalKey*

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkUpdateUserStatItem1 deprecated

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

BulkUpdateUserStatItem1 public bulk update multiple user's statitems value Public bulk update multiple user's statitems value with specific update strategy. There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkUpdateUserStatItem1Short added in v0.8.0

func (a *Client) BulkUpdateUserStatItem1Short(params *BulkUpdateUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItem1OK, error)

BulkUpdateUserStatItem1Short public bulk update multiple user's statitems value Public bulk update multiple user's statitems value with specific update strategy. There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkUpdateUserStatItem2 deprecated

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

BulkUpdateUserStatItem2 public bulk update user's statitems value Public bulk update user's statitems value for given namespace and user with specific update strategy. There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

The *additionalKey* parameter will be suffixed to *userId* and is used to support multi level user's statitems, such as character's statitems. If provided, user's statitems will be saved with key: *userId_additionalKey*

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkUpdateUserStatItem2Short added in v0.8.0

func (a *Client) BulkUpdateUserStatItem2Short(params *BulkUpdateUserStatItem2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItem2OK, error)

BulkUpdateUserStatItem2Short public bulk update user's statitems value Public bulk update user's statitems value for given namespace and user with specific update strategy. There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

The *additionalKey* parameter will be suffixed to *userId* and is used to support multi level user's statitems, such as character's statitems. If provided, user's statitems will be saved with key: *userId_additionalKey*

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkUpdateUserStatItemShort added in v0.8.0

func (a *Client) BulkUpdateUserStatItemShort(params *BulkUpdateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItemOK, error)

BulkUpdateUserStatItemShort bulk update user's statitems value Bulk update user's statitems value for given namespace and user with specific update strategy. There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

The *additionalKey* parameter will be suffixed to *userId* and is used to support multi level user's statitems, such as character's statitems. If provided, user's statitems will be saved with key: *userId_additionalKey*

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkUpdateUserStatItemV2 deprecated

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

BulkUpdateUserStatItemV2 bulk update multiple user's statitems value Bulk update multiple user's statitems value with specific update strategy. There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) BulkUpdateUserStatItemV2Short added in v0.8.0

func (a *Client) BulkUpdateUserStatItemV2Short(params *BulkUpdateUserStatItemV2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItemV2OK, error)

BulkUpdateUserStatItemV2Short bulk update multiple user's statitems value Bulk update multiple user's statitems value with specific update strategy. There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE) + *Returns*: bulk updated result

func (*Client) CreateUserStatItem deprecated

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

CreateUserStatItem create user's statitem Create statItem for a user. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=1 (CREATE)
  • Returns : created user's statItem

func (*Client) CreateUserStatItemShort added in v0.8.0

func (a *Client) CreateUserStatItemShort(params *CreateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*CreateUserStatItemCreated, error)

CreateUserStatItemShort create user's statitem Create statItem for a user. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=1 (CREATE)
  • Returns : created user's statItem

func (*Client) DeleteUserStatItems deprecated

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

DeleteUserStatItems delete user's statitems This endpoint is for testing purpose. Use this endpoint for cleaning up after testing. Delete user's statItems given stat code. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=8 (DELETE)
  • Returns : no content

func (*Client) DeleteUserStatItems1 deprecated

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

DeleteUserStatItems1 delete user's statitems Delete user's statItems given stat code. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=8 (DELETE)
  • Returns : no content

func (*Client) DeleteUserStatItems1Short added in v0.8.0

func (a *Client) DeleteUserStatItems1Short(params *DeleteUserStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItems1NoContent, error)

DeleteUserStatItems1Short delete user's statitems Delete user's statItems given stat code. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=8 (DELETE)
  • Returns : no content

func (*Client) DeleteUserStatItems2 deprecated

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

DeleteUserStatItems2 delete user's statitems Delete user's stat items for given namespace, statCode, and user Id. If query param *additionalKey* is provided, it will delete user stat items of specific key (i.e. characterName). Otherwise, it will delete all stat items related to the user Id.

Delete user's statItems given stat code. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=8 (DELETE)
  • Returns : no content

func (*Client) DeleteUserStatItems2Short added in v0.8.0

func (a *Client) DeleteUserStatItems2Short(params *DeleteUserStatItems2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItems2NoContent, error)

DeleteUserStatItems2Short delete user's statitems Delete user's stat items for given namespace, statCode, and user Id. If query param *additionalKey* is provided, it will delete user stat items of specific key (i.e. characterName). Otherwise, it will delete all stat items related to the user Id.

Delete user's statItems given stat code. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=8 (DELETE)
  • Returns : no content

func (*Client) DeleteUserStatItemsShort added in v0.8.0

func (a *Client) DeleteUserStatItemsShort(params *DeleteUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItemsNoContent, error)

DeleteUserStatItemsShort delete user's statitems This endpoint is for testing purpose. Use this endpoint for cleaning up after testing. Delete user's statItems given stat code. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=8 (DELETE)
  • Returns : no content

func (*Client) GetUserStatItems deprecated

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

GetUserStatItems list user's statitems List user's statItems. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=2 (READ)
  • Returns : stat items

func (*Client) GetUserStatItemsShort added in v0.8.0

func (a *Client) GetUserStatItemsShort(params *GetUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserStatItemsOK, error)

GetUserStatItemsShort list user's statitems List user's statItems. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=2 (READ)
  • Returns : stat items

func (*Client) IncUserStatItemValue deprecated

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

IncUserStatItemValue update user's statitem value Update user's statitem value. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)
  • Returns : updated user's statItem

func (*Client) IncUserStatItemValueShort added in v0.8.0

func (a *Client) IncUserStatItemValueShort(params *IncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*IncUserStatItemValueOK, error)

IncUserStatItemValueShort update user's statitem value Update user's statitem value. Other detail info:

  • Required permission : resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)
  • Returns : updated user's statItem

func (*Client) PublicBulkCreateUserStatItems deprecated

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

PublicBulkCreateUserStatItems bulk create user's statitems Bulk create statItems. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=1 (CREATE)
  • Returns : bulk created result

func (*Client) PublicBulkCreateUserStatItemsShort added in v0.8.0

func (a *Client) PublicBulkCreateUserStatItemsShort(params *PublicBulkCreateUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkCreateUserStatItemsOK, error)

PublicBulkCreateUserStatItemsShort bulk create user's statitems Bulk create statItems. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=1 (CREATE)
  • Returns : bulk created result

func (*Client) PublicBulkIncUserStatItem deprecated

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

PublicBulkIncUserStatItem public bulk update multiple user's statitems value Public bulk update multiple user's statitems value. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) PublicBulkIncUserStatItem1 deprecated

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

PublicBulkIncUserStatItem1 public bulk update user's statitems value Public bulk update user's statitems value. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) PublicBulkIncUserStatItem1Short added in v0.8.0

func (a *Client) PublicBulkIncUserStatItem1Short(params *PublicBulkIncUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItem1OK, error)

PublicBulkIncUserStatItem1Short public bulk update user's statitems value Public bulk update user's statitems value. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) PublicBulkIncUserStatItemShort added in v0.8.0

func (a *Client) PublicBulkIncUserStatItemShort(params *PublicBulkIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItemOK, error)

PublicBulkIncUserStatItemShort public bulk update multiple user's statitems value Public bulk update multiple user's statitems value. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) PublicBulkIncUserStatItemValue deprecated

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

PublicBulkIncUserStatItemValue public bulk update multiple user's statitems value Public bulk update multiple user's statitems value. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) PublicBulkIncUserStatItemValueShort added in v0.8.0

func (a *Client) PublicBulkIncUserStatItemValueShort(params *PublicBulkIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItemValueOK, error)

PublicBulkIncUserStatItemValueShort public bulk update multiple user's statitems value Public bulk update multiple user's statitems value. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:STATITEM", action=4 (UPDATE)
  • Returns : bulk updated result

func (*Client) PublicCreateUserStatItem deprecated

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

PublicCreateUserStatItem create user's statitem Create user's statItem. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=1 (CREATE)
  • Returns : created user's statItem

func (*Client) PublicCreateUserStatItemShort added in v0.8.0

func (a *Client) PublicCreateUserStatItemShort(params *PublicCreateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreateUserStatItemCreated, error)

PublicCreateUserStatItemShort create user's statitem Create user's statItem. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=1 (CREATE)
  • Returns : created user's statItem

func (*Client) PublicIncUserStatItem deprecated

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

PublicIncUserStatItem public update user's statitem value Public update user's statitem value. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)
  • Returns : updated user's statItem

func (*Client) PublicIncUserStatItemShort added in v0.8.0

func (a *Client) PublicIncUserStatItemShort(params *PublicIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicIncUserStatItemOK, error)

PublicIncUserStatItemShort public update user's statitem value Public update user's statitem value. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)
  • Returns : updated user's statItem

func (*Client) PublicIncUserStatItemValue deprecated

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

PublicIncUserStatItemValue public update user's statitem value Public update user's statitem value. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)
  • Returns : updated user's statItem

func (*Client) PublicIncUserStatItemValueShort added in v0.8.0

func (a *Client) PublicIncUserStatItemValueShort(params *PublicIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*PublicIncUserStatItemValueOK, error)

PublicIncUserStatItemValueShort public update user's statitem value Public update user's statitem value. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE)
  • Returns : updated user's statItem

func (*Client) PublicListAllMyStatItems deprecated added in v0.46.0

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

PublicListAllMyStatItems public list user's statitems Public list all statItems of user. NOTE:

  • If stat code does not exist, will ignore this stat code.
  • If stat item does not exist, will return default value

Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=2 (READ)
  • Returns : stat items

func (*Client) PublicListAllMyStatItemsShort added in v0.46.0

func (a *Client) PublicListAllMyStatItemsShort(params *PublicListAllMyStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicListAllMyStatItemsOK, error)

PublicListAllMyStatItemsShort public list user's statitems Public list all statItems of user. NOTE:

  • If stat code does not exist, will ignore this stat code.
  • If stat item does not exist, will return default value

Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=2 (READ)
  • Returns : stat items

func (*Client) PublicListMyStatItems deprecated added in v0.46.0

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

PublicListMyStatItems public list user's statitems Public list all statItems by pagination. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=2 (READ)
  • Returns : stat items

func (*Client) PublicListMyStatItemsShort added in v0.46.0

func (a *Client) PublicListMyStatItemsShort(params *PublicListMyStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicListMyStatItemsOK, error)

PublicListMyStatItemsShort public list user's statitems Public list all statItems by pagination. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=2 (READ)
  • Returns : stat items

func (*Client) PublicQueryUserStatItems deprecated

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

PublicQueryUserStatItems public list user's statitems Public list all statItems by pagination. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=2 (READ)
  • Returns : stat items

func (*Client) PublicQueryUserStatItems1 deprecated added in v0.18.0

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

PublicQueryUserStatItems1 public list user's statitems Public list all statItems of user. NOTE:

  • If stat code does not exist, will ignore this stat code.
  • If stat item does not exist, will return default value

Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=2 (READ)
  • Returns : stat items

func (*Client) PublicQueryUserStatItems1Short added in v0.18.0

func (a *Client) PublicQueryUserStatItems1Short(params *PublicQueryUserStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItems1OK, error)

PublicQueryUserStatItems1Short public list user's statitems Public list all statItems of user. NOTE:

  • If stat code does not exist, will ignore this stat code.
  • If stat item does not exist, will return default value

Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=2 (READ)
  • Returns : stat items

func (*Client) PublicQueryUserStatItems2 deprecated added in v0.18.0

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

PublicQueryUserStatItems2 public list user's statitems Public list all statItems of user. NOTE:

  • If stat code does not exist, will ignore this stat code.
  • If stat item does not exist, will return default value

Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=2 (READ)
  • Returns : stat items

func (*Client) PublicQueryUserStatItems2Short added in v0.18.0

func (a *Client) PublicQueryUserStatItems2Short(params *PublicQueryUserStatItems2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItems2OK, error)

PublicQueryUserStatItems2Short public list user's statitems Public list all statItems of user. NOTE:

  • If stat code does not exist, will ignore this stat code.
  • If stat item does not exist, will return default value

Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=2 (READ)
  • Returns : stat items

func (*Client) PublicQueryUserStatItemsShort added in v0.8.0

func (a *Client) PublicQueryUserStatItemsShort(params *PublicQueryUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItemsOK, error)

PublicQueryUserStatItemsShort public list user's statitems Public list all statItems by pagination. Other detail info:

  • Required permission : resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=2 (READ)
  • Returns : stat items

func (*Client) ResetUserStatItemValue deprecated

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

ResetUserStatItemValue reset user's statitem value Reset user's statitem value for a given namespace and user. User's statitem value will be reset to the default value defined in the statistic configuration.

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: updated user's statItem

func (*Client) ResetUserStatItemValue1 deprecated

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

ResetUserStatItemValue1 public reset user's statitem value Reset user's statitem value for a given namespace and user. User's statitem value will be reset to the default value defined in the statistic configuration.

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: updated user's statItem

func (*Client) ResetUserStatItemValue1Short added in v0.8.0

func (a *Client) ResetUserStatItemValue1Short(params *ResetUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*ResetUserStatItemValue1OK, error)

ResetUserStatItemValue1Short public reset user's statitem value Reset user's statitem value for a given namespace and user. User's statitem value will be reset to the default value defined in the statistic configuration.

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: updated user's statItem

func (*Client) ResetUserStatItemValueShort added in v0.8.0

func (a *Client) ResetUserStatItemValueShort(params *ResetUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*ResetUserStatItemValueOK, error)

ResetUserStatItemValueShort reset user's statitem value Reset user's statitem value for a given namespace and user. User's statitem value will be reset to the default value defined in the statistic configuration.

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: updated user's statItem

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateUserStatItemValue deprecated

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

UpdateUserStatItemValue update user's statitem value Update user's statitem value for a given namespace and user with a certain update strategy. There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

The *additionalKey* parameter will be suffixed to *userId* and is used to support multi level user's statitems, such as character's statitems. If provided, user's statitems will be saved with key: *userId_additionalKey*

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: updated user's statItem

func (*Client) UpdateUserStatItemValue1 deprecated

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

UpdateUserStatItemValue1 public update user's statitem value Public update user's statitem value for a given namespace and user with a certain update strategy. There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

The *additionalKey* parameter will be suffixed to *userId* and is used to support multi level user's statitems, such as character's statitems. If provided, user's statitems will be saved with key: *userId_additionalKey*

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: updated user's statItem

func (*Client) UpdateUserStatItemValue1Short added in v0.8.0

func (a *Client) UpdateUserStatItemValue1Short(params *UpdateUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserStatItemValue1OK, error)

UpdateUserStatItemValue1Short public update user's statitem value Public update user's statitem value for a given namespace and user with a certain update strategy. There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

The *additionalKey* parameter will be suffixed to *userId* and is used to support multi level user's statitems, such as character's statitems. If provided, user's statitems will be saved with key: *userId_additionalKey*

Other detail info: + *Required permission*: resource="NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: updated user's statItem

func (*Client) UpdateUserStatItemValueShort added in v0.8.0

func (a *Client) UpdateUserStatItemValueShort(params *UpdateUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserStatItemValueOK, error)

UpdateUserStatItemValueShort update user's statitem value Update user's statitem value for a given namespace and user with a certain update strategy. There are four supported update strategies: + *OVERRIDE*: update user statitem with the new value + *INCREMENT*: increment user statitem with the specified value + *MAX*: update user statitem with the specified value if it's larger than the existing value + *MIN*: update user statitem with the specified value if it's lower than the existing value

The *additionalKey* parameter will be suffixed to *userId* and is used to support multi level user's statitems, such as character's statitems. If provided, user's statitems will be saved with key: *userId_additionalKey*

Other detail info: + *Required permission*: resource="ADMIN:NAMESPACE:{namespace}:USER:{userId}:STATITEM", action=4 (UPDATE) + *Returns*: updated user's statItem

type ClientService

type ClientService interface {
	BulkFetchStatItems(params *BulkFetchStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchStatItemsOK, *BulkFetchStatItemsUnprocessableEntity, error)
	BulkFetchStatItemsShort(params *BulkFetchStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchStatItemsOK, error)
	BulkIncUserStatItem(params *BulkIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemOK, *BulkIncUserStatItemUnprocessableEntity, error)
	BulkIncUserStatItemShort(params *BulkIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemOK, error)
	BulkIncUserStatItemValue(params *BulkIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValueOK, *BulkIncUserStatItemValueUnprocessableEntity, error)
	BulkIncUserStatItemValueShort(params *BulkIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValueOK, error)
	BulkFetchOrDefaultStatItems(params *BulkFetchOrDefaultStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchOrDefaultStatItemsOK, *BulkFetchOrDefaultStatItemsNotFound, *BulkFetchOrDefaultStatItemsUnprocessableEntity, error)
	BulkFetchOrDefaultStatItemsShort(params *BulkFetchOrDefaultStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchOrDefaultStatItemsOK, error)
	BulkResetUserStatItem(params *BulkResetUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItemOK, *BulkResetUserStatItemUnprocessableEntity, error)
	BulkResetUserStatItemShort(params *BulkResetUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItemOK, error)
	GetUserStatItems(params *GetUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserStatItemsOK, *GetUserStatItemsUnprocessableEntity, error)
	GetUserStatItemsShort(params *GetUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserStatItemsOK, error)
	BulkCreateUserStatItems(params *BulkCreateUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkCreateUserStatItemsOK, *BulkCreateUserStatItemsUnprocessableEntity, error)
	BulkCreateUserStatItemsShort(params *BulkCreateUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkCreateUserStatItemsOK, error)
	BulkIncUserStatItem1(params *BulkIncUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItem1OK, *BulkIncUserStatItem1UnprocessableEntity, error)
	BulkIncUserStatItem1Short(params *BulkIncUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItem1OK, error)
	BulkIncUserStatItemValue1(params *BulkIncUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValue1OK, *BulkIncUserStatItemValue1UnprocessableEntity, error)
	BulkIncUserStatItemValue1Short(params *BulkIncUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValue1OK, error)
	BulkResetUserStatItem1(params *BulkResetUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem1OK, *BulkResetUserStatItem1UnprocessableEntity, error)
	BulkResetUserStatItem1Short(params *BulkResetUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem1OK, error)
	CreateUserStatItem(params *CreateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*CreateUserStatItemCreated, *CreateUserStatItemNotFound, *CreateUserStatItemConflict, *CreateUserStatItemUnprocessableEntity, error)
	CreateUserStatItemShort(params *CreateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*CreateUserStatItemCreated, error)
	DeleteUserStatItems(params *DeleteUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItemsNoContent, *DeleteUserStatItemsUnauthorized, *DeleteUserStatItemsForbidden, *DeleteUserStatItemsNotFound, *DeleteUserStatItemsUnprocessableEntity, error)
	DeleteUserStatItemsShort(params *DeleteUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItemsNoContent, error)
	IncUserStatItemValue(params *IncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*IncUserStatItemValueOK, *IncUserStatItemValueBadRequest, *IncUserStatItemValueNotFound, *IncUserStatItemValueConflict, *IncUserStatItemValueUnprocessableEntity, error)
	IncUserStatItemValueShort(params *IncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*IncUserStatItemValueOK, error)
	ResetUserStatItemValue(params *ResetUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*ResetUserStatItemValueOK, *ResetUserStatItemValueBadRequest, *ResetUserStatItemValueNotFound, *ResetUserStatItemValueUnprocessableEntity, error)
	ResetUserStatItemValueShort(params *ResetUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*ResetUserStatItemValueOK, error)
	BulkFetchStatItems1(params *BulkFetchStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchStatItems1OK, *BulkFetchStatItems1UnprocessableEntity, error)
	BulkFetchStatItems1Short(params *BulkFetchStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchStatItems1OK, error)
	PublicBulkIncUserStatItem(params *PublicBulkIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItemOK, *PublicBulkIncUserStatItemUnprocessableEntity, error)
	PublicBulkIncUserStatItemShort(params *PublicBulkIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItemOK, error)
	PublicBulkIncUserStatItemValue(params *PublicBulkIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItemValueOK, *PublicBulkIncUserStatItemValueUnprocessableEntity, error)
	PublicBulkIncUserStatItemValueShort(params *PublicBulkIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItemValueOK, error)
	BulkResetUserStatItem2(params *BulkResetUserStatItem2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem2OK, *BulkResetUserStatItem2UnprocessableEntity, error)
	BulkResetUserStatItem2Short(params *BulkResetUserStatItem2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem2OK, error)
	PublicListMyStatItems(params *PublicListMyStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicListMyStatItemsOK, *PublicListMyStatItemsUnprocessableEntity, error)
	PublicListMyStatItemsShort(params *PublicListMyStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicListMyStatItemsOK, error)
	PublicListAllMyStatItems(params *PublicListAllMyStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicListAllMyStatItemsOK, *PublicListAllMyStatItemsBadRequest, *PublicListAllMyStatItemsNotFound, *PublicListAllMyStatItemsUnprocessableEntity, error)
	PublicListAllMyStatItemsShort(params *PublicListAllMyStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicListAllMyStatItemsOK, error)
	PublicQueryUserStatItems(params *PublicQueryUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItemsOK, *PublicQueryUserStatItemsUnprocessableEntity, error)
	PublicQueryUserStatItemsShort(params *PublicQueryUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItemsOK, error)
	PublicBulkCreateUserStatItems(params *PublicBulkCreateUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkCreateUserStatItemsOK, *PublicBulkCreateUserStatItemsUnprocessableEntity, error)
	PublicBulkCreateUserStatItemsShort(params *PublicBulkCreateUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkCreateUserStatItemsOK, error)
	PublicQueryUserStatItems1(params *PublicQueryUserStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItems1OK, *PublicQueryUserStatItems1BadRequest, *PublicQueryUserStatItems1NotFound, *PublicQueryUserStatItems1UnprocessableEntity, error)
	PublicQueryUserStatItems1Short(params *PublicQueryUserStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItems1OK, error)
	PublicBulkIncUserStatItem1(params *PublicBulkIncUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItem1OK, *PublicBulkIncUserStatItem1UnprocessableEntity, error)
	PublicBulkIncUserStatItem1Short(params *PublicBulkIncUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItem1OK, error)
	BulkIncUserStatItemValue2(params *BulkIncUserStatItemValue2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValue2OK, *BulkIncUserStatItemValue2UnprocessableEntity, error)
	BulkIncUserStatItemValue2Short(params *BulkIncUserStatItemValue2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValue2OK, error)
	BulkResetUserStatItem3(params *BulkResetUserStatItem3Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem3OK, *BulkResetUserStatItem3UnprocessableEntity, error)
	BulkResetUserStatItem3Short(params *BulkResetUserStatItem3Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem3OK, error)
	PublicCreateUserStatItem(params *PublicCreateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreateUserStatItemCreated, *PublicCreateUserStatItemNotFound, *PublicCreateUserStatItemConflict, *PublicCreateUserStatItemUnprocessableEntity, error)
	PublicCreateUserStatItemShort(params *PublicCreateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreateUserStatItemCreated, error)
	DeleteUserStatItems1(params *DeleteUserStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItems1NoContent, *DeleteUserStatItems1Unauthorized, *DeleteUserStatItems1Forbidden, *DeleteUserStatItems1NotFound, *DeleteUserStatItems1UnprocessableEntity, error)
	DeleteUserStatItems1Short(params *DeleteUserStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItems1NoContent, error)
	PublicIncUserStatItem(params *PublicIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicIncUserStatItemOK, *PublicIncUserStatItemBadRequest, *PublicIncUserStatItemNotFound, *PublicIncUserStatItemConflict, *PublicIncUserStatItemUnprocessableEntity, error)
	PublicIncUserStatItemShort(params *PublicIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicIncUserStatItemOK, error)
	PublicIncUserStatItemValue(params *PublicIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*PublicIncUserStatItemValueOK, *PublicIncUserStatItemValueBadRequest, *PublicIncUserStatItemValueNotFound, *PublicIncUserStatItemValueConflict, *PublicIncUserStatItemValueUnprocessableEntity, error)
	PublicIncUserStatItemValueShort(params *PublicIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*PublicIncUserStatItemValueOK, error)
	ResetUserStatItemValue1(params *ResetUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*ResetUserStatItemValue1OK, *ResetUserStatItemValue1BadRequest, *ResetUserStatItemValue1NotFound, *ResetUserStatItemValue1UnprocessableEntity, error)
	ResetUserStatItemValue1Short(params *ResetUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*ResetUserStatItemValue1OK, error)
	BulkUpdateUserStatItemV2(params *BulkUpdateUserStatItemV2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItemV2OK, *BulkUpdateUserStatItemV2UnprocessableEntity, error)
	BulkUpdateUserStatItemV2Short(params *BulkUpdateUserStatItemV2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItemV2OK, error)
	BulkFetchOrDefaultStatItems1(params *BulkFetchOrDefaultStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchOrDefaultStatItems1OK, *BulkFetchOrDefaultStatItems1NotFound, *BulkFetchOrDefaultStatItems1UnprocessableEntity, error)
	BulkFetchOrDefaultStatItems1Short(params *BulkFetchOrDefaultStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchOrDefaultStatItems1OK, error)
	AdminListUsersStatItems(params *AdminListUsersStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminListUsersStatItemsOK, *AdminListUsersStatItemsBadRequest, *AdminListUsersStatItemsNotFound, *AdminListUsersStatItemsUnprocessableEntity, error)
	AdminListUsersStatItemsShort(params *AdminListUsersStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminListUsersStatItemsOK, error)
	BulkUpdateUserStatItem(params *BulkUpdateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItemOK, *BulkUpdateUserStatItemUnprocessableEntity, error)
	BulkUpdateUserStatItemShort(params *BulkUpdateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItemOK, error)
	BulkResetUserStatItemValues(params *BulkResetUserStatItemValuesParams, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItemValuesOK, *BulkResetUserStatItemValuesUnprocessableEntity, error)
	BulkResetUserStatItemValuesShort(params *BulkResetUserStatItemValuesParams, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItemValuesOK, error)
	DeleteUserStatItems2(params *DeleteUserStatItems2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItems2NoContent, *DeleteUserStatItems2Unauthorized, *DeleteUserStatItems2Forbidden, *DeleteUserStatItems2NotFound, *DeleteUserStatItems2UnprocessableEntity, error)
	DeleteUserStatItems2Short(params *DeleteUserStatItems2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItems2NoContent, error)
	UpdateUserStatItemValue(params *UpdateUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserStatItemValueOK, *UpdateUserStatItemValueBadRequest, *UpdateUserStatItemValueNotFound, *UpdateUserStatItemValueConflict, *UpdateUserStatItemValueUnprocessableEntity, error)
	UpdateUserStatItemValueShort(params *UpdateUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserStatItemValueOK, error)
	BulkUpdateUserStatItem1(params *BulkUpdateUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItem1OK, *BulkUpdateUserStatItem1UnprocessableEntity, error)
	BulkUpdateUserStatItem1Short(params *BulkUpdateUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItem1OK, error)
	PublicQueryUserStatItems2(params *PublicQueryUserStatItems2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItems2OK, *PublicQueryUserStatItems2BadRequest, *PublicQueryUserStatItems2NotFound, *PublicQueryUserStatItems2UnprocessableEntity, error)
	PublicQueryUserStatItems2Short(params *PublicQueryUserStatItems2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItems2OK, error)
	BulkUpdateUserStatItem2(params *BulkUpdateUserStatItem2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItem2OK, *BulkUpdateUserStatItem2UnprocessableEntity, error)
	BulkUpdateUserStatItem2Short(params *BulkUpdateUserStatItem2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItem2OK, error)
	UpdateUserStatItemValue1(params *UpdateUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserStatItemValue1OK, *UpdateUserStatItemValue1BadRequest, *UpdateUserStatItemValue1NotFound, *UpdateUserStatItemValue1Conflict, *UpdateUserStatItemValue1UnprocessableEntity, error)
	UpdateUserStatItemValue1Short(params *UpdateUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserStatItemValue1OK, 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 user statistic API client.

type CreateUserStatItemConflict

type CreateUserStatItemConflict struct {
	Payload *socialclientmodels.ErrorEntity
}

CreateUserStatItemConflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12274</td><td>Stat item with code [{statCode}] of user [{profileId}] already exists in namespace [{namespace}]</td></tr></table>

func NewCreateUserStatItemConflict

func NewCreateUserStatItemConflict() *CreateUserStatItemConflict

NewCreateUserStatItemConflict creates a CreateUserStatItemConflict with default headers values

func (*CreateUserStatItemConflict) Error

func (*CreateUserStatItemConflict) GetPayload

func (*CreateUserStatItemConflict) ToJSONString added in v0.25.0

func (o *CreateUserStatItemConflict) ToJSONString() string

type CreateUserStatItemCreated

type CreateUserStatItemCreated struct {
}

CreateUserStatItemCreated handles this case with default header values.

Create user statItem successfully

func NewCreateUserStatItemCreated

func NewCreateUserStatItemCreated() *CreateUserStatItemCreated

NewCreateUserStatItemCreated creates a CreateUserStatItemCreated with default headers values

func (*CreateUserStatItemCreated) Error

func (o *CreateUserStatItemCreated) Error() string

type CreateUserStatItemNotFound

type CreateUserStatItemNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

CreateUserStatItemNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewCreateUserStatItemNotFound

func NewCreateUserStatItemNotFound() *CreateUserStatItemNotFound

NewCreateUserStatItemNotFound creates a CreateUserStatItemNotFound with default headers values

func (*CreateUserStatItemNotFound) Error

func (*CreateUserStatItemNotFound) GetPayload

func (*CreateUserStatItemNotFound) ToJSONString added in v0.25.0

func (o *CreateUserStatItemNotFound) ToJSONString() string

type CreateUserStatItemParams

type CreateUserStatItemParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

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

CreateUserStatItemParams contains all the parameters to send to the API endpoint for the create user stat item operation typically these are written to a http.Request

func NewCreateUserStatItemParams

func NewCreateUserStatItemParams() *CreateUserStatItemParams

NewCreateUserStatItemParams creates a new CreateUserStatItemParams object with the default values initialized.

func NewCreateUserStatItemParamsWithContext

func NewCreateUserStatItemParamsWithContext(ctx context.Context) *CreateUserStatItemParams

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

func NewCreateUserStatItemParamsWithHTTPClient

func NewCreateUserStatItemParamsWithHTTPClient(client *http.Client) *CreateUserStatItemParams

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

func NewCreateUserStatItemParamsWithTimeout

func NewCreateUserStatItemParamsWithTimeout(timeout time.Duration) *CreateUserStatItemParams

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

func (*CreateUserStatItemParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the create user stat item params

func (*CreateUserStatItemParams) SetContext

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

SetContext adds the context to the create user stat item params

func (*CreateUserStatItemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create user stat item params

func (*CreateUserStatItemParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the create user stat item params

func (*CreateUserStatItemParams) SetNamespace

func (o *CreateUserStatItemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the create user stat item params

func (*CreateUserStatItemParams) SetStatCode

func (o *CreateUserStatItemParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the create user stat item params

func (*CreateUserStatItemParams) SetTimeout

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

SetTimeout adds the timeout to the create user stat item params

func (*CreateUserStatItemParams) SetUserID

func (o *CreateUserStatItemParams) SetUserID(userID string)

SetUserID adds the userId to the create user stat item params

func (*CreateUserStatItemParams) WithContext

WithContext adds the context to the create user stat item params

func (*CreateUserStatItemParams) WithHTTPClient

func (o *CreateUserStatItemParams) WithHTTPClient(client *http.Client) *CreateUserStatItemParams

WithHTTPClient adds the HTTPClient to the create user stat item params

func (*CreateUserStatItemParams) WithNamespace

func (o *CreateUserStatItemParams) WithNamespace(namespace string) *CreateUserStatItemParams

WithNamespace adds the namespace to the create user stat item params

func (*CreateUserStatItemParams) WithStatCode

func (o *CreateUserStatItemParams) WithStatCode(statCode string) *CreateUserStatItemParams

WithStatCode adds the statCode to the create user stat item params

func (*CreateUserStatItemParams) WithTimeout

WithTimeout adds the timeout to the create user stat item params

func (*CreateUserStatItemParams) WithUserID

WithUserID adds the userID to the create user stat item params

func (*CreateUserStatItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateUserStatItemReader

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

CreateUserStatItemReader is a Reader for the CreateUserStatItem structure.

func (*CreateUserStatItemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateUserStatItemUnprocessableEntity added in v0.45.0

type CreateUserStatItemUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

CreateUserStatItemUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewCreateUserStatItemUnprocessableEntity added in v0.45.0

func NewCreateUserStatItemUnprocessableEntity() *CreateUserStatItemUnprocessableEntity

NewCreateUserStatItemUnprocessableEntity creates a CreateUserStatItemUnprocessableEntity with default headers values

func (*CreateUserStatItemUnprocessableEntity) Error added in v0.45.0

func (*CreateUserStatItemUnprocessableEntity) GetPayload added in v0.45.0

func (*CreateUserStatItemUnprocessableEntity) ToJSONString added in v0.45.0

type DeleteUserStatItems1Forbidden

type DeleteUserStatItems1Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItems1Forbidden handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewDeleteUserStatItems1Forbidden

func NewDeleteUserStatItems1Forbidden() *DeleteUserStatItems1Forbidden

NewDeleteUserStatItems1Forbidden creates a DeleteUserStatItems1Forbidden with default headers values

func (*DeleteUserStatItems1Forbidden) Error

func (*DeleteUserStatItems1Forbidden) GetPayload

func (*DeleteUserStatItems1Forbidden) ToJSONString added in v0.25.0

func (o *DeleteUserStatItems1Forbidden) ToJSONString() string

type DeleteUserStatItems1NoContent

type DeleteUserStatItems1NoContent struct {
}

DeleteUserStatItems1NoContent handles this case with default header values.

delete successfully

func NewDeleteUserStatItems1NoContent

func NewDeleteUserStatItems1NoContent() *DeleteUserStatItems1NoContent

NewDeleteUserStatItems1NoContent creates a DeleteUserStatItems1NoContent with default headers values

func (*DeleteUserStatItems1NoContent) Error

type DeleteUserStatItems1NotFound

type DeleteUserStatItems1NotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItems1NotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12242</td><td>Stat item of [{statCode}] of user [{profileId}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewDeleteUserStatItems1NotFound

func NewDeleteUserStatItems1NotFound() *DeleteUserStatItems1NotFound

NewDeleteUserStatItems1NotFound creates a DeleteUserStatItems1NotFound with default headers values

func (*DeleteUserStatItems1NotFound) Error

func (*DeleteUserStatItems1NotFound) GetPayload

func (*DeleteUserStatItems1NotFound) ToJSONString added in v0.25.0

func (o *DeleteUserStatItems1NotFound) ToJSONString() string

type DeleteUserStatItems1Params

type DeleteUserStatItems1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

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

DeleteUserStatItems1Params contains all the parameters to send to the API endpoint for the delete user stat items 1 operation typically these are written to a http.Request

func NewDeleteUserStatItems1Params

func NewDeleteUserStatItems1Params() *DeleteUserStatItems1Params

NewDeleteUserStatItems1Params creates a new DeleteUserStatItems1Params object with the default values initialized.

func NewDeleteUserStatItems1ParamsWithContext

func NewDeleteUserStatItems1ParamsWithContext(ctx context.Context) *DeleteUserStatItems1Params

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

func NewDeleteUserStatItems1ParamsWithHTTPClient

func NewDeleteUserStatItems1ParamsWithHTTPClient(client *http.Client) *DeleteUserStatItems1Params

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

func NewDeleteUserStatItems1ParamsWithTimeout

func NewDeleteUserStatItems1ParamsWithTimeout(timeout time.Duration) *DeleteUserStatItems1Params

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

func (*DeleteUserStatItems1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) SetContext

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

SetContext adds the context to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) SetNamespace

func (o *DeleteUserStatItems1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) SetStatCode

func (o *DeleteUserStatItems1Params) SetStatCode(statCode string)

SetStatCode adds the statCode to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) SetTimeout

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

SetTimeout adds the timeout to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) SetUserID

func (o *DeleteUserStatItems1Params) SetUserID(userID string)

SetUserID adds the userId to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) WithContext

WithContext adds the context to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) WithNamespace

func (o *DeleteUserStatItems1Params) WithNamespace(namespace string) *DeleteUserStatItems1Params

WithNamespace adds the namespace to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) WithStatCode

WithStatCode adds the statCode to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) WithTimeout

WithTimeout adds the timeout to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) WithUserID

WithUserID adds the userID to the delete user stat items 1 params

func (*DeleteUserStatItems1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserStatItems1Reader

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

DeleteUserStatItems1Reader is a Reader for the DeleteUserStatItems1 structure.

func (*DeleteUserStatItems1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserStatItems1Unauthorized

type DeleteUserStatItems1Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItems1Unauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewDeleteUserStatItems1Unauthorized

func NewDeleteUserStatItems1Unauthorized() *DeleteUserStatItems1Unauthorized

NewDeleteUserStatItems1Unauthorized creates a DeleteUserStatItems1Unauthorized with default headers values

func (*DeleteUserStatItems1Unauthorized) Error

func (*DeleteUserStatItems1Unauthorized) GetPayload

func (*DeleteUserStatItems1Unauthorized) ToJSONString added in v0.25.0

func (o *DeleteUserStatItems1Unauthorized) ToJSONString() string

type DeleteUserStatItems1UnprocessableEntity added in v0.45.0

type DeleteUserStatItems1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

DeleteUserStatItems1UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewDeleteUserStatItems1UnprocessableEntity added in v0.45.0

func NewDeleteUserStatItems1UnprocessableEntity() *DeleteUserStatItems1UnprocessableEntity

NewDeleteUserStatItems1UnprocessableEntity creates a DeleteUserStatItems1UnprocessableEntity with default headers values

func (*DeleteUserStatItems1UnprocessableEntity) Error added in v0.45.0

func (*DeleteUserStatItems1UnprocessableEntity) GetPayload added in v0.45.0

func (*DeleteUserStatItems1UnprocessableEntity) ToJSONString added in v0.45.0

type DeleteUserStatItems2Forbidden

type DeleteUserStatItems2Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItems2Forbidden handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewDeleteUserStatItems2Forbidden

func NewDeleteUserStatItems2Forbidden() *DeleteUserStatItems2Forbidden

NewDeleteUserStatItems2Forbidden creates a DeleteUserStatItems2Forbidden with default headers values

func (*DeleteUserStatItems2Forbidden) Error

func (*DeleteUserStatItems2Forbidden) GetPayload

func (*DeleteUserStatItems2Forbidden) ToJSONString added in v0.25.0

func (o *DeleteUserStatItems2Forbidden) ToJSONString() string

type DeleteUserStatItems2NoContent

type DeleteUserStatItems2NoContent struct {
}

DeleteUserStatItems2NoContent handles this case with default header values.

delete successfully

func NewDeleteUserStatItems2NoContent

func NewDeleteUserStatItems2NoContent() *DeleteUserStatItems2NoContent

NewDeleteUserStatItems2NoContent creates a DeleteUserStatItems2NoContent with default headers values

func (*DeleteUserStatItems2NoContent) Error

type DeleteUserStatItems2NotFound

type DeleteUserStatItems2NotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItems2NotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12242</td><td>Stat item of [{statCode}] of user [{profileId}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewDeleteUserStatItems2NotFound

func NewDeleteUserStatItems2NotFound() *DeleteUserStatItems2NotFound

NewDeleteUserStatItems2NotFound creates a DeleteUserStatItems2NotFound with default headers values

func (*DeleteUserStatItems2NotFound) Error

func (*DeleteUserStatItems2NotFound) GetPayload

func (*DeleteUserStatItems2NotFound) ToJSONString added in v0.25.0

func (o *DeleteUserStatItems2NotFound) ToJSONString() string

type DeleteUserStatItems2Params

type DeleteUserStatItems2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string
	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string

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

DeleteUserStatItems2Params contains all the parameters to send to the API endpoint for the delete user stat items 2 operation typically these are written to a http.Request

func NewDeleteUserStatItems2Params

func NewDeleteUserStatItems2Params() *DeleteUserStatItems2Params

NewDeleteUserStatItems2Params creates a new DeleteUserStatItems2Params object with the default values initialized.

func NewDeleteUserStatItems2ParamsWithContext

func NewDeleteUserStatItems2ParamsWithContext(ctx context.Context) *DeleteUserStatItems2Params

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

func NewDeleteUserStatItems2ParamsWithHTTPClient

func NewDeleteUserStatItems2ParamsWithHTTPClient(client *http.Client) *DeleteUserStatItems2Params

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

func NewDeleteUserStatItems2ParamsWithTimeout

func NewDeleteUserStatItems2ParamsWithTimeout(timeout time.Duration) *DeleteUserStatItems2Params

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

func (*DeleteUserStatItems2Params) SetAdditionalKey

func (o *DeleteUserStatItems2Params) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) SetContext

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

SetContext adds the context to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) SetNamespace

func (o *DeleteUserStatItems2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) SetStatCode

func (o *DeleteUserStatItems2Params) SetStatCode(statCode string)

SetStatCode adds the statCode to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) SetTimeout

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

SetTimeout adds the timeout to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) SetUserID

func (o *DeleteUserStatItems2Params) SetUserID(userID string)

SetUserID adds the userId to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WithAdditionalKey

func (o *DeleteUserStatItems2Params) WithAdditionalKey(additionalKey *string) *DeleteUserStatItems2Params

WithAdditionalKey adds the additionalKey to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WithContext

WithContext adds the context to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WithNamespace

func (o *DeleteUserStatItems2Params) WithNamespace(namespace string) *DeleteUserStatItems2Params

WithNamespace adds the namespace to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WithStatCode

WithStatCode adds the statCode to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WithTimeout

WithTimeout adds the timeout to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WithUserID

WithUserID adds the userID to the delete user stat items 2 params

func (*DeleteUserStatItems2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserStatItems2Reader

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

DeleteUserStatItems2Reader is a Reader for the DeleteUserStatItems2 structure.

func (*DeleteUserStatItems2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserStatItems2Unauthorized

type DeleteUserStatItems2Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItems2Unauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewDeleteUserStatItems2Unauthorized

func NewDeleteUserStatItems2Unauthorized() *DeleteUserStatItems2Unauthorized

NewDeleteUserStatItems2Unauthorized creates a DeleteUserStatItems2Unauthorized with default headers values

func (*DeleteUserStatItems2Unauthorized) Error

func (*DeleteUserStatItems2Unauthorized) GetPayload

func (*DeleteUserStatItems2Unauthorized) ToJSONString added in v0.25.0

func (o *DeleteUserStatItems2Unauthorized) ToJSONString() string

type DeleteUserStatItems2UnprocessableEntity added in v0.45.0

type DeleteUserStatItems2UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

DeleteUserStatItems2UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewDeleteUserStatItems2UnprocessableEntity added in v0.45.0

func NewDeleteUserStatItems2UnprocessableEntity() *DeleteUserStatItems2UnprocessableEntity

NewDeleteUserStatItems2UnprocessableEntity creates a DeleteUserStatItems2UnprocessableEntity with default headers values

func (*DeleteUserStatItems2UnprocessableEntity) Error added in v0.45.0

func (*DeleteUserStatItems2UnprocessableEntity) GetPayload added in v0.45.0

func (*DeleteUserStatItems2UnprocessableEntity) ToJSONString added in v0.45.0

type DeleteUserStatItemsForbidden

type DeleteUserStatItemsForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItemsForbidden handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewDeleteUserStatItemsForbidden

func NewDeleteUserStatItemsForbidden() *DeleteUserStatItemsForbidden

NewDeleteUserStatItemsForbidden creates a DeleteUserStatItemsForbidden with default headers values

func (*DeleteUserStatItemsForbidden) Error

func (*DeleteUserStatItemsForbidden) GetPayload

func (*DeleteUserStatItemsForbidden) ToJSONString added in v0.25.0

func (o *DeleteUserStatItemsForbidden) ToJSONString() string

type DeleteUserStatItemsNoContent

type DeleteUserStatItemsNoContent struct {
}

DeleteUserStatItemsNoContent handles this case with default header values.

delete successfully

func NewDeleteUserStatItemsNoContent

func NewDeleteUserStatItemsNoContent() *DeleteUserStatItemsNoContent

NewDeleteUserStatItemsNoContent creates a DeleteUserStatItemsNoContent with default headers values

func (*DeleteUserStatItemsNoContent) Error

type DeleteUserStatItemsNotFound

type DeleteUserStatItemsNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItemsNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12242</td><td>Stat item of [{statCode}] of user [{profileId}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewDeleteUserStatItemsNotFound

func NewDeleteUserStatItemsNotFound() *DeleteUserStatItemsNotFound

NewDeleteUserStatItemsNotFound creates a DeleteUserStatItemsNotFound with default headers values

func (*DeleteUserStatItemsNotFound) Error

func (*DeleteUserStatItemsNotFound) GetPayload

func (*DeleteUserStatItemsNotFound) ToJSONString added in v0.25.0

func (o *DeleteUserStatItemsNotFound) ToJSONString() string

type DeleteUserStatItemsParams

type DeleteUserStatItemsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

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

DeleteUserStatItemsParams contains all the parameters to send to the API endpoint for the delete user stat items operation typically these are written to a http.Request

func NewDeleteUserStatItemsParams

func NewDeleteUserStatItemsParams() *DeleteUserStatItemsParams

NewDeleteUserStatItemsParams creates a new DeleteUserStatItemsParams object with the default values initialized.

func NewDeleteUserStatItemsParamsWithContext

func NewDeleteUserStatItemsParamsWithContext(ctx context.Context) *DeleteUserStatItemsParams

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

func NewDeleteUserStatItemsParamsWithHTTPClient

func NewDeleteUserStatItemsParamsWithHTTPClient(client *http.Client) *DeleteUserStatItemsParams

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

func NewDeleteUserStatItemsParamsWithTimeout

func NewDeleteUserStatItemsParamsWithTimeout(timeout time.Duration) *DeleteUserStatItemsParams

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

func (*DeleteUserStatItemsParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the delete user stat items params

func (*DeleteUserStatItemsParams) SetContext

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

SetContext adds the context to the delete user stat items params

func (*DeleteUserStatItemsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user stat items params

func (*DeleteUserStatItemsParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the delete user stat items params

func (*DeleteUserStatItemsParams) SetNamespace

func (o *DeleteUserStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete user stat items params

func (*DeleteUserStatItemsParams) SetStatCode

func (o *DeleteUserStatItemsParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the delete user stat items params

func (*DeleteUserStatItemsParams) SetTimeout

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

SetTimeout adds the timeout to the delete user stat items params

func (*DeleteUserStatItemsParams) SetUserID

func (o *DeleteUserStatItemsParams) SetUserID(userID string)

SetUserID adds the userId to the delete user stat items params

func (*DeleteUserStatItemsParams) WithContext

WithContext adds the context to the delete user stat items params

func (*DeleteUserStatItemsParams) WithHTTPClient

func (o *DeleteUserStatItemsParams) WithHTTPClient(client *http.Client) *DeleteUserStatItemsParams

WithHTTPClient adds the HTTPClient to the delete user stat items params

func (*DeleteUserStatItemsParams) WithNamespace

func (o *DeleteUserStatItemsParams) WithNamespace(namespace string) *DeleteUserStatItemsParams

WithNamespace adds the namespace to the delete user stat items params

func (*DeleteUserStatItemsParams) WithStatCode

func (o *DeleteUserStatItemsParams) WithStatCode(statCode string) *DeleteUserStatItemsParams

WithStatCode adds the statCode to the delete user stat items params

func (*DeleteUserStatItemsParams) WithTimeout

WithTimeout adds the timeout to the delete user stat items params

func (*DeleteUserStatItemsParams) WithUserID

WithUserID adds the userID to the delete user stat items params

func (*DeleteUserStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserStatItemsReader

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

DeleteUserStatItemsReader is a Reader for the DeleteUserStatItems structure.

func (*DeleteUserStatItemsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserStatItemsUnauthorized

type DeleteUserStatItemsUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItemsUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewDeleteUserStatItemsUnauthorized

func NewDeleteUserStatItemsUnauthorized() *DeleteUserStatItemsUnauthorized

NewDeleteUserStatItemsUnauthorized creates a DeleteUserStatItemsUnauthorized with default headers values

func (*DeleteUserStatItemsUnauthorized) Error

func (*DeleteUserStatItemsUnauthorized) GetPayload

func (*DeleteUserStatItemsUnauthorized) ToJSONString added in v0.25.0

func (o *DeleteUserStatItemsUnauthorized) ToJSONString() string

type DeleteUserStatItemsUnprocessableEntity added in v0.45.0

type DeleteUserStatItemsUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

DeleteUserStatItemsUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewDeleteUserStatItemsUnprocessableEntity added in v0.45.0

func NewDeleteUserStatItemsUnprocessableEntity() *DeleteUserStatItemsUnprocessableEntity

NewDeleteUserStatItemsUnprocessableEntity creates a DeleteUserStatItemsUnprocessableEntity with default headers values

func (*DeleteUserStatItemsUnprocessableEntity) Error added in v0.45.0

func (*DeleteUserStatItemsUnprocessableEntity) GetPayload added in v0.45.0

func (*DeleteUserStatItemsUnprocessableEntity) ToJSONString added in v0.45.0

type GetUserStatItemsOK

type GetUserStatItemsOK struct {
	Payload *socialclientmodels.UserStatItemPagingSlicedResult
}

GetUserStatItemsOK handles this case with default header values.

successful operation

func NewGetUserStatItemsOK

func NewGetUserStatItemsOK() *GetUserStatItemsOK

NewGetUserStatItemsOK creates a GetUserStatItemsOK with default headers values

func (*GetUserStatItemsOK) Error

func (o *GetUserStatItemsOK) Error() string

func (*GetUserStatItemsOK) GetPayload

func (*GetUserStatItemsOK) ToJSONString added in v0.25.0

func (o *GetUserStatItemsOK) ToJSONString() string

type GetUserStatItemsParams

type GetUserStatItemsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string
	/*IsPublic
	    flag to filter which data to show.
	<ul> <li>Unfiltered will return all data</li><li>If set to false will return private user stat items only</li><li>If set to true will return public stat items only</li></ul>

	*/
	IsPublic *bool
	/*Limit*/
	Limit *int32
	/*Offset*/
	Offset *int32
	/*SortBy
	  default is updatedAt:asc, allow values: [statCode, statCode:asc, statCode:desc, createdAt, createdAt:asc, createdAt:desc, updatedAt, updatedAt:asc, updatedAt:desc],and support sort group, eg: sortBy=statCode:asc,createdAt:desc.

	*/
	SortBy *string
	/*StatCodes
	  stat codes

	*/
	StatCodes *string
	/*Tags
	  tags

	*/
	Tags *string

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

GetUserStatItemsParams contains all the parameters to send to the API endpoint for the get user stat items operation typically these are written to a http.Request

func NewGetUserStatItemsParams

func NewGetUserStatItemsParams() *GetUserStatItemsParams

NewGetUserStatItemsParams creates a new GetUserStatItemsParams object with the default values initialized.

func NewGetUserStatItemsParamsWithContext

func NewGetUserStatItemsParamsWithContext(ctx context.Context) *GetUserStatItemsParams

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

func NewGetUserStatItemsParamsWithHTTPClient

func NewGetUserStatItemsParamsWithHTTPClient(client *http.Client) *GetUserStatItemsParams

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

func NewGetUserStatItemsParamsWithTimeout

func NewGetUserStatItemsParamsWithTimeout(timeout time.Duration) *GetUserStatItemsParams

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

func (*GetUserStatItemsParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the get user stat items params

func (*GetUserStatItemsParams) SetContext

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

SetContext adds the context to the get user stat items params

func (*GetUserStatItemsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user stat items params

func (*GetUserStatItemsParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the get user stat items params

func (*GetUserStatItemsParams) SetIsPublic added in v0.46.0

func (o *GetUserStatItemsParams) SetIsPublic(isPublic *bool)

SetIsPublic adds the isPublic to the get user stat items params

func (*GetUserStatItemsParams) SetLimit

func (o *GetUserStatItemsParams) SetLimit(limit *int32)

SetLimit adds the limit to the get user stat items params

func (*GetUserStatItemsParams) SetNamespace

func (o *GetUserStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user stat items params

func (*GetUserStatItemsParams) SetOffset

func (o *GetUserStatItemsParams) SetOffset(offset *int32)

SetOffset adds the offset to the get user stat items params

func (*GetUserStatItemsParams) SetSortBy added in v0.38.0

func (o *GetUserStatItemsParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get user stat items params

func (*GetUserStatItemsParams) SetStatCodes

func (o *GetUserStatItemsParams) SetStatCodes(statCodes *string)

SetStatCodes adds the statCodes to the get user stat items params

func (*GetUserStatItemsParams) SetTags

func (o *GetUserStatItemsParams) SetTags(tags *string)

SetTags adds the tags to the get user stat items params

func (*GetUserStatItemsParams) SetTimeout

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

SetTimeout adds the timeout to the get user stat items params

func (*GetUserStatItemsParams) SetUserID

func (o *GetUserStatItemsParams) SetUserID(userID string)

SetUserID adds the userId to the get user stat items params

func (*GetUserStatItemsParams) WithContext

WithContext adds the context to the get user stat items params

func (*GetUserStatItemsParams) WithHTTPClient

func (o *GetUserStatItemsParams) WithHTTPClient(client *http.Client) *GetUserStatItemsParams

WithHTTPClient adds the HTTPClient to the get user stat items params

func (*GetUserStatItemsParams) WithIsPublic added in v0.46.0

func (o *GetUserStatItemsParams) WithIsPublic(isPublic *bool) *GetUserStatItemsParams

WithIsPublic adds the isPublic to the get user stat items params

func (*GetUserStatItemsParams) WithLimit

func (o *GetUserStatItemsParams) WithLimit(limit *int32) *GetUserStatItemsParams

WithLimit adds the limit to the get user stat items params

func (*GetUserStatItemsParams) WithNamespace

func (o *GetUserStatItemsParams) WithNamespace(namespace string) *GetUserStatItemsParams

WithNamespace adds the namespace to the get user stat items params

func (*GetUserStatItemsParams) WithOffset

func (o *GetUserStatItemsParams) WithOffset(offset *int32) *GetUserStatItemsParams

WithOffset adds the offset to the get user stat items params

func (*GetUserStatItemsParams) WithSortBy added in v0.38.0

func (o *GetUserStatItemsParams) WithSortBy(sortBy *string) *GetUserStatItemsParams

WithSortBy adds the sortBy to the get user stat items params

func (*GetUserStatItemsParams) WithStatCodes

func (o *GetUserStatItemsParams) WithStatCodes(statCodes *string) *GetUserStatItemsParams

WithStatCodes adds the statCodes to the get user stat items params

func (*GetUserStatItemsParams) WithTags

WithTags adds the tags to the get user stat items params

func (*GetUserStatItemsParams) WithTimeout

WithTimeout adds the timeout to the get user stat items params

func (*GetUserStatItemsParams) WithUserID

func (o *GetUserStatItemsParams) WithUserID(userID string) *GetUserStatItemsParams

WithUserID adds the userID to the get user stat items params

func (*GetUserStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserStatItemsReader

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

GetUserStatItemsReader is a Reader for the GetUserStatItems structure.

func (*GetUserStatItemsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserStatItemsUnprocessableEntity added in v0.45.0

type GetUserStatItemsUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

GetUserStatItemsUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewGetUserStatItemsUnprocessableEntity added in v0.45.0

func NewGetUserStatItemsUnprocessableEntity() *GetUserStatItemsUnprocessableEntity

NewGetUserStatItemsUnprocessableEntity creates a GetUserStatItemsUnprocessableEntity with default headers values

func (*GetUserStatItemsUnprocessableEntity) Error added in v0.45.0

func (*GetUserStatItemsUnprocessableEntity) GetPayload added in v0.45.0

func (*GetUserStatItemsUnprocessableEntity) ToJSONString added in v0.45.0

func (o *GetUserStatItemsUnprocessableEntity) ToJSONString() string

type IncUserStatItemValueBadRequest

type IncUserStatItemValueBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

IncUserStatItemValueBadRequest handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12221</td><td>Invalid stat operator, expect [{expected}] but actual [{actual}]</td></tr></table>

func NewIncUserStatItemValueBadRequest

func NewIncUserStatItemValueBadRequest() *IncUserStatItemValueBadRequest

NewIncUserStatItemValueBadRequest creates a IncUserStatItemValueBadRequest with default headers values

func (*IncUserStatItemValueBadRequest) Error

func (*IncUserStatItemValueBadRequest) GetPayload

func (*IncUserStatItemValueBadRequest) ToJSONString added in v0.25.0

func (o *IncUserStatItemValueBadRequest) ToJSONString() string

type IncUserStatItemValueConflict

type IncUserStatItemValueConflict struct {
	Payload *socialclientmodels.ErrorEntity
}

IncUserStatItemValueConflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12273</td><td>Stat [{statCode}] is not decreasable</td></tr><tr><td>12275</td><td>[{action}] value: [{value}] of stat [{statCode}]  is out of range while minimum [{minimum}] and maximum [{maximum}] in namespace [{namespace}]</td></tr></table>

func NewIncUserStatItemValueConflict

func NewIncUserStatItemValueConflict() *IncUserStatItemValueConflict

NewIncUserStatItemValueConflict creates a IncUserStatItemValueConflict with default headers values

func (*IncUserStatItemValueConflict) Error

func (*IncUserStatItemValueConflict) GetPayload

func (*IncUserStatItemValueConflict) ToJSONString added in v0.25.0

func (o *IncUserStatItemValueConflict) ToJSONString() string

type IncUserStatItemValueNotFound

type IncUserStatItemValueNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

IncUserStatItemValueNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr><tr><td>12242</td><td>Stat item of [{statCode}] of user [{profileId}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewIncUserStatItemValueNotFound

func NewIncUserStatItemValueNotFound() *IncUserStatItemValueNotFound

NewIncUserStatItemValueNotFound creates a IncUserStatItemValueNotFound with default headers values

func (*IncUserStatItemValueNotFound) Error

func (*IncUserStatItemValueNotFound) GetPayload

func (*IncUserStatItemValueNotFound) ToJSONString added in v0.25.0

func (o *IncUserStatItemValueNotFound) ToJSONString() string

type IncUserStatItemValueOK

type IncUserStatItemValueOK struct {
	Payload *socialclientmodels.StatItemIncResult
}

IncUserStatItemValueOK handles this case with default header values.

successful operation

func NewIncUserStatItemValueOK

func NewIncUserStatItemValueOK() *IncUserStatItemValueOK

NewIncUserStatItemValueOK creates a IncUserStatItemValueOK with default headers values

func (*IncUserStatItemValueOK) Error

func (o *IncUserStatItemValueOK) Error() string

func (*IncUserStatItemValueOK) GetPayload

func (*IncUserStatItemValueOK) ToJSONString added in v0.25.0

func (o *IncUserStatItemValueOK) ToJSONString() string

type IncUserStatItemValueParams

type IncUserStatItemValueParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *socialclientmodels.StatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

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

IncUserStatItemValueParams contains all the parameters to send to the API endpoint for the inc user stat item value operation typically these are written to a http.Request

func NewIncUserStatItemValueParams

func NewIncUserStatItemValueParams() *IncUserStatItemValueParams

NewIncUserStatItemValueParams creates a new IncUserStatItemValueParams object with the default values initialized.

func NewIncUserStatItemValueParamsWithContext

func NewIncUserStatItemValueParamsWithContext(ctx context.Context) *IncUserStatItemValueParams

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

func NewIncUserStatItemValueParamsWithHTTPClient

func NewIncUserStatItemValueParamsWithHTTPClient(client *http.Client) *IncUserStatItemValueParams

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

func NewIncUserStatItemValueParamsWithTimeout

func NewIncUserStatItemValueParamsWithTimeout(timeout time.Duration) *IncUserStatItemValueParams

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

func (*IncUserStatItemValueParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the inc user stat item value params

func (*IncUserStatItemValueParams) SetBody

SetBody adds the body to the inc user stat item value params

func (*IncUserStatItemValueParams) SetContext

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

SetContext adds the context to the inc user stat item value params

func (*IncUserStatItemValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the inc user stat item value params

func (*IncUserStatItemValueParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the inc user stat item value params

func (*IncUserStatItemValueParams) SetNamespace

func (o *IncUserStatItemValueParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the inc user stat item value params

func (*IncUserStatItemValueParams) SetStatCode

func (o *IncUserStatItemValueParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the inc user stat item value params

func (*IncUserStatItemValueParams) SetTimeout

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

SetTimeout adds the timeout to the inc user stat item value params

func (*IncUserStatItemValueParams) SetUserID

func (o *IncUserStatItemValueParams) SetUserID(userID string)

SetUserID adds the userId to the inc user stat item value params

func (*IncUserStatItemValueParams) WithBody

WithBody adds the body to the inc user stat item value params

func (*IncUserStatItemValueParams) WithContext

WithContext adds the context to the inc user stat item value params

func (*IncUserStatItemValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inc user stat item value params

func (*IncUserStatItemValueParams) WithNamespace

func (o *IncUserStatItemValueParams) WithNamespace(namespace string) *IncUserStatItemValueParams

WithNamespace adds the namespace to the inc user stat item value params

func (*IncUserStatItemValueParams) WithStatCode

WithStatCode adds the statCode to the inc user stat item value params

func (*IncUserStatItemValueParams) WithTimeout

WithTimeout adds the timeout to the inc user stat item value params

func (*IncUserStatItemValueParams) WithUserID

WithUserID adds the userID to the inc user stat item value params

func (*IncUserStatItemValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IncUserStatItemValueReader

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

IncUserStatItemValueReader is a Reader for the IncUserStatItemValue structure.

func (*IncUserStatItemValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IncUserStatItemValueUnprocessableEntity added in v0.45.0

type IncUserStatItemValueUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

IncUserStatItemValueUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewIncUserStatItemValueUnprocessableEntity added in v0.45.0

func NewIncUserStatItemValueUnprocessableEntity() *IncUserStatItemValueUnprocessableEntity

NewIncUserStatItemValueUnprocessableEntity creates a IncUserStatItemValueUnprocessableEntity with default headers values

func (*IncUserStatItemValueUnprocessableEntity) Error added in v0.45.0

func (*IncUserStatItemValueUnprocessableEntity) GetPayload added in v0.45.0

func (*IncUserStatItemValueUnprocessableEntity) ToJSONString added in v0.45.0

type PublicBulkCreateUserStatItemsOK

type PublicBulkCreateUserStatItemsOK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

PublicBulkCreateUserStatItemsOK handles this case with default header values.

successful operation

func NewPublicBulkCreateUserStatItemsOK

func NewPublicBulkCreateUserStatItemsOK() *PublicBulkCreateUserStatItemsOK

NewPublicBulkCreateUserStatItemsOK creates a PublicBulkCreateUserStatItemsOK with default headers values

func (*PublicBulkCreateUserStatItemsOK) Error

func (*PublicBulkCreateUserStatItemsOK) GetPayload

func (*PublicBulkCreateUserStatItemsOK) ToJSONString added in v0.25.0

func (o *PublicBulkCreateUserStatItemsOK) ToJSONString() string

type PublicBulkCreateUserStatItemsParams

type PublicBulkCreateUserStatItemsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkStatItemCreate
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

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

PublicBulkCreateUserStatItemsParams contains all the parameters to send to the API endpoint for the public bulk create user stat items operation typically these are written to a http.Request

func NewPublicBulkCreateUserStatItemsParams

func NewPublicBulkCreateUserStatItemsParams() *PublicBulkCreateUserStatItemsParams

NewPublicBulkCreateUserStatItemsParams creates a new PublicBulkCreateUserStatItemsParams object with the default values initialized.

func NewPublicBulkCreateUserStatItemsParamsWithContext

func NewPublicBulkCreateUserStatItemsParamsWithContext(ctx context.Context) *PublicBulkCreateUserStatItemsParams

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

func NewPublicBulkCreateUserStatItemsParamsWithHTTPClient

func NewPublicBulkCreateUserStatItemsParamsWithHTTPClient(client *http.Client) *PublicBulkCreateUserStatItemsParams

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

func NewPublicBulkCreateUserStatItemsParamsWithTimeout

func NewPublicBulkCreateUserStatItemsParamsWithTimeout(timeout time.Duration) *PublicBulkCreateUserStatItemsParams

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

func (*PublicBulkCreateUserStatItemsParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) SetBody

SetBody adds the body to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) SetContext

SetContext adds the context to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) SetNamespace

func (o *PublicBulkCreateUserStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) SetTimeout

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

SetTimeout adds the timeout to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) SetUserID

func (o *PublicBulkCreateUserStatItemsParams) SetUserID(userID string)

SetUserID adds the userId to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) WithBody

WithBody adds the body to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) WithContext

WithContext adds the context to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) WithNamespace

WithNamespace adds the namespace to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) WithTimeout

WithTimeout adds the timeout to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) WithUserID

WithUserID adds the userID to the public bulk create user stat items params

func (*PublicBulkCreateUserStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicBulkCreateUserStatItemsReader

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

PublicBulkCreateUserStatItemsReader is a Reader for the PublicBulkCreateUserStatItems structure.

func (*PublicBulkCreateUserStatItemsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicBulkCreateUserStatItemsUnprocessableEntity

type PublicBulkCreateUserStatItemsUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicBulkCreateUserStatItemsUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicBulkCreateUserStatItemsUnprocessableEntity

func NewPublicBulkCreateUserStatItemsUnprocessableEntity() *PublicBulkCreateUserStatItemsUnprocessableEntity

NewPublicBulkCreateUserStatItemsUnprocessableEntity creates a PublicBulkCreateUserStatItemsUnprocessableEntity with default headers values

func (*PublicBulkCreateUserStatItemsUnprocessableEntity) Error

func (*PublicBulkCreateUserStatItemsUnprocessableEntity) GetPayload

func (*PublicBulkCreateUserStatItemsUnprocessableEntity) ToJSONString added in v0.25.0

type PublicBulkIncUserStatItem1OK

type PublicBulkIncUserStatItem1OK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

PublicBulkIncUserStatItem1OK handles this case with default header values.

successful operation

func NewPublicBulkIncUserStatItem1OK

func NewPublicBulkIncUserStatItem1OK() *PublicBulkIncUserStatItem1OK

NewPublicBulkIncUserStatItem1OK creates a PublicBulkIncUserStatItem1OK with default headers values

func (*PublicBulkIncUserStatItem1OK) Error

func (*PublicBulkIncUserStatItem1OK) GetPayload

func (*PublicBulkIncUserStatItem1OK) ToJSONString added in v0.25.0

func (o *PublicBulkIncUserStatItem1OK) ToJSONString() string

type PublicBulkIncUserStatItem1Params

type PublicBulkIncUserStatItem1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

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

PublicBulkIncUserStatItem1Params contains all the parameters to send to the API endpoint for the public bulk inc user stat item 1 operation typically these are written to a http.Request

func NewPublicBulkIncUserStatItem1Params

func NewPublicBulkIncUserStatItem1Params() *PublicBulkIncUserStatItem1Params

NewPublicBulkIncUserStatItem1Params creates a new PublicBulkIncUserStatItem1Params object with the default values initialized.

func NewPublicBulkIncUserStatItem1ParamsWithContext

func NewPublicBulkIncUserStatItem1ParamsWithContext(ctx context.Context) *PublicBulkIncUserStatItem1Params

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

func NewPublicBulkIncUserStatItem1ParamsWithHTTPClient

func NewPublicBulkIncUserStatItem1ParamsWithHTTPClient(client *http.Client) *PublicBulkIncUserStatItem1Params

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

func NewPublicBulkIncUserStatItem1ParamsWithTimeout

func NewPublicBulkIncUserStatItem1ParamsWithTimeout(timeout time.Duration) *PublicBulkIncUserStatItem1Params

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

func (*PublicBulkIncUserStatItem1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) SetBody

SetBody adds the body to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) SetContext

SetContext adds the context to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) SetNamespace

func (o *PublicBulkIncUserStatItem1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) SetTimeout

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

SetTimeout adds the timeout to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) SetUserID

func (o *PublicBulkIncUserStatItem1Params) SetUserID(userID string)

SetUserID adds the userId to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) WithBody

WithBody adds the body to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) WithContext

WithContext adds the context to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) WithNamespace

WithNamespace adds the namespace to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) WithTimeout

WithTimeout adds the timeout to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) WithUserID

WithUserID adds the userID to the public bulk inc user stat item 1 params

func (*PublicBulkIncUserStatItem1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicBulkIncUserStatItem1Reader

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

PublicBulkIncUserStatItem1Reader is a Reader for the PublicBulkIncUserStatItem1 structure.

func (*PublicBulkIncUserStatItem1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicBulkIncUserStatItem1UnprocessableEntity

type PublicBulkIncUserStatItem1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicBulkIncUserStatItem1UnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicBulkIncUserStatItem1UnprocessableEntity

func NewPublicBulkIncUserStatItem1UnprocessableEntity() *PublicBulkIncUserStatItem1UnprocessableEntity

NewPublicBulkIncUserStatItem1UnprocessableEntity creates a PublicBulkIncUserStatItem1UnprocessableEntity with default headers values

func (*PublicBulkIncUserStatItem1UnprocessableEntity) Error

func (*PublicBulkIncUserStatItem1UnprocessableEntity) GetPayload

func (*PublicBulkIncUserStatItem1UnprocessableEntity) ToJSONString added in v0.25.0

type PublicBulkIncUserStatItemOK

type PublicBulkIncUserStatItemOK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

PublicBulkIncUserStatItemOK handles this case with default header values.

successful operation

func NewPublicBulkIncUserStatItemOK

func NewPublicBulkIncUserStatItemOK() *PublicBulkIncUserStatItemOK

NewPublicBulkIncUserStatItemOK creates a PublicBulkIncUserStatItemOK with default headers values

func (*PublicBulkIncUserStatItemOK) Error

func (*PublicBulkIncUserStatItemOK) GetPayload

func (*PublicBulkIncUserStatItemOK) ToJSONString added in v0.25.0

func (o *PublicBulkIncUserStatItemOK) ToJSONString() string

type PublicBulkIncUserStatItemParams

type PublicBulkIncUserStatItemParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string

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

PublicBulkIncUserStatItemParams contains all the parameters to send to the API endpoint for the public bulk inc user stat item operation typically these are written to a http.Request

func NewPublicBulkIncUserStatItemParams

func NewPublicBulkIncUserStatItemParams() *PublicBulkIncUserStatItemParams

NewPublicBulkIncUserStatItemParams creates a new PublicBulkIncUserStatItemParams object with the default values initialized.

func NewPublicBulkIncUserStatItemParamsWithContext

func NewPublicBulkIncUserStatItemParamsWithContext(ctx context.Context) *PublicBulkIncUserStatItemParams

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

func NewPublicBulkIncUserStatItemParamsWithHTTPClient

func NewPublicBulkIncUserStatItemParamsWithHTTPClient(client *http.Client) *PublicBulkIncUserStatItemParams

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

func NewPublicBulkIncUserStatItemParamsWithTimeout

func NewPublicBulkIncUserStatItemParamsWithTimeout(timeout time.Duration) *PublicBulkIncUserStatItemParams

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

func (*PublicBulkIncUserStatItemParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) SetBody

SetBody adds the body to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) SetContext

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

SetContext adds the context to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) SetNamespace

func (o *PublicBulkIncUserStatItemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) SetTimeout

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

SetTimeout adds the timeout to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) WithBody

WithBody adds the body to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) WithContext

WithContext adds the context to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) WithNamespace

WithNamespace adds the namespace to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) WithTimeout

WithTimeout adds the timeout to the public bulk inc user stat item params

func (*PublicBulkIncUserStatItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicBulkIncUserStatItemReader

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

PublicBulkIncUserStatItemReader is a Reader for the PublicBulkIncUserStatItem structure.

func (*PublicBulkIncUserStatItemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicBulkIncUserStatItemUnprocessableEntity

type PublicBulkIncUserStatItemUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicBulkIncUserStatItemUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicBulkIncUserStatItemUnprocessableEntity

func NewPublicBulkIncUserStatItemUnprocessableEntity() *PublicBulkIncUserStatItemUnprocessableEntity

NewPublicBulkIncUserStatItemUnprocessableEntity creates a PublicBulkIncUserStatItemUnprocessableEntity with default headers values

func (*PublicBulkIncUserStatItemUnprocessableEntity) Error

func (*PublicBulkIncUserStatItemUnprocessableEntity) GetPayload

func (*PublicBulkIncUserStatItemUnprocessableEntity) ToJSONString added in v0.25.0

type PublicBulkIncUserStatItemValueOK

type PublicBulkIncUserStatItemValueOK struct {
	Payload []*socialclientmodels.BulkStatOperationResult
}

PublicBulkIncUserStatItemValueOK handles this case with default header values.

successful operation

func NewPublicBulkIncUserStatItemValueOK

func NewPublicBulkIncUserStatItemValueOK() *PublicBulkIncUserStatItemValueOK

NewPublicBulkIncUserStatItemValueOK creates a PublicBulkIncUserStatItemValueOK with default headers values

func (*PublicBulkIncUserStatItemValueOK) Error

func (*PublicBulkIncUserStatItemValueOK) GetPayload

func (*PublicBulkIncUserStatItemValueOK) ToJSONString added in v0.25.0

func (o *PublicBulkIncUserStatItemValueOK) ToJSONString() string

type PublicBulkIncUserStatItemValueParams

type PublicBulkIncUserStatItemValueParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*socialclientmodels.BulkUserStatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string

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

PublicBulkIncUserStatItemValueParams contains all the parameters to send to the API endpoint for the public bulk inc user stat item value operation typically these are written to a http.Request

func NewPublicBulkIncUserStatItemValueParams

func NewPublicBulkIncUserStatItemValueParams() *PublicBulkIncUserStatItemValueParams

NewPublicBulkIncUserStatItemValueParams creates a new PublicBulkIncUserStatItemValueParams object with the default values initialized.

func NewPublicBulkIncUserStatItemValueParamsWithContext

func NewPublicBulkIncUserStatItemValueParamsWithContext(ctx context.Context) *PublicBulkIncUserStatItemValueParams

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

func NewPublicBulkIncUserStatItemValueParamsWithHTTPClient

func NewPublicBulkIncUserStatItemValueParamsWithHTTPClient(client *http.Client) *PublicBulkIncUserStatItemValueParams

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

func NewPublicBulkIncUserStatItemValueParamsWithTimeout

func NewPublicBulkIncUserStatItemValueParamsWithTimeout(timeout time.Duration) *PublicBulkIncUserStatItemValueParams

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

func (*PublicBulkIncUserStatItemValueParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) SetBody

SetBody adds the body to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) SetContext

SetContext adds the context to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) SetNamespace

func (o *PublicBulkIncUserStatItemValueParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) SetTimeout

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

SetTimeout adds the timeout to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) WithBody

WithBody adds the body to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) WithContext

WithContext adds the context to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) WithNamespace

WithNamespace adds the namespace to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) WithTimeout

WithTimeout adds the timeout to the public bulk inc user stat item value params

func (*PublicBulkIncUserStatItemValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicBulkIncUserStatItemValueReader

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

PublicBulkIncUserStatItemValueReader is a Reader for the PublicBulkIncUserStatItemValue structure.

func (*PublicBulkIncUserStatItemValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicBulkIncUserStatItemValueUnprocessableEntity

type PublicBulkIncUserStatItemValueUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicBulkIncUserStatItemValueUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicBulkIncUserStatItemValueUnprocessableEntity

func NewPublicBulkIncUserStatItemValueUnprocessableEntity() *PublicBulkIncUserStatItemValueUnprocessableEntity

NewPublicBulkIncUserStatItemValueUnprocessableEntity creates a PublicBulkIncUserStatItemValueUnprocessableEntity with default headers values

func (*PublicBulkIncUserStatItemValueUnprocessableEntity) Error

func (*PublicBulkIncUserStatItemValueUnprocessableEntity) GetPayload

func (*PublicBulkIncUserStatItemValueUnprocessableEntity) ToJSONString added in v0.25.0

type PublicCreateUserStatItemConflict

type PublicCreateUserStatItemConflict struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicCreateUserStatItemConflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12274</td><td>Stat item with code [{statCode}] of user [{profileId}] already exists in namespace [{namespace}]</td></tr></table>

func NewPublicCreateUserStatItemConflict

func NewPublicCreateUserStatItemConflict() *PublicCreateUserStatItemConflict

NewPublicCreateUserStatItemConflict creates a PublicCreateUserStatItemConflict with default headers values

func (*PublicCreateUserStatItemConflict) Error

func (*PublicCreateUserStatItemConflict) GetPayload

func (*PublicCreateUserStatItemConflict) ToJSONString added in v0.25.0

func (o *PublicCreateUserStatItemConflict) ToJSONString() string

type PublicCreateUserStatItemCreated

type PublicCreateUserStatItemCreated struct {
}

PublicCreateUserStatItemCreated handles this case with default header values.

Create user statItem successfully

func NewPublicCreateUserStatItemCreated

func NewPublicCreateUserStatItemCreated() *PublicCreateUserStatItemCreated

NewPublicCreateUserStatItemCreated creates a PublicCreateUserStatItemCreated with default headers values

func (*PublicCreateUserStatItemCreated) Error

type PublicCreateUserStatItemNotFound

type PublicCreateUserStatItemNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicCreateUserStatItemNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewPublicCreateUserStatItemNotFound

func NewPublicCreateUserStatItemNotFound() *PublicCreateUserStatItemNotFound

NewPublicCreateUserStatItemNotFound creates a PublicCreateUserStatItemNotFound with default headers values

func (*PublicCreateUserStatItemNotFound) Error

func (*PublicCreateUserStatItemNotFound) GetPayload

func (*PublicCreateUserStatItemNotFound) ToJSONString added in v0.25.0

func (o *PublicCreateUserStatItemNotFound) ToJSONString() string

type PublicCreateUserStatItemParams

type PublicCreateUserStatItemParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

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

PublicCreateUserStatItemParams contains all the parameters to send to the API endpoint for the public create user stat item operation typically these are written to a http.Request

func NewPublicCreateUserStatItemParams

func NewPublicCreateUserStatItemParams() *PublicCreateUserStatItemParams

NewPublicCreateUserStatItemParams creates a new PublicCreateUserStatItemParams object with the default values initialized.

func NewPublicCreateUserStatItemParamsWithContext

func NewPublicCreateUserStatItemParamsWithContext(ctx context.Context) *PublicCreateUserStatItemParams

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

func NewPublicCreateUserStatItemParamsWithHTTPClient

func NewPublicCreateUserStatItemParamsWithHTTPClient(client *http.Client) *PublicCreateUserStatItemParams

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

func NewPublicCreateUserStatItemParamsWithTimeout

func NewPublicCreateUserStatItemParamsWithTimeout(timeout time.Duration) *PublicCreateUserStatItemParams

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

func (*PublicCreateUserStatItemParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the public create user stat item params

func (*PublicCreateUserStatItemParams) SetContext

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

SetContext adds the context to the public create user stat item params

func (*PublicCreateUserStatItemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public create user stat item params

func (*PublicCreateUserStatItemParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the public create user stat item params

func (*PublicCreateUserStatItemParams) SetNamespace

func (o *PublicCreateUserStatItemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public create user stat item params

func (*PublicCreateUserStatItemParams) SetStatCode

func (o *PublicCreateUserStatItemParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the public create user stat item params

func (*PublicCreateUserStatItemParams) SetTimeout

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

SetTimeout adds the timeout to the public create user stat item params

func (*PublicCreateUserStatItemParams) SetUserID

func (o *PublicCreateUserStatItemParams) SetUserID(userID string)

SetUserID adds the userId to the public create user stat item params

func (*PublicCreateUserStatItemParams) WithContext

WithContext adds the context to the public create user stat item params

func (*PublicCreateUserStatItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public create user stat item params

func (*PublicCreateUserStatItemParams) WithNamespace

WithNamespace adds the namespace to the public create user stat item params

func (*PublicCreateUserStatItemParams) WithStatCode

WithStatCode adds the statCode to the public create user stat item params

func (*PublicCreateUserStatItemParams) WithTimeout

WithTimeout adds the timeout to the public create user stat item params

func (*PublicCreateUserStatItemParams) WithUserID

WithUserID adds the userID to the public create user stat item params

func (*PublicCreateUserStatItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCreateUserStatItemReader

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

PublicCreateUserStatItemReader is a Reader for the PublicCreateUserStatItem structure.

func (*PublicCreateUserStatItemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicCreateUserStatItemUnprocessableEntity added in v0.45.0

type PublicCreateUserStatItemUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicCreateUserStatItemUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicCreateUserStatItemUnprocessableEntity added in v0.45.0

func NewPublicCreateUserStatItemUnprocessableEntity() *PublicCreateUserStatItemUnprocessableEntity

NewPublicCreateUserStatItemUnprocessableEntity creates a PublicCreateUserStatItemUnprocessableEntity with default headers values

func (*PublicCreateUserStatItemUnprocessableEntity) Error added in v0.45.0

func (*PublicCreateUserStatItemUnprocessableEntity) GetPayload added in v0.45.0

func (*PublicCreateUserStatItemUnprocessableEntity) ToJSONString added in v0.45.0

type PublicIncUserStatItemBadRequest

type PublicIncUserStatItemBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemBadRequest handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12221</td><td>Invalid stat operator, expect [{expected}] but actual [{actual}]</td></tr></table>

func NewPublicIncUserStatItemBadRequest

func NewPublicIncUserStatItemBadRequest() *PublicIncUserStatItemBadRequest

NewPublicIncUserStatItemBadRequest creates a PublicIncUserStatItemBadRequest with default headers values

func (*PublicIncUserStatItemBadRequest) Error

func (*PublicIncUserStatItemBadRequest) GetPayload

func (*PublicIncUserStatItemBadRequest) ToJSONString added in v0.25.0

func (o *PublicIncUserStatItemBadRequest) ToJSONString() string

type PublicIncUserStatItemConflict

type PublicIncUserStatItemConflict struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemConflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12273</td><td>Stat [{statCode}] is not decreasable</td></tr><tr><td>12275</td><td>[{action}] value: [{value}] of stat [{statCode}]  is out of range while minimum [{minimum}] and maximum [{maximum}] in namespace [{namespace}]</td></tr></table>

func NewPublicIncUserStatItemConflict

func NewPublicIncUserStatItemConflict() *PublicIncUserStatItemConflict

NewPublicIncUserStatItemConflict creates a PublicIncUserStatItemConflict with default headers values

func (*PublicIncUserStatItemConflict) Error

func (*PublicIncUserStatItemConflict) GetPayload

func (*PublicIncUserStatItemConflict) ToJSONString added in v0.25.0

func (o *PublicIncUserStatItemConflict) ToJSONString() string

type PublicIncUserStatItemNotFound

type PublicIncUserStatItemNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr><tr><td>12242</td><td>Stat item of [{statCode}] of user [{profileId}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewPublicIncUserStatItemNotFound

func NewPublicIncUserStatItemNotFound() *PublicIncUserStatItemNotFound

NewPublicIncUserStatItemNotFound creates a PublicIncUserStatItemNotFound with default headers values

func (*PublicIncUserStatItemNotFound) Error

func (*PublicIncUserStatItemNotFound) GetPayload

func (*PublicIncUserStatItemNotFound) ToJSONString added in v0.25.0

func (o *PublicIncUserStatItemNotFound) ToJSONString() string

type PublicIncUserStatItemOK

type PublicIncUserStatItemOK struct {
	Payload *socialclientmodels.StatItemIncResult
}

PublicIncUserStatItemOK handles this case with default header values.

successful operation

func NewPublicIncUserStatItemOK

func NewPublicIncUserStatItemOK() *PublicIncUserStatItemOK

NewPublicIncUserStatItemOK creates a PublicIncUserStatItemOK with default headers values

func (*PublicIncUserStatItemOK) Error

func (o *PublicIncUserStatItemOK) Error() string

func (*PublicIncUserStatItemOK) GetPayload

func (*PublicIncUserStatItemOK) ToJSONString added in v0.25.0

func (o *PublicIncUserStatItemOK) ToJSONString() string

type PublicIncUserStatItemParams

type PublicIncUserStatItemParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *socialclientmodels.StatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

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

PublicIncUserStatItemParams contains all the parameters to send to the API endpoint for the public inc user stat item operation typically these are written to a http.Request

func NewPublicIncUserStatItemParams

func NewPublicIncUserStatItemParams() *PublicIncUserStatItemParams

NewPublicIncUserStatItemParams creates a new PublicIncUserStatItemParams object with the default values initialized.

func NewPublicIncUserStatItemParamsWithContext

func NewPublicIncUserStatItemParamsWithContext(ctx context.Context) *PublicIncUserStatItemParams

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

func NewPublicIncUserStatItemParamsWithHTTPClient

func NewPublicIncUserStatItemParamsWithHTTPClient(client *http.Client) *PublicIncUserStatItemParams

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

func NewPublicIncUserStatItemParamsWithTimeout

func NewPublicIncUserStatItemParamsWithTimeout(timeout time.Duration) *PublicIncUserStatItemParams

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

func (*PublicIncUserStatItemParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the public inc user stat item params

func (*PublicIncUserStatItemParams) SetBody

SetBody adds the body to the public inc user stat item params

func (*PublicIncUserStatItemParams) SetContext

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

SetContext adds the context to the public inc user stat item params

func (*PublicIncUserStatItemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public inc user stat item params

func (*PublicIncUserStatItemParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the public inc user stat item params

func (*PublicIncUserStatItemParams) SetNamespace

func (o *PublicIncUserStatItemParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public inc user stat item params

func (*PublicIncUserStatItemParams) SetStatCode

func (o *PublicIncUserStatItemParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the public inc user stat item params

func (*PublicIncUserStatItemParams) SetTimeout

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

SetTimeout adds the timeout to the public inc user stat item params

func (*PublicIncUserStatItemParams) SetUserID

func (o *PublicIncUserStatItemParams) SetUserID(userID string)

SetUserID adds the userId to the public inc user stat item params

func (*PublicIncUserStatItemParams) WithBody

WithBody adds the body to the public inc user stat item params

func (*PublicIncUserStatItemParams) WithContext

WithContext adds the context to the public inc user stat item params

func (*PublicIncUserStatItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public inc user stat item params

func (*PublicIncUserStatItemParams) WithNamespace

func (o *PublicIncUserStatItemParams) WithNamespace(namespace string) *PublicIncUserStatItemParams

WithNamespace adds the namespace to the public inc user stat item params

func (*PublicIncUserStatItemParams) WithStatCode

WithStatCode adds the statCode to the public inc user stat item params

func (*PublicIncUserStatItemParams) WithTimeout

WithTimeout adds the timeout to the public inc user stat item params

func (*PublicIncUserStatItemParams) WithUserID

WithUserID adds the userID to the public inc user stat item params

func (*PublicIncUserStatItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicIncUserStatItemReader

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

PublicIncUserStatItemReader is a Reader for the PublicIncUserStatItem structure.

func (*PublicIncUserStatItemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicIncUserStatItemUnprocessableEntity added in v0.45.0

type PublicIncUserStatItemUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicIncUserStatItemUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicIncUserStatItemUnprocessableEntity added in v0.45.0

func NewPublicIncUserStatItemUnprocessableEntity() *PublicIncUserStatItemUnprocessableEntity

NewPublicIncUserStatItemUnprocessableEntity creates a PublicIncUserStatItemUnprocessableEntity with default headers values

func (*PublicIncUserStatItemUnprocessableEntity) Error added in v0.45.0

func (*PublicIncUserStatItemUnprocessableEntity) GetPayload added in v0.45.0

func (*PublicIncUserStatItemUnprocessableEntity) ToJSONString added in v0.45.0

type PublicIncUserStatItemValueBadRequest

type PublicIncUserStatItemValueBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemValueBadRequest handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12221</td><td>Invalid stat operator, expect [{expected}] but actual [{actual}]</td></tr></table>

func NewPublicIncUserStatItemValueBadRequest

func NewPublicIncUserStatItemValueBadRequest() *PublicIncUserStatItemValueBadRequest

NewPublicIncUserStatItemValueBadRequest creates a PublicIncUserStatItemValueBadRequest with default headers values

func (*PublicIncUserStatItemValueBadRequest) Error

func (*PublicIncUserStatItemValueBadRequest) GetPayload

func (*PublicIncUserStatItemValueBadRequest) ToJSONString added in v0.25.0

func (o *PublicIncUserStatItemValueBadRequest) ToJSONString() string

type PublicIncUserStatItemValueConflict

type PublicIncUserStatItemValueConflict struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemValueConflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12273</td><td>Stat [{statCode}] is not decreasable</td></tr><tr><td>12275</td><td>[{action}] value: [{value}] of stat [{statCode}]  is out of range while minimum [{minimum}] and maximum [{maximum}] in namespace [{namespace}]</td></tr></table>

func NewPublicIncUserStatItemValueConflict

func NewPublicIncUserStatItemValueConflict() *PublicIncUserStatItemValueConflict

NewPublicIncUserStatItemValueConflict creates a PublicIncUserStatItemValueConflict with default headers values

func (*PublicIncUserStatItemValueConflict) Error

func (*PublicIncUserStatItemValueConflict) GetPayload

func (*PublicIncUserStatItemValueConflict) ToJSONString added in v0.25.0

func (o *PublicIncUserStatItemValueConflict) ToJSONString() string

type PublicIncUserStatItemValueNotFound

type PublicIncUserStatItemValueNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemValueNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr><tr><td>12242</td><td>Stat item of [{statCode}] of user [{profileId}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewPublicIncUserStatItemValueNotFound

func NewPublicIncUserStatItemValueNotFound() *PublicIncUserStatItemValueNotFound

NewPublicIncUserStatItemValueNotFound creates a PublicIncUserStatItemValueNotFound with default headers values

func (*PublicIncUserStatItemValueNotFound) Error

func (*PublicIncUserStatItemValueNotFound) GetPayload

func (*PublicIncUserStatItemValueNotFound) ToJSONString added in v0.25.0

func (o *PublicIncUserStatItemValueNotFound) ToJSONString() string

type PublicIncUserStatItemValueOK

type PublicIncUserStatItemValueOK struct {
	Payload *socialclientmodels.StatItemIncResult
}

PublicIncUserStatItemValueOK handles this case with default header values.

successful operation

func NewPublicIncUserStatItemValueOK

func NewPublicIncUserStatItemValueOK() *PublicIncUserStatItemValueOK

NewPublicIncUserStatItemValueOK creates a PublicIncUserStatItemValueOK with default headers values

func (*PublicIncUserStatItemValueOK) Error

func (*PublicIncUserStatItemValueOK) GetPayload

func (*PublicIncUserStatItemValueOK) ToJSONString added in v0.25.0

func (o *PublicIncUserStatItemValueOK) ToJSONString() string

type PublicIncUserStatItemValueParams

type PublicIncUserStatItemValueParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *socialclientmodels.StatItemInc
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

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

PublicIncUserStatItemValueParams contains all the parameters to send to the API endpoint for the public inc user stat item value operation typically these are written to a http.Request

func NewPublicIncUserStatItemValueParams

func NewPublicIncUserStatItemValueParams() *PublicIncUserStatItemValueParams

NewPublicIncUserStatItemValueParams creates a new PublicIncUserStatItemValueParams object with the default values initialized.

func NewPublicIncUserStatItemValueParamsWithContext

func NewPublicIncUserStatItemValueParamsWithContext(ctx context.Context) *PublicIncUserStatItemValueParams

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

func NewPublicIncUserStatItemValueParamsWithHTTPClient

func NewPublicIncUserStatItemValueParamsWithHTTPClient(client *http.Client) *PublicIncUserStatItemValueParams

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

func NewPublicIncUserStatItemValueParamsWithTimeout

func NewPublicIncUserStatItemValueParamsWithTimeout(timeout time.Duration) *PublicIncUserStatItemValueParams

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

func (*PublicIncUserStatItemValueParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) SetBody

SetBody adds the body to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) SetContext

SetContext adds the context to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) SetNamespace

func (o *PublicIncUserStatItemValueParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) SetStatCode

func (o *PublicIncUserStatItemValueParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) SetTimeout

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

SetTimeout adds the timeout to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) SetUserID

func (o *PublicIncUserStatItemValueParams) SetUserID(userID string)

SetUserID adds the userId to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WithBody

WithBody adds the body to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WithContext

WithContext adds the context to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WithNamespace

WithNamespace adds the namespace to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WithStatCode

WithStatCode adds the statCode to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WithTimeout

WithTimeout adds the timeout to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WithUserID

WithUserID adds the userID to the public inc user stat item value params

func (*PublicIncUserStatItemValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicIncUserStatItemValueReader

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

PublicIncUserStatItemValueReader is a Reader for the PublicIncUserStatItemValue structure.

func (*PublicIncUserStatItemValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicIncUserStatItemValueUnprocessableEntity added in v0.45.0

type PublicIncUserStatItemValueUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicIncUserStatItemValueUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicIncUserStatItemValueUnprocessableEntity added in v0.45.0

func NewPublicIncUserStatItemValueUnprocessableEntity() *PublicIncUserStatItemValueUnprocessableEntity

NewPublicIncUserStatItemValueUnprocessableEntity creates a PublicIncUserStatItemValueUnprocessableEntity with default headers values

func (*PublicIncUserStatItemValueUnprocessableEntity) Error added in v0.45.0

func (*PublicIncUserStatItemValueUnprocessableEntity) GetPayload added in v0.45.0

func (*PublicIncUserStatItemValueUnprocessableEntity) ToJSONString added in v0.45.0

type PublicListAllMyStatItemsBadRequest added in v0.46.0

type PublicListAllMyStatItemsBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicListAllMyStatItemsBadRequest handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12223</td><td>Invalid stat codes in namespace [{namespace}]: [{statCodes}]</td></tr></table>

func NewPublicListAllMyStatItemsBadRequest added in v0.46.0

func NewPublicListAllMyStatItemsBadRequest() *PublicListAllMyStatItemsBadRequest

NewPublicListAllMyStatItemsBadRequest creates a PublicListAllMyStatItemsBadRequest with default headers values

func (*PublicListAllMyStatItemsBadRequest) Error added in v0.46.0

func (*PublicListAllMyStatItemsBadRequest) GetPayload added in v0.46.0

func (*PublicListAllMyStatItemsBadRequest) ToJSONString added in v0.46.0

func (o *PublicListAllMyStatItemsBadRequest) ToJSONString() string

type PublicListAllMyStatItemsNotFound added in v0.46.0

type PublicListAllMyStatItemsNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicListAllMyStatItemsNotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12243</td><td>Stats cannot be found in namespace [{namespace}]</td></tr></table>

func NewPublicListAllMyStatItemsNotFound added in v0.46.0

func NewPublicListAllMyStatItemsNotFound() *PublicListAllMyStatItemsNotFound

NewPublicListAllMyStatItemsNotFound creates a PublicListAllMyStatItemsNotFound with default headers values

func (*PublicListAllMyStatItemsNotFound) Error added in v0.46.0

func (*PublicListAllMyStatItemsNotFound) GetPayload added in v0.46.0

func (*PublicListAllMyStatItemsNotFound) ToJSONString added in v0.46.0

func (o *PublicListAllMyStatItemsNotFound) ToJSONString() string

type PublicListAllMyStatItemsOK added in v0.46.0

type PublicListAllMyStatItemsOK struct {
	Payload []*socialclientmodels.ADTOObjectForUserStatItemValue
}

PublicListAllMyStatItemsOK handles this case with default header values.

successful operation

func NewPublicListAllMyStatItemsOK added in v0.46.0

func NewPublicListAllMyStatItemsOK() *PublicListAllMyStatItemsOK

NewPublicListAllMyStatItemsOK creates a PublicListAllMyStatItemsOK with default headers values

func (*PublicListAllMyStatItemsOK) Error added in v0.46.0

func (*PublicListAllMyStatItemsOK) GetPayload added in v0.46.0

func (*PublicListAllMyStatItemsOK) ToJSONString added in v0.46.0

func (o *PublicListAllMyStatItemsOK) ToJSONString() string

type PublicListAllMyStatItemsParams added in v0.46.0

type PublicListAllMyStatItemsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string
	/*StatCodes
	  stat codes

	*/
	StatCodes []string
	/*Tags
	  tags

	*/
	Tags []string

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

PublicListAllMyStatItemsParams contains all the parameters to send to the API endpoint for the public list all my stat items operation typically these are written to a http.Request

func NewPublicListAllMyStatItemsParams added in v0.46.0

func NewPublicListAllMyStatItemsParams() *PublicListAllMyStatItemsParams

NewPublicListAllMyStatItemsParams creates a new PublicListAllMyStatItemsParams object with the default values initialized.

func NewPublicListAllMyStatItemsParamsWithContext added in v0.46.0

func NewPublicListAllMyStatItemsParamsWithContext(ctx context.Context) *PublicListAllMyStatItemsParams

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

func NewPublicListAllMyStatItemsParamsWithHTTPClient added in v0.46.0

func NewPublicListAllMyStatItemsParamsWithHTTPClient(client *http.Client) *PublicListAllMyStatItemsParams

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

func NewPublicListAllMyStatItemsParamsWithTimeout added in v0.46.0

func NewPublicListAllMyStatItemsParamsWithTimeout(timeout time.Duration) *PublicListAllMyStatItemsParams

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

func (*PublicListAllMyStatItemsParams) SetAdditionalKey added in v0.46.0

func (o *PublicListAllMyStatItemsParams) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetAuthInfoWriter added in v0.46.0

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

SetAuthInfoWriter adds the authInfoWriter to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetContext added in v0.46.0

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

SetContext adds the context to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetHTTPClient added in v0.46.0

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

SetHTTPClient adds the HTTPClient to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetHTTPClientTransport added in v0.46.0

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

SetHTTPClient adds the HTTPClient Transport to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetNamespace added in v0.46.0

func (o *PublicListAllMyStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetStatCodes added in v0.46.0

func (o *PublicListAllMyStatItemsParams) SetStatCodes(statCodes []string)

SetStatCodes adds the statCodes to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetTags added in v0.46.0

func (o *PublicListAllMyStatItemsParams) SetTags(tags []string)

SetTags adds the tags to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetTimeout added in v0.46.0

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

SetTimeout adds the timeout to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WithAdditionalKey added in v0.46.0

func (o *PublicListAllMyStatItemsParams) WithAdditionalKey(additionalKey *string) *PublicListAllMyStatItemsParams

WithAdditionalKey adds the additionalKey to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WithContext added in v0.46.0

WithContext adds the context to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WithHTTPClient added in v0.46.0

WithHTTPClient adds the HTTPClient to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WithNamespace added in v0.46.0

WithNamespace adds the namespace to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WithStatCodes added in v0.46.0

WithStatCodes adds the statCodes to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WithTags added in v0.46.0

WithTags adds the tags to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WithTimeout added in v0.46.0

WithTimeout adds the timeout to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WriteToRequest added in v0.46.0

WriteToRequest writes these params to a swagger request

type PublicListAllMyStatItemsReader added in v0.46.0

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

PublicListAllMyStatItemsReader is a Reader for the PublicListAllMyStatItems structure.

func (*PublicListAllMyStatItemsReader) ReadResponse added in v0.46.0

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

ReadResponse reads a server response into the received o.

type PublicListAllMyStatItemsUnprocessableEntity added in v0.46.0

type PublicListAllMyStatItemsUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicListAllMyStatItemsUnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicListAllMyStatItemsUnprocessableEntity added in v0.46.0

func NewPublicListAllMyStatItemsUnprocessableEntity() *PublicListAllMyStatItemsUnprocessableEntity

NewPublicListAllMyStatItemsUnprocessableEntity creates a PublicListAllMyStatItemsUnprocessableEntity with default headers values

func (*PublicListAllMyStatItemsUnprocessableEntity) Error added in v0.46.0

func (*PublicListAllMyStatItemsUnprocessableEntity) GetPayload added in v0.46.0

func (*PublicListAllMyStatItemsUnprocessableEntity) ToJSONString added in v0.46.0

type PublicListMyStatItemsOK added in v0.46.0

type PublicListMyStatItemsOK struct {
	Payload *socialclientmodels.UserStatItemPagingSlicedResult
}

PublicListMyStatItemsOK handles this case with default header values.

successful operation

func NewPublicListMyStatItemsOK added in v0.46.0

func NewPublicListMyStatItemsOK() *PublicListMyStatItemsOK

NewPublicListMyStatItemsOK creates a PublicListMyStatItemsOK with default headers values

func (*PublicListMyStatItemsOK) Error added in v0.46.0

func (o *PublicListMyStatItemsOK) Error() string

func (*PublicListMyStatItemsOK) GetPayload added in v0.46.0

func (*PublicListMyStatItemsOK) ToJSONString added in v0.46.0

func (o *PublicListMyStatItemsOK) ToJSONString() string

type PublicListMyStatItemsParams added in v0.46.0

type PublicListMyStatItemsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Limit*/
	Limit *int32
	/*Offset*/
	Offset *int32
	/*SortBy
	  default is unsorted, allow values: [statCode, statCode:asc, statCode:desc, createdAt, createdAt:asc, createdAt:desc, updatedAt, updatedAt:asc, updatedAt:desc],and support sort group, eg: sortBy=statCode:asc,createdAt:desc.

	*/
	SortBy *string
	/*StatCodes
	  stat codes

	*/
	StatCodes []string
	/*Tags
	  tags

	*/
	Tags []string

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

PublicListMyStatItemsParams contains all the parameters to send to the API endpoint for the public list my stat items operation typically these are written to a http.Request

func NewPublicListMyStatItemsParams added in v0.46.0

func NewPublicListMyStatItemsParams() *PublicListMyStatItemsParams

NewPublicListMyStatItemsParams creates a new PublicListMyStatItemsParams object with the default values initialized.

func NewPublicListMyStatItemsParamsWithContext added in v0.46.0

func NewPublicListMyStatItemsParamsWithContext(ctx context.Context) *PublicListMyStatItemsParams

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

func NewPublicListMyStatItemsParamsWithHTTPClient added in v0.46.0

func NewPublicListMyStatItemsParamsWithHTTPClient(client *http.Client) *PublicListMyStatItemsParams

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

func NewPublicListMyStatItemsParamsWithTimeout added in v0.46.0

func NewPublicListMyStatItemsParamsWithTimeout(timeout time.Duration) *PublicListMyStatItemsParams

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

func (*PublicListMyStatItemsParams) SetAuthInfoWriter added in v0.46.0

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

SetAuthInfoWriter adds the authInfoWriter to the public list my stat items params

func (*PublicListMyStatItemsParams) SetContext added in v0.46.0

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

SetContext adds the context to the public list my stat items params

func (*PublicListMyStatItemsParams) SetHTTPClient added in v0.46.0

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

SetHTTPClient adds the HTTPClient to the public list my stat items params

func (*PublicListMyStatItemsParams) SetHTTPClientTransport added in v0.46.0

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

SetHTTPClient adds the HTTPClient Transport to the public list my stat items params

func (*PublicListMyStatItemsParams) SetLimit added in v0.46.0

func (o *PublicListMyStatItemsParams) SetLimit(limit *int32)

SetLimit adds the limit to the public list my stat items params

func (*PublicListMyStatItemsParams) SetNamespace added in v0.46.0

func (o *PublicListMyStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public list my stat items params

func (*PublicListMyStatItemsParams) SetOffset added in v0.46.0

func (o *PublicListMyStatItemsParams) SetOffset(offset *int32)

SetOffset adds the offset to the public list my stat items params

func (*PublicListMyStatItemsParams) SetSortBy added in v0.46.0

func (o *PublicListMyStatItemsParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the public list my stat items params

func (*PublicListMyStatItemsParams) SetStatCodes added in v0.46.0

func (o *PublicListMyStatItemsParams) SetStatCodes(statCodes []string)

SetStatCodes adds the statCodes to the public list my stat items params

func (*PublicListMyStatItemsParams) SetTags added in v0.46.0

func (o *PublicListMyStatItemsParams) SetTags(tags []string)

SetTags adds the tags to the public list my stat items params

func (*PublicListMyStatItemsParams) SetTimeout added in v0.46.0

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

SetTimeout adds the timeout to the public list my stat items params

func (*PublicListMyStatItemsParams) WithContext added in v0.46.0

WithContext adds the context to the public list my stat items params

func (*PublicListMyStatItemsParams) WithHTTPClient added in v0.46.0

WithHTTPClient adds the HTTPClient to the public list my stat items params

func (*PublicListMyStatItemsParams) WithLimit added in v0.46.0

WithLimit adds the limit to the public list my stat items params

func (*PublicListMyStatItemsParams) WithNamespace added in v0.46.0

func (o *PublicListMyStatItemsParams) WithNamespace(namespace string) *PublicListMyStatItemsParams

WithNamespace adds the namespace to the public list my stat items params

func (*PublicListMyStatItemsParams) WithOffset added in v0.46.0

WithOffset adds the offset to the public list my stat items params

func (*PublicListMyStatItemsParams) WithSortBy added in v0.46.0

WithSortBy adds the sortBy to the public list my stat items params

func (*PublicListMyStatItemsParams) WithStatCodes added in v0.46.0

func (o *PublicListMyStatItemsParams) WithStatCodes(statCodes []string) *PublicListMyStatItemsParams

WithStatCodes adds the statCodes to the public list my stat items params

func (*PublicListMyStatItemsParams) WithTags added in v0.46.0

WithTags adds the tags to the public list my stat items params

func (*PublicListMyStatItemsParams) WithTimeout added in v0.46.0

WithTimeout adds the timeout to the public list my stat items params

func (*PublicListMyStatItemsParams) WriteToRequest added in v0.46.0

WriteToRequest writes these params to a swagger request

type PublicListMyStatItemsReader added in v0.46.0

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

PublicListMyStatItemsReader is a Reader for the PublicListMyStatItems structure.

func (*PublicListMyStatItemsReader) ReadResponse added in v0.46.0

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

ReadResponse reads a server response into the received o.

type PublicListMyStatItemsUnprocessableEntity added in v0.46.0

type PublicListMyStatItemsUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicListMyStatItemsUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicListMyStatItemsUnprocessableEntity added in v0.46.0

func NewPublicListMyStatItemsUnprocessableEntity() *PublicListMyStatItemsUnprocessableEntity

NewPublicListMyStatItemsUnprocessableEntity creates a PublicListMyStatItemsUnprocessableEntity with default headers values

func (*PublicListMyStatItemsUnprocessableEntity) Error added in v0.46.0

func (*PublicListMyStatItemsUnprocessableEntity) GetPayload added in v0.46.0

func (*PublicListMyStatItemsUnprocessableEntity) ToJSONString added in v0.46.0

type PublicQueryUserStatItems1BadRequest added in v0.18.0

type PublicQueryUserStatItems1BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicQueryUserStatItems1BadRequest handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12223</td><td>Invalid stat codes in namespace [{namespace}]: [{statCodes}]</td></tr></table>

func NewPublicQueryUserStatItems1BadRequest added in v0.18.0

func NewPublicQueryUserStatItems1BadRequest() *PublicQueryUserStatItems1BadRequest

NewPublicQueryUserStatItems1BadRequest creates a PublicQueryUserStatItems1BadRequest with default headers values

func (*PublicQueryUserStatItems1BadRequest) Error added in v0.18.0

func (*PublicQueryUserStatItems1BadRequest) GetPayload added in v0.18.0

func (*PublicQueryUserStatItems1BadRequest) ToJSONString added in v0.25.0

func (o *PublicQueryUserStatItems1BadRequest) ToJSONString() string

type PublicQueryUserStatItems1NotFound added in v0.18.0

type PublicQueryUserStatItems1NotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicQueryUserStatItems1NotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12243</td><td>Stats cannot be found in namespace [{namespace}]</td></tr></table>

func NewPublicQueryUserStatItems1NotFound added in v0.18.0

func NewPublicQueryUserStatItems1NotFound() *PublicQueryUserStatItems1NotFound

NewPublicQueryUserStatItems1NotFound creates a PublicQueryUserStatItems1NotFound with default headers values

func (*PublicQueryUserStatItems1NotFound) Error added in v0.18.0

func (*PublicQueryUserStatItems1NotFound) GetPayload added in v0.18.0

func (*PublicQueryUserStatItems1NotFound) ToJSONString added in v0.25.0

func (o *PublicQueryUserStatItems1NotFound) ToJSONString() string

type PublicQueryUserStatItems1OK added in v0.18.0

type PublicQueryUserStatItems1OK struct {
	Payload []*socialclientmodels.ADTOObjectForUserStatItemValue
}

PublicQueryUserStatItems1OK handles this case with default header values.

successful operation

func NewPublicQueryUserStatItems1OK added in v0.18.0

func NewPublicQueryUserStatItems1OK() *PublicQueryUserStatItems1OK

NewPublicQueryUserStatItems1OK creates a PublicQueryUserStatItems1OK with default headers values

func (*PublicQueryUserStatItems1OK) Error added in v0.18.0

func (*PublicQueryUserStatItems1OK) GetPayload added in v0.18.0

func (*PublicQueryUserStatItems1OK) ToJSONString added in v0.25.0

func (o *PublicQueryUserStatItems1OK) ToJSONString() string

type PublicQueryUserStatItems1Params added in v0.18.0

type PublicQueryUserStatItems1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user id

	*/
	UserID string
	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string
	/*StatCodes
	  stat codes

	*/
	StatCodes []string
	/*Tags
	  tags

	*/
	Tags []string

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

PublicQueryUserStatItems1Params contains all the parameters to send to the API endpoint for the public query user stat items 1 operation typically these are written to a http.Request

func NewPublicQueryUserStatItems1Params added in v0.18.0

func NewPublicQueryUserStatItems1Params() *PublicQueryUserStatItems1Params

NewPublicQueryUserStatItems1Params creates a new PublicQueryUserStatItems1Params object with the default values initialized.

func NewPublicQueryUserStatItems1ParamsWithContext added in v0.18.0

func NewPublicQueryUserStatItems1ParamsWithContext(ctx context.Context) *PublicQueryUserStatItems1Params

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

func NewPublicQueryUserStatItems1ParamsWithHTTPClient added in v0.18.0

func NewPublicQueryUserStatItems1ParamsWithHTTPClient(client *http.Client) *PublicQueryUserStatItems1Params

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

func NewPublicQueryUserStatItems1ParamsWithTimeout added in v0.18.0

func NewPublicQueryUserStatItems1ParamsWithTimeout(timeout time.Duration) *PublicQueryUserStatItems1Params

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

func (*PublicQueryUserStatItems1Params) SetAdditionalKey added in v0.46.0

func (o *PublicQueryUserStatItems1Params) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetAuthInfoWriter added in v0.18.0

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

SetAuthInfoWriter adds the authInfoWriter to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetContext added in v0.18.0

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

SetContext adds the context to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetHTTPClient added in v0.18.0

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

SetHTTPClient adds the HTTPClient to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetNamespace added in v0.18.0

func (o *PublicQueryUserStatItems1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetStatCodes added in v0.18.0

func (o *PublicQueryUserStatItems1Params) SetStatCodes(statCodes []string)

SetStatCodes adds the statCodes to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetTags added in v0.18.0

func (o *PublicQueryUserStatItems1Params) SetTags(tags []string)

SetTags adds the tags to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetTimeout added in v0.18.0

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

SetTimeout adds the timeout to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetUserID added in v0.18.0

func (o *PublicQueryUserStatItems1Params) SetUserID(userID string)

SetUserID adds the userId to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithAdditionalKey added in v0.46.0

func (o *PublicQueryUserStatItems1Params) WithAdditionalKey(additionalKey *string) *PublicQueryUserStatItems1Params

WithAdditionalKey adds the additionalKey to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithContext added in v0.18.0

WithContext adds the context to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithHTTPClient added in v0.18.0

WithHTTPClient adds the HTTPClient to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithNamespace added in v0.18.0

WithNamespace adds the namespace to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithStatCodes added in v0.18.0

WithStatCodes adds the statCodes to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithTags added in v0.18.0

WithTags adds the tags to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithTimeout added in v0.18.0

WithTimeout adds the timeout to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithUserID added in v0.18.0

WithUserID adds the userID to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WriteToRequest added in v0.18.0

WriteToRequest writes these params to a swagger request

type PublicQueryUserStatItems1Reader added in v0.18.0

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

PublicQueryUserStatItems1Reader is a Reader for the PublicQueryUserStatItems1 structure.

func (*PublicQueryUserStatItems1Reader) ReadResponse added in v0.18.0

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

ReadResponse reads a server response into the received o.

type PublicQueryUserStatItems1UnprocessableEntity added in v0.18.0

type PublicQueryUserStatItems1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicQueryUserStatItems1UnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicQueryUserStatItems1UnprocessableEntity added in v0.18.0

func NewPublicQueryUserStatItems1UnprocessableEntity() *PublicQueryUserStatItems1UnprocessableEntity

NewPublicQueryUserStatItems1UnprocessableEntity creates a PublicQueryUserStatItems1UnprocessableEntity with default headers values

func (*PublicQueryUserStatItems1UnprocessableEntity) Error added in v0.18.0

func (*PublicQueryUserStatItems1UnprocessableEntity) GetPayload added in v0.18.0

func (*PublicQueryUserStatItems1UnprocessableEntity) ToJSONString added in v0.25.0

type PublicQueryUserStatItems2BadRequest added in v0.18.0

type PublicQueryUserStatItems2BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicQueryUserStatItems2BadRequest handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12223</td><td>Invalid stat codes in namespace [{namespace}]: [{statCodes}]</td></tr></table>

func NewPublicQueryUserStatItems2BadRequest added in v0.18.0

func NewPublicQueryUserStatItems2BadRequest() *PublicQueryUserStatItems2BadRequest

NewPublicQueryUserStatItems2BadRequest creates a PublicQueryUserStatItems2BadRequest with default headers values

func (*PublicQueryUserStatItems2BadRequest) Error added in v0.18.0

func (*PublicQueryUserStatItems2BadRequest) GetPayload added in v0.18.0

func (*PublicQueryUserStatItems2BadRequest) ToJSONString added in v0.25.0

func (o *PublicQueryUserStatItems2BadRequest) ToJSONString() string

type PublicQueryUserStatItems2NotFound added in v0.18.0

type PublicQueryUserStatItems2NotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicQueryUserStatItems2NotFound handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12243</td><td>Stats cannot be found in namespace [{namespace}]</td></tr></table>

func NewPublicQueryUserStatItems2NotFound added in v0.18.0

func NewPublicQueryUserStatItems2NotFound() *PublicQueryUserStatItems2NotFound

NewPublicQueryUserStatItems2NotFound creates a PublicQueryUserStatItems2NotFound with default headers values

func (*PublicQueryUserStatItems2NotFound) Error added in v0.18.0

func (*PublicQueryUserStatItems2NotFound) GetPayload added in v0.18.0

func (*PublicQueryUserStatItems2NotFound) ToJSONString added in v0.25.0

func (o *PublicQueryUserStatItems2NotFound) ToJSONString() string

type PublicQueryUserStatItems2OK added in v0.18.0

type PublicQueryUserStatItems2OK struct {
	Payload []*socialclientmodels.ADTOObjectForUserStatItemValue
}

PublicQueryUserStatItems2OK handles this case with default header values.

successful operation

func NewPublicQueryUserStatItems2OK added in v0.18.0

func NewPublicQueryUserStatItems2OK() *PublicQueryUserStatItems2OK

NewPublicQueryUserStatItems2OK creates a PublicQueryUserStatItems2OK with default headers values

func (*PublicQueryUserStatItems2OK) Error added in v0.18.0

func (*PublicQueryUserStatItems2OK) GetPayload added in v0.18.0

func (*PublicQueryUserStatItems2OK) ToJSONString added in v0.25.0

func (o *PublicQueryUserStatItems2OK) ToJSONString() string

type PublicQueryUserStatItems2Params added in v0.18.0

type PublicQueryUserStatItems2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user id

	*/
	UserID string
	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string
	/*StatCodes
	  stat codes

	*/
	StatCodes []string
	/*Tags
	  tags

	*/
	Tags []string

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

PublicQueryUserStatItems2Params contains all the parameters to send to the API endpoint for the public query user stat items 2 operation typically these are written to a http.Request

func NewPublicQueryUserStatItems2Params added in v0.18.0

func NewPublicQueryUserStatItems2Params() *PublicQueryUserStatItems2Params

NewPublicQueryUserStatItems2Params creates a new PublicQueryUserStatItems2Params object with the default values initialized.

func NewPublicQueryUserStatItems2ParamsWithContext added in v0.18.0

func NewPublicQueryUserStatItems2ParamsWithContext(ctx context.Context) *PublicQueryUserStatItems2Params

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

func NewPublicQueryUserStatItems2ParamsWithHTTPClient added in v0.18.0

func NewPublicQueryUserStatItems2ParamsWithHTTPClient(client *http.Client) *PublicQueryUserStatItems2Params

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

func NewPublicQueryUserStatItems2ParamsWithTimeout added in v0.18.0

func NewPublicQueryUserStatItems2ParamsWithTimeout(timeout time.Duration) *PublicQueryUserStatItems2Params

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

func (*PublicQueryUserStatItems2Params) SetAdditionalKey added in v0.18.0

func (o *PublicQueryUserStatItems2Params) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetAuthInfoWriter added in v0.18.0

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

SetAuthInfoWriter adds the authInfoWriter to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetContext added in v0.18.0

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

SetContext adds the context to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetHTTPClient added in v0.18.0

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

SetHTTPClient adds the HTTPClient to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetNamespace added in v0.18.0

func (o *PublicQueryUserStatItems2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetStatCodes added in v0.18.0

func (o *PublicQueryUserStatItems2Params) SetStatCodes(statCodes []string)

SetStatCodes adds the statCodes to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetTags added in v0.18.0

func (o *PublicQueryUserStatItems2Params) SetTags(tags []string)

SetTags adds the tags to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetTimeout added in v0.18.0

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

SetTimeout adds the timeout to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetUserID added in v0.18.0

func (o *PublicQueryUserStatItems2Params) SetUserID(userID string)

SetUserID adds the userId to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithAdditionalKey added in v0.18.0

func (o *PublicQueryUserStatItems2Params) WithAdditionalKey(additionalKey *string) *PublicQueryUserStatItems2Params

WithAdditionalKey adds the additionalKey to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithContext added in v0.18.0

WithContext adds the context to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithHTTPClient added in v0.18.0

WithHTTPClient adds the HTTPClient to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithNamespace added in v0.18.0

WithNamespace adds the namespace to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithStatCodes added in v0.18.0

WithStatCodes adds the statCodes to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithTags added in v0.18.0

WithTags adds the tags to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithTimeout added in v0.18.0

WithTimeout adds the timeout to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithUserID added in v0.18.0

WithUserID adds the userID to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WriteToRequest added in v0.18.0

WriteToRequest writes these params to a swagger request

type PublicQueryUserStatItems2Reader added in v0.18.0

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

PublicQueryUserStatItems2Reader is a Reader for the PublicQueryUserStatItems2 structure.

func (*PublicQueryUserStatItems2Reader) ReadResponse added in v0.18.0

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

ReadResponse reads a server response into the received o.

type PublicQueryUserStatItems2UnprocessableEntity added in v0.18.0

type PublicQueryUserStatItems2UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicQueryUserStatItems2UnprocessableEntity handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicQueryUserStatItems2UnprocessableEntity added in v0.18.0

func NewPublicQueryUserStatItems2UnprocessableEntity() *PublicQueryUserStatItems2UnprocessableEntity

NewPublicQueryUserStatItems2UnprocessableEntity creates a PublicQueryUserStatItems2UnprocessableEntity with default headers values

func (*PublicQueryUserStatItems2UnprocessableEntity) Error added in v0.18.0

func (*PublicQueryUserStatItems2UnprocessableEntity) GetPayload added in v0.18.0

func (*PublicQueryUserStatItems2UnprocessableEntity) ToJSONString added in v0.25.0

type PublicQueryUserStatItemsOK

type PublicQueryUserStatItemsOK struct {
	Payload *socialclientmodels.UserStatItemPagingSlicedResult
}

PublicQueryUserStatItemsOK handles this case with default header values.

successful operation

func NewPublicQueryUserStatItemsOK

func NewPublicQueryUserStatItemsOK() *PublicQueryUserStatItemsOK

NewPublicQueryUserStatItemsOK creates a PublicQueryUserStatItemsOK with default headers values

func (*PublicQueryUserStatItemsOK) Error

func (*PublicQueryUserStatItemsOK) GetPayload

func (*PublicQueryUserStatItemsOK) ToJSONString added in v0.25.0

func (o *PublicQueryUserStatItemsOK) ToJSONString() string

type PublicQueryUserStatItemsParams

type PublicQueryUserStatItemsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string
	/*Limit*/
	Limit *int32
	/*Offset*/
	Offset *int32
	/*SortBy
	  default is unsorted, allow values: [statCode, statCode:asc, statCode:desc, createdAt, createdAt:asc, createdAt:desc, updatedAt, updatedAt:asc, updatedAt:desc],and support sort group, eg: sortBy=statCode:asc,createdAt:desc.

	*/
	SortBy *string
	/*StatCodes
	  stat codes

	*/
	StatCodes *string
	/*Tags
	  tags

	*/
	Tags *string

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

PublicQueryUserStatItemsParams contains all the parameters to send to the API endpoint for the public query user stat items operation typically these are written to a http.Request

func NewPublicQueryUserStatItemsParams

func NewPublicQueryUserStatItemsParams() *PublicQueryUserStatItemsParams

NewPublicQueryUserStatItemsParams creates a new PublicQueryUserStatItemsParams object with the default values initialized.

func NewPublicQueryUserStatItemsParamsWithContext

func NewPublicQueryUserStatItemsParamsWithContext(ctx context.Context) *PublicQueryUserStatItemsParams

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

func NewPublicQueryUserStatItemsParamsWithHTTPClient

func NewPublicQueryUserStatItemsParamsWithHTTPClient(client *http.Client) *PublicQueryUserStatItemsParams

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

func NewPublicQueryUserStatItemsParamsWithTimeout

func NewPublicQueryUserStatItemsParamsWithTimeout(timeout time.Duration) *PublicQueryUserStatItemsParams

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

func (*PublicQueryUserStatItemsParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetContext

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

SetContext adds the context to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetLimit

func (o *PublicQueryUserStatItemsParams) SetLimit(limit *int32)

SetLimit adds the limit to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetNamespace

func (o *PublicQueryUserStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetOffset

func (o *PublicQueryUserStatItemsParams) SetOffset(offset *int32)

SetOffset adds the offset to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetSortBy added in v0.38.0

func (o *PublicQueryUserStatItemsParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetStatCodes

func (o *PublicQueryUserStatItemsParams) SetStatCodes(statCodes *string)

SetStatCodes adds the statCodes to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetTags

func (o *PublicQueryUserStatItemsParams) SetTags(tags *string)

SetTags adds the tags to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetTimeout

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

SetTimeout adds the timeout to the public query user stat items params

func (*PublicQueryUserStatItemsParams) SetUserID

func (o *PublicQueryUserStatItemsParams) SetUserID(userID string)

SetUserID adds the userId to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithContext

WithContext adds the context to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithLimit

WithLimit adds the limit to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithNamespace

WithNamespace adds the namespace to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithOffset

WithOffset adds the offset to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithSortBy added in v0.38.0

WithSortBy adds the sortBy to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithStatCodes

WithStatCodes adds the statCodes to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithTags

WithTags adds the tags to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithTimeout

WithTimeout adds the timeout to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WithUserID

WithUserID adds the userID to the public query user stat items params

func (*PublicQueryUserStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicQueryUserStatItemsReader

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

PublicQueryUserStatItemsReader is a Reader for the PublicQueryUserStatItems structure.

func (*PublicQueryUserStatItemsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicQueryUserStatItemsUnprocessableEntity added in v0.45.0

type PublicQueryUserStatItemsUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

PublicQueryUserStatItemsUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicQueryUserStatItemsUnprocessableEntity added in v0.45.0

func NewPublicQueryUserStatItemsUnprocessableEntity() *PublicQueryUserStatItemsUnprocessableEntity

NewPublicQueryUserStatItemsUnprocessableEntity creates a PublicQueryUserStatItemsUnprocessableEntity with default headers values

func (*PublicQueryUserStatItemsUnprocessableEntity) Error added in v0.45.0

func (*PublicQueryUserStatItemsUnprocessableEntity) GetPayload added in v0.45.0

func (*PublicQueryUserStatItemsUnprocessableEntity) ToJSONString added in v0.45.0

type ResetUserStatItemValue1BadRequest

type ResetUserStatItemValue1BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

ResetUserStatItemValue1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12221</td><td>Invalid stat operator, expect [{expected}] but actual [{actual}]</td></tr></table>

func NewResetUserStatItemValue1BadRequest

func NewResetUserStatItemValue1BadRequest() *ResetUserStatItemValue1BadRequest

NewResetUserStatItemValue1BadRequest creates a ResetUserStatItemValue1BadRequest with default headers values

func (*ResetUserStatItemValue1BadRequest) Error

func (*ResetUserStatItemValue1BadRequest) GetPayload

func (*ResetUserStatItemValue1BadRequest) ToJSONString added in v0.25.0

func (o *ResetUserStatItemValue1BadRequest) ToJSONString() string

type ResetUserStatItemValue1NotFound

type ResetUserStatItemValue1NotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

ResetUserStatItemValue1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewResetUserStatItemValue1NotFound

func NewResetUserStatItemValue1NotFound() *ResetUserStatItemValue1NotFound

NewResetUserStatItemValue1NotFound creates a ResetUserStatItemValue1NotFound with default headers values

func (*ResetUserStatItemValue1NotFound) Error

func (*ResetUserStatItemValue1NotFound) GetPayload

func (*ResetUserStatItemValue1NotFound) ToJSONString added in v0.25.0

func (o *ResetUserStatItemValue1NotFound) ToJSONString() string

type ResetUserStatItemValue1OK

type ResetUserStatItemValue1OK struct {
	Payload *socialclientmodels.StatItemIncResult
}

ResetUserStatItemValue1OK handles this case with default header values.

successful operation

func NewResetUserStatItemValue1OK

func NewResetUserStatItemValue1OK() *ResetUserStatItemValue1OK

NewResetUserStatItemValue1OK creates a ResetUserStatItemValue1OK with default headers values

func (*ResetUserStatItemValue1OK) Error

func (o *ResetUserStatItemValue1OK) Error() string

func (*ResetUserStatItemValue1OK) GetPayload

func (*ResetUserStatItemValue1OK) ToJSONString added in v0.25.0

func (o *ResetUserStatItemValue1OK) ToJSONString() string

type ResetUserStatItemValue1Params

type ResetUserStatItemValue1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string

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

ResetUserStatItemValue1Params contains all the parameters to send to the API endpoint for the reset user stat item value 1 operation typically these are written to a http.Request

func NewResetUserStatItemValue1Params

func NewResetUserStatItemValue1Params() *ResetUserStatItemValue1Params

NewResetUserStatItemValue1Params creates a new ResetUserStatItemValue1Params object with the default values initialized.

func NewResetUserStatItemValue1ParamsWithContext

func NewResetUserStatItemValue1ParamsWithContext(ctx context.Context) *ResetUserStatItemValue1Params

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

func NewResetUserStatItemValue1ParamsWithHTTPClient

func NewResetUserStatItemValue1ParamsWithHTTPClient(client *http.Client) *ResetUserStatItemValue1Params

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

func NewResetUserStatItemValue1ParamsWithTimeout

func NewResetUserStatItemValue1ParamsWithTimeout(timeout time.Duration) *ResetUserStatItemValue1Params

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

func (*ResetUserStatItemValue1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) SetContext

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

SetContext adds the context to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) SetNamespace

func (o *ResetUserStatItemValue1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) SetStatCode

func (o *ResetUserStatItemValue1Params) SetStatCode(statCode string)

SetStatCode adds the statCode to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) SetTimeout

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

SetTimeout adds the timeout to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) SetUserID

func (o *ResetUserStatItemValue1Params) SetUserID(userID string)

SetUserID adds the userId to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) WithContext

WithContext adds the context to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) WithNamespace

WithNamespace adds the namespace to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) WithStatCode

WithStatCode adds the statCode to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) WithTimeout

WithTimeout adds the timeout to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) WithUserID

WithUserID adds the userID to the reset user stat item value 1 params

func (*ResetUserStatItemValue1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResetUserStatItemValue1Reader

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

ResetUserStatItemValue1Reader is a Reader for the ResetUserStatItemValue1 structure.

func (*ResetUserStatItemValue1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResetUserStatItemValue1UnprocessableEntity added in v0.45.0

type ResetUserStatItemValue1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

ResetUserStatItemValue1UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewResetUserStatItemValue1UnprocessableEntity added in v0.45.0

func NewResetUserStatItemValue1UnprocessableEntity() *ResetUserStatItemValue1UnprocessableEntity

NewResetUserStatItemValue1UnprocessableEntity creates a ResetUserStatItemValue1UnprocessableEntity with default headers values

func (*ResetUserStatItemValue1UnprocessableEntity) Error added in v0.45.0

func (*ResetUserStatItemValue1UnprocessableEntity) GetPayload added in v0.45.0

func (*ResetUserStatItemValue1UnprocessableEntity) ToJSONString added in v0.45.0

type ResetUserStatItemValueBadRequest

type ResetUserStatItemValueBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

ResetUserStatItemValueBadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12221</td><td>Invalid stat operator, expect [{expected}] but actual [{actual}]</td></tr></table>

func NewResetUserStatItemValueBadRequest

func NewResetUserStatItemValueBadRequest() *ResetUserStatItemValueBadRequest

NewResetUserStatItemValueBadRequest creates a ResetUserStatItemValueBadRequest with default headers values

func (*ResetUserStatItemValueBadRequest) Error

func (*ResetUserStatItemValueBadRequest) GetPayload

func (*ResetUserStatItemValueBadRequest) ToJSONString added in v0.25.0

func (o *ResetUserStatItemValueBadRequest) ToJSONString() string

type ResetUserStatItemValueNotFound

type ResetUserStatItemValueNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

ResetUserStatItemValueNotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewResetUserStatItemValueNotFound

func NewResetUserStatItemValueNotFound() *ResetUserStatItemValueNotFound

NewResetUserStatItemValueNotFound creates a ResetUserStatItemValueNotFound with default headers values

func (*ResetUserStatItemValueNotFound) Error

func (*ResetUserStatItemValueNotFound) GetPayload

func (*ResetUserStatItemValueNotFound) ToJSONString added in v0.25.0

func (o *ResetUserStatItemValueNotFound) ToJSONString() string

type ResetUserStatItemValueOK

type ResetUserStatItemValueOK struct {
	Payload *socialclientmodels.StatItemIncResult
}

ResetUserStatItemValueOK handles this case with default header values.

successful operation

func NewResetUserStatItemValueOK

func NewResetUserStatItemValueOK() *ResetUserStatItemValueOK

NewResetUserStatItemValueOK creates a ResetUserStatItemValueOK with default headers values

func (*ResetUserStatItemValueOK) Error

func (o *ResetUserStatItemValueOK) Error() string

func (*ResetUserStatItemValueOK) GetPayload

func (*ResetUserStatItemValueOK) ToJSONString added in v0.25.0

func (o *ResetUserStatItemValueOK) ToJSONString() string

type ResetUserStatItemValueParams

type ResetUserStatItemValueParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *socialclientmodels.StatResetInfo
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string
	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string

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

ResetUserStatItemValueParams contains all the parameters to send to the API endpoint for the reset user stat item value operation typically these are written to a http.Request

func NewResetUserStatItemValueParams

func NewResetUserStatItemValueParams() *ResetUserStatItemValueParams

NewResetUserStatItemValueParams creates a new ResetUserStatItemValueParams object with the default values initialized.

func NewResetUserStatItemValueParamsWithContext

func NewResetUserStatItemValueParamsWithContext(ctx context.Context) *ResetUserStatItemValueParams

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

func NewResetUserStatItemValueParamsWithHTTPClient

func NewResetUserStatItemValueParamsWithHTTPClient(client *http.Client) *ResetUserStatItemValueParams

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

func NewResetUserStatItemValueParamsWithTimeout

func NewResetUserStatItemValueParamsWithTimeout(timeout time.Duration) *ResetUserStatItemValueParams

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

func (*ResetUserStatItemValueParams) SetAdditionalKey added in v0.2.0

func (o *ResetUserStatItemValueParams) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetBody added in v0.2.0

SetBody adds the body to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetContext

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

SetContext adds the context to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetNamespace

func (o *ResetUserStatItemValueParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetStatCode

func (o *ResetUserStatItemValueParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetTimeout

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

SetTimeout adds the timeout to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetUserID

func (o *ResetUserStatItemValueParams) SetUserID(userID string)

SetUserID adds the userId to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithAdditionalKey added in v0.2.0

func (o *ResetUserStatItemValueParams) WithAdditionalKey(additionalKey *string) *ResetUserStatItemValueParams

WithAdditionalKey adds the additionalKey to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithBody added in v0.2.0

WithBody adds the body to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithContext

WithContext adds the context to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithNamespace

WithNamespace adds the namespace to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithStatCode

WithStatCode adds the statCode to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithTimeout

WithTimeout adds the timeout to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithUserID

WithUserID adds the userID to the reset user stat item value params

func (*ResetUserStatItemValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResetUserStatItemValueReader

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

ResetUserStatItemValueReader is a Reader for the ResetUserStatItemValue structure.

func (*ResetUserStatItemValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResetUserStatItemValueUnprocessableEntity added in v0.45.0

type ResetUserStatItemValueUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

ResetUserStatItemValueUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewResetUserStatItemValueUnprocessableEntity added in v0.45.0

func NewResetUserStatItemValueUnprocessableEntity() *ResetUserStatItemValueUnprocessableEntity

NewResetUserStatItemValueUnprocessableEntity creates a ResetUserStatItemValueUnprocessableEntity with default headers values

func (*ResetUserStatItemValueUnprocessableEntity) Error added in v0.45.0

func (*ResetUserStatItemValueUnprocessableEntity) GetPayload added in v0.45.0

func (*ResetUserStatItemValueUnprocessableEntity) ToJSONString added in v0.45.0

type UpdateUserStatItemValue1BadRequest

type UpdateUserStatItemValue1BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValue1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12221</td><td>Invalid stat operator, expect [{expected}] but actual [{actual}]</td></tr></table>

func NewUpdateUserStatItemValue1BadRequest

func NewUpdateUserStatItemValue1BadRequest() *UpdateUserStatItemValue1BadRequest

NewUpdateUserStatItemValue1BadRequest creates a UpdateUserStatItemValue1BadRequest with default headers values

func (*UpdateUserStatItemValue1BadRequest) Error

func (*UpdateUserStatItemValue1BadRequest) GetPayload

func (*UpdateUserStatItemValue1BadRequest) ToJSONString added in v0.25.0

func (o *UpdateUserStatItemValue1BadRequest) ToJSONString() string

type UpdateUserStatItemValue1Conflict

type UpdateUserStatItemValue1Conflict struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValue1Conflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12273</td><td>Stat [{statCode}] is not decreasable</td></tr><tr><td>12275</td><td>[{action}] value: [{value}] of stat [{statCode}] is out of range while minimum [{minimum}] and maximum [{maximum}] in namespace [{namespace}]</td></tr></table>

func NewUpdateUserStatItemValue1Conflict

func NewUpdateUserStatItemValue1Conflict() *UpdateUserStatItemValue1Conflict

NewUpdateUserStatItemValue1Conflict creates a UpdateUserStatItemValue1Conflict with default headers values

func (*UpdateUserStatItemValue1Conflict) Error

func (*UpdateUserStatItemValue1Conflict) GetPayload

func (*UpdateUserStatItemValue1Conflict) ToJSONString added in v0.25.0

func (o *UpdateUserStatItemValue1Conflict) ToJSONString() string

type UpdateUserStatItemValue1NotFound

type UpdateUserStatItemValue1NotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValue1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewUpdateUserStatItemValue1NotFound

func NewUpdateUserStatItemValue1NotFound() *UpdateUserStatItemValue1NotFound

NewUpdateUserStatItemValue1NotFound creates a UpdateUserStatItemValue1NotFound with default headers values

func (*UpdateUserStatItemValue1NotFound) Error

func (*UpdateUserStatItemValue1NotFound) GetPayload

func (*UpdateUserStatItemValue1NotFound) ToJSONString added in v0.25.0

func (o *UpdateUserStatItemValue1NotFound) ToJSONString() string

type UpdateUserStatItemValue1OK

type UpdateUserStatItemValue1OK struct {
	Payload *socialclientmodels.StatItemIncResult
}

UpdateUserStatItemValue1OK handles this case with default header values.

successful operation

func NewUpdateUserStatItemValue1OK

func NewUpdateUserStatItemValue1OK() *UpdateUserStatItemValue1OK

NewUpdateUserStatItemValue1OK creates a UpdateUserStatItemValue1OK with default headers values

func (*UpdateUserStatItemValue1OK) Error

func (*UpdateUserStatItemValue1OK) GetPayload

func (*UpdateUserStatItemValue1OK) ToJSONString added in v0.25.0

func (o *UpdateUserStatItemValue1OK) ToJSONString() string

type UpdateUserStatItemValue1Params

type UpdateUserStatItemValue1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *socialclientmodels.StatItemUpdate
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string
	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string

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

UpdateUserStatItemValue1Params contains all the parameters to send to the API endpoint for the update user stat item value 1 operation typically these are written to a http.Request

func NewUpdateUserStatItemValue1Params

func NewUpdateUserStatItemValue1Params() *UpdateUserStatItemValue1Params

NewUpdateUserStatItemValue1Params creates a new UpdateUserStatItemValue1Params object with the default values initialized.

func NewUpdateUserStatItemValue1ParamsWithContext

func NewUpdateUserStatItemValue1ParamsWithContext(ctx context.Context) *UpdateUserStatItemValue1Params

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

func NewUpdateUserStatItemValue1ParamsWithHTTPClient

func NewUpdateUserStatItemValue1ParamsWithHTTPClient(client *http.Client) *UpdateUserStatItemValue1Params

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

func NewUpdateUserStatItemValue1ParamsWithTimeout

func NewUpdateUserStatItemValue1ParamsWithTimeout(timeout time.Duration) *UpdateUserStatItemValue1Params

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

func (*UpdateUserStatItemValue1Params) SetAdditionalKey

func (o *UpdateUserStatItemValue1Params) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetBody

SetBody adds the body to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetContext

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

SetContext adds the context to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetNamespace

func (o *UpdateUserStatItemValue1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetStatCode

func (o *UpdateUserStatItemValue1Params) SetStatCode(statCode string)

SetStatCode adds the statCode to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetTimeout

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

SetTimeout adds the timeout to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) SetUserID

func (o *UpdateUserStatItemValue1Params) SetUserID(userID string)

SetUserID adds the userId to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithAdditionalKey

func (o *UpdateUserStatItemValue1Params) WithAdditionalKey(additionalKey *string) *UpdateUserStatItemValue1Params

WithAdditionalKey adds the additionalKey to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithBody

WithBody adds the body to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithContext

WithContext adds the context to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithNamespace

WithNamespace adds the namespace to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithStatCode

WithStatCode adds the statCode to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithTimeout

WithTimeout adds the timeout to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WithUserID

WithUserID adds the userID to the update user stat item value 1 params

func (*UpdateUserStatItemValue1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUserStatItemValue1Reader

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

UpdateUserStatItemValue1Reader is a Reader for the UpdateUserStatItemValue1 structure.

func (*UpdateUserStatItemValue1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUserStatItemValue1UnprocessableEntity

type UpdateUserStatItemValue1UnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

UpdateUserStatItemValue1UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewUpdateUserStatItemValue1UnprocessableEntity

func NewUpdateUserStatItemValue1UnprocessableEntity() *UpdateUserStatItemValue1UnprocessableEntity

NewUpdateUserStatItemValue1UnprocessableEntity creates a UpdateUserStatItemValue1UnprocessableEntity with default headers values

func (*UpdateUserStatItemValue1UnprocessableEntity) Error

func (*UpdateUserStatItemValue1UnprocessableEntity) GetPayload

func (*UpdateUserStatItemValue1UnprocessableEntity) ToJSONString added in v0.25.0

type UpdateUserStatItemValueBadRequest

type UpdateUserStatItemValueBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValueBadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12221</td><td>Invalid stat operator, expect [{expected}] but actual [{actual}]</td></tr></table>

func NewUpdateUserStatItemValueBadRequest

func NewUpdateUserStatItemValueBadRequest() *UpdateUserStatItemValueBadRequest

NewUpdateUserStatItemValueBadRequest creates a UpdateUserStatItemValueBadRequest with default headers values

func (*UpdateUserStatItemValueBadRequest) Error

func (*UpdateUserStatItemValueBadRequest) GetPayload

func (*UpdateUserStatItemValueBadRequest) ToJSONString added in v0.25.0

func (o *UpdateUserStatItemValueBadRequest) ToJSONString() string

type UpdateUserStatItemValueConflict

type UpdateUserStatItemValueConflict struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValueConflict handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>12273</td><td>Stat [{statCode}] is not decreasable</td></tr><tr><td>12275</td><td>[{action}] value: [{value}] of stat [{statCode}] is out of range while minimum [{minimum}] and maximum [{maximum}] in namespace [{namespace}]</td></tr></table>

func NewUpdateUserStatItemValueConflict

func NewUpdateUserStatItemValueConflict() *UpdateUserStatItemValueConflict

NewUpdateUserStatItemValueConflict creates a UpdateUserStatItemValueConflict with default headers values

func (*UpdateUserStatItemValueConflict) Error

func (*UpdateUserStatItemValueConflict) GetPayload

func (*UpdateUserStatItemValueConflict) ToJSONString added in v0.25.0

func (o *UpdateUserStatItemValueConflict) ToJSONString() string

type UpdateUserStatItemValueNotFound

type UpdateUserStatItemValueNotFound struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValueNotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>12241</td><td>Stat [{statCode}] cannot be found in namespace [{namespace}]</td></tr></table>

func NewUpdateUserStatItemValueNotFound

func NewUpdateUserStatItemValueNotFound() *UpdateUserStatItemValueNotFound

NewUpdateUserStatItemValueNotFound creates a UpdateUserStatItemValueNotFound with default headers values

func (*UpdateUserStatItemValueNotFound) Error

func (*UpdateUserStatItemValueNotFound) GetPayload

func (*UpdateUserStatItemValueNotFound) ToJSONString added in v0.25.0

func (o *UpdateUserStatItemValueNotFound) ToJSONString() string

type UpdateUserStatItemValueOK

type UpdateUserStatItemValueOK struct {
	Payload *socialclientmodels.StatItemIncResult
}

UpdateUserStatItemValueOK handles this case with default header values.

successful operation

func NewUpdateUserStatItemValueOK

func NewUpdateUserStatItemValueOK() *UpdateUserStatItemValueOK

NewUpdateUserStatItemValueOK creates a UpdateUserStatItemValueOK with default headers values

func (*UpdateUserStatItemValueOK) Error

func (o *UpdateUserStatItemValueOK) Error() string

func (*UpdateUserStatItemValueOK) GetPayload

func (*UpdateUserStatItemValueOK) ToJSONString added in v0.25.0

func (o *UpdateUserStatItemValueOK) ToJSONString() string

type UpdateUserStatItemValueParams

type UpdateUserStatItemValueParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *socialclientmodels.StatItemUpdate
	/*Namespace
	  namespace

	*/
	Namespace string
	/*StatCode
	  stat code

	*/
	StatCode string
	/*UserID
	  user ID

	*/
	UserID string
	/*AdditionalKey
	  additional key

	*/
	AdditionalKey *string

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

UpdateUserStatItemValueParams contains all the parameters to send to the API endpoint for the update user stat item value operation typically these are written to a http.Request

func NewUpdateUserStatItemValueParams

func NewUpdateUserStatItemValueParams() *UpdateUserStatItemValueParams

NewUpdateUserStatItemValueParams creates a new UpdateUserStatItemValueParams object with the default values initialized.

func NewUpdateUserStatItemValueParamsWithContext

func NewUpdateUserStatItemValueParamsWithContext(ctx context.Context) *UpdateUserStatItemValueParams

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

func NewUpdateUserStatItemValueParamsWithHTTPClient

func NewUpdateUserStatItemValueParamsWithHTTPClient(client *http.Client) *UpdateUserStatItemValueParams

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

func NewUpdateUserStatItemValueParamsWithTimeout

func NewUpdateUserStatItemValueParamsWithTimeout(timeout time.Duration) *UpdateUserStatItemValueParams

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

func (*UpdateUserStatItemValueParams) SetAdditionalKey

func (o *UpdateUserStatItemValueParams) SetAdditionalKey(additionalKey *string)

SetAdditionalKey adds the additionalKey to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetAuthInfoWriter added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetBody

SetBody adds the body to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetContext

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

SetContext adds the context to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetNamespace

func (o *UpdateUserStatItemValueParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetStatCode

func (o *UpdateUserStatItemValueParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetTimeout

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

SetTimeout adds the timeout to the update user stat item value params

func (*UpdateUserStatItemValueParams) SetUserID

func (o *UpdateUserStatItemValueParams) SetUserID(userID string)

SetUserID adds the userId to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithAdditionalKey

func (o *UpdateUserStatItemValueParams) WithAdditionalKey(additionalKey *string) *UpdateUserStatItemValueParams

WithAdditionalKey adds the additionalKey to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithBody

WithBody adds the body to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithContext

WithContext adds the context to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithNamespace

WithNamespace adds the namespace to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithStatCode

WithStatCode adds the statCode to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithTimeout

WithTimeout adds the timeout to the update user stat item value params

func (*UpdateUserStatItemValueParams) WithUserID

WithUserID adds the userID to the update user stat item value params

func (*UpdateUserStatItemValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUserStatItemValueReader

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

UpdateUserStatItemValueReader is a Reader for the UpdateUserStatItemValue structure.

func (*UpdateUserStatItemValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUserStatItemValueUnprocessableEntity

type UpdateUserStatItemValueUnprocessableEntity struct {
	Payload *socialclientmodels.ValidationErrorEntity
}

UpdateUserStatItemValueUnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewUpdateUserStatItemValueUnprocessableEntity

func NewUpdateUserStatItemValueUnprocessableEntity() *UpdateUserStatItemValueUnprocessableEntity

NewUpdateUserStatItemValueUnprocessableEntity creates a UpdateUserStatItemValueUnprocessableEntity with default headers values

func (*UpdateUserStatItemValueUnprocessableEntity) Error

func (*UpdateUserStatItemValueUnprocessableEntity) GetPayload

func (*UpdateUserStatItemValueUnprocessableEntity) ToJSONString added in v0.25.0

Source Files

Jump to

Keyboard shortcuts

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