user_statistic

package
v0.1.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 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

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

func NewAdminListUsersStatItemsBadRequest() *AdminListUsersStatItemsBadRequest

NewAdminListUsersStatItemsBadRequest creates a AdminListUsersStatItemsBadRequest with default headers values

func (*AdminListUsersStatItemsBadRequest) Error

func (*AdminListUsersStatItemsBadRequest) GetPayload

func (*AdminListUsersStatItemsBadRequest) ToJSONString

func (o *AdminListUsersStatItemsBadRequest) ToJSONString() string

type AdminListUsersStatItemsForbidden

type AdminListUsersStatItemsForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

AdminListUsersStatItemsForbidden 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 NewAdminListUsersStatItemsForbidden

func NewAdminListUsersStatItemsForbidden() *AdminListUsersStatItemsForbidden

NewAdminListUsersStatItemsForbidden creates a AdminListUsersStatItemsForbidden with default headers values

func (*AdminListUsersStatItemsForbidden) Error

func (*AdminListUsersStatItemsForbidden) GetPayload

func (*AdminListUsersStatItemsForbidden) ToJSONString

func (o *AdminListUsersStatItemsForbidden) ToJSONString() string

type AdminListUsersStatItemsInternalServerError

type AdminListUsersStatItemsInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

AdminListUsersStatItemsInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewAdminListUsersStatItemsInternalServerError

func NewAdminListUsersStatItemsInternalServerError() *AdminListUsersStatItemsInternalServerError

NewAdminListUsersStatItemsInternalServerError creates a AdminListUsersStatItemsInternalServerError with default headers values

func (*AdminListUsersStatItemsInternalServerError) Error

func (*AdminListUsersStatItemsInternalServerError) GetPayload

func (*AdminListUsersStatItemsInternalServerError) ToJSONString

type AdminListUsersStatItemsNotFound

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

func NewAdminListUsersStatItemsNotFound() *AdminListUsersStatItemsNotFound

NewAdminListUsersStatItemsNotFound creates a AdminListUsersStatItemsNotFound with default headers values

func (*AdminListUsersStatItemsNotFound) Error

func (*AdminListUsersStatItemsNotFound) GetPayload

func (*AdminListUsersStatItemsNotFound) ToJSONString

func (o *AdminListUsersStatItemsNotFound) ToJSONString() string

type AdminListUsersStatItemsOK

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

AdminListUsersStatItemsOK handles this case with default header values.

successful operation

func NewAdminListUsersStatItemsOK

func NewAdminListUsersStatItemsOK() *AdminListUsersStatItemsOK

NewAdminListUsersStatItemsOK creates a AdminListUsersStatItemsOK with default headers values

func (*AdminListUsersStatItemsOK) Error

func (o *AdminListUsersStatItemsOK) Error() string

func (*AdminListUsersStatItemsOK) GetPayload

func (*AdminListUsersStatItemsOK) ToJSONString

func (o *AdminListUsersStatItemsOK) ToJSONString() string

type AdminListUsersStatItemsParams

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

func NewAdminListUsersStatItemsParams() *AdminListUsersStatItemsParams

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

func NewAdminListUsersStatItemsParamsWithContext

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

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

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

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

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

func (*AdminListUsersStatItemsParams) SetAuthInfoWriter

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

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

func (*AdminListUsersStatItemsParams) SetContext

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

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

func (*AdminListUsersStatItemsParams) SetFlightId

func (o *AdminListUsersStatItemsParams) SetFlightId(flightId string)

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

func (*AdminListUsersStatItemsParams) SetHTTPClient

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

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

func (*AdminListUsersStatItemsParams) SetHTTPClientTransport

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

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

func (*AdminListUsersStatItemsParams) SetNamespace

func (o *AdminListUsersStatItemsParams) SetNamespace(namespace string)

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

func (*AdminListUsersStatItemsParams) SetStatCodes

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

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

func (*AdminListUsersStatItemsParams) SetTags

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

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

func (*AdminListUsersStatItemsParams) SetTimeout

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

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

func (*AdminListUsersStatItemsParams) SetUserID

func (o *AdminListUsersStatItemsParams) SetUserID(userID string)

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

func (*AdminListUsersStatItemsParams) WithAdditionalKey

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

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

func (*AdminListUsersStatItemsParams) WithContext

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

func (*AdminListUsersStatItemsParams) WithHTTPClient

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

func (*AdminListUsersStatItemsParams) WithNamespace

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

func (*AdminListUsersStatItemsParams) WithStatCodes

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

func (*AdminListUsersStatItemsParams) WithTags

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

func (*AdminListUsersStatItemsParams) WithTimeout

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

func (*AdminListUsersStatItemsParams) WithUserID

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

func (*AdminListUsersStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminListUsersStatItemsReader

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

AdminListUsersStatItemsReader is a Reader for the AdminListUsersStatItems structure.

func (*AdminListUsersStatItemsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminListUsersStatItemsUnauthorized

type AdminListUsersStatItemsUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

AdminListUsersStatItemsUnauthorized 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 NewAdminListUsersStatItemsUnauthorized

func NewAdminListUsersStatItemsUnauthorized() *AdminListUsersStatItemsUnauthorized

NewAdminListUsersStatItemsUnauthorized creates a AdminListUsersStatItemsUnauthorized with default headers values

func (*AdminListUsersStatItemsUnauthorized) Error

func (*AdminListUsersStatItemsUnauthorized) GetPayload

func (*AdminListUsersStatItemsUnauthorized) ToJSONString

func (o *AdminListUsersStatItemsUnauthorized) ToJSONString() string

type AdminListUsersStatItemsUnprocessableEntity

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

func NewAdminListUsersStatItemsUnprocessableEntity() *AdminListUsersStatItemsUnprocessableEntity

NewAdminListUsersStatItemsUnprocessableEntity creates a AdminListUsersStatItemsUnprocessableEntity with default headers values

func (*AdminListUsersStatItemsUnprocessableEntity) Error

func (*AdminListUsersStatItemsUnprocessableEntity) GetPayload

func (*AdminListUsersStatItemsUnprocessableEntity) ToJSONString

type BulkCreateUserStatItemsBadRequest

type BulkCreateUserStatItemsBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkCreateUserStatItemsBadRequest handles this case with default header values.

Bad request

func NewBulkCreateUserStatItemsBadRequest

func NewBulkCreateUserStatItemsBadRequest() *BulkCreateUserStatItemsBadRequest

NewBulkCreateUserStatItemsBadRequest creates a BulkCreateUserStatItemsBadRequest with default headers values

func (*BulkCreateUserStatItemsBadRequest) Error

func (*BulkCreateUserStatItemsBadRequest) GetPayload

func (*BulkCreateUserStatItemsBadRequest) ToJSONString

func (o *BulkCreateUserStatItemsBadRequest) ToJSONString() string

type BulkCreateUserStatItemsForbidden

type BulkCreateUserStatItemsForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkCreateUserStatItemsForbidden 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 NewBulkCreateUserStatItemsForbidden

func NewBulkCreateUserStatItemsForbidden() *BulkCreateUserStatItemsForbidden

NewBulkCreateUserStatItemsForbidden creates a BulkCreateUserStatItemsForbidden with default headers values

func (*BulkCreateUserStatItemsForbidden) Error

func (*BulkCreateUserStatItemsForbidden) GetPayload

func (*BulkCreateUserStatItemsForbidden) ToJSONString

func (o *BulkCreateUserStatItemsForbidden) ToJSONString() string

type BulkCreateUserStatItemsInternalServerError

type BulkCreateUserStatItemsInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkCreateUserStatItemsInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkCreateUserStatItemsInternalServerError

func NewBulkCreateUserStatItemsInternalServerError() *BulkCreateUserStatItemsInternalServerError

NewBulkCreateUserStatItemsInternalServerError creates a BulkCreateUserStatItemsInternalServerError with default headers values

func (*BulkCreateUserStatItemsInternalServerError) Error

func (*BulkCreateUserStatItemsInternalServerError) GetPayload

func (*BulkCreateUserStatItemsInternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkCreateUserStatItemsParams) SetFlightId(flightId string)

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

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

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 BulkCreateUserStatItemsUnauthorized

type BulkCreateUserStatItemsUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkCreateUserStatItemsUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewBulkCreateUserStatItemsUnauthorized

func NewBulkCreateUserStatItemsUnauthorized() *BulkCreateUserStatItemsUnauthorized

NewBulkCreateUserStatItemsUnauthorized creates a BulkCreateUserStatItemsUnauthorized with default headers values

func (*BulkCreateUserStatItemsUnauthorized) Error

func (*BulkCreateUserStatItemsUnauthorized) GetPayload

func (*BulkCreateUserStatItemsUnauthorized) ToJSONString

func (o *BulkCreateUserStatItemsUnauthorized) ToJSONString() string

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

type BulkFetchOrDefaultStatItems1Forbidden

type BulkFetchOrDefaultStatItems1Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkFetchOrDefaultStatItems1Forbidden 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 NewBulkFetchOrDefaultStatItems1Forbidden

func NewBulkFetchOrDefaultStatItems1Forbidden() *BulkFetchOrDefaultStatItems1Forbidden

NewBulkFetchOrDefaultStatItems1Forbidden creates a BulkFetchOrDefaultStatItems1Forbidden with default headers values

func (*BulkFetchOrDefaultStatItems1Forbidden) Error

func (*BulkFetchOrDefaultStatItems1Forbidden) GetPayload

func (*BulkFetchOrDefaultStatItems1Forbidden) ToJSONString

type BulkFetchOrDefaultStatItems1InternalServerError

type BulkFetchOrDefaultStatItems1InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkFetchOrDefaultStatItems1InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkFetchOrDefaultStatItems1InternalServerError

func NewBulkFetchOrDefaultStatItems1InternalServerError() *BulkFetchOrDefaultStatItems1InternalServerError

NewBulkFetchOrDefaultStatItems1InternalServerError creates a BulkFetchOrDefaultStatItems1InternalServerError with default headers values

func (*BulkFetchOrDefaultStatItems1InternalServerError) Error

func (*BulkFetchOrDefaultStatItems1InternalServerError) GetPayload

func (*BulkFetchOrDefaultStatItems1InternalServerError) ToJSONString

type BulkFetchOrDefaultStatItems1NotFound

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

func NewBulkFetchOrDefaultStatItems1NotFound() *BulkFetchOrDefaultStatItems1NotFound

NewBulkFetchOrDefaultStatItems1NotFound creates a BulkFetchOrDefaultStatItems1NotFound with default headers values

func (*BulkFetchOrDefaultStatItems1NotFound) Error

func (*BulkFetchOrDefaultStatItems1NotFound) GetPayload

func (*BulkFetchOrDefaultStatItems1NotFound) ToJSONString

func (o *BulkFetchOrDefaultStatItems1NotFound) ToJSONString() string

type BulkFetchOrDefaultStatItems1OK

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

BulkFetchOrDefaultStatItems1OK handles this case with default header values.

successful operation

func NewBulkFetchOrDefaultStatItems1OK

func NewBulkFetchOrDefaultStatItems1OK() *BulkFetchOrDefaultStatItems1OK

NewBulkFetchOrDefaultStatItems1OK creates a BulkFetchOrDefaultStatItems1OK with default headers values

func (*BulkFetchOrDefaultStatItems1OK) Error

func (*BulkFetchOrDefaultStatItems1OK) GetPayload

func (*BulkFetchOrDefaultStatItems1OK) ToJSONString

func (o *BulkFetchOrDefaultStatItems1OK) ToJSONString() string

type BulkFetchOrDefaultStatItems1Params

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

func NewBulkFetchOrDefaultStatItems1Params() *BulkFetchOrDefaultStatItems1Params

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

func NewBulkFetchOrDefaultStatItems1ParamsWithContext

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

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

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

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

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

func (*BulkFetchOrDefaultStatItems1Params) SetAuthInfoWriter

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

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

func (*BulkFetchOrDefaultStatItems1Params) SetContext

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

func (*BulkFetchOrDefaultStatItems1Params) SetFlightId

func (o *BulkFetchOrDefaultStatItems1Params) SetFlightId(flightId string)

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

func (*BulkFetchOrDefaultStatItems1Params) SetHTTPClient

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

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

func (*BulkFetchOrDefaultStatItems1Params) SetHTTPClientTransport

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

func (o *BulkFetchOrDefaultStatItems1Params) SetNamespace(namespace string)

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

func (*BulkFetchOrDefaultStatItems1Params) SetStatCode

func (o *BulkFetchOrDefaultStatItems1Params) SetStatCode(statCode string)

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

func (*BulkFetchOrDefaultStatItems1Params) SetTimeout

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

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

func (*BulkFetchOrDefaultStatItems1Params) SetUserIds

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

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

func (*BulkFetchOrDefaultStatItems1Params) WithAdditionalKey

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

func (*BulkFetchOrDefaultStatItems1Params) WithContext

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

func (*BulkFetchOrDefaultStatItems1Params) WithHTTPClient

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

func (*BulkFetchOrDefaultStatItems1Params) WithNamespace

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

func (*BulkFetchOrDefaultStatItems1Params) WithStatCode

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

func (*BulkFetchOrDefaultStatItems1Params) WithTimeout

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

func (*BulkFetchOrDefaultStatItems1Params) WithUserIds

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

func (*BulkFetchOrDefaultStatItems1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkFetchOrDefaultStatItems1Reader

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

BulkFetchOrDefaultStatItems1Reader is a Reader for the BulkFetchOrDefaultStatItems1 structure.

func (*BulkFetchOrDefaultStatItems1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkFetchOrDefaultStatItems1Unauthorized

type BulkFetchOrDefaultStatItems1Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkFetchOrDefaultStatItems1Unauthorized 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 NewBulkFetchOrDefaultStatItems1Unauthorized

func NewBulkFetchOrDefaultStatItems1Unauthorized() *BulkFetchOrDefaultStatItems1Unauthorized

NewBulkFetchOrDefaultStatItems1Unauthorized creates a BulkFetchOrDefaultStatItems1Unauthorized with default headers values

func (*BulkFetchOrDefaultStatItems1Unauthorized) Error

func (*BulkFetchOrDefaultStatItems1Unauthorized) GetPayload

func (*BulkFetchOrDefaultStatItems1Unauthorized) ToJSONString

type BulkFetchOrDefaultStatItems1UnprocessableEntity

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

func NewBulkFetchOrDefaultStatItems1UnprocessableEntity() *BulkFetchOrDefaultStatItems1UnprocessableEntity

NewBulkFetchOrDefaultStatItems1UnprocessableEntity creates a BulkFetchOrDefaultStatItems1UnprocessableEntity with default headers values

func (*BulkFetchOrDefaultStatItems1UnprocessableEntity) Error

func (*BulkFetchOrDefaultStatItems1UnprocessableEntity) GetPayload

func (*BulkFetchOrDefaultStatItems1UnprocessableEntity) ToJSONString

type BulkFetchOrDefaultStatItemsForbidden

type BulkFetchOrDefaultStatItemsForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkFetchOrDefaultStatItemsForbidden 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 NewBulkFetchOrDefaultStatItemsForbidden

func NewBulkFetchOrDefaultStatItemsForbidden() *BulkFetchOrDefaultStatItemsForbidden

NewBulkFetchOrDefaultStatItemsForbidden creates a BulkFetchOrDefaultStatItemsForbidden with default headers values

func (*BulkFetchOrDefaultStatItemsForbidden) Error

func (*BulkFetchOrDefaultStatItemsForbidden) GetPayload

func (*BulkFetchOrDefaultStatItemsForbidden) ToJSONString

func (o *BulkFetchOrDefaultStatItemsForbidden) ToJSONString() string

type BulkFetchOrDefaultStatItemsInternalServerError

type BulkFetchOrDefaultStatItemsInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkFetchOrDefaultStatItemsInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkFetchOrDefaultStatItemsInternalServerError

func NewBulkFetchOrDefaultStatItemsInternalServerError() *BulkFetchOrDefaultStatItemsInternalServerError

NewBulkFetchOrDefaultStatItemsInternalServerError creates a BulkFetchOrDefaultStatItemsInternalServerError with default headers values

func (*BulkFetchOrDefaultStatItemsInternalServerError) Error

func (*BulkFetchOrDefaultStatItemsInternalServerError) GetPayload

func (*BulkFetchOrDefaultStatItemsInternalServerError) ToJSONString

type BulkFetchOrDefaultStatItemsNotFound

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

func NewBulkFetchOrDefaultStatItemsNotFound() *BulkFetchOrDefaultStatItemsNotFound

NewBulkFetchOrDefaultStatItemsNotFound creates a BulkFetchOrDefaultStatItemsNotFound with default headers values

func (*BulkFetchOrDefaultStatItemsNotFound) Error

func (*BulkFetchOrDefaultStatItemsNotFound) GetPayload

func (*BulkFetchOrDefaultStatItemsNotFound) ToJSONString

func (o *BulkFetchOrDefaultStatItemsNotFound) ToJSONString() string

type BulkFetchOrDefaultStatItemsOK

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

BulkFetchOrDefaultStatItemsOK handles this case with default header values.

successful operation

func NewBulkFetchOrDefaultStatItemsOK

func NewBulkFetchOrDefaultStatItemsOK() *BulkFetchOrDefaultStatItemsOK

NewBulkFetchOrDefaultStatItemsOK creates a BulkFetchOrDefaultStatItemsOK with default headers values

func (*BulkFetchOrDefaultStatItemsOK) Error

func (*BulkFetchOrDefaultStatItemsOK) GetPayload

func (*BulkFetchOrDefaultStatItemsOK) ToJSONString

func (o *BulkFetchOrDefaultStatItemsOK) ToJSONString() string

type BulkFetchOrDefaultStatItemsParams

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

func NewBulkFetchOrDefaultStatItemsParams() *BulkFetchOrDefaultStatItemsParams

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

func NewBulkFetchOrDefaultStatItemsParamsWithContext

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

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

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

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

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

func (*BulkFetchOrDefaultStatItemsParams) SetContext

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

func (*BulkFetchOrDefaultStatItemsParams) SetFlightId

func (o *BulkFetchOrDefaultStatItemsParams) SetFlightId(flightId string)

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

func (*BulkFetchOrDefaultStatItemsParams) SetHTTPClient

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

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

func (*BulkFetchOrDefaultStatItemsParams) SetHTTPClientTransport

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

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

func (*BulkFetchOrDefaultStatItemsParams) SetNamespace

func (o *BulkFetchOrDefaultStatItemsParams) SetNamespace(namespace string)

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

func (*BulkFetchOrDefaultStatItemsParams) SetStatCode

func (o *BulkFetchOrDefaultStatItemsParams) SetStatCode(statCode string)

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

func (*BulkFetchOrDefaultStatItemsParams) SetTimeout

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

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

func (*BulkFetchOrDefaultStatItemsParams) SetUserIds

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

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

func (*BulkFetchOrDefaultStatItemsParams) WithContext

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

func (*BulkFetchOrDefaultStatItemsParams) WithHTTPClient

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

func (*BulkFetchOrDefaultStatItemsParams) WithNamespace

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

func (*BulkFetchOrDefaultStatItemsParams) WithStatCode

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

func (*BulkFetchOrDefaultStatItemsParams) WithTimeout

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

func (*BulkFetchOrDefaultStatItemsParams) WithUserIds

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

func (*BulkFetchOrDefaultStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkFetchOrDefaultStatItemsReader

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

BulkFetchOrDefaultStatItemsReader is a Reader for the BulkFetchOrDefaultStatItems structure.

func (*BulkFetchOrDefaultStatItemsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkFetchOrDefaultStatItemsUnauthorized

type BulkFetchOrDefaultStatItemsUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkFetchOrDefaultStatItemsUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewBulkFetchOrDefaultStatItemsUnauthorized

func NewBulkFetchOrDefaultStatItemsUnauthorized() *BulkFetchOrDefaultStatItemsUnauthorized

NewBulkFetchOrDefaultStatItemsUnauthorized creates a BulkFetchOrDefaultStatItemsUnauthorized with default headers values

func (*BulkFetchOrDefaultStatItemsUnauthorized) Error

func (*BulkFetchOrDefaultStatItemsUnauthorized) GetPayload

func (*BulkFetchOrDefaultStatItemsUnauthorized) ToJSONString

type BulkFetchOrDefaultStatItemsUnprocessableEntity

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

func NewBulkFetchOrDefaultStatItemsUnprocessableEntity() *BulkFetchOrDefaultStatItemsUnprocessableEntity

NewBulkFetchOrDefaultStatItemsUnprocessableEntity creates a BulkFetchOrDefaultStatItemsUnprocessableEntity with default headers values

func (*BulkFetchOrDefaultStatItemsUnprocessableEntity) Error

func (*BulkFetchOrDefaultStatItemsUnprocessableEntity) GetPayload

func (*BulkFetchOrDefaultStatItemsUnprocessableEntity) ToJSONString

type BulkFetchStatItems1Forbidden

type BulkFetchStatItems1Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkFetchStatItems1Forbidden 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 NewBulkFetchStatItems1Forbidden

func NewBulkFetchStatItems1Forbidden() *BulkFetchStatItems1Forbidden

NewBulkFetchStatItems1Forbidden creates a BulkFetchStatItems1Forbidden with default headers values

func (*BulkFetchStatItems1Forbidden) Error

func (*BulkFetchStatItems1Forbidden) GetPayload

func (*BulkFetchStatItems1Forbidden) ToJSONString

func (o *BulkFetchStatItems1Forbidden) ToJSONString() string

type BulkFetchStatItems1InternalServerError

type BulkFetchStatItems1InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkFetchStatItems1InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkFetchStatItems1InternalServerError

func NewBulkFetchStatItems1InternalServerError() *BulkFetchStatItems1InternalServerError

NewBulkFetchStatItems1InternalServerError creates a BulkFetchStatItems1InternalServerError with default headers values

func (*BulkFetchStatItems1InternalServerError) Error

func (*BulkFetchStatItems1InternalServerError) GetPayload

func (*BulkFetchStatItems1InternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkFetchStatItems1Params) SetFlightId(flightId string)

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

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

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 BulkFetchStatItems1Unauthorized

type BulkFetchStatItems1Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkFetchStatItems1Unauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewBulkFetchStatItems1Unauthorized

func NewBulkFetchStatItems1Unauthorized() *BulkFetchStatItems1Unauthorized

NewBulkFetchStatItems1Unauthorized creates a BulkFetchStatItems1Unauthorized with default headers values

func (*BulkFetchStatItems1Unauthorized) Error

func (*BulkFetchStatItems1Unauthorized) GetPayload

func (*BulkFetchStatItems1Unauthorized) ToJSONString

func (o *BulkFetchStatItems1Unauthorized) ToJSONString() string

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

type BulkFetchStatItemsForbidden

type BulkFetchStatItemsForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkFetchStatItemsForbidden 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 NewBulkFetchStatItemsForbidden

func NewBulkFetchStatItemsForbidden() *BulkFetchStatItemsForbidden

NewBulkFetchStatItemsForbidden creates a BulkFetchStatItemsForbidden with default headers values

func (*BulkFetchStatItemsForbidden) Error

func (*BulkFetchStatItemsForbidden) GetPayload

func (*BulkFetchStatItemsForbidden) ToJSONString

func (o *BulkFetchStatItemsForbidden) ToJSONString() string

type BulkFetchStatItemsInternalServerError

type BulkFetchStatItemsInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkFetchStatItemsInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkFetchStatItemsInternalServerError

func NewBulkFetchStatItemsInternalServerError() *BulkFetchStatItemsInternalServerError

NewBulkFetchStatItemsInternalServerError creates a BulkFetchStatItemsInternalServerError with default headers values

func (*BulkFetchStatItemsInternalServerError) Error

func (*BulkFetchStatItemsInternalServerError) GetPayload

func (*BulkFetchStatItemsInternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkFetchStatItemsParams) SetFlightId(flightId string)

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

func (*BulkFetchStatItemsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk fetch stat items params

func (*BulkFetchStatItemsParams) SetHTTPClientTransport

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 BulkFetchStatItemsUnauthorized

type BulkFetchStatItemsUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkFetchStatItemsUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewBulkFetchStatItemsUnauthorized

func NewBulkFetchStatItemsUnauthorized() *BulkFetchStatItemsUnauthorized

NewBulkFetchStatItemsUnauthorized creates a BulkFetchStatItemsUnauthorized with default headers values

func (*BulkFetchStatItemsUnauthorized) Error

func (*BulkFetchStatItemsUnauthorized) GetPayload

func (*BulkFetchStatItemsUnauthorized) ToJSONString

func (o *BulkFetchStatItemsUnauthorized) ToJSONString() string

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

type BulkIncUserStatItem1BadRequest

type BulkIncUserStatItem1BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItem1BadRequest handles this case with default header values.

Bad request

func NewBulkIncUserStatItem1BadRequest

func NewBulkIncUserStatItem1BadRequest() *BulkIncUserStatItem1BadRequest

NewBulkIncUserStatItem1BadRequest creates a BulkIncUserStatItem1BadRequest with default headers values

func (*BulkIncUserStatItem1BadRequest) Error

func (*BulkIncUserStatItem1BadRequest) GetPayload

func (*BulkIncUserStatItem1BadRequest) ToJSONString

func (o *BulkIncUserStatItem1BadRequest) ToJSONString() string

type BulkIncUserStatItem1Forbidden

type BulkIncUserStatItem1Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItem1Forbidden 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 NewBulkIncUserStatItem1Forbidden

func NewBulkIncUserStatItem1Forbidden() *BulkIncUserStatItem1Forbidden

NewBulkIncUserStatItem1Forbidden creates a BulkIncUserStatItem1Forbidden with default headers values

func (*BulkIncUserStatItem1Forbidden) Error

func (*BulkIncUserStatItem1Forbidden) GetPayload

func (*BulkIncUserStatItem1Forbidden) ToJSONString

func (o *BulkIncUserStatItem1Forbidden) ToJSONString() string

type BulkIncUserStatItem1InternalServerError

type BulkIncUserStatItem1InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItem1InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkIncUserStatItem1InternalServerError

func NewBulkIncUserStatItem1InternalServerError() *BulkIncUserStatItem1InternalServerError

NewBulkIncUserStatItem1InternalServerError creates a BulkIncUserStatItem1InternalServerError with default headers values

func (*BulkIncUserStatItem1InternalServerError) Error

func (*BulkIncUserStatItem1InternalServerError) GetPayload

func (*BulkIncUserStatItem1InternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkIncUserStatItem1Params) SetFlightId(flightId string)

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

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

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 BulkIncUserStatItem1Unauthorized

type BulkIncUserStatItem1Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItem1Unauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewBulkIncUserStatItem1Unauthorized

func NewBulkIncUserStatItem1Unauthorized() *BulkIncUserStatItem1Unauthorized

NewBulkIncUserStatItem1Unauthorized creates a BulkIncUserStatItem1Unauthorized with default headers values

func (*BulkIncUserStatItem1Unauthorized) Error

func (*BulkIncUserStatItem1Unauthorized) GetPayload

func (*BulkIncUserStatItem1Unauthorized) ToJSONString

func (o *BulkIncUserStatItem1Unauthorized) ToJSONString() string

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

type BulkIncUserStatItemBadRequest

type BulkIncUserStatItemBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemBadRequest handles this case with default header values.

Bad request

func NewBulkIncUserStatItemBadRequest

func NewBulkIncUserStatItemBadRequest() *BulkIncUserStatItemBadRequest

NewBulkIncUserStatItemBadRequest creates a BulkIncUserStatItemBadRequest with default headers values

func (*BulkIncUserStatItemBadRequest) Error

func (*BulkIncUserStatItemBadRequest) GetPayload

func (*BulkIncUserStatItemBadRequest) ToJSONString

func (o *BulkIncUserStatItemBadRequest) ToJSONString() string

type BulkIncUserStatItemForbidden

type BulkIncUserStatItemForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemForbidden 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 NewBulkIncUserStatItemForbidden

func NewBulkIncUserStatItemForbidden() *BulkIncUserStatItemForbidden

NewBulkIncUserStatItemForbidden creates a BulkIncUserStatItemForbidden with default headers values

func (*BulkIncUserStatItemForbidden) Error

func (*BulkIncUserStatItemForbidden) GetPayload

func (*BulkIncUserStatItemForbidden) ToJSONString

func (o *BulkIncUserStatItemForbidden) ToJSONString() string

type BulkIncUserStatItemInternalServerError

type BulkIncUserStatItemInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkIncUserStatItemInternalServerError

func NewBulkIncUserStatItemInternalServerError() *BulkIncUserStatItemInternalServerError

NewBulkIncUserStatItemInternalServerError creates a BulkIncUserStatItemInternalServerError with default headers values

func (*BulkIncUserStatItemInternalServerError) Error

func (*BulkIncUserStatItemInternalServerError) GetPayload

func (*BulkIncUserStatItemInternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkIncUserStatItemParams) SetFlightId(flightId string)

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

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

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 BulkIncUserStatItemUnauthorized

type BulkIncUserStatItemUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewBulkIncUserStatItemUnauthorized

func NewBulkIncUserStatItemUnauthorized() *BulkIncUserStatItemUnauthorized

NewBulkIncUserStatItemUnauthorized creates a BulkIncUserStatItemUnauthorized with default headers values

func (*BulkIncUserStatItemUnauthorized) Error

func (*BulkIncUserStatItemUnauthorized) GetPayload

func (*BulkIncUserStatItemUnauthorized) ToJSONString

func (o *BulkIncUserStatItemUnauthorized) ToJSONString() string

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

type BulkIncUserStatItemValue1BadRequest

type BulkIncUserStatItemValue1BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemValue1BadRequest handles this case with default header values.

Bad request

func NewBulkIncUserStatItemValue1BadRequest

func NewBulkIncUserStatItemValue1BadRequest() *BulkIncUserStatItemValue1BadRequest

NewBulkIncUserStatItemValue1BadRequest creates a BulkIncUserStatItemValue1BadRequest with default headers values

func (*BulkIncUserStatItemValue1BadRequest) Error

func (*BulkIncUserStatItemValue1BadRequest) GetPayload

func (*BulkIncUserStatItemValue1BadRequest) ToJSONString

func (o *BulkIncUserStatItemValue1BadRequest) ToJSONString() string

type BulkIncUserStatItemValue1Forbidden

type BulkIncUserStatItemValue1Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemValue1Forbidden 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 NewBulkIncUserStatItemValue1Forbidden

func NewBulkIncUserStatItemValue1Forbidden() *BulkIncUserStatItemValue1Forbidden

NewBulkIncUserStatItemValue1Forbidden creates a BulkIncUserStatItemValue1Forbidden with default headers values

func (*BulkIncUserStatItemValue1Forbidden) Error

func (*BulkIncUserStatItemValue1Forbidden) GetPayload

func (*BulkIncUserStatItemValue1Forbidden) ToJSONString

func (o *BulkIncUserStatItemValue1Forbidden) ToJSONString() string

type BulkIncUserStatItemValue1InternalServerError

type BulkIncUserStatItemValue1InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemValue1InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkIncUserStatItemValue1InternalServerError

func NewBulkIncUserStatItemValue1InternalServerError() *BulkIncUserStatItemValue1InternalServerError

NewBulkIncUserStatItemValue1InternalServerError creates a BulkIncUserStatItemValue1InternalServerError with default headers values

func (*BulkIncUserStatItemValue1InternalServerError) Error

func (*BulkIncUserStatItemValue1InternalServerError) GetPayload

func (*BulkIncUserStatItemValue1InternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkIncUserStatItemValue1Params) SetFlightId(flightId string)

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

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

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 BulkIncUserStatItemValue1Unauthorized

type BulkIncUserStatItemValue1Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemValue1Unauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewBulkIncUserStatItemValue1Unauthorized

func NewBulkIncUserStatItemValue1Unauthorized() *BulkIncUserStatItemValue1Unauthorized

NewBulkIncUserStatItemValue1Unauthorized creates a BulkIncUserStatItemValue1Unauthorized with default headers values

func (*BulkIncUserStatItemValue1Unauthorized) Error

func (*BulkIncUserStatItemValue1Unauthorized) GetPayload

func (*BulkIncUserStatItemValue1Unauthorized) ToJSONString

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

type BulkIncUserStatItemValue2BadRequest

type BulkIncUserStatItemValue2BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemValue2BadRequest handles this case with default header values.

Bad request

func NewBulkIncUserStatItemValue2BadRequest

func NewBulkIncUserStatItemValue2BadRequest() *BulkIncUserStatItemValue2BadRequest

NewBulkIncUserStatItemValue2BadRequest creates a BulkIncUserStatItemValue2BadRequest with default headers values

func (*BulkIncUserStatItemValue2BadRequest) Error

func (*BulkIncUserStatItemValue2BadRequest) GetPayload

func (*BulkIncUserStatItemValue2BadRequest) ToJSONString

func (o *BulkIncUserStatItemValue2BadRequest) ToJSONString() string

type BulkIncUserStatItemValue2Forbidden

type BulkIncUserStatItemValue2Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemValue2Forbidden 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 NewBulkIncUserStatItemValue2Forbidden

func NewBulkIncUserStatItemValue2Forbidden() *BulkIncUserStatItemValue2Forbidden

NewBulkIncUserStatItemValue2Forbidden creates a BulkIncUserStatItemValue2Forbidden with default headers values

func (*BulkIncUserStatItemValue2Forbidden) Error

func (*BulkIncUserStatItemValue2Forbidden) GetPayload

func (*BulkIncUserStatItemValue2Forbidden) ToJSONString

func (o *BulkIncUserStatItemValue2Forbidden) ToJSONString() string

type BulkIncUserStatItemValue2InternalServerError

type BulkIncUserStatItemValue2InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemValue2InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkIncUserStatItemValue2InternalServerError

func NewBulkIncUserStatItemValue2InternalServerError() *BulkIncUserStatItemValue2InternalServerError

NewBulkIncUserStatItemValue2InternalServerError creates a BulkIncUserStatItemValue2InternalServerError with default headers values

func (*BulkIncUserStatItemValue2InternalServerError) Error

func (*BulkIncUserStatItemValue2InternalServerError) GetPayload

func (*BulkIncUserStatItemValue2InternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkIncUserStatItemValue2Params) SetFlightId(flightId string)

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

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

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 BulkIncUserStatItemValue2Unauthorized

type BulkIncUserStatItemValue2Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemValue2Unauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewBulkIncUserStatItemValue2Unauthorized

func NewBulkIncUserStatItemValue2Unauthorized() *BulkIncUserStatItemValue2Unauthorized

NewBulkIncUserStatItemValue2Unauthorized creates a BulkIncUserStatItemValue2Unauthorized with default headers values

func (*BulkIncUserStatItemValue2Unauthorized) Error

func (*BulkIncUserStatItemValue2Unauthorized) GetPayload

func (*BulkIncUserStatItemValue2Unauthorized) ToJSONString

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

type BulkIncUserStatItemValueBadRequest

type BulkIncUserStatItemValueBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemValueBadRequest handles this case with default header values.

Bad request

func NewBulkIncUserStatItemValueBadRequest

func NewBulkIncUserStatItemValueBadRequest() *BulkIncUserStatItemValueBadRequest

NewBulkIncUserStatItemValueBadRequest creates a BulkIncUserStatItemValueBadRequest with default headers values

func (*BulkIncUserStatItemValueBadRequest) Error

func (*BulkIncUserStatItemValueBadRequest) GetPayload

func (*BulkIncUserStatItemValueBadRequest) ToJSONString

func (o *BulkIncUserStatItemValueBadRequest) ToJSONString() string

type BulkIncUserStatItemValueForbidden

type BulkIncUserStatItemValueForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemValueForbidden 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 NewBulkIncUserStatItemValueForbidden

func NewBulkIncUserStatItemValueForbidden() *BulkIncUserStatItemValueForbidden

NewBulkIncUserStatItemValueForbidden creates a BulkIncUserStatItemValueForbidden with default headers values

func (*BulkIncUserStatItemValueForbidden) Error

func (*BulkIncUserStatItemValueForbidden) GetPayload

func (*BulkIncUserStatItemValueForbidden) ToJSONString

func (o *BulkIncUserStatItemValueForbidden) ToJSONString() string

type BulkIncUserStatItemValueInternalServerError

type BulkIncUserStatItemValueInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemValueInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkIncUserStatItemValueInternalServerError

func NewBulkIncUserStatItemValueInternalServerError() *BulkIncUserStatItemValueInternalServerError

NewBulkIncUserStatItemValueInternalServerError creates a BulkIncUserStatItemValueInternalServerError with default headers values

func (*BulkIncUserStatItemValueInternalServerError) Error

func (*BulkIncUserStatItemValueInternalServerError) GetPayload

func (*BulkIncUserStatItemValueInternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkIncUserStatItemValueParams) SetFlightId(flightId string)

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

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

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 BulkIncUserStatItemValueUnauthorized

type BulkIncUserStatItemValueUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkIncUserStatItemValueUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewBulkIncUserStatItemValueUnauthorized

func NewBulkIncUserStatItemValueUnauthorized() *BulkIncUserStatItemValueUnauthorized

NewBulkIncUserStatItemValueUnauthorized creates a BulkIncUserStatItemValueUnauthorized with default headers values

func (*BulkIncUserStatItemValueUnauthorized) Error

func (*BulkIncUserStatItemValueUnauthorized) GetPayload

func (*BulkIncUserStatItemValueUnauthorized) ToJSONString

func (o *BulkIncUserStatItemValueUnauthorized) ToJSONString() string

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

type BulkResetUserStatItem1BadRequest

type BulkResetUserStatItem1BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItem1BadRequest handles this case with default header values.

Bad request

func NewBulkResetUserStatItem1BadRequest

func NewBulkResetUserStatItem1BadRequest() *BulkResetUserStatItem1BadRequest

NewBulkResetUserStatItem1BadRequest creates a BulkResetUserStatItem1BadRequest with default headers values

func (*BulkResetUserStatItem1BadRequest) Error

func (*BulkResetUserStatItem1BadRequest) GetPayload

func (*BulkResetUserStatItem1BadRequest) ToJSONString

func (o *BulkResetUserStatItem1BadRequest) ToJSONString() string

type BulkResetUserStatItem1Forbidden

type BulkResetUserStatItem1Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItem1Forbidden 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 NewBulkResetUserStatItem1Forbidden

func NewBulkResetUserStatItem1Forbidden() *BulkResetUserStatItem1Forbidden

NewBulkResetUserStatItem1Forbidden creates a BulkResetUserStatItem1Forbidden with default headers values

func (*BulkResetUserStatItem1Forbidden) Error

func (*BulkResetUserStatItem1Forbidden) GetPayload

func (*BulkResetUserStatItem1Forbidden) ToJSONString

func (o *BulkResetUserStatItem1Forbidden) ToJSONString() string

type BulkResetUserStatItem1InternalServerError

type BulkResetUserStatItem1InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItem1InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkResetUserStatItem1InternalServerError

func NewBulkResetUserStatItem1InternalServerError() *BulkResetUserStatItem1InternalServerError

NewBulkResetUserStatItem1InternalServerError creates a BulkResetUserStatItem1InternalServerError with default headers values

func (*BulkResetUserStatItem1InternalServerError) Error

func (*BulkResetUserStatItem1InternalServerError) GetPayload

func (*BulkResetUserStatItem1InternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkResetUserStatItem1Params) SetFlightId(flightId string)

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

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

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 BulkResetUserStatItem1Unauthorized

type BulkResetUserStatItem1Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItem1Unauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewBulkResetUserStatItem1Unauthorized

func NewBulkResetUserStatItem1Unauthorized() *BulkResetUserStatItem1Unauthorized

NewBulkResetUserStatItem1Unauthorized creates a BulkResetUserStatItem1Unauthorized with default headers values

func (*BulkResetUserStatItem1Unauthorized) Error

func (*BulkResetUserStatItem1Unauthorized) GetPayload

func (*BulkResetUserStatItem1Unauthorized) ToJSONString

func (o *BulkResetUserStatItem1Unauthorized) ToJSONString() string

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

type BulkResetUserStatItem2BadRequest

type BulkResetUserStatItem2BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItem2BadRequest handles this case with default header values.

Bad request

func NewBulkResetUserStatItem2BadRequest

func NewBulkResetUserStatItem2BadRequest() *BulkResetUserStatItem2BadRequest

NewBulkResetUserStatItem2BadRequest creates a BulkResetUserStatItem2BadRequest with default headers values

func (*BulkResetUserStatItem2BadRequest) Error

func (*BulkResetUserStatItem2BadRequest) GetPayload

func (*BulkResetUserStatItem2BadRequest) ToJSONString

func (o *BulkResetUserStatItem2BadRequest) ToJSONString() string

type BulkResetUserStatItem2Forbidden

type BulkResetUserStatItem2Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItem2Forbidden 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 NewBulkResetUserStatItem2Forbidden

func NewBulkResetUserStatItem2Forbidden() *BulkResetUserStatItem2Forbidden

NewBulkResetUserStatItem2Forbidden creates a BulkResetUserStatItem2Forbidden with default headers values

func (*BulkResetUserStatItem2Forbidden) Error

func (*BulkResetUserStatItem2Forbidden) GetPayload

func (*BulkResetUserStatItem2Forbidden) ToJSONString

func (o *BulkResetUserStatItem2Forbidden) ToJSONString() string

type BulkResetUserStatItem2InternalServerError

type BulkResetUserStatItem2InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItem2InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkResetUserStatItem2InternalServerError

func NewBulkResetUserStatItem2InternalServerError() *BulkResetUserStatItem2InternalServerError

NewBulkResetUserStatItem2InternalServerError creates a BulkResetUserStatItem2InternalServerError with default headers values

func (*BulkResetUserStatItem2InternalServerError) Error

func (*BulkResetUserStatItem2InternalServerError) GetPayload

func (*BulkResetUserStatItem2InternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkResetUserStatItem2Params) SetFlightId(flightId string)

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

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

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 BulkResetUserStatItem2Unauthorized

type BulkResetUserStatItem2Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItem2Unauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewBulkResetUserStatItem2Unauthorized

func NewBulkResetUserStatItem2Unauthorized() *BulkResetUserStatItem2Unauthorized

NewBulkResetUserStatItem2Unauthorized creates a BulkResetUserStatItem2Unauthorized with default headers values

func (*BulkResetUserStatItem2Unauthorized) Error

func (*BulkResetUserStatItem2Unauthorized) GetPayload

func (*BulkResetUserStatItem2Unauthorized) ToJSONString

func (o *BulkResetUserStatItem2Unauthorized) ToJSONString() string

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

type BulkResetUserStatItem3BadRequest

type BulkResetUserStatItem3BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItem3BadRequest handles this case with default header values.

Bad request

func NewBulkResetUserStatItem3BadRequest

func NewBulkResetUserStatItem3BadRequest() *BulkResetUserStatItem3BadRequest

NewBulkResetUserStatItem3BadRequest creates a BulkResetUserStatItem3BadRequest with default headers values

func (*BulkResetUserStatItem3BadRequest) Error

func (*BulkResetUserStatItem3BadRequest) GetPayload

func (*BulkResetUserStatItem3BadRequest) ToJSONString

func (o *BulkResetUserStatItem3BadRequest) ToJSONString() string

type BulkResetUserStatItem3Forbidden

type BulkResetUserStatItem3Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItem3Forbidden 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 NewBulkResetUserStatItem3Forbidden

func NewBulkResetUserStatItem3Forbidden() *BulkResetUserStatItem3Forbidden

NewBulkResetUserStatItem3Forbidden creates a BulkResetUserStatItem3Forbidden with default headers values

func (*BulkResetUserStatItem3Forbidden) Error

func (*BulkResetUserStatItem3Forbidden) GetPayload

func (*BulkResetUserStatItem3Forbidden) ToJSONString

func (o *BulkResetUserStatItem3Forbidden) ToJSONString() string

type BulkResetUserStatItem3InternalServerError

type BulkResetUserStatItem3InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItem3InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkResetUserStatItem3InternalServerError

func NewBulkResetUserStatItem3InternalServerError() *BulkResetUserStatItem3InternalServerError

NewBulkResetUserStatItem3InternalServerError creates a BulkResetUserStatItem3InternalServerError with default headers values

func (*BulkResetUserStatItem3InternalServerError) Error

func (*BulkResetUserStatItem3InternalServerError) GetPayload

func (*BulkResetUserStatItem3InternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkResetUserStatItem3Params) SetFlightId(flightId string)

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

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

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 BulkResetUserStatItem3Unauthorized

type BulkResetUserStatItem3Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItem3Unauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewBulkResetUserStatItem3Unauthorized

func NewBulkResetUserStatItem3Unauthorized() *BulkResetUserStatItem3Unauthorized

NewBulkResetUserStatItem3Unauthorized creates a BulkResetUserStatItem3Unauthorized with default headers values

func (*BulkResetUserStatItem3Unauthorized) Error

func (*BulkResetUserStatItem3Unauthorized) GetPayload

func (*BulkResetUserStatItem3Unauthorized) ToJSONString

func (o *BulkResetUserStatItem3Unauthorized) ToJSONString() string

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

type BulkResetUserStatItemBadRequest

type BulkResetUserStatItemBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItemBadRequest handles this case with default header values.

Bad request

func NewBulkResetUserStatItemBadRequest

func NewBulkResetUserStatItemBadRequest() *BulkResetUserStatItemBadRequest

NewBulkResetUserStatItemBadRequest creates a BulkResetUserStatItemBadRequest with default headers values

func (*BulkResetUserStatItemBadRequest) Error

func (*BulkResetUserStatItemBadRequest) GetPayload

func (*BulkResetUserStatItemBadRequest) ToJSONString

func (o *BulkResetUserStatItemBadRequest) ToJSONString() string

type BulkResetUserStatItemForbidden

type BulkResetUserStatItemForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItemForbidden 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 NewBulkResetUserStatItemForbidden

func NewBulkResetUserStatItemForbidden() *BulkResetUserStatItemForbidden

NewBulkResetUserStatItemForbidden creates a BulkResetUserStatItemForbidden with default headers values

func (*BulkResetUserStatItemForbidden) Error

func (*BulkResetUserStatItemForbidden) GetPayload

func (*BulkResetUserStatItemForbidden) ToJSONString

func (o *BulkResetUserStatItemForbidden) ToJSONString() string

type BulkResetUserStatItemInternalServerError

type BulkResetUserStatItemInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItemInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkResetUserStatItemInternalServerError

func NewBulkResetUserStatItemInternalServerError() *BulkResetUserStatItemInternalServerError

NewBulkResetUserStatItemInternalServerError creates a BulkResetUserStatItemInternalServerError with default headers values

func (*BulkResetUserStatItemInternalServerError) Error

func (*BulkResetUserStatItemInternalServerError) GetPayload

func (*BulkResetUserStatItemInternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkResetUserStatItemParams) SetFlightId(flightId string)

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

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

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 BulkResetUserStatItemUnauthorized

type BulkResetUserStatItemUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItemUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewBulkResetUserStatItemUnauthorized

func NewBulkResetUserStatItemUnauthorized() *BulkResetUserStatItemUnauthorized

NewBulkResetUserStatItemUnauthorized creates a BulkResetUserStatItemUnauthorized with default headers values

func (*BulkResetUserStatItemUnauthorized) Error

func (*BulkResetUserStatItemUnauthorized) GetPayload

func (*BulkResetUserStatItemUnauthorized) ToJSONString

func (o *BulkResetUserStatItemUnauthorized) ToJSONString() string

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

type BulkResetUserStatItemValuesBadRequest

type BulkResetUserStatItemValuesBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItemValuesBadRequest handles this case with default header values.

Bad request

func NewBulkResetUserStatItemValuesBadRequest

func NewBulkResetUserStatItemValuesBadRequest() *BulkResetUserStatItemValuesBadRequest

NewBulkResetUserStatItemValuesBadRequest creates a BulkResetUserStatItemValuesBadRequest with default headers values

func (*BulkResetUserStatItemValuesBadRequest) Error

func (*BulkResetUserStatItemValuesBadRequest) GetPayload

func (*BulkResetUserStatItemValuesBadRequest) ToJSONString

type BulkResetUserStatItemValuesForbidden

type BulkResetUserStatItemValuesForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItemValuesForbidden 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 NewBulkResetUserStatItemValuesForbidden

func NewBulkResetUserStatItemValuesForbidden() *BulkResetUserStatItemValuesForbidden

NewBulkResetUserStatItemValuesForbidden creates a BulkResetUserStatItemValuesForbidden with default headers values

func (*BulkResetUserStatItemValuesForbidden) Error

func (*BulkResetUserStatItemValuesForbidden) GetPayload

func (*BulkResetUserStatItemValuesForbidden) ToJSONString

func (o *BulkResetUserStatItemValuesForbidden) ToJSONString() string

type BulkResetUserStatItemValuesInternalServerError

type BulkResetUserStatItemValuesInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItemValuesInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkResetUserStatItemValuesInternalServerError

func NewBulkResetUserStatItemValuesInternalServerError() *BulkResetUserStatItemValuesInternalServerError

NewBulkResetUserStatItemValuesInternalServerError creates a BulkResetUserStatItemValuesInternalServerError with default headers values

func (*BulkResetUserStatItemValuesInternalServerError) Error

func (*BulkResetUserStatItemValuesInternalServerError) GetPayload

func (*BulkResetUserStatItemValuesInternalServerError) ToJSONString

type BulkResetUserStatItemValuesOK

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

BulkResetUserStatItemValuesOK handles this case with default header values.

successful operation

func NewBulkResetUserStatItemValuesOK

func NewBulkResetUserStatItemValuesOK() *BulkResetUserStatItemValuesOK

NewBulkResetUserStatItemValuesOK creates a BulkResetUserStatItemValuesOK with default headers values

func (*BulkResetUserStatItemValuesOK) Error

func (*BulkResetUserStatItemValuesOK) GetPayload

func (*BulkResetUserStatItemValuesOK) ToJSONString

func (o *BulkResetUserStatItemValuesOK) ToJSONString() string

type BulkResetUserStatItemValuesParams

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

func NewBulkResetUserStatItemValuesParams() *BulkResetUserStatItemValuesParams

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

func NewBulkResetUserStatItemValuesParamsWithContext

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

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

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

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

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

func (*BulkResetUserStatItemValuesParams) SetAuthInfoWriter

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

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

func (*BulkResetUserStatItemValuesParams) SetBody

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

func (*BulkResetUserStatItemValuesParams) SetContext

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

func (*BulkResetUserStatItemValuesParams) SetFlightId

func (o *BulkResetUserStatItemValuesParams) SetFlightId(flightId string)

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

func (*BulkResetUserStatItemValuesParams) SetHTTPClient

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

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

func (*BulkResetUserStatItemValuesParams) SetHTTPClientTransport

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

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

func (*BulkResetUserStatItemValuesParams) SetNamespace

func (o *BulkResetUserStatItemValuesParams) SetNamespace(namespace string)

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

func (*BulkResetUserStatItemValuesParams) SetTimeout

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

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

func (*BulkResetUserStatItemValuesParams) SetUserID

func (o *BulkResetUserStatItemValuesParams) SetUserID(userID string)

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

func (*BulkResetUserStatItemValuesParams) WithAdditionalKey

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

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

func (*BulkResetUserStatItemValuesParams) WithBody

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

func (*BulkResetUserStatItemValuesParams) WithContext

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

func (*BulkResetUserStatItemValuesParams) WithHTTPClient

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

func (*BulkResetUserStatItemValuesParams) WithNamespace

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

func (*BulkResetUserStatItemValuesParams) WithTimeout

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

func (*BulkResetUserStatItemValuesParams) WithUserID

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

func (*BulkResetUserStatItemValuesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkResetUserStatItemValuesReader

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

BulkResetUserStatItemValuesReader is a Reader for the BulkResetUserStatItemValues structure.

func (*BulkResetUserStatItemValuesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkResetUserStatItemValuesUnauthorized

type BulkResetUserStatItemValuesUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkResetUserStatItemValuesUnauthorized 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 NewBulkResetUserStatItemValuesUnauthorized

func NewBulkResetUserStatItemValuesUnauthorized() *BulkResetUserStatItemValuesUnauthorized

NewBulkResetUserStatItemValuesUnauthorized creates a BulkResetUserStatItemValuesUnauthorized with default headers values

func (*BulkResetUserStatItemValuesUnauthorized) Error

func (*BulkResetUserStatItemValuesUnauthorized) GetPayload

func (*BulkResetUserStatItemValuesUnauthorized) ToJSONString

type BulkResetUserStatItemValuesUnprocessableEntity

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

func NewBulkResetUserStatItemValuesUnprocessableEntity() *BulkResetUserStatItemValuesUnprocessableEntity

NewBulkResetUserStatItemValuesUnprocessableEntity creates a BulkResetUserStatItemValuesUnprocessableEntity with default headers values

func (*BulkResetUserStatItemValuesUnprocessableEntity) Error

func (*BulkResetUserStatItemValuesUnprocessableEntity) GetPayload

func (*BulkResetUserStatItemValuesUnprocessableEntity) ToJSONString

type BulkUpdateUserStatItem1BadRequest

type BulkUpdateUserStatItem1BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItem1BadRequest handles this case with default header values.

Bad request

func NewBulkUpdateUserStatItem1BadRequest

func NewBulkUpdateUserStatItem1BadRequest() *BulkUpdateUserStatItem1BadRequest

NewBulkUpdateUserStatItem1BadRequest creates a BulkUpdateUserStatItem1BadRequest with default headers values

func (*BulkUpdateUserStatItem1BadRequest) Error

func (*BulkUpdateUserStatItem1BadRequest) GetPayload

func (*BulkUpdateUserStatItem1BadRequest) ToJSONString

func (o *BulkUpdateUserStatItem1BadRequest) ToJSONString() string

type BulkUpdateUserStatItem1Forbidden

type BulkUpdateUserStatItem1Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItem1Forbidden 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 NewBulkUpdateUserStatItem1Forbidden

func NewBulkUpdateUserStatItem1Forbidden() *BulkUpdateUserStatItem1Forbidden

NewBulkUpdateUserStatItem1Forbidden creates a BulkUpdateUserStatItem1Forbidden with default headers values

func (*BulkUpdateUserStatItem1Forbidden) Error

func (*BulkUpdateUserStatItem1Forbidden) GetPayload

func (*BulkUpdateUserStatItem1Forbidden) ToJSONString

func (o *BulkUpdateUserStatItem1Forbidden) ToJSONString() string

type BulkUpdateUserStatItem1InternalServerError

type BulkUpdateUserStatItem1InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItem1InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkUpdateUserStatItem1InternalServerError

func NewBulkUpdateUserStatItem1InternalServerError() *BulkUpdateUserStatItem1InternalServerError

NewBulkUpdateUserStatItem1InternalServerError creates a BulkUpdateUserStatItem1InternalServerError with default headers values

func (*BulkUpdateUserStatItem1InternalServerError) Error

func (*BulkUpdateUserStatItem1InternalServerError) GetPayload

func (*BulkUpdateUserStatItem1InternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkUpdateUserStatItem1Params) SetFlightId(flightId string)

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

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

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 BulkUpdateUserStatItem1Unauthorized

type BulkUpdateUserStatItem1Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItem1Unauthorized 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 NewBulkUpdateUserStatItem1Unauthorized

func NewBulkUpdateUserStatItem1Unauthorized() *BulkUpdateUserStatItem1Unauthorized

NewBulkUpdateUserStatItem1Unauthorized creates a BulkUpdateUserStatItem1Unauthorized with default headers values

func (*BulkUpdateUserStatItem1Unauthorized) Error

func (*BulkUpdateUserStatItem1Unauthorized) GetPayload

func (*BulkUpdateUserStatItem1Unauthorized) ToJSONString

func (o *BulkUpdateUserStatItem1Unauthorized) ToJSONString() string

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

type BulkUpdateUserStatItem2BadRequest

type BulkUpdateUserStatItem2BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItem2BadRequest handles this case with default header values.

Bad request

func NewBulkUpdateUserStatItem2BadRequest

func NewBulkUpdateUserStatItem2BadRequest() *BulkUpdateUserStatItem2BadRequest

NewBulkUpdateUserStatItem2BadRequest creates a BulkUpdateUserStatItem2BadRequest with default headers values

func (*BulkUpdateUserStatItem2BadRequest) Error

func (*BulkUpdateUserStatItem2BadRequest) GetPayload

func (*BulkUpdateUserStatItem2BadRequest) ToJSONString

func (o *BulkUpdateUserStatItem2BadRequest) ToJSONString() string

type BulkUpdateUserStatItem2Forbidden

type BulkUpdateUserStatItem2Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItem2Forbidden 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 NewBulkUpdateUserStatItem2Forbidden

func NewBulkUpdateUserStatItem2Forbidden() *BulkUpdateUserStatItem2Forbidden

NewBulkUpdateUserStatItem2Forbidden creates a BulkUpdateUserStatItem2Forbidden with default headers values

func (*BulkUpdateUserStatItem2Forbidden) Error

func (*BulkUpdateUserStatItem2Forbidden) GetPayload

func (*BulkUpdateUserStatItem2Forbidden) ToJSONString

func (o *BulkUpdateUserStatItem2Forbidden) ToJSONString() string

type BulkUpdateUserStatItem2InternalServerError

type BulkUpdateUserStatItem2InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItem2InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkUpdateUserStatItem2InternalServerError

func NewBulkUpdateUserStatItem2InternalServerError() *BulkUpdateUserStatItem2InternalServerError

NewBulkUpdateUserStatItem2InternalServerError creates a BulkUpdateUserStatItem2InternalServerError with default headers values

func (*BulkUpdateUserStatItem2InternalServerError) Error

func (*BulkUpdateUserStatItem2InternalServerError) GetPayload

func (*BulkUpdateUserStatItem2InternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkUpdateUserStatItem2Params) SetFlightId(flightId string)

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

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

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 BulkUpdateUserStatItem2Unauthorized

type BulkUpdateUserStatItem2Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItem2Unauthorized 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 NewBulkUpdateUserStatItem2Unauthorized

func NewBulkUpdateUserStatItem2Unauthorized() *BulkUpdateUserStatItem2Unauthorized

NewBulkUpdateUserStatItem2Unauthorized creates a BulkUpdateUserStatItem2Unauthorized with default headers values

func (*BulkUpdateUserStatItem2Unauthorized) Error

func (*BulkUpdateUserStatItem2Unauthorized) GetPayload

func (*BulkUpdateUserStatItem2Unauthorized) ToJSONString

func (o *BulkUpdateUserStatItem2Unauthorized) ToJSONString() string

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

type BulkUpdateUserStatItemBadRequest

type BulkUpdateUserStatItemBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItemBadRequest handles this case with default header values.

Bad request

func NewBulkUpdateUserStatItemBadRequest

func NewBulkUpdateUserStatItemBadRequest() *BulkUpdateUserStatItemBadRequest

NewBulkUpdateUserStatItemBadRequest creates a BulkUpdateUserStatItemBadRequest with default headers values

func (*BulkUpdateUserStatItemBadRequest) Error

func (*BulkUpdateUserStatItemBadRequest) GetPayload

func (*BulkUpdateUserStatItemBadRequest) ToJSONString

func (o *BulkUpdateUserStatItemBadRequest) ToJSONString() string

type BulkUpdateUserStatItemForbidden

type BulkUpdateUserStatItemForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItemForbidden 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 NewBulkUpdateUserStatItemForbidden

func NewBulkUpdateUserStatItemForbidden() *BulkUpdateUserStatItemForbidden

NewBulkUpdateUserStatItemForbidden creates a BulkUpdateUserStatItemForbidden with default headers values

func (*BulkUpdateUserStatItemForbidden) Error

func (*BulkUpdateUserStatItemForbidden) GetPayload

func (*BulkUpdateUserStatItemForbidden) ToJSONString

func (o *BulkUpdateUserStatItemForbidden) ToJSONString() string

type BulkUpdateUserStatItemInternalServerError

type BulkUpdateUserStatItemInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItemInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkUpdateUserStatItemInternalServerError

func NewBulkUpdateUserStatItemInternalServerError() *BulkUpdateUserStatItemInternalServerError

NewBulkUpdateUserStatItemInternalServerError creates a BulkUpdateUserStatItemInternalServerError with default headers values

func (*BulkUpdateUserStatItemInternalServerError) Error

func (*BulkUpdateUserStatItemInternalServerError) GetPayload

func (*BulkUpdateUserStatItemInternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkUpdateUserStatItemParams) SetFlightId(flightId string)

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

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

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 BulkUpdateUserStatItemUnauthorized

type BulkUpdateUserStatItemUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItemUnauthorized 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 NewBulkUpdateUserStatItemUnauthorized

func NewBulkUpdateUserStatItemUnauthorized() *BulkUpdateUserStatItemUnauthorized

NewBulkUpdateUserStatItemUnauthorized creates a BulkUpdateUserStatItemUnauthorized with default headers values

func (*BulkUpdateUserStatItemUnauthorized) Error

func (*BulkUpdateUserStatItemUnauthorized) GetPayload

func (*BulkUpdateUserStatItemUnauthorized) ToJSONString

func (o *BulkUpdateUserStatItemUnauthorized) ToJSONString() string

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

type BulkUpdateUserStatItemV2BadRequest

type BulkUpdateUserStatItemV2BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItemV2BadRequest handles this case with default header values.

Bad request

func NewBulkUpdateUserStatItemV2BadRequest

func NewBulkUpdateUserStatItemV2BadRequest() *BulkUpdateUserStatItemV2BadRequest

NewBulkUpdateUserStatItemV2BadRequest creates a BulkUpdateUserStatItemV2BadRequest with default headers values

func (*BulkUpdateUserStatItemV2BadRequest) Error

func (*BulkUpdateUserStatItemV2BadRequest) GetPayload

func (*BulkUpdateUserStatItemV2BadRequest) ToJSONString

func (o *BulkUpdateUserStatItemV2BadRequest) ToJSONString() string

type BulkUpdateUserStatItemV2Forbidden

type BulkUpdateUserStatItemV2Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItemV2Forbidden 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 NewBulkUpdateUserStatItemV2Forbidden

func NewBulkUpdateUserStatItemV2Forbidden() *BulkUpdateUserStatItemV2Forbidden

NewBulkUpdateUserStatItemV2Forbidden creates a BulkUpdateUserStatItemV2Forbidden with default headers values

func (*BulkUpdateUserStatItemV2Forbidden) Error

func (*BulkUpdateUserStatItemV2Forbidden) GetPayload

func (*BulkUpdateUserStatItemV2Forbidden) ToJSONString

func (o *BulkUpdateUserStatItemV2Forbidden) ToJSONString() string

type BulkUpdateUserStatItemV2InternalServerError

type BulkUpdateUserStatItemV2InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItemV2InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewBulkUpdateUserStatItemV2InternalServerError

func NewBulkUpdateUserStatItemV2InternalServerError() *BulkUpdateUserStatItemV2InternalServerError

NewBulkUpdateUserStatItemV2InternalServerError creates a BulkUpdateUserStatItemV2InternalServerError with default headers values

func (*BulkUpdateUserStatItemV2InternalServerError) Error

func (*BulkUpdateUserStatItemV2InternalServerError) GetPayload

func (*BulkUpdateUserStatItemV2InternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *BulkUpdateUserStatItemV2Params) SetFlightId(flightId string)

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

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

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 BulkUpdateUserStatItemV2Unauthorized

type BulkUpdateUserStatItemV2Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

BulkUpdateUserStatItemV2Unauthorized 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 NewBulkUpdateUserStatItemV2Unauthorized

func NewBulkUpdateUserStatItemV2Unauthorized() *BulkUpdateUserStatItemV2Unauthorized

NewBulkUpdateUserStatItemV2Unauthorized creates a BulkUpdateUserStatItemV2Unauthorized with default headers values

func (*BulkUpdateUserStatItemV2Unauthorized) Error

func (*BulkUpdateUserStatItemV2Unauthorized) GetPayload

func (*BulkUpdateUserStatItemV2Unauthorized) ToJSONString

func (o *BulkUpdateUserStatItemV2Unauthorized) ToJSONString() string

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

type Client

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

Client for user statistic API

func (*Client) AdminListUsersStatItems deprecated

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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) GetStatItems deprecated

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

GetStatItems get users' stat item values by stat code Get users' stat item values for a given namespace and statCode. Other info: + *Required permission*: resource=ADMIN:NAMESPACE:{namespace}:STATITEM, action=2 (READ) + *Returns*: list of users' stat item values

func (*Client) GetStatItemsShort

func (a *Client) GetStatItemsShort(params *GetStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*GetStatItemsOK, error)

GetStatItemsShort get users' stat item values by stat code Get users' stat item values for a given namespace and statCode. Other info: + *Required permission*: resource=ADMIN:NAMESPACE:{namespace}:STATITEM, action=2 (READ) + *Returns*: list of users' stat item values

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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, *BulkFetchStatItemsUnauthorized, *BulkFetchStatItemsForbidden, *BulkFetchStatItemsUnprocessableEntity, *BulkFetchStatItemsInternalServerError, error)
	BulkFetchStatItemsShort(params *BulkFetchStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchStatItemsOK, error)
	BulkIncUserStatItem(params *BulkIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemOK, *BulkIncUserStatItemBadRequest, *BulkIncUserStatItemUnauthorized, *BulkIncUserStatItemForbidden, *BulkIncUserStatItemUnprocessableEntity, *BulkIncUserStatItemInternalServerError, error)
	BulkIncUserStatItemShort(params *BulkIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemOK, error)
	BulkIncUserStatItemValue(params *BulkIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValueOK, *BulkIncUserStatItemValueBadRequest, *BulkIncUserStatItemValueUnauthorized, *BulkIncUserStatItemValueForbidden, *BulkIncUserStatItemValueUnprocessableEntity, *BulkIncUserStatItemValueInternalServerError, error)
	BulkIncUserStatItemValueShort(params *BulkIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValueOK, error)
	BulkFetchOrDefaultStatItems(params *BulkFetchOrDefaultStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchOrDefaultStatItemsOK, *BulkFetchOrDefaultStatItemsUnauthorized, *BulkFetchOrDefaultStatItemsForbidden, *BulkFetchOrDefaultStatItemsNotFound, *BulkFetchOrDefaultStatItemsUnprocessableEntity, *BulkFetchOrDefaultStatItemsInternalServerError, error)
	BulkFetchOrDefaultStatItemsShort(params *BulkFetchOrDefaultStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchOrDefaultStatItemsOK, error)
	BulkResetUserStatItem(params *BulkResetUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItemOK, *BulkResetUserStatItemBadRequest, *BulkResetUserStatItemUnauthorized, *BulkResetUserStatItemForbidden, *BulkResetUserStatItemUnprocessableEntity, *BulkResetUserStatItemInternalServerError, error)
	BulkResetUserStatItemShort(params *BulkResetUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItemOK, error)
	GetStatItems(params *GetStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*GetStatItemsOK, *GetStatItemsUnauthorized, *GetStatItemsForbidden, *GetStatItemsInternalServerError, error)
	GetStatItemsShort(params *GetStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*GetStatItemsOK, error)
	GetUserStatItems(params *GetUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserStatItemsOK, *GetUserStatItemsUnauthorized, *GetUserStatItemsForbidden, *GetUserStatItemsUnprocessableEntity, *GetUserStatItemsInternalServerError, error)
	GetUserStatItemsShort(params *GetUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserStatItemsOK, error)
	BulkCreateUserStatItems(params *BulkCreateUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkCreateUserStatItemsOK, *BulkCreateUserStatItemsBadRequest, *BulkCreateUserStatItemsUnauthorized, *BulkCreateUserStatItemsForbidden, *BulkCreateUserStatItemsUnprocessableEntity, *BulkCreateUserStatItemsInternalServerError, error)
	BulkCreateUserStatItemsShort(params *BulkCreateUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkCreateUserStatItemsOK, error)
	BulkIncUserStatItem1(params *BulkIncUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItem1OK, *BulkIncUserStatItem1BadRequest, *BulkIncUserStatItem1Unauthorized, *BulkIncUserStatItem1Forbidden, *BulkIncUserStatItem1UnprocessableEntity, *BulkIncUserStatItem1InternalServerError, error)
	BulkIncUserStatItem1Short(params *BulkIncUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItem1OK, error)
	BulkIncUserStatItemValue1(params *BulkIncUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValue1OK, *BulkIncUserStatItemValue1BadRequest, *BulkIncUserStatItemValue1Unauthorized, *BulkIncUserStatItemValue1Forbidden, *BulkIncUserStatItemValue1UnprocessableEntity, *BulkIncUserStatItemValue1InternalServerError, error)
	BulkIncUserStatItemValue1Short(params *BulkIncUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValue1OK, error)
	BulkResetUserStatItem1(params *BulkResetUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem1OK, *BulkResetUserStatItem1BadRequest, *BulkResetUserStatItem1Unauthorized, *BulkResetUserStatItem1Forbidden, *BulkResetUserStatItem1UnprocessableEntity, *BulkResetUserStatItem1InternalServerError, error)
	BulkResetUserStatItem1Short(params *BulkResetUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem1OK, error)
	CreateUserStatItem(params *CreateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*CreateUserStatItemCreated, *CreateUserStatItemUnauthorized, *CreateUserStatItemForbidden, *CreateUserStatItemNotFound, *CreateUserStatItemConflict, *CreateUserStatItemUnprocessableEntity, *CreateUserStatItemInternalServerError, error)
	CreateUserStatItemShort(params *CreateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*CreateUserStatItemCreated, error)
	DeleteUserStatItems(params *DeleteUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItemsNoContent, *DeleteUserStatItemsUnauthorized, *DeleteUserStatItemsForbidden, *DeleteUserStatItemsNotFound, *DeleteUserStatItemsUnprocessableEntity, *DeleteUserStatItemsInternalServerError, error)
	DeleteUserStatItemsShort(params *DeleteUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItemsNoContent, error)
	IncUserStatItemValue(params *IncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*IncUserStatItemValueOK, *IncUserStatItemValueBadRequest, *IncUserStatItemValueUnauthorized, *IncUserStatItemValueForbidden, *IncUserStatItemValueNotFound, *IncUserStatItemValueConflict, *IncUserStatItemValueUnprocessableEntity, *IncUserStatItemValueInternalServerError, error)
	IncUserStatItemValueShort(params *IncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*IncUserStatItemValueOK, error)
	ResetUserStatItemValue(params *ResetUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*ResetUserStatItemValueOK, *ResetUserStatItemValueBadRequest, *ResetUserStatItemValueUnauthorized, *ResetUserStatItemValueForbidden, *ResetUserStatItemValueNotFound, *ResetUserStatItemValueUnprocessableEntity, *ResetUserStatItemValueInternalServerError, error)
	ResetUserStatItemValueShort(params *ResetUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*ResetUserStatItemValueOK, error)
	BulkFetchStatItems1(params *BulkFetchStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchStatItems1OK, *BulkFetchStatItems1Unauthorized, *BulkFetchStatItems1Forbidden, *BulkFetchStatItems1UnprocessableEntity, *BulkFetchStatItems1InternalServerError, error)
	BulkFetchStatItems1Short(params *BulkFetchStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchStatItems1OK, error)
	PublicBulkIncUserStatItem(params *PublicBulkIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItemOK, *PublicBulkIncUserStatItemBadRequest, *PublicBulkIncUserStatItemUnauthorized, *PublicBulkIncUserStatItemForbidden, *PublicBulkIncUserStatItemUnprocessableEntity, *PublicBulkIncUserStatItemInternalServerError, error)
	PublicBulkIncUserStatItemShort(params *PublicBulkIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItemOK, error)
	PublicBulkIncUserStatItemValue(params *PublicBulkIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItemValueOK, *PublicBulkIncUserStatItemValueBadRequest, *PublicBulkIncUserStatItemValueUnauthorized, *PublicBulkIncUserStatItemValueForbidden, *PublicBulkIncUserStatItemValueUnprocessableEntity, *PublicBulkIncUserStatItemValueInternalServerError, error)
	PublicBulkIncUserStatItemValueShort(params *PublicBulkIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItemValueOK, error)
	BulkResetUserStatItem2(params *BulkResetUserStatItem2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem2OK, *BulkResetUserStatItem2BadRequest, *BulkResetUserStatItem2Unauthorized, *BulkResetUserStatItem2Forbidden, *BulkResetUserStatItem2UnprocessableEntity, *BulkResetUserStatItem2InternalServerError, error)
	BulkResetUserStatItem2Short(params *BulkResetUserStatItem2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem2OK, error)
	PublicListMyStatItems(params *PublicListMyStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicListMyStatItemsOK, *PublicListMyStatItemsUnauthorized, *PublicListMyStatItemsForbidden, *PublicListMyStatItemsUnprocessableEntity, *PublicListMyStatItemsInternalServerError, error)
	PublicListMyStatItemsShort(params *PublicListMyStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicListMyStatItemsOK, error)
	PublicListAllMyStatItems(params *PublicListAllMyStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicListAllMyStatItemsOK, *PublicListAllMyStatItemsBadRequest, *PublicListAllMyStatItemsForbidden, *PublicListAllMyStatItemsNotFound, *PublicListAllMyStatItemsUnprocessableEntity, error)
	PublicListAllMyStatItemsShort(params *PublicListAllMyStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicListAllMyStatItemsOK, error)
	PublicQueryUserStatItems(params *PublicQueryUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItemsOK, *PublicQueryUserStatItemsUnauthorized, *PublicQueryUserStatItemsForbidden, *PublicQueryUserStatItemsUnprocessableEntity, *PublicQueryUserStatItemsInternalServerError, error)
	PublicQueryUserStatItemsShort(params *PublicQueryUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItemsOK, error)
	PublicBulkCreateUserStatItems(params *PublicBulkCreateUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkCreateUserStatItemsOK, *PublicBulkCreateUserStatItemsBadRequest, *PublicBulkCreateUserStatItemsUnauthorized, *PublicBulkCreateUserStatItemsForbidden, *PublicBulkCreateUserStatItemsUnprocessableEntity, *PublicBulkCreateUserStatItemsInternalServerError, error)
	PublicBulkCreateUserStatItemsShort(params *PublicBulkCreateUserStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkCreateUserStatItemsOK, error)
	PublicQueryUserStatItems1(params *PublicQueryUserStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItems1OK, *PublicQueryUserStatItems1BadRequest, *PublicQueryUserStatItems1Unauthorized, *PublicQueryUserStatItems1Forbidden, *PublicQueryUserStatItems1NotFound, *PublicQueryUserStatItems1UnprocessableEntity, *PublicQueryUserStatItems1InternalServerError, error)
	PublicQueryUserStatItems1Short(params *PublicQueryUserStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItems1OK, error)
	PublicBulkIncUserStatItem1(params *PublicBulkIncUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItem1OK, *PublicBulkIncUserStatItem1BadRequest, *PublicBulkIncUserStatItem1Unauthorized, *PublicBulkIncUserStatItem1Forbidden, *PublicBulkIncUserStatItem1UnprocessableEntity, *PublicBulkIncUserStatItem1InternalServerError, error)
	PublicBulkIncUserStatItem1Short(params *PublicBulkIncUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*PublicBulkIncUserStatItem1OK, error)
	BulkIncUserStatItemValue2(params *BulkIncUserStatItemValue2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValue2OK, *BulkIncUserStatItemValue2BadRequest, *BulkIncUserStatItemValue2Unauthorized, *BulkIncUserStatItemValue2Forbidden, *BulkIncUserStatItemValue2UnprocessableEntity, *BulkIncUserStatItemValue2InternalServerError, error)
	BulkIncUserStatItemValue2Short(params *BulkIncUserStatItemValue2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkIncUserStatItemValue2OK, error)
	BulkResetUserStatItem3(params *BulkResetUserStatItem3Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem3OK, *BulkResetUserStatItem3BadRequest, *BulkResetUserStatItem3Unauthorized, *BulkResetUserStatItem3Forbidden, *BulkResetUserStatItem3UnprocessableEntity, *BulkResetUserStatItem3InternalServerError, error)
	BulkResetUserStatItem3Short(params *BulkResetUserStatItem3Params, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItem3OK, error)
	PublicCreateUserStatItem(params *PublicCreateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreateUserStatItemCreated, *PublicCreateUserStatItemUnauthorized, *PublicCreateUserStatItemForbidden, *PublicCreateUserStatItemNotFound, *PublicCreateUserStatItemConflict, *PublicCreateUserStatItemUnprocessableEntity, *PublicCreateUserStatItemInternalServerError, error)
	PublicCreateUserStatItemShort(params *PublicCreateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreateUserStatItemCreated, error)
	DeleteUserStatItems1(params *DeleteUserStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItems1NoContent, *DeleteUserStatItems1Unauthorized, *DeleteUserStatItems1Forbidden, *DeleteUserStatItems1NotFound, *DeleteUserStatItems1UnprocessableEntity, *DeleteUserStatItems1InternalServerError, error)
	DeleteUserStatItems1Short(params *DeleteUserStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItems1NoContent, error)
	PublicIncUserStatItem(params *PublicIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicIncUserStatItemOK, *PublicIncUserStatItemBadRequest, *PublicIncUserStatItemUnauthorized, *PublicIncUserStatItemForbidden, *PublicIncUserStatItemNotFound, *PublicIncUserStatItemConflict, *PublicIncUserStatItemUnprocessableEntity, *PublicIncUserStatItemInternalServerError, error)
	PublicIncUserStatItemShort(params *PublicIncUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*PublicIncUserStatItemOK, error)
	PublicIncUserStatItemValue(params *PublicIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*PublicIncUserStatItemValueOK, *PublicIncUserStatItemValueBadRequest, *PublicIncUserStatItemValueUnauthorized, *PublicIncUserStatItemValueForbidden, *PublicIncUserStatItemValueNotFound, *PublicIncUserStatItemValueConflict, *PublicIncUserStatItemValueUnprocessableEntity, *PublicIncUserStatItemValueInternalServerError, error)
	PublicIncUserStatItemValueShort(params *PublicIncUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*PublicIncUserStatItemValueOK, error)
	ResetUserStatItemValue1(params *ResetUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*ResetUserStatItemValue1OK, *ResetUserStatItemValue1BadRequest, *ResetUserStatItemValue1Unauthorized, *ResetUserStatItemValue1Forbidden, *ResetUserStatItemValue1NotFound, *ResetUserStatItemValue1UnprocessableEntity, *ResetUserStatItemValue1InternalServerError, error)
	ResetUserStatItemValue1Short(params *ResetUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*ResetUserStatItemValue1OK, error)
	BulkUpdateUserStatItemV2(params *BulkUpdateUserStatItemV2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItemV2OK, *BulkUpdateUserStatItemV2BadRequest, *BulkUpdateUserStatItemV2Unauthorized, *BulkUpdateUserStatItemV2Forbidden, *BulkUpdateUserStatItemV2UnprocessableEntity, *BulkUpdateUserStatItemV2InternalServerError, error)
	BulkUpdateUserStatItemV2Short(params *BulkUpdateUserStatItemV2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItemV2OK, error)
	BulkFetchOrDefaultStatItems1(params *BulkFetchOrDefaultStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchOrDefaultStatItems1OK, *BulkFetchOrDefaultStatItems1Unauthorized, *BulkFetchOrDefaultStatItems1Forbidden, *BulkFetchOrDefaultStatItems1NotFound, *BulkFetchOrDefaultStatItems1UnprocessableEntity, *BulkFetchOrDefaultStatItems1InternalServerError, error)
	BulkFetchOrDefaultStatItems1Short(params *BulkFetchOrDefaultStatItems1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkFetchOrDefaultStatItems1OK, error)
	AdminListUsersStatItems(params *AdminListUsersStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminListUsersStatItemsOK, *AdminListUsersStatItemsBadRequest, *AdminListUsersStatItemsUnauthorized, *AdminListUsersStatItemsForbidden, *AdminListUsersStatItemsNotFound, *AdminListUsersStatItemsUnprocessableEntity, *AdminListUsersStatItemsInternalServerError, error)
	AdminListUsersStatItemsShort(params *AdminListUsersStatItemsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminListUsersStatItemsOK, error)
	BulkUpdateUserStatItem(params *BulkUpdateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItemOK, *BulkUpdateUserStatItemBadRequest, *BulkUpdateUserStatItemUnauthorized, *BulkUpdateUserStatItemForbidden, *BulkUpdateUserStatItemUnprocessableEntity, *BulkUpdateUserStatItemInternalServerError, error)
	BulkUpdateUserStatItemShort(params *BulkUpdateUserStatItemParams, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItemOK, error)
	BulkResetUserStatItemValues(params *BulkResetUserStatItemValuesParams, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItemValuesOK, *BulkResetUserStatItemValuesBadRequest, *BulkResetUserStatItemValuesUnauthorized, *BulkResetUserStatItemValuesForbidden, *BulkResetUserStatItemValuesUnprocessableEntity, *BulkResetUserStatItemValuesInternalServerError, error)
	BulkResetUserStatItemValuesShort(params *BulkResetUserStatItemValuesParams, authInfo runtime.ClientAuthInfoWriter) (*BulkResetUserStatItemValuesOK, error)
	DeleteUserStatItems2(params *DeleteUserStatItems2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItems2NoContent, *DeleteUserStatItems2Unauthorized, *DeleteUserStatItems2Forbidden, *DeleteUserStatItems2NotFound, *DeleteUserStatItems2UnprocessableEntity, *DeleteUserStatItems2InternalServerError, error)
	DeleteUserStatItems2Short(params *DeleteUserStatItems2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteUserStatItems2NoContent, error)
	UpdateUserStatItemValue(params *UpdateUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserStatItemValueOK, *UpdateUserStatItemValueBadRequest, *UpdateUserStatItemValueUnauthorized, *UpdateUserStatItemValueForbidden, *UpdateUserStatItemValueNotFound, *UpdateUserStatItemValueConflict, *UpdateUserStatItemValueUnprocessableEntity, *UpdateUserStatItemValueInternalServerError, error)
	UpdateUserStatItemValueShort(params *UpdateUserStatItemValueParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserStatItemValueOK, error)
	BulkUpdateUserStatItem1(params *BulkUpdateUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItem1OK, *BulkUpdateUserStatItem1BadRequest, *BulkUpdateUserStatItem1Unauthorized, *BulkUpdateUserStatItem1Forbidden, *BulkUpdateUserStatItem1UnprocessableEntity, *BulkUpdateUserStatItem1InternalServerError, error)
	BulkUpdateUserStatItem1Short(params *BulkUpdateUserStatItem1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItem1OK, error)
	PublicQueryUserStatItems2(params *PublicQueryUserStatItems2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItems2OK, *PublicQueryUserStatItems2BadRequest, *PublicQueryUserStatItems2Unauthorized, *PublicQueryUserStatItems2Forbidden, *PublicQueryUserStatItems2NotFound, *PublicQueryUserStatItems2UnprocessableEntity, *PublicQueryUserStatItems2InternalServerError, error)
	PublicQueryUserStatItems2Short(params *PublicQueryUserStatItems2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryUserStatItems2OK, error)
	BulkUpdateUserStatItem2(params *BulkUpdateUserStatItem2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItem2OK, *BulkUpdateUserStatItem2BadRequest, *BulkUpdateUserStatItem2Unauthorized, *BulkUpdateUserStatItem2Forbidden, *BulkUpdateUserStatItem2UnprocessableEntity, *BulkUpdateUserStatItem2InternalServerError, error)
	BulkUpdateUserStatItem2Short(params *BulkUpdateUserStatItem2Params, authInfo runtime.ClientAuthInfoWriter) (*BulkUpdateUserStatItem2OK, error)
	UpdateUserStatItemValue1(params *UpdateUserStatItemValue1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserStatItemValue1OK, *UpdateUserStatItemValue1BadRequest, *UpdateUserStatItemValue1Unauthorized, *UpdateUserStatItemValue1Forbidden, *UpdateUserStatItemValue1NotFound, *UpdateUserStatItemValue1Conflict, *UpdateUserStatItemValue1UnprocessableEntity, *UpdateUserStatItemValue1InternalServerError, 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

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 CreateUserStatItemForbidden

type CreateUserStatItemForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

CreateUserStatItemForbidden 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 NewCreateUserStatItemForbidden

func NewCreateUserStatItemForbidden() *CreateUserStatItemForbidden

NewCreateUserStatItemForbidden creates a CreateUserStatItemForbidden with default headers values

func (*CreateUserStatItemForbidden) Error

func (*CreateUserStatItemForbidden) GetPayload

func (*CreateUserStatItemForbidden) ToJSONString

func (o *CreateUserStatItemForbidden) ToJSONString() string

type CreateUserStatItemInternalServerError

type CreateUserStatItemInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

CreateUserStatItemInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewCreateUserStatItemInternalServerError

func NewCreateUserStatItemInternalServerError() *CreateUserStatItemInternalServerError

NewCreateUserStatItemInternalServerError creates a CreateUserStatItemInternalServerError with default headers values

func (*CreateUserStatItemInternalServerError) Error

func (*CreateUserStatItemInternalServerError) GetPayload

func (*CreateUserStatItemInternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *CreateUserStatItemParams) SetFlightId(flightId string)

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

func (*CreateUserStatItemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create user stat item params

func (*CreateUserStatItemParams) SetHTTPClientTransport

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 CreateUserStatItemUnauthorized

type CreateUserStatItemUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

CreateUserStatItemUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewCreateUserStatItemUnauthorized

func NewCreateUserStatItemUnauthorized() *CreateUserStatItemUnauthorized

NewCreateUserStatItemUnauthorized creates a CreateUserStatItemUnauthorized with default headers values

func (*CreateUserStatItemUnauthorized) Error

func (*CreateUserStatItemUnauthorized) GetPayload

func (*CreateUserStatItemUnauthorized) ToJSONString

func (o *CreateUserStatItemUnauthorized) ToJSONString() string

type CreateUserStatItemUnprocessableEntity

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

func NewCreateUserStatItemUnprocessableEntity() *CreateUserStatItemUnprocessableEntity

NewCreateUserStatItemUnprocessableEntity creates a CreateUserStatItemUnprocessableEntity with default headers values

func (*CreateUserStatItemUnprocessableEntity) Error

func (*CreateUserStatItemUnprocessableEntity) GetPayload

func (*CreateUserStatItemUnprocessableEntity) ToJSONString

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

func (o *DeleteUserStatItems1Forbidden) ToJSONString() string

type DeleteUserStatItems1InternalServerError

type DeleteUserStatItems1InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItems1InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewDeleteUserStatItems1InternalServerError

func NewDeleteUserStatItems1InternalServerError() *DeleteUserStatItems1InternalServerError

NewDeleteUserStatItems1InternalServerError creates a DeleteUserStatItems1InternalServerError with default headers values

func (*DeleteUserStatItems1InternalServerError) Error

func (*DeleteUserStatItems1InternalServerError) GetPayload

func (*DeleteUserStatItems1InternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *DeleteUserStatItems1Params) SetFlightId(flightId string)

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

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

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

func (o *DeleteUserStatItems1Unauthorized) ToJSONString() string

type DeleteUserStatItems1UnprocessableEntity

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

func NewDeleteUserStatItems1UnprocessableEntity() *DeleteUserStatItems1UnprocessableEntity

NewDeleteUserStatItems1UnprocessableEntity creates a DeleteUserStatItems1UnprocessableEntity with default headers values

func (*DeleteUserStatItems1UnprocessableEntity) Error

func (*DeleteUserStatItems1UnprocessableEntity) GetPayload

func (*DeleteUserStatItems1UnprocessableEntity) ToJSONString

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

func (o *DeleteUserStatItems2Forbidden) ToJSONString() string

type DeleteUserStatItems2InternalServerError

type DeleteUserStatItems2InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItems2InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewDeleteUserStatItems2InternalServerError

func NewDeleteUserStatItems2InternalServerError() *DeleteUserStatItems2InternalServerError

NewDeleteUserStatItems2InternalServerError creates a DeleteUserStatItems2InternalServerError with default headers values

func (*DeleteUserStatItems2InternalServerError) Error

func (*DeleteUserStatItems2InternalServerError) GetPayload

func (*DeleteUserStatItems2InternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *DeleteUserStatItems2Params) SetFlightId(flightId string)

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

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

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

func (o *DeleteUserStatItems2Unauthorized) ToJSONString() string

type DeleteUserStatItems2UnprocessableEntity

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

func NewDeleteUserStatItems2UnprocessableEntity() *DeleteUserStatItems2UnprocessableEntity

NewDeleteUserStatItems2UnprocessableEntity creates a DeleteUserStatItems2UnprocessableEntity with default headers values

func (*DeleteUserStatItems2UnprocessableEntity) Error

func (*DeleteUserStatItems2UnprocessableEntity) GetPayload

func (*DeleteUserStatItems2UnprocessableEntity) ToJSONString

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

func (o *DeleteUserStatItemsForbidden) ToJSONString() string

type DeleteUserStatItemsInternalServerError

type DeleteUserStatItemsInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

DeleteUserStatItemsInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewDeleteUserStatItemsInternalServerError

func NewDeleteUserStatItemsInternalServerError() *DeleteUserStatItemsInternalServerError

NewDeleteUserStatItemsInternalServerError creates a DeleteUserStatItemsInternalServerError with default headers values

func (*DeleteUserStatItemsInternalServerError) Error

func (*DeleteUserStatItemsInternalServerError) GetPayload

func (*DeleteUserStatItemsInternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *DeleteUserStatItemsParams) SetFlightId(flightId string)

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

func (*DeleteUserStatItemsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user stat items params

func (*DeleteUserStatItemsParams) SetHTTPClientTransport

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</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

func (o *DeleteUserStatItemsUnauthorized) ToJSONString() string

type DeleteUserStatItemsUnprocessableEntity

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

func NewDeleteUserStatItemsUnprocessableEntity() *DeleteUserStatItemsUnprocessableEntity

NewDeleteUserStatItemsUnprocessableEntity creates a DeleteUserStatItemsUnprocessableEntity with default headers values

func (*DeleteUserStatItemsUnprocessableEntity) Error

func (*DeleteUserStatItemsUnprocessableEntity) GetPayload

func (*DeleteUserStatItemsUnprocessableEntity) ToJSONString

type GetStatItemsForbidden

type GetStatItemsForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

GetStatItemsForbidden 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 NewGetStatItemsForbidden

func NewGetStatItemsForbidden() *GetStatItemsForbidden

NewGetStatItemsForbidden creates a GetStatItemsForbidden with default headers values

func (*GetStatItemsForbidden) Error

func (o *GetStatItemsForbidden) Error() string

func (*GetStatItemsForbidden) GetPayload

func (*GetStatItemsForbidden) ToJSONString

func (o *GetStatItemsForbidden) ToJSONString() string

type GetStatItemsInternalServerError

type GetStatItemsInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

GetStatItemsInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewGetStatItemsInternalServerError

func NewGetStatItemsInternalServerError() *GetStatItemsInternalServerError

NewGetStatItemsInternalServerError creates a GetStatItemsInternalServerError with default headers values

func (*GetStatItemsInternalServerError) Error

func (*GetStatItemsInternalServerError) GetPayload

func (*GetStatItemsInternalServerError) ToJSONString

func (o *GetStatItemsInternalServerError) ToJSONString() string

type GetStatItemsOK

type GetStatItemsOK struct {
	Payload *socialclientmodels.StatItemValuePagingSlicedResult
}

GetStatItemsOK handles this case with default header values.

successful operation

func NewGetStatItemsOK

func NewGetStatItemsOK() *GetStatItemsOK

NewGetStatItemsOK creates a GetStatItemsOK with default headers values

func (*GetStatItemsOK) Error

func (o *GetStatItemsOK) Error() string

func (*GetStatItemsOK) GetPayload

func (*GetStatItemsOK) ToJSONString

func (o *GetStatItemsOK) ToJSONString() string

type GetStatItemsParams

type GetStatItemsParams struct {

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

	*/
	Namespace string
	/*StatCode
	  stat Code

	*/
	StatCode string
	/*Limit*/
	Limit *int32
	/*Offset*/
	Offset *int32
	/*SortBy
	  default is value:desc, allowed values: [value, value:asc, value:desc]

	*/
	SortBy *string

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

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

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

func NewGetStatItemsParams

func NewGetStatItemsParams() *GetStatItemsParams

NewGetStatItemsParams creates a new GetStatItemsParams object with the default values initialized.

func NewGetStatItemsParamsWithContext

func NewGetStatItemsParamsWithContext(ctx context.Context) *GetStatItemsParams

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

func NewGetStatItemsParamsWithHTTPClient

func NewGetStatItemsParamsWithHTTPClient(client *http.Client) *GetStatItemsParams

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

func NewGetStatItemsParamsWithTimeout

func NewGetStatItemsParamsWithTimeout(timeout time.Duration) *GetStatItemsParams

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

func (*GetStatItemsParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get stat items params

func (*GetStatItemsParams) SetContext

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

SetContext adds the context to the get stat items params

func (*GetStatItemsParams) SetFlightId

func (o *GetStatItemsParams) SetFlightId(flightId string)

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

func (*GetStatItemsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get stat items params

func (*GetStatItemsParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get stat items params

func (*GetStatItemsParams) SetLimit

func (o *GetStatItemsParams) SetLimit(limit *int32)

SetLimit adds the limit to the get stat items params

func (*GetStatItemsParams) SetNamespace

func (o *GetStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get stat items params

func (*GetStatItemsParams) SetOffset

func (o *GetStatItemsParams) SetOffset(offset *int32)

SetOffset adds the offset to the get stat items params

func (*GetStatItemsParams) SetSortBy

func (o *GetStatItemsParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get stat items params

func (*GetStatItemsParams) SetStatCode

func (o *GetStatItemsParams) SetStatCode(statCode string)

SetStatCode adds the statCode to the get stat items params

func (*GetStatItemsParams) SetTimeout

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

SetTimeout adds the timeout to the get stat items params

func (*GetStatItemsParams) WithContext

WithContext adds the context to the get stat items params

func (*GetStatItemsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get stat items params

func (*GetStatItemsParams) WithLimit

func (o *GetStatItemsParams) WithLimit(limit *int32) *GetStatItemsParams

WithLimit adds the limit to the get stat items params

func (*GetStatItemsParams) WithNamespace

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

WithNamespace adds the namespace to the get stat items params

func (*GetStatItemsParams) WithOffset

func (o *GetStatItemsParams) WithOffset(offset *int32) *GetStatItemsParams

WithOffset adds the offset to the get stat items params

func (*GetStatItemsParams) WithSortBy

func (o *GetStatItemsParams) WithSortBy(sortBy *string) *GetStatItemsParams

WithSortBy adds the sortBy to the get stat items params

func (*GetStatItemsParams) WithStatCode

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

WithStatCode adds the statCode to the get stat items params

func (*GetStatItemsParams) WithTimeout

func (o *GetStatItemsParams) WithTimeout(timeout time.Duration) *GetStatItemsParams

WithTimeout adds the timeout to the get stat items params

func (*GetStatItemsParams) WriteToRequest

func (o *GetStatItemsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetStatItemsReader

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

GetStatItemsReader is a Reader for the GetStatItems structure.

func (*GetStatItemsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStatItemsUnauthorized

type GetStatItemsUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

GetStatItemsUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewGetStatItemsUnauthorized

func NewGetStatItemsUnauthorized() *GetStatItemsUnauthorized

NewGetStatItemsUnauthorized creates a GetStatItemsUnauthorized with default headers values

func (*GetStatItemsUnauthorized) Error

func (o *GetStatItemsUnauthorized) Error() string

func (*GetStatItemsUnauthorized) GetPayload

func (*GetStatItemsUnauthorized) ToJSONString

func (o *GetStatItemsUnauthorized) ToJSONString() string

type GetUserStatItemsForbidden

type GetUserStatItemsForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

GetUserStatItemsForbidden 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 NewGetUserStatItemsForbidden

func NewGetUserStatItemsForbidden() *GetUserStatItemsForbidden

NewGetUserStatItemsForbidden creates a GetUserStatItemsForbidden with default headers values

func (*GetUserStatItemsForbidden) Error

func (o *GetUserStatItemsForbidden) Error() string

func (*GetUserStatItemsForbidden) GetPayload

func (*GetUserStatItemsForbidden) ToJSONString

func (o *GetUserStatItemsForbidden) ToJSONString() string

type GetUserStatItemsInternalServerError

type GetUserStatItemsInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

GetUserStatItemsInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewGetUserStatItemsInternalServerError

func NewGetUserStatItemsInternalServerError() *GetUserStatItemsInternalServerError

NewGetUserStatItemsInternalServerError creates a GetUserStatItemsInternalServerError with default headers values

func (*GetUserStatItemsInternalServerError) Error

func (*GetUserStatItemsInternalServerError) GetPayload

func (*GetUserStatItemsInternalServerError) ToJSONString

func (o *GetUserStatItemsInternalServerError) ToJSONString() string

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *GetUserStatItemsParams) SetFlightId(flightId string)

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

func (*GetUserStatItemsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user stat items params

func (*GetUserStatItemsParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get user stat items params

func (*GetUserStatItemsParams) SetIsPublic

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

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

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

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 GetUserStatItemsUnauthorized

type GetUserStatItemsUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

GetUserStatItemsUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewGetUserStatItemsUnauthorized

func NewGetUserStatItemsUnauthorized() *GetUserStatItemsUnauthorized

NewGetUserStatItemsUnauthorized creates a GetUserStatItemsUnauthorized with default headers values

func (*GetUserStatItemsUnauthorized) Error

func (*GetUserStatItemsUnauthorized) GetPayload

func (*GetUserStatItemsUnauthorized) ToJSONString

func (o *GetUserStatItemsUnauthorized) ToJSONString() string

type GetUserStatItemsUnprocessableEntity

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

func NewGetUserStatItemsUnprocessableEntity() *GetUserStatItemsUnprocessableEntity

NewGetUserStatItemsUnprocessableEntity creates a GetUserStatItemsUnprocessableEntity with default headers values

func (*GetUserStatItemsUnprocessableEntity) Error

func (*GetUserStatItemsUnprocessableEntity) GetPayload

func (*GetUserStatItemsUnprocessableEntity) ToJSONString

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

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

func (o *IncUserStatItemValueConflict) ToJSONString() string

type IncUserStatItemValueForbidden

type IncUserStatItemValueForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

IncUserStatItemValueForbidden 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 NewIncUserStatItemValueForbidden

func NewIncUserStatItemValueForbidden() *IncUserStatItemValueForbidden

NewIncUserStatItemValueForbidden creates a IncUserStatItemValueForbidden with default headers values

func (*IncUserStatItemValueForbidden) Error

func (*IncUserStatItemValueForbidden) GetPayload

func (*IncUserStatItemValueForbidden) ToJSONString

func (o *IncUserStatItemValueForbidden) ToJSONString() string

type IncUserStatItemValueInternalServerError

type IncUserStatItemValueInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

IncUserStatItemValueInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewIncUserStatItemValueInternalServerError

func NewIncUserStatItemValueInternalServerError() *IncUserStatItemValueInternalServerError

NewIncUserStatItemValueInternalServerError creates a IncUserStatItemValueInternalServerError with default headers values

func (*IncUserStatItemValueInternalServerError) Error

func (*IncUserStatItemValueInternalServerError) GetPayload

func (*IncUserStatItemValueInternalServerError) ToJSONString

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *IncUserStatItemValueParams) SetFlightId(flightId string)

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

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

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 IncUserStatItemValueUnauthorized

type IncUserStatItemValueUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

IncUserStatItemValueUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewIncUserStatItemValueUnauthorized

func NewIncUserStatItemValueUnauthorized() *IncUserStatItemValueUnauthorized

NewIncUserStatItemValueUnauthorized creates a IncUserStatItemValueUnauthorized with default headers values

func (*IncUserStatItemValueUnauthorized) Error

func (*IncUserStatItemValueUnauthorized) GetPayload

func (*IncUserStatItemValueUnauthorized) ToJSONString

func (o *IncUserStatItemValueUnauthorized) ToJSONString() string

type IncUserStatItemValueUnprocessableEntity

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

func NewIncUserStatItemValueUnprocessableEntity() *IncUserStatItemValueUnprocessableEntity

NewIncUserStatItemValueUnprocessableEntity creates a IncUserStatItemValueUnprocessableEntity with default headers values

func (*IncUserStatItemValueUnprocessableEntity) Error

func (*IncUserStatItemValueUnprocessableEntity) GetPayload

func (*IncUserStatItemValueUnprocessableEntity) ToJSONString

type PublicBulkCreateUserStatItemsBadRequest

type PublicBulkCreateUserStatItemsBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkCreateUserStatItemsBadRequest handles this case with default header values.

Bad request

func NewPublicBulkCreateUserStatItemsBadRequest

func NewPublicBulkCreateUserStatItemsBadRequest() *PublicBulkCreateUserStatItemsBadRequest

NewPublicBulkCreateUserStatItemsBadRequest creates a PublicBulkCreateUserStatItemsBadRequest with default headers values

func (*PublicBulkCreateUserStatItemsBadRequest) Error

func (*PublicBulkCreateUserStatItemsBadRequest) GetPayload

func (*PublicBulkCreateUserStatItemsBadRequest) ToJSONString

type PublicBulkCreateUserStatItemsForbidden

type PublicBulkCreateUserStatItemsForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkCreateUserStatItemsForbidden 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 NewPublicBulkCreateUserStatItemsForbidden

func NewPublicBulkCreateUserStatItemsForbidden() *PublicBulkCreateUserStatItemsForbidden

NewPublicBulkCreateUserStatItemsForbidden creates a PublicBulkCreateUserStatItemsForbidden with default headers values

func (*PublicBulkCreateUserStatItemsForbidden) Error

func (*PublicBulkCreateUserStatItemsForbidden) GetPayload

func (*PublicBulkCreateUserStatItemsForbidden) ToJSONString

type PublicBulkCreateUserStatItemsInternalServerError

type PublicBulkCreateUserStatItemsInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkCreateUserStatItemsInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewPublicBulkCreateUserStatItemsInternalServerError

func NewPublicBulkCreateUserStatItemsInternalServerError() *PublicBulkCreateUserStatItemsInternalServerError

NewPublicBulkCreateUserStatItemsInternalServerError creates a PublicBulkCreateUserStatItemsInternalServerError with default headers values

func (*PublicBulkCreateUserStatItemsInternalServerError) Error

func (*PublicBulkCreateUserStatItemsInternalServerError) GetPayload

func (*PublicBulkCreateUserStatItemsInternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *PublicBulkCreateUserStatItemsParams) SetFlightId(flightId string)

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

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

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 PublicBulkCreateUserStatItemsUnauthorized

type PublicBulkCreateUserStatItemsUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkCreateUserStatItemsUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewPublicBulkCreateUserStatItemsUnauthorized

func NewPublicBulkCreateUserStatItemsUnauthorized() *PublicBulkCreateUserStatItemsUnauthorized

NewPublicBulkCreateUserStatItemsUnauthorized creates a PublicBulkCreateUserStatItemsUnauthorized with default headers values

func (*PublicBulkCreateUserStatItemsUnauthorized) Error

func (*PublicBulkCreateUserStatItemsUnauthorized) GetPayload

func (*PublicBulkCreateUserStatItemsUnauthorized) ToJSONString

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

type PublicBulkIncUserStatItem1BadRequest

type PublicBulkIncUserStatItem1BadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkIncUserStatItem1BadRequest handles this case with default header values.

Bad request

func NewPublicBulkIncUserStatItem1BadRequest

func NewPublicBulkIncUserStatItem1BadRequest() *PublicBulkIncUserStatItem1BadRequest

NewPublicBulkIncUserStatItem1BadRequest creates a PublicBulkIncUserStatItem1BadRequest with default headers values

func (*PublicBulkIncUserStatItem1BadRequest) Error

func (*PublicBulkIncUserStatItem1BadRequest) GetPayload

func (*PublicBulkIncUserStatItem1BadRequest) ToJSONString

func (o *PublicBulkIncUserStatItem1BadRequest) ToJSONString() string

type PublicBulkIncUserStatItem1Forbidden

type PublicBulkIncUserStatItem1Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkIncUserStatItem1Forbidden 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 NewPublicBulkIncUserStatItem1Forbidden

func NewPublicBulkIncUserStatItem1Forbidden() *PublicBulkIncUserStatItem1Forbidden

NewPublicBulkIncUserStatItem1Forbidden creates a PublicBulkIncUserStatItem1Forbidden with default headers values

func (*PublicBulkIncUserStatItem1Forbidden) Error

func (*PublicBulkIncUserStatItem1Forbidden) GetPayload

func (*PublicBulkIncUserStatItem1Forbidden) ToJSONString

func (o *PublicBulkIncUserStatItem1Forbidden) ToJSONString() string

type PublicBulkIncUserStatItem1InternalServerError

type PublicBulkIncUserStatItem1InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkIncUserStatItem1InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewPublicBulkIncUserStatItem1InternalServerError

func NewPublicBulkIncUserStatItem1InternalServerError() *PublicBulkIncUserStatItem1InternalServerError

NewPublicBulkIncUserStatItem1InternalServerError creates a PublicBulkIncUserStatItem1InternalServerError with default headers values

func (*PublicBulkIncUserStatItem1InternalServerError) Error

func (*PublicBulkIncUserStatItem1InternalServerError) GetPayload

func (*PublicBulkIncUserStatItem1InternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *PublicBulkIncUserStatItem1Params) SetFlightId(flightId string)

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

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

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 PublicBulkIncUserStatItem1Unauthorized

type PublicBulkIncUserStatItem1Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkIncUserStatItem1Unauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewPublicBulkIncUserStatItem1Unauthorized

func NewPublicBulkIncUserStatItem1Unauthorized() *PublicBulkIncUserStatItem1Unauthorized

NewPublicBulkIncUserStatItem1Unauthorized creates a PublicBulkIncUserStatItem1Unauthorized with default headers values

func (*PublicBulkIncUserStatItem1Unauthorized) Error

func (*PublicBulkIncUserStatItem1Unauthorized) GetPayload

func (*PublicBulkIncUserStatItem1Unauthorized) ToJSONString

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

type PublicBulkIncUserStatItemBadRequest

type PublicBulkIncUserStatItemBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkIncUserStatItemBadRequest handles this case with default header values.

Bad request

func NewPublicBulkIncUserStatItemBadRequest

func NewPublicBulkIncUserStatItemBadRequest() *PublicBulkIncUserStatItemBadRequest

NewPublicBulkIncUserStatItemBadRequest creates a PublicBulkIncUserStatItemBadRequest with default headers values

func (*PublicBulkIncUserStatItemBadRequest) Error

func (*PublicBulkIncUserStatItemBadRequest) GetPayload

func (*PublicBulkIncUserStatItemBadRequest) ToJSONString

func (o *PublicBulkIncUserStatItemBadRequest) ToJSONString() string

type PublicBulkIncUserStatItemForbidden

type PublicBulkIncUserStatItemForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkIncUserStatItemForbidden 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 NewPublicBulkIncUserStatItemForbidden

func NewPublicBulkIncUserStatItemForbidden() *PublicBulkIncUserStatItemForbidden

NewPublicBulkIncUserStatItemForbidden creates a PublicBulkIncUserStatItemForbidden with default headers values

func (*PublicBulkIncUserStatItemForbidden) Error

func (*PublicBulkIncUserStatItemForbidden) GetPayload

func (*PublicBulkIncUserStatItemForbidden) ToJSONString

func (o *PublicBulkIncUserStatItemForbidden) ToJSONString() string

type PublicBulkIncUserStatItemInternalServerError

type PublicBulkIncUserStatItemInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkIncUserStatItemInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewPublicBulkIncUserStatItemInternalServerError

func NewPublicBulkIncUserStatItemInternalServerError() *PublicBulkIncUserStatItemInternalServerError

NewPublicBulkIncUserStatItemInternalServerError creates a PublicBulkIncUserStatItemInternalServerError with default headers values

func (*PublicBulkIncUserStatItemInternalServerError) Error

func (*PublicBulkIncUserStatItemInternalServerError) GetPayload

func (*PublicBulkIncUserStatItemInternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *PublicBulkIncUserStatItemParams) SetFlightId(flightId string)

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

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

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 PublicBulkIncUserStatItemUnauthorized

type PublicBulkIncUserStatItemUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkIncUserStatItemUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewPublicBulkIncUserStatItemUnauthorized

func NewPublicBulkIncUserStatItemUnauthorized() *PublicBulkIncUserStatItemUnauthorized

NewPublicBulkIncUserStatItemUnauthorized creates a PublicBulkIncUserStatItemUnauthorized with default headers values

func (*PublicBulkIncUserStatItemUnauthorized) Error

func (*PublicBulkIncUserStatItemUnauthorized) GetPayload

func (*PublicBulkIncUserStatItemUnauthorized) ToJSONString

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

type PublicBulkIncUserStatItemValueBadRequest

type PublicBulkIncUserStatItemValueBadRequest struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkIncUserStatItemValueBadRequest handles this case with default header values.

Bad request

func NewPublicBulkIncUserStatItemValueBadRequest

func NewPublicBulkIncUserStatItemValueBadRequest() *PublicBulkIncUserStatItemValueBadRequest

NewPublicBulkIncUserStatItemValueBadRequest creates a PublicBulkIncUserStatItemValueBadRequest with default headers values

func (*PublicBulkIncUserStatItemValueBadRequest) Error

func (*PublicBulkIncUserStatItemValueBadRequest) GetPayload

func (*PublicBulkIncUserStatItemValueBadRequest) ToJSONString

type PublicBulkIncUserStatItemValueForbidden

type PublicBulkIncUserStatItemValueForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkIncUserStatItemValueForbidden 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 NewPublicBulkIncUserStatItemValueForbidden

func NewPublicBulkIncUserStatItemValueForbidden() *PublicBulkIncUserStatItemValueForbidden

NewPublicBulkIncUserStatItemValueForbidden creates a PublicBulkIncUserStatItemValueForbidden with default headers values

func (*PublicBulkIncUserStatItemValueForbidden) Error

func (*PublicBulkIncUserStatItemValueForbidden) GetPayload

func (*PublicBulkIncUserStatItemValueForbidden) ToJSONString

type PublicBulkIncUserStatItemValueInternalServerError

type PublicBulkIncUserStatItemValueInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkIncUserStatItemValueInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewPublicBulkIncUserStatItemValueInternalServerError

func NewPublicBulkIncUserStatItemValueInternalServerError() *PublicBulkIncUserStatItemValueInternalServerError

NewPublicBulkIncUserStatItemValueInternalServerError creates a PublicBulkIncUserStatItemValueInternalServerError with default headers values

func (*PublicBulkIncUserStatItemValueInternalServerError) Error

func (*PublicBulkIncUserStatItemValueInternalServerError) GetPayload

func (*PublicBulkIncUserStatItemValueInternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *PublicBulkIncUserStatItemValueParams) SetFlightId(flightId string)

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

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

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 PublicBulkIncUserStatItemValueUnauthorized

type PublicBulkIncUserStatItemValueUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicBulkIncUserStatItemValueUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewPublicBulkIncUserStatItemValueUnauthorized

func NewPublicBulkIncUserStatItemValueUnauthorized() *PublicBulkIncUserStatItemValueUnauthorized

NewPublicBulkIncUserStatItemValueUnauthorized creates a PublicBulkIncUserStatItemValueUnauthorized with default headers values

func (*PublicBulkIncUserStatItemValueUnauthorized) Error

func (*PublicBulkIncUserStatItemValueUnauthorized) GetPayload

func (*PublicBulkIncUserStatItemValueUnauthorized) ToJSONString

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

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

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 PublicCreateUserStatItemForbidden

type PublicCreateUserStatItemForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicCreateUserStatItemForbidden 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 NewPublicCreateUserStatItemForbidden

func NewPublicCreateUserStatItemForbidden() *PublicCreateUserStatItemForbidden

NewPublicCreateUserStatItemForbidden creates a PublicCreateUserStatItemForbidden with default headers values

func (*PublicCreateUserStatItemForbidden) Error

func (*PublicCreateUserStatItemForbidden) GetPayload

func (*PublicCreateUserStatItemForbidden) ToJSONString

func (o *PublicCreateUserStatItemForbidden) ToJSONString() string

type PublicCreateUserStatItemInternalServerError

type PublicCreateUserStatItemInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicCreateUserStatItemInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewPublicCreateUserStatItemInternalServerError

func NewPublicCreateUserStatItemInternalServerError() *PublicCreateUserStatItemInternalServerError

NewPublicCreateUserStatItemInternalServerError creates a PublicCreateUserStatItemInternalServerError with default headers values

func (*PublicCreateUserStatItemInternalServerError) Error

func (*PublicCreateUserStatItemInternalServerError) GetPayload

func (*PublicCreateUserStatItemInternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *PublicCreateUserStatItemParams) SetFlightId(flightId string)

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

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

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 PublicCreateUserStatItemUnauthorized

type PublicCreateUserStatItemUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicCreateUserStatItemUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewPublicCreateUserStatItemUnauthorized

func NewPublicCreateUserStatItemUnauthorized() *PublicCreateUserStatItemUnauthorized

NewPublicCreateUserStatItemUnauthorized creates a PublicCreateUserStatItemUnauthorized with default headers values

func (*PublicCreateUserStatItemUnauthorized) Error

func (*PublicCreateUserStatItemUnauthorized) GetPayload

func (*PublicCreateUserStatItemUnauthorized) ToJSONString

func (o *PublicCreateUserStatItemUnauthorized) ToJSONString() string

type PublicCreateUserStatItemUnprocessableEntity

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

func NewPublicCreateUserStatItemUnprocessableEntity() *PublicCreateUserStatItemUnprocessableEntity

NewPublicCreateUserStatItemUnprocessableEntity creates a PublicCreateUserStatItemUnprocessableEntity with default headers values

func (*PublicCreateUserStatItemUnprocessableEntity) Error

func (*PublicCreateUserStatItemUnprocessableEntity) GetPayload

func (*PublicCreateUserStatItemUnprocessableEntity) ToJSONString

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

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

func (o *PublicIncUserStatItemConflict) ToJSONString() string

type PublicIncUserStatItemForbidden

type PublicIncUserStatItemForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemForbidden 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 NewPublicIncUserStatItemForbidden

func NewPublicIncUserStatItemForbidden() *PublicIncUserStatItemForbidden

NewPublicIncUserStatItemForbidden creates a PublicIncUserStatItemForbidden with default headers values

func (*PublicIncUserStatItemForbidden) Error

func (*PublicIncUserStatItemForbidden) GetPayload

func (*PublicIncUserStatItemForbidden) ToJSONString

func (o *PublicIncUserStatItemForbidden) ToJSONString() string

type PublicIncUserStatItemInternalServerError

type PublicIncUserStatItemInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewPublicIncUserStatItemInternalServerError

func NewPublicIncUserStatItemInternalServerError() *PublicIncUserStatItemInternalServerError

NewPublicIncUserStatItemInternalServerError creates a PublicIncUserStatItemInternalServerError with default headers values

func (*PublicIncUserStatItemInternalServerError) Error

func (*PublicIncUserStatItemInternalServerError) GetPayload

func (*PublicIncUserStatItemInternalServerError) ToJSONString

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *PublicIncUserStatItemParams) SetFlightId(flightId string)

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

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

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 PublicIncUserStatItemUnauthorized

type PublicIncUserStatItemUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewPublicIncUserStatItemUnauthorized

func NewPublicIncUserStatItemUnauthorized() *PublicIncUserStatItemUnauthorized

NewPublicIncUserStatItemUnauthorized creates a PublicIncUserStatItemUnauthorized with default headers values

func (*PublicIncUserStatItemUnauthorized) Error

func (*PublicIncUserStatItemUnauthorized) GetPayload

func (*PublicIncUserStatItemUnauthorized) ToJSONString

func (o *PublicIncUserStatItemUnauthorized) ToJSONString() string

type PublicIncUserStatItemUnprocessableEntity

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

func NewPublicIncUserStatItemUnprocessableEntity() *PublicIncUserStatItemUnprocessableEntity

NewPublicIncUserStatItemUnprocessableEntity creates a PublicIncUserStatItemUnprocessableEntity with default headers values

func (*PublicIncUserStatItemUnprocessableEntity) Error

func (*PublicIncUserStatItemUnprocessableEntity) GetPayload

func (*PublicIncUserStatItemUnprocessableEntity) ToJSONString

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

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

func (o *PublicIncUserStatItemValueConflict) ToJSONString() string

type PublicIncUserStatItemValueForbidden

type PublicIncUserStatItemValueForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemValueForbidden 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 NewPublicIncUserStatItemValueForbidden

func NewPublicIncUserStatItemValueForbidden() *PublicIncUserStatItemValueForbidden

NewPublicIncUserStatItemValueForbidden creates a PublicIncUserStatItemValueForbidden with default headers values

func (*PublicIncUserStatItemValueForbidden) Error

func (*PublicIncUserStatItemValueForbidden) GetPayload

func (*PublicIncUserStatItemValueForbidden) ToJSONString

func (o *PublicIncUserStatItemValueForbidden) ToJSONString() string

type PublicIncUserStatItemValueInternalServerError

type PublicIncUserStatItemValueInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemValueInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewPublicIncUserStatItemValueInternalServerError

func NewPublicIncUserStatItemValueInternalServerError() *PublicIncUserStatItemValueInternalServerError

NewPublicIncUserStatItemValueInternalServerError creates a PublicIncUserStatItemValueInternalServerError with default headers values

func (*PublicIncUserStatItemValueInternalServerError) Error

func (*PublicIncUserStatItemValueInternalServerError) GetPayload

func (*PublicIncUserStatItemValueInternalServerError) ToJSONString

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *PublicIncUserStatItemValueParams) SetFlightId(flightId string)

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

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

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 PublicIncUserStatItemValueUnauthorized

type PublicIncUserStatItemValueUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicIncUserStatItemValueUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewPublicIncUserStatItemValueUnauthorized

func NewPublicIncUserStatItemValueUnauthorized() *PublicIncUserStatItemValueUnauthorized

NewPublicIncUserStatItemValueUnauthorized creates a PublicIncUserStatItemValueUnauthorized with default headers values

func (*PublicIncUserStatItemValueUnauthorized) Error

func (*PublicIncUserStatItemValueUnauthorized) GetPayload

func (*PublicIncUserStatItemValueUnauthorized) ToJSONString

type PublicIncUserStatItemValueUnprocessableEntity

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

func NewPublicIncUserStatItemValueUnprocessableEntity() *PublicIncUserStatItemValueUnprocessableEntity

NewPublicIncUserStatItemValueUnprocessableEntity creates a PublicIncUserStatItemValueUnprocessableEntity with default headers values

func (*PublicIncUserStatItemValueUnprocessableEntity) Error

func (*PublicIncUserStatItemValueUnprocessableEntity) GetPayload

func (*PublicIncUserStatItemValueUnprocessableEntity) ToJSONString

type PublicListAllMyStatItemsBadRequest

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

func NewPublicListAllMyStatItemsBadRequest() *PublicListAllMyStatItemsBadRequest

NewPublicListAllMyStatItemsBadRequest creates a PublicListAllMyStatItemsBadRequest with default headers values

func (*PublicListAllMyStatItemsBadRequest) Error

func (*PublicListAllMyStatItemsBadRequest) GetPayload

func (*PublicListAllMyStatItemsBadRequest) ToJSONString

func (o *PublicListAllMyStatItemsBadRequest) ToJSONString() string

type PublicListAllMyStatItemsForbidden

type PublicListAllMyStatItemsForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicListAllMyStatItemsForbidden 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 NewPublicListAllMyStatItemsForbidden

func NewPublicListAllMyStatItemsForbidden() *PublicListAllMyStatItemsForbidden

NewPublicListAllMyStatItemsForbidden creates a PublicListAllMyStatItemsForbidden with default headers values

func (*PublicListAllMyStatItemsForbidden) Error

func (*PublicListAllMyStatItemsForbidden) GetPayload

func (*PublicListAllMyStatItemsForbidden) ToJSONString

func (o *PublicListAllMyStatItemsForbidden) ToJSONString() string

type PublicListAllMyStatItemsNotFound

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

func NewPublicListAllMyStatItemsNotFound() *PublicListAllMyStatItemsNotFound

NewPublicListAllMyStatItemsNotFound creates a PublicListAllMyStatItemsNotFound with default headers values

func (*PublicListAllMyStatItemsNotFound) Error

func (*PublicListAllMyStatItemsNotFound) GetPayload

func (*PublicListAllMyStatItemsNotFound) ToJSONString

func (o *PublicListAllMyStatItemsNotFound) ToJSONString() string

type PublicListAllMyStatItemsOK

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

PublicListAllMyStatItemsOK handles this case with default header values.

successful operation

func NewPublicListAllMyStatItemsOK

func NewPublicListAllMyStatItemsOK() *PublicListAllMyStatItemsOK

NewPublicListAllMyStatItemsOK creates a PublicListAllMyStatItemsOK with default headers values

func (*PublicListAllMyStatItemsOK) Error

func (*PublicListAllMyStatItemsOK) GetPayload

func (*PublicListAllMyStatItemsOK) ToJSONString

func (o *PublicListAllMyStatItemsOK) ToJSONString() string

type PublicListAllMyStatItemsParams

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

func NewPublicListAllMyStatItemsParams() *PublicListAllMyStatItemsParams

NewPublicListAllMyStatItemsParams creates a new PublicListAllMyStatItemsParams object with the default values initialized.

func NewPublicListAllMyStatItemsParamsWithContext

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

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

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

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

SetAdditionalKey adds the additionalKey to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetContext

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

SetContext adds the context to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetFlightId

func (o *PublicListAllMyStatItemsParams) SetFlightId(flightId string)

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

func (*PublicListAllMyStatItemsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetNamespace

func (o *PublicListAllMyStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetStatCodes

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

SetStatCodes adds the statCodes to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetTags

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

SetTags adds the tags to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) SetTimeout

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

SetTimeout adds the timeout to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WithAdditionalKey

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

WithAdditionalKey adds the additionalKey to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WithContext

WithContext adds the context to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WithNamespace

WithNamespace adds the namespace to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WithStatCodes

WithStatCodes adds the statCodes to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WithTags

WithTags adds the tags to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WithTimeout

WithTimeout adds the timeout to the public list all my stat items params

func (*PublicListAllMyStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicListAllMyStatItemsReader

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

PublicListAllMyStatItemsReader is a Reader for the PublicListAllMyStatItems structure.

func (*PublicListAllMyStatItemsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicListAllMyStatItemsUnprocessableEntity

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

func NewPublicListAllMyStatItemsUnprocessableEntity() *PublicListAllMyStatItemsUnprocessableEntity

NewPublicListAllMyStatItemsUnprocessableEntity creates a PublicListAllMyStatItemsUnprocessableEntity with default headers values

func (*PublicListAllMyStatItemsUnprocessableEntity) Error

func (*PublicListAllMyStatItemsUnprocessableEntity) GetPayload

func (*PublicListAllMyStatItemsUnprocessableEntity) ToJSONString

type PublicListMyStatItemsForbidden

type PublicListMyStatItemsForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicListMyStatItemsForbidden 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 NewPublicListMyStatItemsForbidden

func NewPublicListMyStatItemsForbidden() *PublicListMyStatItemsForbidden

NewPublicListMyStatItemsForbidden creates a PublicListMyStatItemsForbidden with default headers values

func (*PublicListMyStatItemsForbidden) Error

func (*PublicListMyStatItemsForbidden) GetPayload

func (*PublicListMyStatItemsForbidden) ToJSONString

func (o *PublicListMyStatItemsForbidden) ToJSONString() string

type PublicListMyStatItemsInternalServerError

type PublicListMyStatItemsInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicListMyStatItemsInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewPublicListMyStatItemsInternalServerError

func NewPublicListMyStatItemsInternalServerError() *PublicListMyStatItemsInternalServerError

NewPublicListMyStatItemsInternalServerError creates a PublicListMyStatItemsInternalServerError with default headers values

func (*PublicListMyStatItemsInternalServerError) Error

func (*PublicListMyStatItemsInternalServerError) GetPayload

func (*PublicListMyStatItemsInternalServerError) ToJSONString

type PublicListMyStatItemsOK

type PublicListMyStatItemsOK struct {
	Payload *socialclientmodels.UserStatItemPagingSlicedResult
}

PublicListMyStatItemsOK handles this case with default header values.

successful operation

func NewPublicListMyStatItemsOK

func NewPublicListMyStatItemsOK() *PublicListMyStatItemsOK

NewPublicListMyStatItemsOK creates a PublicListMyStatItemsOK with default headers values

func (*PublicListMyStatItemsOK) Error

func (o *PublicListMyStatItemsOK) Error() string

func (*PublicListMyStatItemsOK) GetPayload

func (*PublicListMyStatItemsOK) ToJSONString

func (o *PublicListMyStatItemsOK) ToJSONString() string

type PublicListMyStatItemsParams

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

func NewPublicListMyStatItemsParams() *PublicListMyStatItemsParams

NewPublicListMyStatItemsParams creates a new PublicListMyStatItemsParams object with the default values initialized.

func NewPublicListMyStatItemsParamsWithContext

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

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

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

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

SetAuthInfoWriter adds the authInfoWriter to the public list my stat items params

func (*PublicListMyStatItemsParams) SetContext

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

SetContext adds the context to the public list my stat items params

func (*PublicListMyStatItemsParams) SetFlightId

func (o *PublicListMyStatItemsParams) SetFlightId(flightId string)

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

func (*PublicListMyStatItemsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public list my stat items params

func (*PublicListMyStatItemsParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public list my stat items params

func (*PublicListMyStatItemsParams) SetLimit

func (o *PublicListMyStatItemsParams) SetLimit(limit *int32)

SetLimit adds the limit to the public list my stat items params

func (*PublicListMyStatItemsParams) SetNamespace

func (o *PublicListMyStatItemsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public list my stat items params

func (*PublicListMyStatItemsParams) SetOffset

func (o *PublicListMyStatItemsParams) SetOffset(offset *int32)

SetOffset adds the offset to the public list my stat items params

func (*PublicListMyStatItemsParams) SetSortBy

func (o *PublicListMyStatItemsParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the public list my stat items params

func (*PublicListMyStatItemsParams) SetStatCodes

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

SetStatCodes adds the statCodes to the public list my stat items params

func (*PublicListMyStatItemsParams) SetTags

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

SetTags adds the tags to the public list my stat items params

func (*PublicListMyStatItemsParams) SetTimeout

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

SetTimeout adds the timeout to the public list my stat items params

func (*PublicListMyStatItemsParams) WithContext

WithContext adds the context to the public list my stat items params

func (*PublicListMyStatItemsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public list my stat items params

func (*PublicListMyStatItemsParams) WithLimit

WithLimit adds the limit to the public list my stat items params

func (*PublicListMyStatItemsParams) WithNamespace

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

WithNamespace adds the namespace to the public list my stat items params

func (*PublicListMyStatItemsParams) WithOffset

WithOffset adds the offset to the public list my stat items params

func (*PublicListMyStatItemsParams) WithSortBy

WithSortBy adds the sortBy to the public list my stat items params

func (*PublicListMyStatItemsParams) WithStatCodes

func (o *PublicListMyStatItemsParams) WithStatCodes(statCodes []string) *PublicListMyStatItemsParams

WithStatCodes adds the statCodes to the public list my stat items params

func (*PublicListMyStatItemsParams) WithTags

WithTags adds the tags to the public list my stat items params

func (*PublicListMyStatItemsParams) WithTimeout

WithTimeout adds the timeout to the public list my stat items params

func (*PublicListMyStatItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicListMyStatItemsReader

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

PublicListMyStatItemsReader is a Reader for the PublicListMyStatItems structure.

func (*PublicListMyStatItemsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicListMyStatItemsUnauthorized

type PublicListMyStatItemsUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicListMyStatItemsUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewPublicListMyStatItemsUnauthorized

func NewPublicListMyStatItemsUnauthorized() *PublicListMyStatItemsUnauthorized

NewPublicListMyStatItemsUnauthorized creates a PublicListMyStatItemsUnauthorized with default headers values

func (*PublicListMyStatItemsUnauthorized) Error

func (*PublicListMyStatItemsUnauthorized) GetPayload

func (*PublicListMyStatItemsUnauthorized) ToJSONString

func (o *PublicListMyStatItemsUnauthorized) ToJSONString() string

type PublicListMyStatItemsUnprocessableEntity

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

func NewPublicListMyStatItemsUnprocessableEntity() *PublicListMyStatItemsUnprocessableEntity

NewPublicListMyStatItemsUnprocessableEntity creates a PublicListMyStatItemsUnprocessableEntity with default headers values

func (*PublicListMyStatItemsUnprocessableEntity) Error

func (*PublicListMyStatItemsUnprocessableEntity) GetPayload

func (*PublicListMyStatItemsUnprocessableEntity) ToJSONString

type PublicQueryUserStatItems1BadRequest

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

func NewPublicQueryUserStatItems1BadRequest() *PublicQueryUserStatItems1BadRequest

NewPublicQueryUserStatItems1BadRequest creates a PublicQueryUserStatItems1BadRequest with default headers values

func (*PublicQueryUserStatItems1BadRequest) Error

func (*PublicQueryUserStatItems1BadRequest) GetPayload

func (*PublicQueryUserStatItems1BadRequest) ToJSONString

func (o *PublicQueryUserStatItems1BadRequest) ToJSONString() string

type PublicQueryUserStatItems1Forbidden

type PublicQueryUserStatItems1Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicQueryUserStatItems1Forbidden 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 NewPublicQueryUserStatItems1Forbidden

func NewPublicQueryUserStatItems1Forbidden() *PublicQueryUserStatItems1Forbidden

NewPublicQueryUserStatItems1Forbidden creates a PublicQueryUserStatItems1Forbidden with default headers values

func (*PublicQueryUserStatItems1Forbidden) Error

func (*PublicQueryUserStatItems1Forbidden) GetPayload

func (*PublicQueryUserStatItems1Forbidden) ToJSONString

func (o *PublicQueryUserStatItems1Forbidden) ToJSONString() string

type PublicQueryUserStatItems1InternalServerError

type PublicQueryUserStatItems1InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicQueryUserStatItems1InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewPublicQueryUserStatItems1InternalServerError

func NewPublicQueryUserStatItems1InternalServerError() *PublicQueryUserStatItems1InternalServerError

NewPublicQueryUserStatItems1InternalServerError creates a PublicQueryUserStatItems1InternalServerError with default headers values

func (*PublicQueryUserStatItems1InternalServerError) Error

func (*PublicQueryUserStatItems1InternalServerError) GetPayload

func (*PublicQueryUserStatItems1InternalServerError) ToJSONString

type PublicQueryUserStatItems1NotFound

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

func NewPublicQueryUserStatItems1NotFound() *PublicQueryUserStatItems1NotFound

NewPublicQueryUserStatItems1NotFound creates a PublicQueryUserStatItems1NotFound with default headers values

func (*PublicQueryUserStatItems1NotFound) Error

func (*PublicQueryUserStatItems1NotFound) GetPayload

func (*PublicQueryUserStatItems1NotFound) ToJSONString

func (o *PublicQueryUserStatItems1NotFound) ToJSONString() string

type PublicQueryUserStatItems1OK

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

PublicQueryUserStatItems1OK handles this case with default header values.

successful operation

func NewPublicQueryUserStatItems1OK

func NewPublicQueryUserStatItems1OK() *PublicQueryUserStatItems1OK

NewPublicQueryUserStatItems1OK creates a PublicQueryUserStatItems1OK with default headers values

func (*PublicQueryUserStatItems1OK) Error

func (*PublicQueryUserStatItems1OK) GetPayload

func (*PublicQueryUserStatItems1OK) ToJSONString

func (o *PublicQueryUserStatItems1OK) ToJSONString() string

type PublicQueryUserStatItems1Params

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

func NewPublicQueryUserStatItems1Params() *PublicQueryUserStatItems1Params

NewPublicQueryUserStatItems1Params creates a new PublicQueryUserStatItems1Params object with the default values initialized.

func NewPublicQueryUserStatItems1ParamsWithContext

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

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

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

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

SetAdditionalKey adds the additionalKey to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetContext

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

SetContext adds the context to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetFlightId

func (o *PublicQueryUserStatItems1Params) SetFlightId(flightId string)

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

func (*PublicQueryUserStatItems1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetNamespace

func (o *PublicQueryUserStatItems1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetStatCodes

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

SetStatCodes adds the statCodes to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetTags

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

SetTags adds the tags to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetTimeout

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

SetTimeout adds the timeout to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) SetUserID

func (o *PublicQueryUserStatItems1Params) SetUserID(userID string)

SetUserID adds the userId to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithAdditionalKey

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

WithAdditionalKey adds the additionalKey to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithContext

WithContext adds the context to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithNamespace

WithNamespace adds the namespace to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithStatCodes

WithStatCodes adds the statCodes to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithTags

WithTags adds the tags to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithTimeout

WithTimeout adds the timeout to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WithUserID

WithUserID adds the userID to the public query user stat items 1 params

func (*PublicQueryUserStatItems1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicQueryUserStatItems1Reader

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

PublicQueryUserStatItems1Reader is a Reader for the PublicQueryUserStatItems1 structure.

func (*PublicQueryUserStatItems1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicQueryUserStatItems1Unauthorized

type PublicQueryUserStatItems1Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicQueryUserStatItems1Unauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewPublicQueryUserStatItems1Unauthorized

func NewPublicQueryUserStatItems1Unauthorized() *PublicQueryUserStatItems1Unauthorized

NewPublicQueryUserStatItems1Unauthorized creates a PublicQueryUserStatItems1Unauthorized with default headers values

func (*PublicQueryUserStatItems1Unauthorized) Error

func (*PublicQueryUserStatItems1Unauthorized) GetPayload

func (*PublicQueryUserStatItems1Unauthorized) ToJSONString

type PublicQueryUserStatItems1UnprocessableEntity

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

func NewPublicQueryUserStatItems1UnprocessableEntity() *PublicQueryUserStatItems1UnprocessableEntity

NewPublicQueryUserStatItems1UnprocessableEntity creates a PublicQueryUserStatItems1UnprocessableEntity with default headers values

func (*PublicQueryUserStatItems1UnprocessableEntity) Error

func (*PublicQueryUserStatItems1UnprocessableEntity) GetPayload

func (*PublicQueryUserStatItems1UnprocessableEntity) ToJSONString

type PublicQueryUserStatItems2BadRequest

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

func NewPublicQueryUserStatItems2BadRequest() *PublicQueryUserStatItems2BadRequest

NewPublicQueryUserStatItems2BadRequest creates a PublicQueryUserStatItems2BadRequest with default headers values

func (*PublicQueryUserStatItems2BadRequest) Error

func (*PublicQueryUserStatItems2BadRequest) GetPayload

func (*PublicQueryUserStatItems2BadRequest) ToJSONString

func (o *PublicQueryUserStatItems2BadRequest) ToJSONString() string

type PublicQueryUserStatItems2Forbidden

type PublicQueryUserStatItems2Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicQueryUserStatItems2Forbidden 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 NewPublicQueryUserStatItems2Forbidden

func NewPublicQueryUserStatItems2Forbidden() *PublicQueryUserStatItems2Forbidden

NewPublicQueryUserStatItems2Forbidden creates a PublicQueryUserStatItems2Forbidden with default headers values

func (*PublicQueryUserStatItems2Forbidden) Error

func (*PublicQueryUserStatItems2Forbidden) GetPayload

func (*PublicQueryUserStatItems2Forbidden) ToJSONString

func (o *PublicQueryUserStatItems2Forbidden) ToJSONString() string

type PublicQueryUserStatItems2InternalServerError

type PublicQueryUserStatItems2InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicQueryUserStatItems2InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewPublicQueryUserStatItems2InternalServerError

func NewPublicQueryUserStatItems2InternalServerError() *PublicQueryUserStatItems2InternalServerError

NewPublicQueryUserStatItems2InternalServerError creates a PublicQueryUserStatItems2InternalServerError with default headers values

func (*PublicQueryUserStatItems2InternalServerError) Error

func (*PublicQueryUserStatItems2InternalServerError) GetPayload

func (*PublicQueryUserStatItems2InternalServerError) ToJSONString

type PublicQueryUserStatItems2NotFound

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

func NewPublicQueryUserStatItems2NotFound() *PublicQueryUserStatItems2NotFound

NewPublicQueryUserStatItems2NotFound creates a PublicQueryUserStatItems2NotFound with default headers values

func (*PublicQueryUserStatItems2NotFound) Error

func (*PublicQueryUserStatItems2NotFound) GetPayload

func (*PublicQueryUserStatItems2NotFound) ToJSONString

func (o *PublicQueryUserStatItems2NotFound) ToJSONString() string

type PublicQueryUserStatItems2OK

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

PublicQueryUserStatItems2OK handles this case with default header values.

successful operation

func NewPublicQueryUserStatItems2OK

func NewPublicQueryUserStatItems2OK() *PublicQueryUserStatItems2OK

NewPublicQueryUserStatItems2OK creates a PublicQueryUserStatItems2OK with default headers values

func (*PublicQueryUserStatItems2OK) Error

func (*PublicQueryUserStatItems2OK) GetPayload

func (*PublicQueryUserStatItems2OK) ToJSONString

func (o *PublicQueryUserStatItems2OK) ToJSONString() string

type PublicQueryUserStatItems2Params

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

func NewPublicQueryUserStatItems2Params() *PublicQueryUserStatItems2Params

NewPublicQueryUserStatItems2Params creates a new PublicQueryUserStatItems2Params object with the default values initialized.

func NewPublicQueryUserStatItems2ParamsWithContext

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

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

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

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

SetAdditionalKey adds the additionalKey to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetContext

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

SetContext adds the context to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetFlightId

func (o *PublicQueryUserStatItems2Params) SetFlightId(flightId string)

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

func (*PublicQueryUserStatItems2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetNamespace

func (o *PublicQueryUserStatItems2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetStatCodes

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

SetStatCodes adds the statCodes to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetTags

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

SetTags adds the tags to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetTimeout

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

SetTimeout adds the timeout to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) SetUserID

func (o *PublicQueryUserStatItems2Params) SetUserID(userID string)

SetUserID adds the userId to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithAdditionalKey

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

WithAdditionalKey adds the additionalKey to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithContext

WithContext adds the context to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithNamespace

WithNamespace adds the namespace to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithStatCodes

WithStatCodes adds the statCodes to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithTags

WithTags adds the tags to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithTimeout

WithTimeout adds the timeout to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WithUserID

WithUserID adds the userID to the public query user stat items 2 params

func (*PublicQueryUserStatItems2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicQueryUserStatItems2Reader

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

PublicQueryUserStatItems2Reader is a Reader for the PublicQueryUserStatItems2 structure.

func (*PublicQueryUserStatItems2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicQueryUserStatItems2Unauthorized

type PublicQueryUserStatItems2Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicQueryUserStatItems2Unauthorized 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 NewPublicQueryUserStatItems2Unauthorized

func NewPublicQueryUserStatItems2Unauthorized() *PublicQueryUserStatItems2Unauthorized

NewPublicQueryUserStatItems2Unauthorized creates a PublicQueryUserStatItems2Unauthorized with default headers values

func (*PublicQueryUserStatItems2Unauthorized) Error

func (*PublicQueryUserStatItems2Unauthorized) GetPayload

func (*PublicQueryUserStatItems2Unauthorized) ToJSONString

type PublicQueryUserStatItems2UnprocessableEntity

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

func NewPublicQueryUserStatItems2UnprocessableEntity() *PublicQueryUserStatItems2UnprocessableEntity

NewPublicQueryUserStatItems2UnprocessableEntity creates a PublicQueryUserStatItems2UnprocessableEntity with default headers values

func (*PublicQueryUserStatItems2UnprocessableEntity) Error

func (*PublicQueryUserStatItems2UnprocessableEntity) GetPayload

func (*PublicQueryUserStatItems2UnprocessableEntity) ToJSONString

type PublicQueryUserStatItemsForbidden

type PublicQueryUserStatItemsForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicQueryUserStatItemsForbidden 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 NewPublicQueryUserStatItemsForbidden

func NewPublicQueryUserStatItemsForbidden() *PublicQueryUserStatItemsForbidden

NewPublicQueryUserStatItemsForbidden creates a PublicQueryUserStatItemsForbidden with default headers values

func (*PublicQueryUserStatItemsForbidden) Error

func (*PublicQueryUserStatItemsForbidden) GetPayload

func (*PublicQueryUserStatItemsForbidden) ToJSONString

func (o *PublicQueryUserStatItemsForbidden) ToJSONString() string

type PublicQueryUserStatItemsInternalServerError

type PublicQueryUserStatItemsInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicQueryUserStatItemsInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewPublicQueryUserStatItemsInternalServerError

func NewPublicQueryUserStatItemsInternalServerError() *PublicQueryUserStatItemsInternalServerError

NewPublicQueryUserStatItemsInternalServerError creates a PublicQueryUserStatItemsInternalServerError with default headers values

func (*PublicQueryUserStatItemsInternalServerError) Error

func (*PublicQueryUserStatItemsInternalServerError) GetPayload

func (*PublicQueryUserStatItemsInternalServerError) ToJSONString

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *PublicQueryUserStatItemsParams) SetFlightId(flightId string)

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

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

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

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

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 PublicQueryUserStatItemsUnauthorized

type PublicQueryUserStatItemsUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

PublicQueryUserStatItemsUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewPublicQueryUserStatItemsUnauthorized

func NewPublicQueryUserStatItemsUnauthorized() *PublicQueryUserStatItemsUnauthorized

NewPublicQueryUserStatItemsUnauthorized creates a PublicQueryUserStatItemsUnauthorized with default headers values

func (*PublicQueryUserStatItemsUnauthorized) Error

func (*PublicQueryUserStatItemsUnauthorized) GetPayload

func (*PublicQueryUserStatItemsUnauthorized) ToJSONString

func (o *PublicQueryUserStatItemsUnauthorized) ToJSONString() string

type PublicQueryUserStatItemsUnprocessableEntity

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

func NewPublicQueryUserStatItemsUnprocessableEntity() *PublicQueryUserStatItemsUnprocessableEntity

NewPublicQueryUserStatItemsUnprocessableEntity creates a PublicQueryUserStatItemsUnprocessableEntity with default headers values

func (*PublicQueryUserStatItemsUnprocessableEntity) Error

func (*PublicQueryUserStatItemsUnprocessableEntity) GetPayload

func (*PublicQueryUserStatItemsUnprocessableEntity) ToJSONString

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

func (o *ResetUserStatItemValue1BadRequest) ToJSONString() string

type ResetUserStatItemValue1Forbidden

type ResetUserStatItemValue1Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

ResetUserStatItemValue1Forbidden 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 NewResetUserStatItemValue1Forbidden

func NewResetUserStatItemValue1Forbidden() *ResetUserStatItemValue1Forbidden

NewResetUserStatItemValue1Forbidden creates a ResetUserStatItemValue1Forbidden with default headers values

func (*ResetUserStatItemValue1Forbidden) Error

func (*ResetUserStatItemValue1Forbidden) GetPayload

func (*ResetUserStatItemValue1Forbidden) ToJSONString

func (o *ResetUserStatItemValue1Forbidden) ToJSONString() string

type ResetUserStatItemValue1InternalServerError

type ResetUserStatItemValue1InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

ResetUserStatItemValue1InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewResetUserStatItemValue1InternalServerError

func NewResetUserStatItemValue1InternalServerError() *ResetUserStatItemValue1InternalServerError

NewResetUserStatItemValue1InternalServerError creates a ResetUserStatItemValue1InternalServerError with default headers values

func (*ResetUserStatItemValue1InternalServerError) Error

func (*ResetUserStatItemValue1InternalServerError) GetPayload

func (*ResetUserStatItemValue1InternalServerError) ToJSONString

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *ResetUserStatItemValue1Params) SetFlightId(flightId string)

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

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

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 ResetUserStatItemValue1Unauthorized

type ResetUserStatItemValue1Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

ResetUserStatItemValue1Unauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewResetUserStatItemValue1Unauthorized

func NewResetUserStatItemValue1Unauthorized() *ResetUserStatItemValue1Unauthorized

NewResetUserStatItemValue1Unauthorized creates a ResetUserStatItemValue1Unauthorized with default headers values

func (*ResetUserStatItemValue1Unauthorized) Error

func (*ResetUserStatItemValue1Unauthorized) GetPayload

func (*ResetUserStatItemValue1Unauthorized) ToJSONString

func (o *ResetUserStatItemValue1Unauthorized) ToJSONString() string

type ResetUserStatItemValue1UnprocessableEntity

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

func NewResetUserStatItemValue1UnprocessableEntity() *ResetUserStatItemValue1UnprocessableEntity

NewResetUserStatItemValue1UnprocessableEntity creates a ResetUserStatItemValue1UnprocessableEntity with default headers values

func (*ResetUserStatItemValue1UnprocessableEntity) Error

func (*ResetUserStatItemValue1UnprocessableEntity) GetPayload

func (*ResetUserStatItemValue1UnprocessableEntity) ToJSONString

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

func (o *ResetUserStatItemValueBadRequest) ToJSONString() string

type ResetUserStatItemValueForbidden

type ResetUserStatItemValueForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

ResetUserStatItemValueForbidden 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 NewResetUserStatItemValueForbidden

func NewResetUserStatItemValueForbidden() *ResetUserStatItemValueForbidden

NewResetUserStatItemValueForbidden creates a ResetUserStatItemValueForbidden with default headers values

func (*ResetUserStatItemValueForbidden) Error

func (*ResetUserStatItemValueForbidden) GetPayload

func (*ResetUserStatItemValueForbidden) ToJSONString

func (o *ResetUserStatItemValueForbidden) ToJSONString() string

type ResetUserStatItemValueInternalServerError

type ResetUserStatItemValueInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

ResetUserStatItemValueInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewResetUserStatItemValueInternalServerError

func NewResetUserStatItemValueInternalServerError() *ResetUserStatItemValueInternalServerError

NewResetUserStatItemValueInternalServerError creates a ResetUserStatItemValueInternalServerError with default headers values

func (*ResetUserStatItemValueInternalServerError) Error

func (*ResetUserStatItemValueInternalServerError) GetPayload

func (*ResetUserStatItemValueInternalServerError) ToJSONString

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

SetAdditionalKey adds the additionalKey to the reset user stat item value params

func (*ResetUserStatItemValueParams) SetAuthInfoWriter

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

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

func (*ResetUserStatItemValueParams) SetBody

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) SetFlightId

func (o *ResetUserStatItemValueParams) SetFlightId(flightId string)

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

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

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

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

WithAdditionalKey adds the additionalKey to the reset user stat item value params

func (*ResetUserStatItemValueParams) WithBody

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 ResetUserStatItemValueUnauthorized

type ResetUserStatItemValueUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

ResetUserStatItemValueUnauthorized handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20001</td><td>Unauthorized</td></tr></table>

func NewResetUserStatItemValueUnauthorized

func NewResetUserStatItemValueUnauthorized() *ResetUserStatItemValueUnauthorized

NewResetUserStatItemValueUnauthorized creates a ResetUserStatItemValueUnauthorized with default headers values

func (*ResetUserStatItemValueUnauthorized) Error

func (*ResetUserStatItemValueUnauthorized) GetPayload

func (*ResetUserStatItemValueUnauthorized) ToJSONString

func (o *ResetUserStatItemValueUnauthorized) ToJSONString() string

type ResetUserStatItemValueUnprocessableEntity

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

func NewResetUserStatItemValueUnprocessableEntity() *ResetUserStatItemValueUnprocessableEntity

NewResetUserStatItemValueUnprocessableEntity creates a ResetUserStatItemValueUnprocessableEntity with default headers values

func (*ResetUserStatItemValueUnprocessableEntity) Error

func (*ResetUserStatItemValueUnprocessableEntity) GetPayload

func (*ResetUserStatItemValueUnprocessableEntity) ToJSONString

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

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

func (o *UpdateUserStatItemValue1Conflict) ToJSONString() string

type UpdateUserStatItemValue1Forbidden

type UpdateUserStatItemValue1Forbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValue1Forbidden 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 NewUpdateUserStatItemValue1Forbidden

func NewUpdateUserStatItemValue1Forbidden() *UpdateUserStatItemValue1Forbidden

NewUpdateUserStatItemValue1Forbidden creates a UpdateUserStatItemValue1Forbidden with default headers values

func (*UpdateUserStatItemValue1Forbidden) Error

func (*UpdateUserStatItemValue1Forbidden) GetPayload

func (*UpdateUserStatItemValue1Forbidden) ToJSONString

func (o *UpdateUserStatItemValue1Forbidden) ToJSONString() string

type UpdateUserStatItemValue1InternalServerError

type UpdateUserStatItemValue1InternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValue1InternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewUpdateUserStatItemValue1InternalServerError

func NewUpdateUserStatItemValue1InternalServerError() *UpdateUserStatItemValue1InternalServerError

NewUpdateUserStatItemValue1InternalServerError creates a UpdateUserStatItemValue1InternalServerError with default headers values

func (*UpdateUserStatItemValue1InternalServerError) Error

func (*UpdateUserStatItemValue1InternalServerError) GetPayload

func (*UpdateUserStatItemValue1InternalServerError) ToJSONString

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *UpdateUserStatItemValue1Params) SetFlightId(flightId string)

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

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

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 UpdateUserStatItemValue1Unauthorized

type UpdateUserStatItemValue1Unauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValue1Unauthorized 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 NewUpdateUserStatItemValue1Unauthorized

func NewUpdateUserStatItemValue1Unauthorized() *UpdateUserStatItemValue1Unauthorized

NewUpdateUserStatItemValue1Unauthorized creates a UpdateUserStatItemValue1Unauthorized with default headers values

func (*UpdateUserStatItemValue1Unauthorized) Error

func (*UpdateUserStatItemValue1Unauthorized) GetPayload

func (*UpdateUserStatItemValue1Unauthorized) ToJSONString

func (o *UpdateUserStatItemValue1Unauthorized) ToJSONString() string

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

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

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

func (o *UpdateUserStatItemValueConflict) ToJSONString() string

type UpdateUserStatItemValueForbidden

type UpdateUserStatItemValueForbidden struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValueForbidden 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 NewUpdateUserStatItemValueForbidden

func NewUpdateUserStatItemValueForbidden() *UpdateUserStatItemValueForbidden

NewUpdateUserStatItemValueForbidden creates a UpdateUserStatItemValueForbidden with default headers values

func (*UpdateUserStatItemValueForbidden) Error

func (*UpdateUserStatItemValueForbidden) GetPayload

func (*UpdateUserStatItemValueForbidden) ToJSONString

func (o *UpdateUserStatItemValueForbidden) ToJSONString() string

type UpdateUserStatItemValueInternalServerError

type UpdateUserStatItemValueInternalServerError struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValueInternalServerError handles this case with default header values.

<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20000</td><td>Internal server error</td></tr></table>

func NewUpdateUserStatItemValueInternalServerError

func NewUpdateUserStatItemValueInternalServerError() *UpdateUserStatItemValueInternalServerError

NewUpdateUserStatItemValueInternalServerError creates a UpdateUserStatItemValueInternalServerError with default headers values

func (*UpdateUserStatItemValueInternalServerError) Error

func (*UpdateUserStatItemValueInternalServerError) GetPayload

func (*UpdateUserStatItemValueInternalServerError) ToJSONString

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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) SetFlightId

func (o *UpdateUserStatItemValueParams) SetFlightId(flightId string)

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

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

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 UpdateUserStatItemValueUnauthorized

type UpdateUserStatItemValueUnauthorized struct {
	Payload *socialclientmodels.ErrorEntity
}

UpdateUserStatItemValueUnauthorized 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 NewUpdateUserStatItemValueUnauthorized

func NewUpdateUserStatItemValueUnauthorized() *UpdateUserStatItemValueUnauthorized

NewUpdateUserStatItemValueUnauthorized creates a UpdateUserStatItemValueUnauthorized with default headers values

func (*UpdateUserStatItemValueUnauthorized) Error

func (*UpdateUserStatItemValueUnauthorized) GetPayload

func (*UpdateUserStatItemValueUnauthorized) ToJSONString

func (o *UpdateUserStatItemValueUnauthorized) ToJSONString() string

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

Source Files

Jump to

Keyboard shortcuts

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