friends

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 13, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddFriendsWithoutConfirmationBadRequest

type AddFriendsWithoutConfirmationBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

AddFriendsWithoutConfirmationBadRequest handles this case with default header values.

Bad Request

func NewAddFriendsWithoutConfirmationBadRequest

func NewAddFriendsWithoutConfirmationBadRequest() *AddFriendsWithoutConfirmationBadRequest

NewAddFriendsWithoutConfirmationBadRequest creates a AddFriendsWithoutConfirmationBadRequest with default headers values

func (*AddFriendsWithoutConfirmationBadRequest) Error

func (*AddFriendsWithoutConfirmationBadRequest) GetPayload

func (*AddFriendsWithoutConfirmationBadRequest) ToJSONString

type AddFriendsWithoutConfirmationForbidden

type AddFriendsWithoutConfirmationForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

AddFriendsWithoutConfirmationForbidden handles this case with default header values.

Forbidden

func NewAddFriendsWithoutConfirmationForbidden

func NewAddFriendsWithoutConfirmationForbidden() *AddFriendsWithoutConfirmationForbidden

NewAddFriendsWithoutConfirmationForbidden creates a AddFriendsWithoutConfirmationForbidden with default headers values

func (*AddFriendsWithoutConfirmationForbidden) Error

func (*AddFriendsWithoutConfirmationForbidden) GetPayload

func (*AddFriendsWithoutConfirmationForbidden) ToJSONString

type AddFriendsWithoutConfirmationInternalServerError

type AddFriendsWithoutConfirmationInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

AddFriendsWithoutConfirmationInternalServerError handles this case with default header values.

Internal Server Error

func NewAddFriendsWithoutConfirmationInternalServerError

func NewAddFriendsWithoutConfirmationInternalServerError() *AddFriendsWithoutConfirmationInternalServerError

NewAddFriendsWithoutConfirmationInternalServerError creates a AddFriendsWithoutConfirmationInternalServerError with default headers values

func (*AddFriendsWithoutConfirmationInternalServerError) Error

func (*AddFriendsWithoutConfirmationInternalServerError) GetPayload

func (*AddFriendsWithoutConfirmationInternalServerError) ToJSONString

type AddFriendsWithoutConfirmationNoContent

type AddFriendsWithoutConfirmationNoContent struct {
}

AddFriendsWithoutConfirmationNoContent handles this case with default header values.

func NewAddFriendsWithoutConfirmationNoContent

func NewAddFriendsWithoutConfirmationNoContent() *AddFriendsWithoutConfirmationNoContent

NewAddFriendsWithoutConfirmationNoContent creates a AddFriendsWithoutConfirmationNoContent with default headers values

func (*AddFriendsWithoutConfirmationNoContent) Error

type AddFriendsWithoutConfirmationParams

type AddFriendsWithoutConfirmationParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelBulkFriendsRequest
	/*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
}

AddFriendsWithoutConfirmationParams contains all the parameters to send to the API endpoint for the add friends without confirmation operation typically these are written to a http.Request

func NewAddFriendsWithoutConfirmationParams

func NewAddFriendsWithoutConfirmationParams() *AddFriendsWithoutConfirmationParams

NewAddFriendsWithoutConfirmationParams creates a new AddFriendsWithoutConfirmationParams object with the default values initialized.

func NewAddFriendsWithoutConfirmationParamsWithContext

func NewAddFriendsWithoutConfirmationParamsWithContext(ctx context.Context) *AddFriendsWithoutConfirmationParams

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

func NewAddFriendsWithoutConfirmationParamsWithHTTPClient

func NewAddFriendsWithoutConfirmationParamsWithHTTPClient(client *http.Client) *AddFriendsWithoutConfirmationParams

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

func NewAddFriendsWithoutConfirmationParamsWithTimeout

func NewAddFriendsWithoutConfirmationParamsWithTimeout(timeout time.Duration) *AddFriendsWithoutConfirmationParams

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

func (*AddFriendsWithoutConfirmationParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) SetBody

SetBody adds the body to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) SetContext

SetContext adds the context to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) SetFlightId

func (o *AddFriendsWithoutConfirmationParams) SetFlightId(flightId string)

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

func (*AddFriendsWithoutConfirmationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) SetNamespace

func (o *AddFriendsWithoutConfirmationParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) SetTimeout

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

SetTimeout adds the timeout to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) SetUserID

func (o *AddFriendsWithoutConfirmationParams) SetUserID(userID string)

SetUserID adds the userId to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) WithBody

WithBody adds the body to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) WithContext

WithContext adds the context to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) WithNamespace

WithNamespace adds the namespace to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) WithTimeout

WithTimeout adds the timeout to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) WithUserID

WithUserID adds the userID to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddFriendsWithoutConfirmationReader

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

AddFriendsWithoutConfirmationReader is a Reader for the AddFriendsWithoutConfirmation structure.

func (*AddFriendsWithoutConfirmationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddFriendsWithoutConfirmationUnauthorized

type AddFriendsWithoutConfirmationUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

AddFriendsWithoutConfirmationUnauthorized handles this case with default header values.

Unauthorized

func NewAddFriendsWithoutConfirmationUnauthorized

func NewAddFriendsWithoutConfirmationUnauthorized() *AddFriendsWithoutConfirmationUnauthorized

NewAddFriendsWithoutConfirmationUnauthorized creates a AddFriendsWithoutConfirmationUnauthorized with default headers values

func (*AddFriendsWithoutConfirmationUnauthorized) Error

func (*AddFriendsWithoutConfirmationUnauthorized) GetPayload

func (*AddFriendsWithoutConfirmationUnauthorized) ToJSONString

type AdminListFriendsOfFriendsBadRequest

type AdminListFriendsOfFriendsBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminListFriendsOfFriendsBadRequest handles this case with default header values.

Bad Request

func NewAdminListFriendsOfFriendsBadRequest

func NewAdminListFriendsOfFriendsBadRequest() *AdminListFriendsOfFriendsBadRequest

NewAdminListFriendsOfFriendsBadRequest creates a AdminListFriendsOfFriendsBadRequest with default headers values

func (*AdminListFriendsOfFriendsBadRequest) Error

func (*AdminListFriendsOfFriendsBadRequest) GetPayload

func (*AdminListFriendsOfFriendsBadRequest) ToJSONString

func (o *AdminListFriendsOfFriendsBadRequest) ToJSONString() string

type AdminListFriendsOfFriendsForbidden

type AdminListFriendsOfFriendsForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminListFriendsOfFriendsForbidden handles this case with default header values.

Forbidden

func NewAdminListFriendsOfFriendsForbidden

func NewAdminListFriendsOfFriendsForbidden() *AdminListFriendsOfFriendsForbidden

NewAdminListFriendsOfFriendsForbidden creates a AdminListFriendsOfFriendsForbidden with default headers values

func (*AdminListFriendsOfFriendsForbidden) Error

func (*AdminListFriendsOfFriendsForbidden) GetPayload

func (*AdminListFriendsOfFriendsForbidden) ToJSONString

func (o *AdminListFriendsOfFriendsForbidden) ToJSONString() string

type AdminListFriendsOfFriendsInternalServerError

type AdminListFriendsOfFriendsInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminListFriendsOfFriendsInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminListFriendsOfFriendsInternalServerError

func NewAdminListFriendsOfFriendsInternalServerError() *AdminListFriendsOfFriendsInternalServerError

NewAdminListFriendsOfFriendsInternalServerError creates a AdminListFriendsOfFriendsInternalServerError with default headers values

func (*AdminListFriendsOfFriendsInternalServerError) Error

func (*AdminListFriendsOfFriendsInternalServerError) GetPayload

func (*AdminListFriendsOfFriendsInternalServerError) ToJSONString

type AdminListFriendsOfFriendsOK

type AdminListFriendsOfFriendsOK struct {
	Payload *lobbyclientmodels.ModelFriendshipConnectionResponse
}

AdminListFriendsOfFriendsOK handles this case with default header values.

func NewAdminListFriendsOfFriendsOK

func NewAdminListFriendsOfFriendsOK() *AdminListFriendsOfFriendsOK

NewAdminListFriendsOfFriendsOK creates a AdminListFriendsOfFriendsOK with default headers values

func (*AdminListFriendsOfFriendsOK) Error

func (*AdminListFriendsOfFriendsOK) GetPayload

func (*AdminListFriendsOfFriendsOK) ToJSONString

func (o *AdminListFriendsOfFriendsOK) ToJSONString() string

type AdminListFriendsOfFriendsParams

type AdminListFriendsOfFriendsParams struct {

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

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string
	/*FriendID
	  friend userId to check if the user is friend of friend

	*/
	FriendID *string
	/*Limit
	  maximum number of data

	*/
	Limit *int64
	/*Nopaging
	  no paging for faster performance, next will always empty regardless of the data

	*/
	Nopaging *bool
	/*Offset
	  numbers of row to skip within the result

	*/
	Offset *int64

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

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

AdminListFriendsOfFriendsParams contains all the parameters to send to the API endpoint for the admin list friends of friends operation typically these are written to a http.Request

func NewAdminListFriendsOfFriendsParams

func NewAdminListFriendsOfFriendsParams() *AdminListFriendsOfFriendsParams

NewAdminListFriendsOfFriendsParams creates a new AdminListFriendsOfFriendsParams object with the default values initialized.

func NewAdminListFriendsOfFriendsParamsWithContext

func NewAdminListFriendsOfFriendsParamsWithContext(ctx context.Context) *AdminListFriendsOfFriendsParams

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

func NewAdminListFriendsOfFriendsParamsWithHTTPClient

func NewAdminListFriendsOfFriendsParamsWithHTTPClient(client *http.Client) *AdminListFriendsOfFriendsParams

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

func NewAdminListFriendsOfFriendsParamsWithTimeout

func NewAdminListFriendsOfFriendsParamsWithTimeout(timeout time.Duration) *AdminListFriendsOfFriendsParams

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

func (*AdminListFriendsOfFriendsParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) SetContext

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

SetContext adds the context to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) SetFlightId

func (o *AdminListFriendsOfFriendsParams) SetFlightId(flightId string)

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

func (*AdminListFriendsOfFriendsParams) SetFriendID

func (o *AdminListFriendsOfFriendsParams) SetFriendID(friendID *string)

SetFriendID adds the friendId to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) SetLimit

func (o *AdminListFriendsOfFriendsParams) SetLimit(limit *int64)

SetLimit adds the limit to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) SetNamespace

func (o *AdminListFriendsOfFriendsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) SetNopaging

func (o *AdminListFriendsOfFriendsParams) SetNopaging(nopaging *bool)

SetNopaging adds the nopaging to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) SetOffset

func (o *AdminListFriendsOfFriendsParams) SetOffset(offset *int64)

SetOffset adds the offset to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) SetTimeout

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

SetTimeout adds the timeout to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) SetUserID

func (o *AdminListFriendsOfFriendsParams) SetUserID(userID string)

SetUserID adds the userId to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) WithContext

WithContext adds the context to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) WithFriendID

WithFriendID adds the friendID to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) WithLimit

WithLimit adds the limit to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) WithNamespace

WithNamespace adds the namespace to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) WithNopaging

WithNopaging adds the nopaging to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) WithOffset

WithOffset adds the offset to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) WithTimeout

WithTimeout adds the timeout to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) WithUserID

WithUserID adds the userID to the admin list friends of friends params

func (*AdminListFriendsOfFriendsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminListFriendsOfFriendsReader

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

AdminListFriendsOfFriendsReader is a Reader for the AdminListFriendsOfFriends structure.

func (*AdminListFriendsOfFriendsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminListFriendsOfFriendsUnauthorized

type AdminListFriendsOfFriendsUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminListFriendsOfFriendsUnauthorized handles this case with default header values.

Unauthorized

func NewAdminListFriendsOfFriendsUnauthorized

func NewAdminListFriendsOfFriendsUnauthorized() *AdminListFriendsOfFriendsUnauthorized

NewAdminListFriendsOfFriendsUnauthorized creates a AdminListFriendsOfFriendsUnauthorized with default headers values

func (*AdminListFriendsOfFriendsUnauthorized) Error

func (*AdminListFriendsOfFriendsUnauthorized) GetPayload

func (*AdminListFriendsOfFriendsUnauthorized) ToJSONString

type BulkDeleteFriendsBadRequest

type BulkDeleteFriendsBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

BulkDeleteFriendsBadRequest handles this case with default header values.

Bad Request

func NewBulkDeleteFriendsBadRequest

func NewBulkDeleteFriendsBadRequest() *BulkDeleteFriendsBadRequest

NewBulkDeleteFriendsBadRequest creates a BulkDeleteFriendsBadRequest with default headers values

func (*BulkDeleteFriendsBadRequest) Error

func (*BulkDeleteFriendsBadRequest) GetPayload

func (*BulkDeleteFriendsBadRequest) ToJSONString

func (o *BulkDeleteFriendsBadRequest) ToJSONString() string

type BulkDeleteFriendsForbidden

type BulkDeleteFriendsForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

BulkDeleteFriendsForbidden handles this case with default header values.

Forbidden

func NewBulkDeleteFriendsForbidden

func NewBulkDeleteFriendsForbidden() *BulkDeleteFriendsForbidden

NewBulkDeleteFriendsForbidden creates a BulkDeleteFriendsForbidden with default headers values

func (*BulkDeleteFriendsForbidden) Error

func (*BulkDeleteFriendsForbidden) GetPayload

func (*BulkDeleteFriendsForbidden) ToJSONString

func (o *BulkDeleteFriendsForbidden) ToJSONString() string

type BulkDeleteFriendsInternalServerError

type BulkDeleteFriendsInternalServerError struct {
	Payload *lobbyclientmodels.ModelBulkFriendsResponse
}

BulkDeleteFriendsInternalServerError handles this case with default header values.

Internal Server Error

func NewBulkDeleteFriendsInternalServerError

func NewBulkDeleteFriendsInternalServerError() *BulkDeleteFriendsInternalServerError

NewBulkDeleteFriendsInternalServerError creates a BulkDeleteFriendsInternalServerError with default headers values

func (*BulkDeleteFriendsInternalServerError) Error

func (*BulkDeleteFriendsInternalServerError) GetPayload

func (*BulkDeleteFriendsInternalServerError) ToJSONString

func (o *BulkDeleteFriendsInternalServerError) ToJSONString() string

type BulkDeleteFriendsOK

type BulkDeleteFriendsOK struct {
	Payload *lobbyclientmodels.ModelBulkFriendsResponse
}

BulkDeleteFriendsOK handles this case with default header values.

number of deleted items (one friendship consists of 2 items)

func NewBulkDeleteFriendsOK

func NewBulkDeleteFriendsOK() *BulkDeleteFriendsOK

NewBulkDeleteFriendsOK creates a BulkDeleteFriendsOK with default headers values

func (*BulkDeleteFriendsOK) Error

func (o *BulkDeleteFriendsOK) Error() string

func (*BulkDeleteFriendsOK) GetPayload

func (*BulkDeleteFriendsOK) ToJSONString

func (o *BulkDeleteFriendsOK) ToJSONString() string

type BulkDeleteFriendsParams

type BulkDeleteFriendsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelBulkFriendsRequest
	/*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
}

BulkDeleteFriendsParams contains all the parameters to send to the API endpoint for the bulk delete friends operation typically these are written to a http.Request

func NewBulkDeleteFriendsParams

func NewBulkDeleteFriendsParams() *BulkDeleteFriendsParams

NewBulkDeleteFriendsParams creates a new BulkDeleteFriendsParams object with the default values initialized.

func NewBulkDeleteFriendsParamsWithContext

func NewBulkDeleteFriendsParamsWithContext(ctx context.Context) *BulkDeleteFriendsParams

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

func NewBulkDeleteFriendsParamsWithHTTPClient

func NewBulkDeleteFriendsParamsWithHTTPClient(client *http.Client) *BulkDeleteFriendsParams

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

func NewBulkDeleteFriendsParamsWithTimeout

func NewBulkDeleteFriendsParamsWithTimeout(timeout time.Duration) *BulkDeleteFriendsParams

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

func (*BulkDeleteFriendsParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the bulk delete friends params

func (*BulkDeleteFriendsParams) SetBody

SetBody adds the body to the bulk delete friends params

func (*BulkDeleteFriendsParams) SetContext

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

SetContext adds the context to the bulk delete friends params

func (*BulkDeleteFriendsParams) SetFlightId

func (o *BulkDeleteFriendsParams) SetFlightId(flightId string)

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

func (*BulkDeleteFriendsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk delete friends params

func (*BulkDeleteFriendsParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the bulk delete friends params

func (*BulkDeleteFriendsParams) SetNamespace

func (o *BulkDeleteFriendsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk delete friends params

func (*BulkDeleteFriendsParams) SetTimeout

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

SetTimeout adds the timeout to the bulk delete friends params

func (*BulkDeleteFriendsParams) SetUserID

func (o *BulkDeleteFriendsParams) SetUserID(userID string)

SetUserID adds the userId to the bulk delete friends params

func (*BulkDeleteFriendsParams) WithBody

WithBody adds the body to the bulk delete friends params

func (*BulkDeleteFriendsParams) WithContext

WithContext adds the context to the bulk delete friends params

func (*BulkDeleteFriendsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the bulk delete friends params

func (*BulkDeleteFriendsParams) WithNamespace

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

WithNamespace adds the namespace to the bulk delete friends params

func (*BulkDeleteFriendsParams) WithTimeout

WithTimeout adds the timeout to the bulk delete friends params

func (*BulkDeleteFriendsParams) WithUserID

WithUserID adds the userID to the bulk delete friends params

func (*BulkDeleteFriendsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkDeleteFriendsReader

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

BulkDeleteFriendsReader is a Reader for the BulkDeleteFriends structure.

func (*BulkDeleteFriendsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkDeleteFriendsUnauthorized

type BulkDeleteFriendsUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

BulkDeleteFriendsUnauthorized handles this case with default header values.

Unauthorized

func NewBulkDeleteFriendsUnauthorized

func NewBulkDeleteFriendsUnauthorized() *BulkDeleteFriendsUnauthorized

NewBulkDeleteFriendsUnauthorized creates a BulkDeleteFriendsUnauthorized with default headers values

func (*BulkDeleteFriendsUnauthorized) Error

func (*BulkDeleteFriendsUnauthorized) GetPayload

func (*BulkDeleteFriendsUnauthorized) ToJSONString

func (o *BulkDeleteFriendsUnauthorized) ToJSONString() string

type Client

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

Client for friends API

func (*Client) AddFriendsWithoutConfirmation deprecated

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

AddFriendsWithoutConfirmation add friends without confirmation Friends request in a namespace.

func (*Client) AddFriendsWithoutConfirmationShort

func (a *Client) AddFriendsWithoutConfirmationShort(params *AddFriendsWithoutConfirmationParams, authInfo runtime.ClientAuthInfoWriter) (*AddFriendsWithoutConfirmationNoContent, error)

AddFriendsWithoutConfirmationShort add friends without confirmation Friends request in a namespace.

func (*Client) AdminListFriendsOfFriends deprecated

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

AdminListFriendsOfFriends load list friends of friends Load list friends and friends of friends in a namespace. Response subjectId will be different with requested userId if the user is not directly friend

func (*Client) AdminListFriendsOfFriendsShort

func (a *Client) AdminListFriendsOfFriendsShort(params *AdminListFriendsOfFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminListFriendsOfFriendsOK, error)

AdminListFriendsOfFriendsShort load list friends of friends Load list friends and friends of friends in a namespace. Response subjectId will be different with requested userId if the user is not directly friend

func (*Client) BulkDeleteFriends deprecated

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

BulkDeleteFriends delete friends, and incoming/outgoing friend requests Friends request in a namespace.

func (*Client) BulkDeleteFriendsShort

func (a *Client) BulkDeleteFriendsShort(params *BulkDeleteFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkDeleteFriendsOK, error)

BulkDeleteFriendsShort delete friends, and incoming/outgoing friend requests Friends request in a namespace.

func (*Client) GetIncomingFriendRequests deprecated

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

GetIncomingFriendRequests get incoming friend requests Get list of incoming friend requests.

func (*Client) GetIncomingFriendRequestsShort

func (a *Client) GetIncomingFriendRequestsShort(params *GetIncomingFriendRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*GetIncomingFriendRequestsOK, error)

GetIncomingFriendRequestsShort get incoming friend requests Get list of incoming friend requests.

func (*Client) GetListOfFriends deprecated

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

GetListOfFriends get list of friends Get list of friends in a namespace.

func (*Client) GetListOfFriendsShort

func (a *Client) GetListOfFriendsShort(params *GetListOfFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetListOfFriendsOK, error)

GetListOfFriendsShort get list of friends Get list of friends in a namespace.

func (*Client) GetOutgoingFriendRequests deprecated

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

GetOutgoingFriendRequests get list of outgoing friend requests Get list of outgoing friend requests in a namespace.

func (*Client) GetOutgoingFriendRequestsShort

func (a *Client) GetOutgoingFriendRequestsShort(params *GetOutgoingFriendRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*GetOutgoingFriendRequestsOK, error)

GetOutgoingFriendRequestsShort get list of outgoing friend requests Get list of outgoing friend requests in a namespace.

func (*Client) GetUserFriendsUpdated deprecated

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

GetUserFriendsUpdated get list of friends Get list of friends in a namespace.

func (*Client) GetUserFriendsUpdatedShort

func (a *Client) GetUserFriendsUpdatedShort(params *GetUserFriendsUpdatedParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserFriendsUpdatedOK, error)

GetUserFriendsUpdatedShort get list of friends Get list of friends in a namespace.

func (*Client) GetUserFriendsWithPlatform deprecated

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

GetUserFriendsWithPlatform get list of friends with platform data Get list of friends with platform data in a namespace.

func (*Client) GetUserFriendsWithPlatformShort

func (a *Client) GetUserFriendsWithPlatformShort(params *GetUserFriendsWithPlatformParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserFriendsWithPlatformOK, error)

GetUserFriendsWithPlatformShort get list of friends with platform data Get list of friends with platform data in a namespace.

func (*Client) GetUserIncomingFriends deprecated

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

GetUserIncomingFriends get list of incoming friends Get list of incoming friends in a namespace.

func (*Client) GetUserIncomingFriendsShort

func (a *Client) GetUserIncomingFriendsShort(params *GetUserIncomingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIncomingFriendsOK, error)

GetUserIncomingFriendsShort get list of incoming friends Get list of incoming friends in a namespace.

func (*Client) GetUserIncomingFriendsWithTime deprecated

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

GetUserIncomingFriendsWithTime get list of incoming friends with requested time info Get list of incoming friends with requested time info in a namespace.

func (*Client) GetUserIncomingFriendsWithTimeShort

func (a *Client) GetUserIncomingFriendsWithTimeShort(params *GetUserIncomingFriendsWithTimeParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIncomingFriendsWithTimeOK, error)

GetUserIncomingFriendsWithTimeShort get list of incoming friends with requested time info Get list of incoming friends with requested time info in a namespace.

func (*Client) GetUserOutgoingFriends deprecated

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

GetUserOutgoingFriends get list of outgoing friends Get list of outgoing friends in a namespace.

func (*Client) GetUserOutgoingFriendsShort

func (a *Client) GetUserOutgoingFriendsShort(params *GetUserOutgoingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserOutgoingFriendsOK, error)

GetUserOutgoingFriendsShort get list of outgoing friends Get list of outgoing friends in a namespace.

func (*Client) GetUserOutgoingFriendsWithTime deprecated

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

GetUserOutgoingFriendsWithTime get list of outgoing friends with requested time info Get list of outgoing friends with requested time info in a namespace.

func (*Client) GetUserOutgoingFriendsWithTimeShort

func (a *Client) GetUserOutgoingFriendsWithTimeShort(params *GetUserOutgoingFriendsWithTimeParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserOutgoingFriendsWithTimeOK, error)

GetUserOutgoingFriendsWithTimeShort get list of outgoing friends with requested time info Get list of outgoing friends with requested time info in a namespace.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SyncNativeFriends deprecated

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

SyncNativeFriends sync friends using server to server call to native first party server. Sync friends using server to server call to native first party servere. Supported platforms: steam: The platform_token�s value is the binary ticket returned by Steam. If this ticket was generated by Steam GetAuthTicketForWebApi with version >= 1.57, then platform token should use this style: {identity}:{ticket} the {identity} was the parameter to call GetAuthTicketForWebApi when the ticket was created. Note: Do not contain : in this {identity} ps4: The platform_token�s value is the authorization code returned by Sony OAuth. ps5: The platform_token�s value is the authorization code returned by Sony OAuth.

func (*Client) SyncNativeFriendsShort

func (a *Client) SyncNativeFriendsShort(params *SyncNativeFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*SyncNativeFriendsOK, error)

SyncNativeFriendsShort sync friends using server to server call to native first party server. Sync friends using server to server call to native first party servere. Supported platforms: steam: The platform_token�s value is the binary ticket returned by Steam. If this ticket was generated by Steam GetAuthTicketForWebApi with version >= 1.57, then platform token should use this style: {identity}:{ticket} the {identity} was the parameter to call GetAuthTicketForWebApi when the ticket was created. Note: Do not contain : in this {identity} ps4: The platform_token�s value is the authorization code returned by Sony OAuth. ps5: The platform_token�s value is the authorization code returned by Sony OAuth.

func (*Client) UserAcceptFriendRequest deprecated

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

UserAcceptFriendRequest user accept friend User accept friend.

func (*Client) UserAcceptFriendRequestShort

func (a *Client) UserAcceptFriendRequestShort(params *UserAcceptFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserAcceptFriendRequestNoContent, error)

UserAcceptFriendRequestShort user accept friend User accept friend.

func (*Client) UserCancelFriendRequest deprecated

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

UserCancelFriendRequest user cancel a friend request User cancel a friend request.

func (*Client) UserCancelFriendRequestShort

func (a *Client) UserCancelFriendRequestShort(params *UserCancelFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserCancelFriendRequestNoContent, error)

UserCancelFriendRequestShort user cancel a friend request User cancel a friend request.

func (*Client) UserGetFriendshipStatus deprecated

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

UserGetFriendshipStatus user get friendship status User get friendship status. Code: 0 - Message: "not friend" Code: 1 - Message: "outgoing" Code: 2 - Message: "incoming" Code: 3 - Message: "friend"

func (*Client) UserGetFriendshipStatusShort

func (a *Client) UserGetFriendshipStatusShort(params *UserGetFriendshipStatusParams, authInfo runtime.ClientAuthInfoWriter) (*UserGetFriendshipStatusOK, error)

UserGetFriendshipStatusShort user get friendship status User get friendship status. Code: 0 - Message: "not friend" Code: 1 - Message: "outgoing" Code: 2 - Message: "incoming" Code: 3 - Message: "friend"

func (*Client) UserRejectFriendRequest deprecated

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

UserRejectFriendRequest user reject a friend request User reject a friend request.

func (*Client) UserRejectFriendRequestShort

func (a *Client) UserRejectFriendRequestShort(params *UserRejectFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserRejectFriendRequestNoContent, error)

UserRejectFriendRequestShort user reject a friend request User reject a friend request.

func (*Client) UserRequestFriend deprecated

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

UserRequestFriend user add friend Client should provide either friendID or friendPublicID. If both are provided, friendID will be chosen to be used. This endpoint will only send a pending invite that can be either rejected/accepted

func (*Client) UserRequestFriendShort

func (a *Client) UserRequestFriendShort(params *UserRequestFriendParams, authInfo runtime.ClientAuthInfoWriter) (*UserRequestFriendCreated, error)

UserRequestFriendShort user add friend Client should provide either friendID or friendPublicID. If both are provided, friendID will be chosen to be used. This endpoint will only send a pending invite that can be either rejected/accepted

func (*Client) UserUnfriendRequest deprecated

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

UserUnfriendRequest user unfriend a friend User unfriend a friend.

func (*Client) UserUnfriendRequestShort

func (a *Client) UserUnfriendRequestShort(params *UserUnfriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserUnfriendRequestNoContent, error)

UserUnfriendRequestShort user unfriend a friend User unfriend a friend.

type ClientService

type ClientService interface {
	GetUserFriendsUpdated(params *GetUserFriendsUpdatedParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserFriendsUpdatedOK, *GetUserFriendsUpdatedBadRequest, *GetUserFriendsUpdatedUnauthorized, *GetUserFriendsUpdatedForbidden, *GetUserFriendsUpdatedNotFound, *GetUserFriendsUpdatedInternalServerError, error)
	GetUserFriendsUpdatedShort(params *GetUserFriendsUpdatedParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserFriendsUpdatedOK, error)
	GetUserIncomingFriends(params *GetUserIncomingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIncomingFriendsOK, *GetUserIncomingFriendsBadRequest, *GetUserIncomingFriendsUnauthorized, *GetUserIncomingFriendsForbidden, *GetUserIncomingFriendsNotFound, *GetUserIncomingFriendsInternalServerError, error)
	GetUserIncomingFriendsShort(params *GetUserIncomingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIncomingFriendsOK, error)
	GetUserIncomingFriendsWithTime(params *GetUserIncomingFriendsWithTimeParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIncomingFriendsWithTimeOK, *GetUserIncomingFriendsWithTimeBadRequest, *GetUserIncomingFriendsWithTimeUnauthorized, *GetUserIncomingFriendsWithTimeForbidden, *GetUserIncomingFriendsWithTimeNotFound, *GetUserIncomingFriendsWithTimeInternalServerError, error)
	GetUserIncomingFriendsWithTimeShort(params *GetUserIncomingFriendsWithTimeParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIncomingFriendsWithTimeOK, error)
	GetUserOutgoingFriends(params *GetUserOutgoingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserOutgoingFriendsOK, *GetUserOutgoingFriendsBadRequest, *GetUserOutgoingFriendsUnauthorized, *GetUserOutgoingFriendsForbidden, *GetUserOutgoingFriendsNotFound, *GetUserOutgoingFriendsInternalServerError, error)
	GetUserOutgoingFriendsShort(params *GetUserOutgoingFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserOutgoingFriendsOK, error)
	GetUserOutgoingFriendsWithTime(params *GetUserOutgoingFriendsWithTimeParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserOutgoingFriendsWithTimeOK, *GetUserOutgoingFriendsWithTimeBadRequest, *GetUserOutgoingFriendsWithTimeUnauthorized, *GetUserOutgoingFriendsWithTimeForbidden, *GetUserOutgoingFriendsWithTimeNotFound, *GetUserOutgoingFriendsWithTimeInternalServerError, error)
	GetUserOutgoingFriendsWithTimeShort(params *GetUserOutgoingFriendsWithTimeParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserOutgoingFriendsWithTimeOK, error)
	GetUserFriendsWithPlatform(params *GetUserFriendsWithPlatformParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserFriendsWithPlatformOK, *GetUserFriendsWithPlatformBadRequest, *GetUserFriendsWithPlatformUnauthorized, *GetUserFriendsWithPlatformForbidden, *GetUserFriendsWithPlatformNotFound, *GetUserFriendsWithPlatformInternalServerError, error)
	GetUserFriendsWithPlatformShort(params *GetUserFriendsWithPlatformParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserFriendsWithPlatformOK, error)
	UserRequestFriend(params *UserRequestFriendParams, authInfo runtime.ClientAuthInfoWriter) (*UserRequestFriendCreated, *UserRequestFriendBadRequest, *UserRequestFriendUnauthorized, *UserRequestFriendForbidden, *UserRequestFriendNotFound, *UserRequestFriendUnprocessableEntity, *UserRequestFriendInternalServerError, error)
	UserRequestFriendShort(params *UserRequestFriendParams, authInfo runtime.ClientAuthInfoWriter) (*UserRequestFriendCreated, error)
	UserAcceptFriendRequest(params *UserAcceptFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserAcceptFriendRequestNoContent, *UserAcceptFriendRequestBadRequest, *UserAcceptFriendRequestUnauthorized, *UserAcceptFriendRequestForbidden, *UserAcceptFriendRequestNotFound, *UserAcceptFriendRequestInternalServerError, error)
	UserAcceptFriendRequestShort(params *UserAcceptFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserAcceptFriendRequestNoContent, error)
	UserCancelFriendRequest(params *UserCancelFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserCancelFriendRequestNoContent, *UserCancelFriendRequestBadRequest, *UserCancelFriendRequestUnauthorized, *UserCancelFriendRequestForbidden, *UserCancelFriendRequestNotFound, *UserCancelFriendRequestInternalServerError, error)
	UserCancelFriendRequestShort(params *UserCancelFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserCancelFriendRequestNoContent, error)
	UserRejectFriendRequest(params *UserRejectFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserRejectFriendRequestNoContent, *UserRejectFriendRequestBadRequest, *UserRejectFriendRequestUnauthorized, *UserRejectFriendRequestForbidden, *UserRejectFriendRequestNotFound, *UserRejectFriendRequestInternalServerError, error)
	UserRejectFriendRequestShort(params *UserRejectFriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserRejectFriendRequestNoContent, error)
	UserGetFriendshipStatus(params *UserGetFriendshipStatusParams, authInfo runtime.ClientAuthInfoWriter) (*UserGetFriendshipStatusOK, *UserGetFriendshipStatusBadRequest, *UserGetFriendshipStatusUnauthorized, *UserGetFriendshipStatusForbidden, *UserGetFriendshipStatusInternalServerError, error)
	UserGetFriendshipStatusShort(params *UserGetFriendshipStatusParams, authInfo runtime.ClientAuthInfoWriter) (*UserGetFriendshipStatusOK, error)
	UserUnfriendRequest(params *UserUnfriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserUnfriendRequestNoContent, *UserUnfriendRequestBadRequest, *UserUnfriendRequestUnauthorized, *UserUnfriendRequestForbidden, *UserUnfriendRequestNotFound, *UserUnfriendRequestInternalServerError, error)
	UserUnfriendRequestShort(params *UserUnfriendRequestParams, authInfo runtime.ClientAuthInfoWriter) (*UserUnfriendRequestNoContent, error)
	AddFriendsWithoutConfirmation(params *AddFriendsWithoutConfirmationParams, authInfo runtime.ClientAuthInfoWriter) (*AddFriendsWithoutConfirmationNoContent, *AddFriendsWithoutConfirmationBadRequest, *AddFriendsWithoutConfirmationUnauthorized, *AddFriendsWithoutConfirmationForbidden, *AddFriendsWithoutConfirmationInternalServerError, error)
	AddFriendsWithoutConfirmationShort(params *AddFriendsWithoutConfirmationParams, authInfo runtime.ClientAuthInfoWriter) (*AddFriendsWithoutConfirmationNoContent, error)
	BulkDeleteFriends(params *BulkDeleteFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkDeleteFriendsOK, *BulkDeleteFriendsBadRequest, *BulkDeleteFriendsUnauthorized, *BulkDeleteFriendsForbidden, *BulkDeleteFriendsInternalServerError, error)
	BulkDeleteFriendsShort(params *BulkDeleteFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*BulkDeleteFriendsOK, error)
	SyncNativeFriends(params *SyncNativeFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*SyncNativeFriendsOK, *SyncNativeFriendsBadRequest, *SyncNativeFriendsUnauthorized, *SyncNativeFriendsForbidden, *SyncNativeFriendsInternalServerError, error)
	SyncNativeFriendsShort(params *SyncNativeFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*SyncNativeFriendsOK, error)
	GetListOfFriends(params *GetListOfFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetListOfFriendsOK, *GetListOfFriendsBadRequest, *GetListOfFriendsUnauthorized, *GetListOfFriendsForbidden, *GetListOfFriendsInternalServerError, error)
	GetListOfFriendsShort(params *GetListOfFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*GetListOfFriendsOK, error)
	GetIncomingFriendRequests(params *GetIncomingFriendRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*GetIncomingFriendRequestsOK, *GetIncomingFriendRequestsBadRequest, *GetIncomingFriendRequestsUnauthorized, *GetIncomingFriendRequestsForbidden, *GetIncomingFriendRequestsInternalServerError, error)
	GetIncomingFriendRequestsShort(params *GetIncomingFriendRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*GetIncomingFriendRequestsOK, error)
	AdminListFriendsOfFriends(params *AdminListFriendsOfFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminListFriendsOfFriendsOK, *AdminListFriendsOfFriendsBadRequest, *AdminListFriendsOfFriendsUnauthorized, *AdminListFriendsOfFriendsForbidden, *AdminListFriendsOfFriendsInternalServerError, error)
	AdminListFriendsOfFriendsShort(params *AdminListFriendsOfFriendsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminListFriendsOfFriendsOK, error)
	GetOutgoingFriendRequests(params *GetOutgoingFriendRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*GetOutgoingFriendRequestsOK, *GetOutgoingFriendRequestsBadRequest, *GetOutgoingFriendRequestsUnauthorized, *GetOutgoingFriendRequestsForbidden, *GetOutgoingFriendRequestsInternalServerError, error)
	GetOutgoingFriendRequestsShort(params *GetOutgoingFriendRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*GetOutgoingFriendRequestsOK, 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 friends API client.

type GetIncomingFriendRequestsBadRequest

type GetIncomingFriendRequestsBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetIncomingFriendRequestsBadRequest handles this case with default header values.

Bad Request

func NewGetIncomingFriendRequestsBadRequest

func NewGetIncomingFriendRequestsBadRequest() *GetIncomingFriendRequestsBadRequest

NewGetIncomingFriendRequestsBadRequest creates a GetIncomingFriendRequestsBadRequest with default headers values

func (*GetIncomingFriendRequestsBadRequest) Error

func (*GetIncomingFriendRequestsBadRequest) GetPayload

func (*GetIncomingFriendRequestsBadRequest) ToJSONString

func (o *GetIncomingFriendRequestsBadRequest) ToJSONString() string

type GetIncomingFriendRequestsForbidden

type GetIncomingFriendRequestsForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetIncomingFriendRequestsForbidden handles this case with default header values.

Forbidden

func NewGetIncomingFriendRequestsForbidden

func NewGetIncomingFriendRequestsForbidden() *GetIncomingFriendRequestsForbidden

NewGetIncomingFriendRequestsForbidden creates a GetIncomingFriendRequestsForbidden with default headers values

func (*GetIncomingFriendRequestsForbidden) Error

func (*GetIncomingFriendRequestsForbidden) GetPayload

func (*GetIncomingFriendRequestsForbidden) ToJSONString

func (o *GetIncomingFriendRequestsForbidden) ToJSONString() string

type GetIncomingFriendRequestsInternalServerError

type GetIncomingFriendRequestsInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetIncomingFriendRequestsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetIncomingFriendRequestsInternalServerError

func NewGetIncomingFriendRequestsInternalServerError() *GetIncomingFriendRequestsInternalServerError

NewGetIncomingFriendRequestsInternalServerError creates a GetIncomingFriendRequestsInternalServerError with default headers values

func (*GetIncomingFriendRequestsInternalServerError) Error

func (*GetIncomingFriendRequestsInternalServerError) GetPayload

func (*GetIncomingFriendRequestsInternalServerError) ToJSONString

type GetIncomingFriendRequestsOK

type GetIncomingFriendRequestsOK struct {
	Payload *lobbyclientmodels.ModelLoadIncomingFriendsWithTimeResponse
}

GetIncomingFriendRequestsOK handles this case with default header values.

func NewGetIncomingFriendRequestsOK

func NewGetIncomingFriendRequestsOK() *GetIncomingFriendRequestsOK

NewGetIncomingFriendRequestsOK creates a GetIncomingFriendRequestsOK with default headers values

func (*GetIncomingFriendRequestsOK) Error

func (*GetIncomingFriendRequestsOK) GetPayload

func (*GetIncomingFriendRequestsOK) ToJSONString

func (o *GetIncomingFriendRequestsOK) ToJSONString() string

type GetIncomingFriendRequestsParams

type GetIncomingFriendRequestsParams struct {

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

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string
	/*FriendID
	  friend userId

	*/
	FriendID *string
	/*Limit
	  maximum number of data

	*/
	Limit *int64
	/*Offset
	  numbers of row to skip within the result

	*/
	Offset *int64

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

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

GetIncomingFriendRequestsParams contains all the parameters to send to the API endpoint for the get incoming friend requests operation typically these are written to a http.Request

func NewGetIncomingFriendRequestsParams

func NewGetIncomingFriendRequestsParams() *GetIncomingFriendRequestsParams

NewGetIncomingFriendRequestsParams creates a new GetIncomingFriendRequestsParams object with the default values initialized.

func NewGetIncomingFriendRequestsParamsWithContext

func NewGetIncomingFriendRequestsParamsWithContext(ctx context.Context) *GetIncomingFriendRequestsParams

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

func NewGetIncomingFriendRequestsParamsWithHTTPClient

func NewGetIncomingFriendRequestsParamsWithHTTPClient(client *http.Client) *GetIncomingFriendRequestsParams

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

func NewGetIncomingFriendRequestsParamsWithTimeout

func NewGetIncomingFriendRequestsParamsWithTimeout(timeout time.Duration) *GetIncomingFriendRequestsParams

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

func (*GetIncomingFriendRequestsParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetContext

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

SetContext adds the context to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetFlightId

func (o *GetIncomingFriendRequestsParams) SetFlightId(flightId string)

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

func (*GetIncomingFriendRequestsParams) SetFriendID

func (o *GetIncomingFriendRequestsParams) SetFriendID(friendID *string)

SetFriendID adds the friendId to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetLimit

func (o *GetIncomingFriendRequestsParams) SetLimit(limit *int64)

SetLimit adds the limit to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetNamespace

func (o *GetIncomingFriendRequestsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetOffset

func (o *GetIncomingFriendRequestsParams) SetOffset(offset *int64)

SetOffset adds the offset to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetTimeout

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

SetTimeout adds the timeout to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetUserID

func (o *GetIncomingFriendRequestsParams) SetUserID(userID string)

SetUserID adds the userId to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithContext

WithContext adds the context to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithFriendID

WithFriendID adds the friendID to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithLimit

WithLimit adds the limit to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithNamespace

WithNamespace adds the namespace to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithOffset

WithOffset adds the offset to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithTimeout

WithTimeout adds the timeout to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithUserID

WithUserID adds the userID to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIncomingFriendRequestsReader

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

GetIncomingFriendRequestsReader is a Reader for the GetIncomingFriendRequests structure.

func (*GetIncomingFriendRequestsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIncomingFriendRequestsUnauthorized

type GetIncomingFriendRequestsUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetIncomingFriendRequestsUnauthorized handles this case with default header values.

Unauthorized

func NewGetIncomingFriendRequestsUnauthorized

func NewGetIncomingFriendRequestsUnauthorized() *GetIncomingFriendRequestsUnauthorized

NewGetIncomingFriendRequestsUnauthorized creates a GetIncomingFriendRequestsUnauthorized with default headers values

func (*GetIncomingFriendRequestsUnauthorized) Error

func (*GetIncomingFriendRequestsUnauthorized) GetPayload

func (*GetIncomingFriendRequestsUnauthorized) ToJSONString

type GetListOfFriendsBadRequest

type GetListOfFriendsBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetListOfFriendsBadRequest handles this case with default header values.

Bad Request

func NewGetListOfFriendsBadRequest

func NewGetListOfFriendsBadRequest() *GetListOfFriendsBadRequest

NewGetListOfFriendsBadRequest creates a GetListOfFriendsBadRequest with default headers values

func (*GetListOfFriendsBadRequest) Error

func (*GetListOfFriendsBadRequest) GetPayload

func (*GetListOfFriendsBadRequest) ToJSONString

func (o *GetListOfFriendsBadRequest) ToJSONString() string

type GetListOfFriendsForbidden

type GetListOfFriendsForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetListOfFriendsForbidden handles this case with default header values.

Forbidden

func NewGetListOfFriendsForbidden

func NewGetListOfFriendsForbidden() *GetListOfFriendsForbidden

NewGetListOfFriendsForbidden creates a GetListOfFriendsForbidden with default headers values

func (*GetListOfFriendsForbidden) Error

func (o *GetListOfFriendsForbidden) Error() string

func (*GetListOfFriendsForbidden) GetPayload

func (*GetListOfFriendsForbidden) ToJSONString

func (o *GetListOfFriendsForbidden) ToJSONString() string

type GetListOfFriendsInternalServerError

type GetListOfFriendsInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetListOfFriendsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetListOfFriendsInternalServerError

func NewGetListOfFriendsInternalServerError() *GetListOfFriendsInternalServerError

NewGetListOfFriendsInternalServerError creates a GetListOfFriendsInternalServerError with default headers values

func (*GetListOfFriendsInternalServerError) Error

func (*GetListOfFriendsInternalServerError) GetPayload

func (*GetListOfFriendsInternalServerError) ToJSONString

func (o *GetListOfFriendsInternalServerError) ToJSONString() string

type GetListOfFriendsOK

type GetListOfFriendsOK struct {
	Payload *lobbyclientmodels.ModelGetFriendsResponse
}

GetListOfFriendsOK handles this case with default header values.

func NewGetListOfFriendsOK

func NewGetListOfFriendsOK() *GetListOfFriendsOK

NewGetListOfFriendsOK creates a GetListOfFriendsOK with default headers values

func (*GetListOfFriendsOK) Error

func (o *GetListOfFriendsOK) Error() string

func (*GetListOfFriendsOK) GetPayload

func (*GetListOfFriendsOK) ToJSONString

func (o *GetListOfFriendsOK) ToJSONString() string

type GetListOfFriendsParams

type GetListOfFriendsParams struct {

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

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string
	/*FriendID
	  friend userId

	*/
	FriendID *string
	/*FriendIds
	  friend userIds

	*/
	FriendIds []string
	/*Limit
	  maximum number of data

	*/
	Limit *int64
	/*Offset
	  numbers of row to skip within the result

	*/
	Offset *int64

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

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

GetListOfFriendsParams contains all the parameters to send to the API endpoint for the get list of friends operation typically these are written to a http.Request

func NewGetListOfFriendsParams

func NewGetListOfFriendsParams() *GetListOfFriendsParams

NewGetListOfFriendsParams creates a new GetListOfFriendsParams object with the default values initialized.

func NewGetListOfFriendsParamsWithContext

func NewGetListOfFriendsParamsWithContext(ctx context.Context) *GetListOfFriendsParams

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

func NewGetListOfFriendsParamsWithHTTPClient

func NewGetListOfFriendsParamsWithHTTPClient(client *http.Client) *GetListOfFriendsParams

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

func NewGetListOfFriendsParamsWithTimeout

func NewGetListOfFriendsParamsWithTimeout(timeout time.Duration) *GetListOfFriendsParams

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

func (*GetListOfFriendsParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get list of friends params

func (*GetListOfFriendsParams) SetContext

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

SetContext adds the context to the get list of friends params

func (*GetListOfFriendsParams) SetFlightId

func (o *GetListOfFriendsParams) SetFlightId(flightId string)

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

func (*GetListOfFriendsParams) SetFriendID

func (o *GetListOfFriendsParams) SetFriendID(friendID *string)

SetFriendID adds the friendId to the get list of friends params

func (*GetListOfFriendsParams) SetFriendIds

func (o *GetListOfFriendsParams) SetFriendIds(friendIds []string)

SetFriendIds adds the friendIds to the get list of friends params

func (*GetListOfFriendsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get list of friends params

func (*GetListOfFriendsParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get list of friends params

func (*GetListOfFriendsParams) SetLimit

func (o *GetListOfFriendsParams) SetLimit(limit *int64)

SetLimit adds the limit to the get list of friends params

func (*GetListOfFriendsParams) SetNamespace

func (o *GetListOfFriendsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get list of friends params

func (*GetListOfFriendsParams) SetOffset

func (o *GetListOfFriendsParams) SetOffset(offset *int64)

SetOffset adds the offset to the get list of friends params

func (*GetListOfFriendsParams) SetTimeout

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

SetTimeout adds the timeout to the get list of friends params

func (*GetListOfFriendsParams) SetUserID

func (o *GetListOfFriendsParams) SetUserID(userID string)

SetUserID adds the userId to the get list of friends params

func (*GetListOfFriendsParams) WithContext

WithContext adds the context to the get list of friends params

func (*GetListOfFriendsParams) WithFriendID

func (o *GetListOfFriendsParams) WithFriendID(friendID *string) *GetListOfFriendsParams

WithFriendID adds the friendID to the get list of friends params

func (*GetListOfFriendsParams) WithFriendIds

func (o *GetListOfFriendsParams) WithFriendIds(friendIds []string) *GetListOfFriendsParams

WithFriendIds adds the friendIds to the get list of friends params

func (*GetListOfFriendsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get list of friends params

func (*GetListOfFriendsParams) WithLimit

func (o *GetListOfFriendsParams) WithLimit(limit *int64) *GetListOfFriendsParams

WithLimit adds the limit to the get list of friends params

func (*GetListOfFriendsParams) WithNamespace

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

WithNamespace adds the namespace to the get list of friends params

func (*GetListOfFriendsParams) WithOffset

func (o *GetListOfFriendsParams) WithOffset(offset *int64) *GetListOfFriendsParams

WithOffset adds the offset to the get list of friends params

func (*GetListOfFriendsParams) WithTimeout

WithTimeout adds the timeout to the get list of friends params

func (*GetListOfFriendsParams) WithUserID

func (o *GetListOfFriendsParams) WithUserID(userID string) *GetListOfFriendsParams

WithUserID adds the userID to the get list of friends params

func (*GetListOfFriendsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetListOfFriendsReader

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

GetListOfFriendsReader is a Reader for the GetListOfFriends structure.

func (*GetListOfFriendsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetListOfFriendsUnauthorized

type GetListOfFriendsUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetListOfFriendsUnauthorized handles this case with default header values.

Unauthorized

func NewGetListOfFriendsUnauthorized

func NewGetListOfFriendsUnauthorized() *GetListOfFriendsUnauthorized

NewGetListOfFriendsUnauthorized creates a GetListOfFriendsUnauthorized with default headers values

func (*GetListOfFriendsUnauthorized) Error

func (*GetListOfFriendsUnauthorized) GetPayload

func (*GetListOfFriendsUnauthorized) ToJSONString

func (o *GetListOfFriendsUnauthorized) ToJSONString() string

type GetOutgoingFriendRequestsBadRequest

type GetOutgoingFriendRequestsBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetOutgoingFriendRequestsBadRequest handles this case with default header values.

Bad Request

func NewGetOutgoingFriendRequestsBadRequest

func NewGetOutgoingFriendRequestsBadRequest() *GetOutgoingFriendRequestsBadRequest

NewGetOutgoingFriendRequestsBadRequest creates a GetOutgoingFriendRequestsBadRequest with default headers values

func (*GetOutgoingFriendRequestsBadRequest) Error

func (*GetOutgoingFriendRequestsBadRequest) GetPayload

func (*GetOutgoingFriendRequestsBadRequest) ToJSONString

func (o *GetOutgoingFriendRequestsBadRequest) ToJSONString() string

type GetOutgoingFriendRequestsForbidden

type GetOutgoingFriendRequestsForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetOutgoingFriendRequestsForbidden handles this case with default header values.

Forbidden

func NewGetOutgoingFriendRequestsForbidden

func NewGetOutgoingFriendRequestsForbidden() *GetOutgoingFriendRequestsForbidden

NewGetOutgoingFriendRequestsForbidden creates a GetOutgoingFriendRequestsForbidden with default headers values

func (*GetOutgoingFriendRequestsForbidden) Error

func (*GetOutgoingFriendRequestsForbidden) GetPayload

func (*GetOutgoingFriendRequestsForbidden) ToJSONString

func (o *GetOutgoingFriendRequestsForbidden) ToJSONString() string

type GetOutgoingFriendRequestsInternalServerError

type GetOutgoingFriendRequestsInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetOutgoingFriendRequestsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetOutgoingFriendRequestsInternalServerError

func NewGetOutgoingFriendRequestsInternalServerError() *GetOutgoingFriendRequestsInternalServerError

NewGetOutgoingFriendRequestsInternalServerError creates a GetOutgoingFriendRequestsInternalServerError with default headers values

func (*GetOutgoingFriendRequestsInternalServerError) Error

func (*GetOutgoingFriendRequestsInternalServerError) GetPayload

func (*GetOutgoingFriendRequestsInternalServerError) ToJSONString

type GetOutgoingFriendRequestsOK

type GetOutgoingFriendRequestsOK struct {
	Payload *lobbyclientmodels.ModelLoadOutgoingFriendsWithTimeResponse
}

GetOutgoingFriendRequestsOK handles this case with default header values.

func NewGetOutgoingFriendRequestsOK

func NewGetOutgoingFriendRequestsOK() *GetOutgoingFriendRequestsOK

NewGetOutgoingFriendRequestsOK creates a GetOutgoingFriendRequestsOK with default headers values

func (*GetOutgoingFriendRequestsOK) Error

func (*GetOutgoingFriendRequestsOK) GetPayload

func (*GetOutgoingFriendRequestsOK) ToJSONString

func (o *GetOutgoingFriendRequestsOK) ToJSONString() string

type GetOutgoingFriendRequestsParams

type GetOutgoingFriendRequestsParams struct {

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

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string
	/*Limit
	  maximum number of data

	*/
	Limit *int64
	/*Offset
	  numbers of row to skip within the result

	*/
	Offset *int64

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

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

GetOutgoingFriendRequestsParams contains all the parameters to send to the API endpoint for the get outgoing friend requests operation typically these are written to a http.Request

func NewGetOutgoingFriendRequestsParams

func NewGetOutgoingFriendRequestsParams() *GetOutgoingFriendRequestsParams

NewGetOutgoingFriendRequestsParams creates a new GetOutgoingFriendRequestsParams object with the default values initialized.

func NewGetOutgoingFriendRequestsParamsWithContext

func NewGetOutgoingFriendRequestsParamsWithContext(ctx context.Context) *GetOutgoingFriendRequestsParams

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

func NewGetOutgoingFriendRequestsParamsWithHTTPClient

func NewGetOutgoingFriendRequestsParamsWithHTTPClient(client *http.Client) *GetOutgoingFriendRequestsParams

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

func NewGetOutgoingFriendRequestsParamsWithTimeout

func NewGetOutgoingFriendRequestsParamsWithTimeout(timeout time.Duration) *GetOutgoingFriendRequestsParams

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

func (*GetOutgoingFriendRequestsParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetContext

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

SetContext adds the context to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetFlightId

func (o *GetOutgoingFriendRequestsParams) SetFlightId(flightId string)

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

func (*GetOutgoingFriendRequestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetLimit

func (o *GetOutgoingFriendRequestsParams) SetLimit(limit *int64)

SetLimit adds the limit to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetNamespace

func (o *GetOutgoingFriendRequestsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetOffset

func (o *GetOutgoingFriendRequestsParams) SetOffset(offset *int64)

SetOffset adds the offset to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetTimeout

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

SetTimeout adds the timeout to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetUserID

func (o *GetOutgoingFriendRequestsParams) SetUserID(userID string)

SetUserID adds the userId to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WithContext

WithContext adds the context to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WithLimit

WithLimit adds the limit to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WithNamespace

WithNamespace adds the namespace to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WithOffset

WithOffset adds the offset to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WithTimeout

WithTimeout adds the timeout to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WithUserID

WithUserID adds the userID to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOutgoingFriendRequestsReader

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

GetOutgoingFriendRequestsReader is a Reader for the GetOutgoingFriendRequests structure.

func (*GetOutgoingFriendRequestsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOutgoingFriendRequestsUnauthorized

type GetOutgoingFriendRequestsUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetOutgoingFriendRequestsUnauthorized handles this case with default header values.

Unauthorized

func NewGetOutgoingFriendRequestsUnauthorized

func NewGetOutgoingFriendRequestsUnauthorized() *GetOutgoingFriendRequestsUnauthorized

NewGetOutgoingFriendRequestsUnauthorized creates a GetOutgoingFriendRequestsUnauthorized with default headers values

func (*GetOutgoingFriendRequestsUnauthorized) Error

func (*GetOutgoingFriendRequestsUnauthorized) GetPayload

func (*GetOutgoingFriendRequestsUnauthorized) ToJSONString

type GetUserFriendsUpdatedBadRequest

type GetUserFriendsUpdatedBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsUpdatedBadRequest handles this case with default header values.

Bad Request

func NewGetUserFriendsUpdatedBadRequest

func NewGetUserFriendsUpdatedBadRequest() *GetUserFriendsUpdatedBadRequest

NewGetUserFriendsUpdatedBadRequest creates a GetUserFriendsUpdatedBadRequest with default headers values

func (*GetUserFriendsUpdatedBadRequest) Error

func (*GetUserFriendsUpdatedBadRequest) GetPayload

func (*GetUserFriendsUpdatedBadRequest) ToJSONString

func (o *GetUserFriendsUpdatedBadRequest) ToJSONString() string

type GetUserFriendsUpdatedForbidden

type GetUserFriendsUpdatedForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsUpdatedForbidden handles this case with default header values.

Forbidden

func NewGetUserFriendsUpdatedForbidden

func NewGetUserFriendsUpdatedForbidden() *GetUserFriendsUpdatedForbidden

NewGetUserFriendsUpdatedForbidden creates a GetUserFriendsUpdatedForbidden with default headers values

func (*GetUserFriendsUpdatedForbidden) Error

func (*GetUserFriendsUpdatedForbidden) GetPayload

func (*GetUserFriendsUpdatedForbidden) ToJSONString

func (o *GetUserFriendsUpdatedForbidden) ToJSONString() string

type GetUserFriendsUpdatedInternalServerError

type GetUserFriendsUpdatedInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsUpdatedInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserFriendsUpdatedInternalServerError

func NewGetUserFriendsUpdatedInternalServerError() *GetUserFriendsUpdatedInternalServerError

NewGetUserFriendsUpdatedInternalServerError creates a GetUserFriendsUpdatedInternalServerError with default headers values

func (*GetUserFriendsUpdatedInternalServerError) Error

func (*GetUserFriendsUpdatedInternalServerError) GetPayload

func (*GetUserFriendsUpdatedInternalServerError) ToJSONString

type GetUserFriendsUpdatedNotFound

type GetUserFriendsUpdatedNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsUpdatedNotFound handles this case with default header values.

Not Found

func NewGetUserFriendsUpdatedNotFound

func NewGetUserFriendsUpdatedNotFound() *GetUserFriendsUpdatedNotFound

NewGetUserFriendsUpdatedNotFound creates a GetUserFriendsUpdatedNotFound with default headers values

func (*GetUserFriendsUpdatedNotFound) Error

func (*GetUserFriendsUpdatedNotFound) GetPayload

func (*GetUserFriendsUpdatedNotFound) ToJSONString

func (o *GetUserFriendsUpdatedNotFound) ToJSONString() string

type GetUserFriendsUpdatedOK

type GetUserFriendsUpdatedOK struct {
	Payload []*lobbyclientmodels.ModelGetUserFriendsResponse
}

GetUserFriendsUpdatedOK handles this case with default header values.

OK

func NewGetUserFriendsUpdatedOK

func NewGetUserFriendsUpdatedOK() *GetUserFriendsUpdatedOK

NewGetUserFriendsUpdatedOK creates a GetUserFriendsUpdatedOK with default headers values

func (*GetUserFriendsUpdatedOK) Error

func (o *GetUserFriendsUpdatedOK) Error() string

func (*GetUserFriendsUpdatedOK) GetPayload

func (*GetUserFriendsUpdatedOK) ToJSONString

func (o *GetUserFriendsUpdatedOK) ToJSONString() string

type GetUserFriendsUpdatedParams

type GetUserFriendsUpdatedParams struct {

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

	*/
	Namespace string
	/*Limit
	  maximum number of data

	*/
	Limit *int64
	/*Offset
	  numbers of row to skip within the result

	*/
	Offset *int64

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

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

GetUserFriendsUpdatedParams contains all the parameters to send to the API endpoint for the get user friends updated operation typically these are written to a http.Request

func NewGetUserFriendsUpdatedParams

func NewGetUserFriendsUpdatedParams() *GetUserFriendsUpdatedParams

NewGetUserFriendsUpdatedParams creates a new GetUserFriendsUpdatedParams object with the default values initialized.

func NewGetUserFriendsUpdatedParamsWithContext

func NewGetUserFriendsUpdatedParamsWithContext(ctx context.Context) *GetUserFriendsUpdatedParams

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

func NewGetUserFriendsUpdatedParamsWithHTTPClient

func NewGetUserFriendsUpdatedParamsWithHTTPClient(client *http.Client) *GetUserFriendsUpdatedParams

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

func NewGetUserFriendsUpdatedParamsWithTimeout

func NewGetUserFriendsUpdatedParamsWithTimeout(timeout time.Duration) *GetUserFriendsUpdatedParams

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

func (*GetUserFriendsUpdatedParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get user friends updated params

func (*GetUserFriendsUpdatedParams) SetContext

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

SetContext adds the context to the get user friends updated params

func (*GetUserFriendsUpdatedParams) SetFlightId

func (o *GetUserFriendsUpdatedParams) SetFlightId(flightId string)

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

func (*GetUserFriendsUpdatedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user friends updated params

func (*GetUserFriendsUpdatedParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get user friends updated params

func (*GetUserFriendsUpdatedParams) SetLimit

func (o *GetUserFriendsUpdatedParams) SetLimit(limit *int64)

SetLimit adds the limit to the get user friends updated params

func (*GetUserFriendsUpdatedParams) SetNamespace

func (o *GetUserFriendsUpdatedParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user friends updated params

func (*GetUserFriendsUpdatedParams) SetOffset

func (o *GetUserFriendsUpdatedParams) SetOffset(offset *int64)

SetOffset adds the offset to the get user friends updated params

func (*GetUserFriendsUpdatedParams) SetTimeout

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

SetTimeout adds the timeout to the get user friends updated params

func (*GetUserFriendsUpdatedParams) WithContext

WithContext adds the context to the get user friends updated params

func (*GetUserFriendsUpdatedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user friends updated params

func (*GetUserFriendsUpdatedParams) WithLimit

WithLimit adds the limit to the get user friends updated params

func (*GetUserFriendsUpdatedParams) WithNamespace

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

WithNamespace adds the namespace to the get user friends updated params

func (*GetUserFriendsUpdatedParams) WithOffset

WithOffset adds the offset to the get user friends updated params

func (*GetUserFriendsUpdatedParams) WithTimeout

WithTimeout adds the timeout to the get user friends updated params

func (*GetUserFriendsUpdatedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserFriendsUpdatedReader

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

GetUserFriendsUpdatedReader is a Reader for the GetUserFriendsUpdated structure.

func (*GetUserFriendsUpdatedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserFriendsUpdatedUnauthorized

type GetUserFriendsUpdatedUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsUpdatedUnauthorized handles this case with default header values.

Unauthorized

func NewGetUserFriendsUpdatedUnauthorized

func NewGetUserFriendsUpdatedUnauthorized() *GetUserFriendsUpdatedUnauthorized

NewGetUserFriendsUpdatedUnauthorized creates a GetUserFriendsUpdatedUnauthorized with default headers values

func (*GetUserFriendsUpdatedUnauthorized) Error

func (*GetUserFriendsUpdatedUnauthorized) GetPayload

func (*GetUserFriendsUpdatedUnauthorized) ToJSONString

func (o *GetUserFriendsUpdatedUnauthorized) ToJSONString() string

type GetUserFriendsWithPlatformBadRequest

type GetUserFriendsWithPlatformBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsWithPlatformBadRequest handles this case with default header values.

Bad Request

func NewGetUserFriendsWithPlatformBadRequest

func NewGetUserFriendsWithPlatformBadRequest() *GetUserFriendsWithPlatformBadRequest

NewGetUserFriendsWithPlatformBadRequest creates a GetUserFriendsWithPlatformBadRequest with default headers values

func (*GetUserFriendsWithPlatformBadRequest) Error

func (*GetUserFriendsWithPlatformBadRequest) GetPayload

func (*GetUserFriendsWithPlatformBadRequest) ToJSONString

func (o *GetUserFriendsWithPlatformBadRequest) ToJSONString() string

type GetUserFriendsWithPlatformForbidden

type GetUserFriendsWithPlatformForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsWithPlatformForbidden handles this case with default header values.

Forbidden

func NewGetUserFriendsWithPlatformForbidden

func NewGetUserFriendsWithPlatformForbidden() *GetUserFriendsWithPlatformForbidden

NewGetUserFriendsWithPlatformForbidden creates a GetUserFriendsWithPlatformForbidden with default headers values

func (*GetUserFriendsWithPlatformForbidden) Error

func (*GetUserFriendsWithPlatformForbidden) GetPayload

func (*GetUserFriendsWithPlatformForbidden) ToJSONString

func (o *GetUserFriendsWithPlatformForbidden) ToJSONString() string

type GetUserFriendsWithPlatformInternalServerError

type GetUserFriendsWithPlatformInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsWithPlatformInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserFriendsWithPlatformInternalServerError

func NewGetUserFriendsWithPlatformInternalServerError() *GetUserFriendsWithPlatformInternalServerError

NewGetUserFriendsWithPlatformInternalServerError creates a GetUserFriendsWithPlatformInternalServerError with default headers values

func (*GetUserFriendsWithPlatformInternalServerError) Error

func (*GetUserFriendsWithPlatformInternalServerError) GetPayload

func (*GetUserFriendsWithPlatformInternalServerError) ToJSONString

type GetUserFriendsWithPlatformNotFound

type GetUserFriendsWithPlatformNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsWithPlatformNotFound handles this case with default header values.

Not Found

func NewGetUserFriendsWithPlatformNotFound

func NewGetUserFriendsWithPlatformNotFound() *GetUserFriendsWithPlatformNotFound

NewGetUserFriendsWithPlatformNotFound creates a GetUserFriendsWithPlatformNotFound with default headers values

func (*GetUserFriendsWithPlatformNotFound) Error

func (*GetUserFriendsWithPlatformNotFound) GetPayload

func (*GetUserFriendsWithPlatformNotFound) ToJSONString

func (o *GetUserFriendsWithPlatformNotFound) ToJSONString() string

type GetUserFriendsWithPlatformOK

type GetUserFriendsWithPlatformOK struct {
	Payload *lobbyclientmodels.ModelListBulkUserPlatformsResponse
}

GetUserFriendsWithPlatformOK handles this case with default header values.

OK

func NewGetUserFriendsWithPlatformOK

func NewGetUserFriendsWithPlatformOK() *GetUserFriendsWithPlatformOK

NewGetUserFriendsWithPlatformOK creates a GetUserFriendsWithPlatformOK with default headers values

func (*GetUserFriendsWithPlatformOK) Error

func (*GetUserFriendsWithPlatformOK) GetPayload

func (*GetUserFriendsWithPlatformOK) ToJSONString

func (o *GetUserFriendsWithPlatformOK) ToJSONString() string

type GetUserFriendsWithPlatformParams

type GetUserFriendsWithPlatformParams struct {

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

	*/
	Namespace string
	/*Limit
	  maximum number of data

	*/
	Limit *int64
	/*Offset
	  numbers of row to skip within the result

	*/
	Offset *int64

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

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

GetUserFriendsWithPlatformParams contains all the parameters to send to the API endpoint for the get user friends with platform operation typically these are written to a http.Request

func NewGetUserFriendsWithPlatformParams

func NewGetUserFriendsWithPlatformParams() *GetUserFriendsWithPlatformParams

NewGetUserFriendsWithPlatformParams creates a new GetUserFriendsWithPlatformParams object with the default values initialized.

func NewGetUserFriendsWithPlatformParamsWithContext

func NewGetUserFriendsWithPlatformParamsWithContext(ctx context.Context) *GetUserFriendsWithPlatformParams

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

func NewGetUserFriendsWithPlatformParamsWithHTTPClient

func NewGetUserFriendsWithPlatformParamsWithHTTPClient(client *http.Client) *GetUserFriendsWithPlatformParams

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

func NewGetUserFriendsWithPlatformParamsWithTimeout

func NewGetUserFriendsWithPlatformParamsWithTimeout(timeout time.Duration) *GetUserFriendsWithPlatformParams

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

func (*GetUserFriendsWithPlatformParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get user friends with platform params

func (*GetUserFriendsWithPlatformParams) SetContext

SetContext adds the context to the get user friends with platform params

func (*GetUserFriendsWithPlatformParams) SetFlightId

func (o *GetUserFriendsWithPlatformParams) SetFlightId(flightId string)

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

func (*GetUserFriendsWithPlatformParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user friends with platform params

func (*GetUserFriendsWithPlatformParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get user friends with platform params

func (*GetUserFriendsWithPlatformParams) SetLimit

func (o *GetUserFriendsWithPlatformParams) SetLimit(limit *int64)

SetLimit adds the limit to the get user friends with platform params

func (*GetUserFriendsWithPlatformParams) SetNamespace

func (o *GetUserFriendsWithPlatformParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user friends with platform params

func (*GetUserFriendsWithPlatformParams) SetOffset

func (o *GetUserFriendsWithPlatformParams) SetOffset(offset *int64)

SetOffset adds the offset to the get user friends with platform params

func (*GetUserFriendsWithPlatformParams) SetTimeout

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

SetTimeout adds the timeout to the get user friends with platform params

func (*GetUserFriendsWithPlatformParams) WithContext

WithContext adds the context to the get user friends with platform params

func (*GetUserFriendsWithPlatformParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user friends with platform params

func (*GetUserFriendsWithPlatformParams) WithLimit

WithLimit adds the limit to the get user friends with platform params

func (*GetUserFriendsWithPlatformParams) WithNamespace

WithNamespace adds the namespace to the get user friends with platform params

func (*GetUserFriendsWithPlatformParams) WithOffset

WithOffset adds the offset to the get user friends with platform params

func (*GetUserFriendsWithPlatformParams) WithTimeout

WithTimeout adds the timeout to the get user friends with platform params

func (*GetUserFriendsWithPlatformParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserFriendsWithPlatformReader

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

GetUserFriendsWithPlatformReader is a Reader for the GetUserFriendsWithPlatform structure.

func (*GetUserFriendsWithPlatformReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserFriendsWithPlatformUnauthorized

type GetUserFriendsWithPlatformUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsWithPlatformUnauthorized handles this case with default header values.

Unauthorized

func NewGetUserFriendsWithPlatformUnauthorized

func NewGetUserFriendsWithPlatformUnauthorized() *GetUserFriendsWithPlatformUnauthorized

NewGetUserFriendsWithPlatformUnauthorized creates a GetUserFriendsWithPlatformUnauthorized with default headers values

func (*GetUserFriendsWithPlatformUnauthorized) Error

func (*GetUserFriendsWithPlatformUnauthorized) GetPayload

func (*GetUserFriendsWithPlatformUnauthorized) ToJSONString

type GetUserIncomingFriendsBadRequest

type GetUserIncomingFriendsBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsBadRequest handles this case with default header values.

Bad Request

func NewGetUserIncomingFriendsBadRequest

func NewGetUserIncomingFriendsBadRequest() *GetUserIncomingFriendsBadRequest

NewGetUserIncomingFriendsBadRequest creates a GetUserIncomingFriendsBadRequest with default headers values

func (*GetUserIncomingFriendsBadRequest) Error

func (*GetUserIncomingFriendsBadRequest) GetPayload

func (*GetUserIncomingFriendsBadRequest) ToJSONString

func (o *GetUserIncomingFriendsBadRequest) ToJSONString() string

type GetUserIncomingFriendsForbidden

type GetUserIncomingFriendsForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsForbidden handles this case with default header values.

Forbidden

func NewGetUserIncomingFriendsForbidden

func NewGetUserIncomingFriendsForbidden() *GetUserIncomingFriendsForbidden

NewGetUserIncomingFriendsForbidden creates a GetUserIncomingFriendsForbidden with default headers values

func (*GetUserIncomingFriendsForbidden) Error

func (*GetUserIncomingFriendsForbidden) GetPayload

func (*GetUserIncomingFriendsForbidden) ToJSONString

func (o *GetUserIncomingFriendsForbidden) ToJSONString() string

type GetUserIncomingFriendsInternalServerError

type GetUserIncomingFriendsInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserIncomingFriendsInternalServerError

func NewGetUserIncomingFriendsInternalServerError() *GetUserIncomingFriendsInternalServerError

NewGetUserIncomingFriendsInternalServerError creates a GetUserIncomingFriendsInternalServerError with default headers values

func (*GetUserIncomingFriendsInternalServerError) Error

func (*GetUserIncomingFriendsInternalServerError) GetPayload

func (*GetUserIncomingFriendsInternalServerError) ToJSONString

type GetUserIncomingFriendsNotFound

type GetUserIncomingFriendsNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsNotFound handles this case with default header values.

Not Found

func NewGetUserIncomingFriendsNotFound

func NewGetUserIncomingFriendsNotFound() *GetUserIncomingFriendsNotFound

NewGetUserIncomingFriendsNotFound creates a GetUserIncomingFriendsNotFound with default headers values

func (*GetUserIncomingFriendsNotFound) Error

func (*GetUserIncomingFriendsNotFound) GetPayload

func (*GetUserIncomingFriendsNotFound) ToJSONString

func (o *GetUserIncomingFriendsNotFound) ToJSONString() string

type GetUserIncomingFriendsOK

type GetUserIncomingFriendsOK struct {
	Payload []*lobbyclientmodels.ModelGetUserIncomingFriendsResponse
}

GetUserIncomingFriendsOK handles this case with default header values.

OK

func NewGetUserIncomingFriendsOK

func NewGetUserIncomingFriendsOK() *GetUserIncomingFriendsOK

NewGetUserIncomingFriendsOK creates a GetUserIncomingFriendsOK with default headers values

func (*GetUserIncomingFriendsOK) Error

func (o *GetUserIncomingFriendsOK) Error() string

func (*GetUserIncomingFriendsOK) GetPayload

func (*GetUserIncomingFriendsOK) ToJSONString

func (o *GetUserIncomingFriendsOK) ToJSONString() string

type GetUserIncomingFriendsParams

type GetUserIncomingFriendsParams struct {

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

	*/
	Namespace string
	/*Limit
	  maximum number of data

	*/
	Limit *int64
	/*Offset
	  numbers of row to skip within the result

	*/
	Offset *int64

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

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

GetUserIncomingFriendsParams contains all the parameters to send to the API endpoint for the get user incoming friends operation typically these are written to a http.Request

func NewGetUserIncomingFriendsParams

func NewGetUserIncomingFriendsParams() *GetUserIncomingFriendsParams

NewGetUserIncomingFriendsParams creates a new GetUserIncomingFriendsParams object with the default values initialized.

func NewGetUserIncomingFriendsParamsWithContext

func NewGetUserIncomingFriendsParamsWithContext(ctx context.Context) *GetUserIncomingFriendsParams

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

func NewGetUserIncomingFriendsParamsWithHTTPClient

func NewGetUserIncomingFriendsParamsWithHTTPClient(client *http.Client) *GetUserIncomingFriendsParams

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

func NewGetUserIncomingFriendsParamsWithTimeout

func NewGetUserIncomingFriendsParamsWithTimeout(timeout time.Duration) *GetUserIncomingFriendsParams

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

func (*GetUserIncomingFriendsParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get user incoming friends params

func (*GetUserIncomingFriendsParams) SetContext

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

SetContext adds the context to the get user incoming friends params

func (*GetUserIncomingFriendsParams) SetFlightId

func (o *GetUserIncomingFriendsParams) SetFlightId(flightId string)

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

func (*GetUserIncomingFriendsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user incoming friends params

func (*GetUserIncomingFriendsParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get user incoming friends params

func (*GetUserIncomingFriendsParams) SetLimit

func (o *GetUserIncomingFriendsParams) SetLimit(limit *int64)

SetLimit adds the limit to the get user incoming friends params

func (*GetUserIncomingFriendsParams) SetNamespace

func (o *GetUserIncomingFriendsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user incoming friends params

func (*GetUserIncomingFriendsParams) SetOffset

func (o *GetUserIncomingFriendsParams) SetOffset(offset *int64)

SetOffset adds the offset to the get user incoming friends params

func (*GetUserIncomingFriendsParams) SetTimeout

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

SetTimeout adds the timeout to the get user incoming friends params

func (*GetUserIncomingFriendsParams) WithContext

WithContext adds the context to the get user incoming friends params

func (*GetUserIncomingFriendsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user incoming friends params

func (*GetUserIncomingFriendsParams) WithLimit

WithLimit adds the limit to the get user incoming friends params

func (*GetUserIncomingFriendsParams) WithNamespace

WithNamespace adds the namespace to the get user incoming friends params

func (*GetUserIncomingFriendsParams) WithOffset

WithOffset adds the offset to the get user incoming friends params

func (*GetUserIncomingFriendsParams) WithTimeout

WithTimeout adds the timeout to the get user incoming friends params

func (*GetUserIncomingFriendsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserIncomingFriendsReader

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

GetUserIncomingFriendsReader is a Reader for the GetUserIncomingFriends structure.

func (*GetUserIncomingFriendsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserIncomingFriendsUnauthorized

type GetUserIncomingFriendsUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsUnauthorized handles this case with default header values.

Unauthorized

func NewGetUserIncomingFriendsUnauthorized

func NewGetUserIncomingFriendsUnauthorized() *GetUserIncomingFriendsUnauthorized

NewGetUserIncomingFriendsUnauthorized creates a GetUserIncomingFriendsUnauthorized with default headers values

func (*GetUserIncomingFriendsUnauthorized) Error

func (*GetUserIncomingFriendsUnauthorized) GetPayload

func (*GetUserIncomingFriendsUnauthorized) ToJSONString

func (o *GetUserIncomingFriendsUnauthorized) ToJSONString() string

type GetUserIncomingFriendsWithTimeBadRequest

type GetUserIncomingFriendsWithTimeBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsWithTimeBadRequest handles this case with default header values.

Bad Request

func NewGetUserIncomingFriendsWithTimeBadRequest

func NewGetUserIncomingFriendsWithTimeBadRequest() *GetUserIncomingFriendsWithTimeBadRequest

NewGetUserIncomingFriendsWithTimeBadRequest creates a GetUserIncomingFriendsWithTimeBadRequest with default headers values

func (*GetUserIncomingFriendsWithTimeBadRequest) Error

func (*GetUserIncomingFriendsWithTimeBadRequest) GetPayload

func (*GetUserIncomingFriendsWithTimeBadRequest) ToJSONString

type GetUserIncomingFriendsWithTimeForbidden

type GetUserIncomingFriendsWithTimeForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsWithTimeForbidden handles this case with default header values.

Forbidden

func NewGetUserIncomingFriendsWithTimeForbidden

func NewGetUserIncomingFriendsWithTimeForbidden() *GetUserIncomingFriendsWithTimeForbidden

NewGetUserIncomingFriendsWithTimeForbidden creates a GetUserIncomingFriendsWithTimeForbidden with default headers values

func (*GetUserIncomingFriendsWithTimeForbidden) Error

func (*GetUserIncomingFriendsWithTimeForbidden) GetPayload

func (*GetUserIncomingFriendsWithTimeForbidden) ToJSONString

type GetUserIncomingFriendsWithTimeInternalServerError

type GetUserIncomingFriendsWithTimeInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsWithTimeInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserIncomingFriendsWithTimeInternalServerError

func NewGetUserIncomingFriendsWithTimeInternalServerError() *GetUserIncomingFriendsWithTimeInternalServerError

NewGetUserIncomingFriendsWithTimeInternalServerError creates a GetUserIncomingFriendsWithTimeInternalServerError with default headers values

func (*GetUserIncomingFriendsWithTimeInternalServerError) Error

func (*GetUserIncomingFriendsWithTimeInternalServerError) GetPayload

func (*GetUserIncomingFriendsWithTimeInternalServerError) ToJSONString

type GetUserIncomingFriendsWithTimeNotFound

type GetUserIncomingFriendsWithTimeNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsWithTimeNotFound handles this case with default header values.

Not Found

func NewGetUserIncomingFriendsWithTimeNotFound

func NewGetUserIncomingFriendsWithTimeNotFound() *GetUserIncomingFriendsWithTimeNotFound

NewGetUserIncomingFriendsWithTimeNotFound creates a GetUserIncomingFriendsWithTimeNotFound with default headers values

func (*GetUserIncomingFriendsWithTimeNotFound) Error

func (*GetUserIncomingFriendsWithTimeNotFound) GetPayload

func (*GetUserIncomingFriendsWithTimeNotFound) ToJSONString

type GetUserIncomingFriendsWithTimeOK

type GetUserIncomingFriendsWithTimeOK struct {
	Payload []*lobbyclientmodels.ModelLoadIncomingFriendsWithTimeResponse
}

GetUserIncomingFriendsWithTimeOK handles this case with default header values.

OK

func NewGetUserIncomingFriendsWithTimeOK

func NewGetUserIncomingFriendsWithTimeOK() *GetUserIncomingFriendsWithTimeOK

NewGetUserIncomingFriendsWithTimeOK creates a GetUserIncomingFriendsWithTimeOK with default headers values

func (*GetUserIncomingFriendsWithTimeOK) Error

func (*GetUserIncomingFriendsWithTimeOK) GetPayload

func (*GetUserIncomingFriendsWithTimeOK) ToJSONString

func (o *GetUserIncomingFriendsWithTimeOK) ToJSONString() string

type GetUserIncomingFriendsWithTimeParams

type GetUserIncomingFriendsWithTimeParams struct {

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

	*/
	Namespace string
	/*Limit
	  maximum number of data

	*/
	Limit *int64
	/*Offset
	  numbers of row to skip within the result

	*/
	Offset *int64

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

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

GetUserIncomingFriendsWithTimeParams contains all the parameters to send to the API endpoint for the get user incoming friends with time operation typically these are written to a http.Request

func NewGetUserIncomingFriendsWithTimeParams

func NewGetUserIncomingFriendsWithTimeParams() *GetUserIncomingFriendsWithTimeParams

NewGetUserIncomingFriendsWithTimeParams creates a new GetUserIncomingFriendsWithTimeParams object with the default values initialized.

func NewGetUserIncomingFriendsWithTimeParamsWithContext

func NewGetUserIncomingFriendsWithTimeParamsWithContext(ctx context.Context) *GetUserIncomingFriendsWithTimeParams

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

func NewGetUserIncomingFriendsWithTimeParamsWithHTTPClient

func NewGetUserIncomingFriendsWithTimeParamsWithHTTPClient(client *http.Client) *GetUserIncomingFriendsWithTimeParams

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

func NewGetUserIncomingFriendsWithTimeParamsWithTimeout

func NewGetUserIncomingFriendsWithTimeParamsWithTimeout(timeout time.Duration) *GetUserIncomingFriendsWithTimeParams

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

func (*GetUserIncomingFriendsWithTimeParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get user incoming friends with time params

func (*GetUserIncomingFriendsWithTimeParams) SetContext

SetContext adds the context to the get user incoming friends with time params

func (*GetUserIncomingFriendsWithTimeParams) SetFlightId

func (o *GetUserIncomingFriendsWithTimeParams) SetFlightId(flightId string)

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

func (*GetUserIncomingFriendsWithTimeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user incoming friends with time params

func (*GetUserIncomingFriendsWithTimeParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get user incoming friends with time params

func (*GetUserIncomingFriendsWithTimeParams) SetLimit

func (o *GetUserIncomingFriendsWithTimeParams) SetLimit(limit *int64)

SetLimit adds the limit to the get user incoming friends with time params

func (*GetUserIncomingFriendsWithTimeParams) SetNamespace

func (o *GetUserIncomingFriendsWithTimeParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user incoming friends with time params

func (*GetUserIncomingFriendsWithTimeParams) SetOffset

func (o *GetUserIncomingFriendsWithTimeParams) SetOffset(offset *int64)

SetOffset adds the offset to the get user incoming friends with time params

func (*GetUserIncomingFriendsWithTimeParams) SetTimeout

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

SetTimeout adds the timeout to the get user incoming friends with time params

func (*GetUserIncomingFriendsWithTimeParams) WithContext

WithContext adds the context to the get user incoming friends with time params

func (*GetUserIncomingFriendsWithTimeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user incoming friends with time params

func (*GetUserIncomingFriendsWithTimeParams) WithLimit

WithLimit adds the limit to the get user incoming friends with time params

func (*GetUserIncomingFriendsWithTimeParams) WithNamespace

WithNamespace adds the namespace to the get user incoming friends with time params

func (*GetUserIncomingFriendsWithTimeParams) WithOffset

WithOffset adds the offset to the get user incoming friends with time params

func (*GetUserIncomingFriendsWithTimeParams) WithTimeout

WithTimeout adds the timeout to the get user incoming friends with time params

func (*GetUserIncomingFriendsWithTimeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserIncomingFriendsWithTimeReader

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

GetUserIncomingFriendsWithTimeReader is a Reader for the GetUserIncomingFriendsWithTime structure.

func (*GetUserIncomingFriendsWithTimeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserIncomingFriendsWithTimeUnauthorized

type GetUserIncomingFriendsWithTimeUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsWithTimeUnauthorized handles this case with default header values.

Unauthorized

func NewGetUserIncomingFriendsWithTimeUnauthorized

func NewGetUserIncomingFriendsWithTimeUnauthorized() *GetUserIncomingFriendsWithTimeUnauthorized

NewGetUserIncomingFriendsWithTimeUnauthorized creates a GetUserIncomingFriendsWithTimeUnauthorized with default headers values

func (*GetUserIncomingFriendsWithTimeUnauthorized) Error

func (*GetUserIncomingFriendsWithTimeUnauthorized) GetPayload

func (*GetUserIncomingFriendsWithTimeUnauthorized) ToJSONString

type GetUserOutgoingFriendsBadRequest

type GetUserOutgoingFriendsBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsBadRequest handles this case with default header values.

Bad Request

func NewGetUserOutgoingFriendsBadRequest

func NewGetUserOutgoingFriendsBadRequest() *GetUserOutgoingFriendsBadRequest

NewGetUserOutgoingFriendsBadRequest creates a GetUserOutgoingFriendsBadRequest with default headers values

func (*GetUserOutgoingFriendsBadRequest) Error

func (*GetUserOutgoingFriendsBadRequest) GetPayload

func (*GetUserOutgoingFriendsBadRequest) ToJSONString

func (o *GetUserOutgoingFriendsBadRequest) ToJSONString() string

type GetUserOutgoingFriendsForbidden

type GetUserOutgoingFriendsForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsForbidden handles this case with default header values.

Forbidden

func NewGetUserOutgoingFriendsForbidden

func NewGetUserOutgoingFriendsForbidden() *GetUserOutgoingFriendsForbidden

NewGetUserOutgoingFriendsForbidden creates a GetUserOutgoingFriendsForbidden with default headers values

func (*GetUserOutgoingFriendsForbidden) Error

func (*GetUserOutgoingFriendsForbidden) GetPayload

func (*GetUserOutgoingFriendsForbidden) ToJSONString

func (o *GetUserOutgoingFriendsForbidden) ToJSONString() string

type GetUserOutgoingFriendsInternalServerError

type GetUserOutgoingFriendsInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserOutgoingFriendsInternalServerError

func NewGetUserOutgoingFriendsInternalServerError() *GetUserOutgoingFriendsInternalServerError

NewGetUserOutgoingFriendsInternalServerError creates a GetUserOutgoingFriendsInternalServerError with default headers values

func (*GetUserOutgoingFriendsInternalServerError) Error

func (*GetUserOutgoingFriendsInternalServerError) GetPayload

func (*GetUserOutgoingFriendsInternalServerError) ToJSONString

type GetUserOutgoingFriendsNotFound

type GetUserOutgoingFriendsNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsNotFound handles this case with default header values.

Not Found

func NewGetUserOutgoingFriendsNotFound

func NewGetUserOutgoingFriendsNotFound() *GetUserOutgoingFriendsNotFound

NewGetUserOutgoingFriendsNotFound creates a GetUserOutgoingFriendsNotFound with default headers values

func (*GetUserOutgoingFriendsNotFound) Error

func (*GetUserOutgoingFriendsNotFound) GetPayload

func (*GetUserOutgoingFriendsNotFound) ToJSONString

func (o *GetUserOutgoingFriendsNotFound) ToJSONString() string

type GetUserOutgoingFriendsOK

type GetUserOutgoingFriendsOK struct {
	Payload []*lobbyclientmodels.ModelGetUserOutgoingFriendsResponse
}

GetUserOutgoingFriendsOK handles this case with default header values.

OK

func NewGetUserOutgoingFriendsOK

func NewGetUserOutgoingFriendsOK() *GetUserOutgoingFriendsOK

NewGetUserOutgoingFriendsOK creates a GetUserOutgoingFriendsOK with default headers values

func (*GetUserOutgoingFriendsOK) Error

func (o *GetUserOutgoingFriendsOK) Error() string

func (*GetUserOutgoingFriendsOK) GetPayload

func (*GetUserOutgoingFriendsOK) ToJSONString

func (o *GetUserOutgoingFriendsOK) ToJSONString() string

type GetUserOutgoingFriendsParams

type GetUserOutgoingFriendsParams struct {

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

	*/
	Namespace string
	/*Limit
	  maximum number of data

	*/
	Limit *int64
	/*Offset
	  numbers of row to skip within the result

	*/
	Offset *int64

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

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

GetUserOutgoingFriendsParams contains all the parameters to send to the API endpoint for the get user outgoing friends operation typically these are written to a http.Request

func NewGetUserOutgoingFriendsParams

func NewGetUserOutgoingFriendsParams() *GetUserOutgoingFriendsParams

NewGetUserOutgoingFriendsParams creates a new GetUserOutgoingFriendsParams object with the default values initialized.

func NewGetUserOutgoingFriendsParamsWithContext

func NewGetUserOutgoingFriendsParamsWithContext(ctx context.Context) *GetUserOutgoingFriendsParams

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

func NewGetUserOutgoingFriendsParamsWithHTTPClient

func NewGetUserOutgoingFriendsParamsWithHTTPClient(client *http.Client) *GetUserOutgoingFriendsParams

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

func NewGetUserOutgoingFriendsParamsWithTimeout

func NewGetUserOutgoingFriendsParamsWithTimeout(timeout time.Duration) *GetUserOutgoingFriendsParams

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

func (*GetUserOutgoingFriendsParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) SetContext

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

SetContext adds the context to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) SetFlightId

func (o *GetUserOutgoingFriendsParams) SetFlightId(flightId string)

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

func (*GetUserOutgoingFriendsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) SetLimit

func (o *GetUserOutgoingFriendsParams) SetLimit(limit *int64)

SetLimit adds the limit to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) SetNamespace

func (o *GetUserOutgoingFriendsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) SetOffset

func (o *GetUserOutgoingFriendsParams) SetOffset(offset *int64)

SetOffset adds the offset to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) SetTimeout

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

SetTimeout adds the timeout to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) WithContext

WithContext adds the context to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) WithLimit

WithLimit adds the limit to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) WithNamespace

WithNamespace adds the namespace to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) WithOffset

WithOffset adds the offset to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) WithTimeout

WithTimeout adds the timeout to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserOutgoingFriendsReader

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

GetUserOutgoingFriendsReader is a Reader for the GetUserOutgoingFriends structure.

func (*GetUserOutgoingFriendsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserOutgoingFriendsUnauthorized

type GetUserOutgoingFriendsUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsUnauthorized handles this case with default header values.

Unauthorized

func NewGetUserOutgoingFriendsUnauthorized

func NewGetUserOutgoingFriendsUnauthorized() *GetUserOutgoingFriendsUnauthorized

NewGetUserOutgoingFriendsUnauthorized creates a GetUserOutgoingFriendsUnauthorized with default headers values

func (*GetUserOutgoingFriendsUnauthorized) Error

func (*GetUserOutgoingFriendsUnauthorized) GetPayload

func (*GetUserOutgoingFriendsUnauthorized) ToJSONString

func (o *GetUserOutgoingFriendsUnauthorized) ToJSONString() string

type GetUserOutgoingFriendsWithTimeBadRequest

type GetUserOutgoingFriendsWithTimeBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsWithTimeBadRequest handles this case with default header values.

Bad Request

func NewGetUserOutgoingFriendsWithTimeBadRequest

func NewGetUserOutgoingFriendsWithTimeBadRequest() *GetUserOutgoingFriendsWithTimeBadRequest

NewGetUserOutgoingFriendsWithTimeBadRequest creates a GetUserOutgoingFriendsWithTimeBadRequest with default headers values

func (*GetUserOutgoingFriendsWithTimeBadRequest) Error

func (*GetUserOutgoingFriendsWithTimeBadRequest) GetPayload

func (*GetUserOutgoingFriendsWithTimeBadRequest) ToJSONString

type GetUserOutgoingFriendsWithTimeForbidden

type GetUserOutgoingFriendsWithTimeForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsWithTimeForbidden handles this case with default header values.

Forbidden

func NewGetUserOutgoingFriendsWithTimeForbidden

func NewGetUserOutgoingFriendsWithTimeForbidden() *GetUserOutgoingFriendsWithTimeForbidden

NewGetUserOutgoingFriendsWithTimeForbidden creates a GetUserOutgoingFriendsWithTimeForbidden with default headers values

func (*GetUserOutgoingFriendsWithTimeForbidden) Error

func (*GetUserOutgoingFriendsWithTimeForbidden) GetPayload

func (*GetUserOutgoingFriendsWithTimeForbidden) ToJSONString

type GetUserOutgoingFriendsWithTimeInternalServerError

type GetUserOutgoingFriendsWithTimeInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsWithTimeInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserOutgoingFriendsWithTimeInternalServerError

func NewGetUserOutgoingFriendsWithTimeInternalServerError() *GetUserOutgoingFriendsWithTimeInternalServerError

NewGetUserOutgoingFriendsWithTimeInternalServerError creates a GetUserOutgoingFriendsWithTimeInternalServerError with default headers values

func (*GetUserOutgoingFriendsWithTimeInternalServerError) Error

func (*GetUserOutgoingFriendsWithTimeInternalServerError) GetPayload

func (*GetUserOutgoingFriendsWithTimeInternalServerError) ToJSONString

type GetUserOutgoingFriendsWithTimeNotFound

type GetUserOutgoingFriendsWithTimeNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsWithTimeNotFound handles this case with default header values.

Not Found

func NewGetUserOutgoingFriendsWithTimeNotFound

func NewGetUserOutgoingFriendsWithTimeNotFound() *GetUserOutgoingFriendsWithTimeNotFound

NewGetUserOutgoingFriendsWithTimeNotFound creates a GetUserOutgoingFriendsWithTimeNotFound with default headers values

func (*GetUserOutgoingFriendsWithTimeNotFound) Error

func (*GetUserOutgoingFriendsWithTimeNotFound) GetPayload

func (*GetUserOutgoingFriendsWithTimeNotFound) ToJSONString

type GetUserOutgoingFriendsWithTimeOK

type GetUserOutgoingFriendsWithTimeOK struct {
	Payload []*lobbyclientmodels.ModelLoadOutgoingFriendsWithTimeResponse
}

GetUserOutgoingFriendsWithTimeOK handles this case with default header values.

OK

func NewGetUserOutgoingFriendsWithTimeOK

func NewGetUserOutgoingFriendsWithTimeOK() *GetUserOutgoingFriendsWithTimeOK

NewGetUserOutgoingFriendsWithTimeOK creates a GetUserOutgoingFriendsWithTimeOK with default headers values

func (*GetUserOutgoingFriendsWithTimeOK) Error

func (*GetUserOutgoingFriendsWithTimeOK) GetPayload

func (*GetUserOutgoingFriendsWithTimeOK) ToJSONString

func (o *GetUserOutgoingFriendsWithTimeOK) ToJSONString() string

type GetUserOutgoingFriendsWithTimeParams

type GetUserOutgoingFriendsWithTimeParams struct {

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

	*/
	Namespace string
	/*Limit
	  maximum number of data

	*/
	Limit *int64
	/*Offset
	  numbers of row to skip within the result

	*/
	Offset *int64

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

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

GetUserOutgoingFriendsWithTimeParams contains all the parameters to send to the API endpoint for the get user outgoing friends with time operation typically these are written to a http.Request

func NewGetUserOutgoingFriendsWithTimeParams

func NewGetUserOutgoingFriendsWithTimeParams() *GetUserOutgoingFriendsWithTimeParams

NewGetUserOutgoingFriendsWithTimeParams creates a new GetUserOutgoingFriendsWithTimeParams object with the default values initialized.

func NewGetUserOutgoingFriendsWithTimeParamsWithContext

func NewGetUserOutgoingFriendsWithTimeParamsWithContext(ctx context.Context) *GetUserOutgoingFriendsWithTimeParams

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

func NewGetUserOutgoingFriendsWithTimeParamsWithHTTPClient

func NewGetUserOutgoingFriendsWithTimeParamsWithHTTPClient(client *http.Client) *GetUserOutgoingFriendsWithTimeParams

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

func NewGetUserOutgoingFriendsWithTimeParamsWithTimeout

func NewGetUserOutgoingFriendsWithTimeParamsWithTimeout(timeout time.Duration) *GetUserOutgoingFriendsWithTimeParams

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

func (*GetUserOutgoingFriendsWithTimeParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get user outgoing friends with time params

func (*GetUserOutgoingFriendsWithTimeParams) SetContext

SetContext adds the context to the get user outgoing friends with time params

func (*GetUserOutgoingFriendsWithTimeParams) SetFlightId

func (o *GetUserOutgoingFriendsWithTimeParams) SetFlightId(flightId string)

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

func (*GetUserOutgoingFriendsWithTimeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user outgoing friends with time params

func (*GetUserOutgoingFriendsWithTimeParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get user outgoing friends with time params

func (*GetUserOutgoingFriendsWithTimeParams) SetLimit

func (o *GetUserOutgoingFriendsWithTimeParams) SetLimit(limit *int64)

SetLimit adds the limit to the get user outgoing friends with time params

func (*GetUserOutgoingFriendsWithTimeParams) SetNamespace

func (o *GetUserOutgoingFriendsWithTimeParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user outgoing friends with time params

func (*GetUserOutgoingFriendsWithTimeParams) SetOffset

func (o *GetUserOutgoingFriendsWithTimeParams) SetOffset(offset *int64)

SetOffset adds the offset to the get user outgoing friends with time params

func (*GetUserOutgoingFriendsWithTimeParams) SetTimeout

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

SetTimeout adds the timeout to the get user outgoing friends with time params

func (*GetUserOutgoingFriendsWithTimeParams) WithContext

WithContext adds the context to the get user outgoing friends with time params

func (*GetUserOutgoingFriendsWithTimeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user outgoing friends with time params

func (*GetUserOutgoingFriendsWithTimeParams) WithLimit

WithLimit adds the limit to the get user outgoing friends with time params

func (*GetUserOutgoingFriendsWithTimeParams) WithNamespace

WithNamespace adds the namespace to the get user outgoing friends with time params

func (*GetUserOutgoingFriendsWithTimeParams) WithOffset

WithOffset adds the offset to the get user outgoing friends with time params

func (*GetUserOutgoingFriendsWithTimeParams) WithTimeout

WithTimeout adds the timeout to the get user outgoing friends with time params

func (*GetUserOutgoingFriendsWithTimeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserOutgoingFriendsWithTimeReader

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

GetUserOutgoingFriendsWithTimeReader is a Reader for the GetUserOutgoingFriendsWithTime structure.

func (*GetUserOutgoingFriendsWithTimeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserOutgoingFriendsWithTimeUnauthorized

type GetUserOutgoingFriendsWithTimeUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsWithTimeUnauthorized handles this case with default header values.

Unauthorized

func NewGetUserOutgoingFriendsWithTimeUnauthorized

func NewGetUserOutgoingFriendsWithTimeUnauthorized() *GetUserOutgoingFriendsWithTimeUnauthorized

NewGetUserOutgoingFriendsWithTimeUnauthorized creates a GetUserOutgoingFriendsWithTimeUnauthorized with default headers values

func (*GetUserOutgoingFriendsWithTimeUnauthorized) Error

func (*GetUserOutgoingFriendsWithTimeUnauthorized) GetPayload

func (*GetUserOutgoingFriendsWithTimeUnauthorized) ToJSONString

type SyncNativeFriendsBadRequest

type SyncNativeFriendsBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SyncNativeFriendsBadRequest handles this case with default header values.

Bad Request

func NewSyncNativeFriendsBadRequest

func NewSyncNativeFriendsBadRequest() *SyncNativeFriendsBadRequest

NewSyncNativeFriendsBadRequest creates a SyncNativeFriendsBadRequest with default headers values

func (*SyncNativeFriendsBadRequest) Error

func (*SyncNativeFriendsBadRequest) GetPayload

func (*SyncNativeFriendsBadRequest) ToJSONString

func (o *SyncNativeFriendsBadRequest) ToJSONString() string

type SyncNativeFriendsForbidden

type SyncNativeFriendsForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SyncNativeFriendsForbidden handles this case with default header values.

Forbidden

func NewSyncNativeFriendsForbidden

func NewSyncNativeFriendsForbidden() *SyncNativeFriendsForbidden

NewSyncNativeFriendsForbidden creates a SyncNativeFriendsForbidden with default headers values

func (*SyncNativeFriendsForbidden) Error

func (*SyncNativeFriendsForbidden) GetPayload

func (*SyncNativeFriendsForbidden) ToJSONString

func (o *SyncNativeFriendsForbidden) ToJSONString() string

type SyncNativeFriendsInternalServerError

type SyncNativeFriendsInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SyncNativeFriendsInternalServerError handles this case with default header values.

Internal Server Error

func NewSyncNativeFriendsInternalServerError

func NewSyncNativeFriendsInternalServerError() *SyncNativeFriendsInternalServerError

NewSyncNativeFriendsInternalServerError creates a SyncNativeFriendsInternalServerError with default headers values

func (*SyncNativeFriendsInternalServerError) Error

func (*SyncNativeFriendsInternalServerError) GetPayload

func (*SyncNativeFriendsInternalServerError) ToJSONString

func (o *SyncNativeFriendsInternalServerError) ToJSONString() string

type SyncNativeFriendsOK

type SyncNativeFriendsOK struct {
	Payload []*lobbyclientmodels.ModelNativeFriendSyncResponse
}

SyncNativeFriendsOK handles this case with default header values.

func NewSyncNativeFriendsOK

func NewSyncNativeFriendsOK() *SyncNativeFriendsOK

NewSyncNativeFriendsOK creates a SyncNativeFriendsOK with default headers values

func (*SyncNativeFriendsOK) Error

func (o *SyncNativeFriendsOK) Error() string

func (*SyncNativeFriendsOK) GetPayload

func (*SyncNativeFriendsOK) ToJSONString

func (o *SyncNativeFriendsOK) ToJSONString() string

type SyncNativeFriendsParams

type SyncNativeFriendsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []*lobbyclientmodels.ModelNativeFriendRequest
	/*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
}

SyncNativeFriendsParams contains all the parameters to send to the API endpoint for the sync native friends operation typically these are written to a http.Request

func NewSyncNativeFriendsParams

func NewSyncNativeFriendsParams() *SyncNativeFriendsParams

NewSyncNativeFriendsParams creates a new SyncNativeFriendsParams object with the default values initialized.

func NewSyncNativeFriendsParamsWithContext

func NewSyncNativeFriendsParamsWithContext(ctx context.Context) *SyncNativeFriendsParams

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

func NewSyncNativeFriendsParamsWithHTTPClient

func NewSyncNativeFriendsParamsWithHTTPClient(client *http.Client) *SyncNativeFriendsParams

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

func NewSyncNativeFriendsParamsWithTimeout

func NewSyncNativeFriendsParamsWithTimeout(timeout time.Duration) *SyncNativeFriendsParams

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

func (*SyncNativeFriendsParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the sync native friends params

func (*SyncNativeFriendsParams) SetBody

SetBody adds the body to the sync native friends params

func (*SyncNativeFriendsParams) SetContext

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

SetContext adds the context to the sync native friends params

func (*SyncNativeFriendsParams) SetFlightId

func (o *SyncNativeFriendsParams) SetFlightId(flightId string)

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

func (*SyncNativeFriendsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the sync native friends params

func (*SyncNativeFriendsParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the sync native friends params

func (*SyncNativeFriendsParams) SetNamespace

func (o *SyncNativeFriendsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the sync native friends params

func (*SyncNativeFriendsParams) SetTimeout

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

SetTimeout adds the timeout to the sync native friends params

func (*SyncNativeFriendsParams) WithBody

WithBody adds the body to the sync native friends params

func (*SyncNativeFriendsParams) WithContext

WithContext adds the context to the sync native friends params

func (*SyncNativeFriendsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the sync native friends params

func (*SyncNativeFriendsParams) WithNamespace

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

WithNamespace adds the namespace to the sync native friends params

func (*SyncNativeFriendsParams) WithTimeout

WithTimeout adds the timeout to the sync native friends params

func (*SyncNativeFriendsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SyncNativeFriendsReader

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

SyncNativeFriendsReader is a Reader for the SyncNativeFriends structure.

func (*SyncNativeFriendsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SyncNativeFriendsUnauthorized

type SyncNativeFriendsUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SyncNativeFriendsUnauthorized handles this case with default header values.

Unauthorized

func NewSyncNativeFriendsUnauthorized

func NewSyncNativeFriendsUnauthorized() *SyncNativeFriendsUnauthorized

NewSyncNativeFriendsUnauthorized creates a SyncNativeFriendsUnauthorized with default headers values

func (*SyncNativeFriendsUnauthorized) Error

func (*SyncNativeFriendsUnauthorized) GetPayload

func (*SyncNativeFriendsUnauthorized) ToJSONString

func (o *SyncNativeFriendsUnauthorized) ToJSONString() string

type UserAcceptFriendRequestBadRequest

type UserAcceptFriendRequestBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserAcceptFriendRequestBadRequest handles this case with default header values.

Bad Request

func NewUserAcceptFriendRequestBadRequest

func NewUserAcceptFriendRequestBadRequest() *UserAcceptFriendRequestBadRequest

NewUserAcceptFriendRequestBadRequest creates a UserAcceptFriendRequestBadRequest with default headers values

func (*UserAcceptFriendRequestBadRequest) Error

func (*UserAcceptFriendRequestBadRequest) GetPayload

func (*UserAcceptFriendRequestBadRequest) ToJSONString

func (o *UserAcceptFriendRequestBadRequest) ToJSONString() string

type UserAcceptFriendRequestForbidden

type UserAcceptFriendRequestForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserAcceptFriendRequestForbidden handles this case with default header values.

Forbidden

func NewUserAcceptFriendRequestForbidden

func NewUserAcceptFriendRequestForbidden() *UserAcceptFriendRequestForbidden

NewUserAcceptFriendRequestForbidden creates a UserAcceptFriendRequestForbidden with default headers values

func (*UserAcceptFriendRequestForbidden) Error

func (*UserAcceptFriendRequestForbidden) GetPayload

func (*UserAcceptFriendRequestForbidden) ToJSONString

func (o *UserAcceptFriendRequestForbidden) ToJSONString() string

type UserAcceptFriendRequestInternalServerError

type UserAcceptFriendRequestInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserAcceptFriendRequestInternalServerError handles this case with default header values.

Internal Server Error

func NewUserAcceptFriendRequestInternalServerError

func NewUserAcceptFriendRequestInternalServerError() *UserAcceptFriendRequestInternalServerError

NewUserAcceptFriendRequestInternalServerError creates a UserAcceptFriendRequestInternalServerError with default headers values

func (*UserAcceptFriendRequestInternalServerError) Error

func (*UserAcceptFriendRequestInternalServerError) GetPayload

func (*UserAcceptFriendRequestInternalServerError) ToJSONString

type UserAcceptFriendRequestNoContent

type UserAcceptFriendRequestNoContent struct {
}

UserAcceptFriendRequestNoContent handles this case with default header values.

No Content

func NewUserAcceptFriendRequestNoContent

func NewUserAcceptFriendRequestNoContent() *UserAcceptFriendRequestNoContent

NewUserAcceptFriendRequestNoContent creates a UserAcceptFriendRequestNoContent with default headers values

func (*UserAcceptFriendRequestNoContent) Error

type UserAcceptFriendRequestNotFound

type UserAcceptFriendRequestNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserAcceptFriendRequestNotFound handles this case with default header values.

Not Found

func NewUserAcceptFriendRequestNotFound

func NewUserAcceptFriendRequestNotFound() *UserAcceptFriendRequestNotFound

NewUserAcceptFriendRequestNotFound creates a UserAcceptFriendRequestNotFound with default headers values

func (*UserAcceptFriendRequestNotFound) Error

func (*UserAcceptFriendRequestNotFound) GetPayload

func (*UserAcceptFriendRequestNotFound) ToJSONString

func (o *UserAcceptFriendRequestNotFound) ToJSONString() string

type UserAcceptFriendRequestParams

type UserAcceptFriendRequestParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelUserAcceptFriendRequest
	/*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
}

UserAcceptFriendRequestParams contains all the parameters to send to the API endpoint for the user accept friend request operation typically these are written to a http.Request

func NewUserAcceptFriendRequestParams

func NewUserAcceptFriendRequestParams() *UserAcceptFriendRequestParams

NewUserAcceptFriendRequestParams creates a new UserAcceptFriendRequestParams object with the default values initialized.

func NewUserAcceptFriendRequestParamsWithContext

func NewUserAcceptFriendRequestParamsWithContext(ctx context.Context) *UserAcceptFriendRequestParams

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

func NewUserAcceptFriendRequestParamsWithHTTPClient

func NewUserAcceptFriendRequestParamsWithHTTPClient(client *http.Client) *UserAcceptFriendRequestParams

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

func NewUserAcceptFriendRequestParamsWithTimeout

func NewUserAcceptFriendRequestParamsWithTimeout(timeout time.Duration) *UserAcceptFriendRequestParams

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

func (*UserAcceptFriendRequestParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the user accept friend request params

func (*UserAcceptFriendRequestParams) SetBody

SetBody adds the body to the user accept friend request params

func (*UserAcceptFriendRequestParams) SetContext

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

SetContext adds the context to the user accept friend request params

func (*UserAcceptFriendRequestParams) SetFlightId

func (o *UserAcceptFriendRequestParams) SetFlightId(flightId string)

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

func (*UserAcceptFriendRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the user accept friend request params

func (*UserAcceptFriendRequestParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the user accept friend request params

func (*UserAcceptFriendRequestParams) SetNamespace

func (o *UserAcceptFriendRequestParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the user accept friend request params

func (*UserAcceptFriendRequestParams) SetTimeout

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

SetTimeout adds the timeout to the user accept friend request params

func (*UserAcceptFriendRequestParams) WithBody

WithBody adds the body to the user accept friend request params

func (*UserAcceptFriendRequestParams) WithContext

WithContext adds the context to the user accept friend request params

func (*UserAcceptFriendRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the user accept friend request params

func (*UserAcceptFriendRequestParams) WithNamespace

WithNamespace adds the namespace to the user accept friend request params

func (*UserAcceptFriendRequestParams) WithTimeout

WithTimeout adds the timeout to the user accept friend request params

func (*UserAcceptFriendRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UserAcceptFriendRequestReader

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

UserAcceptFriendRequestReader is a Reader for the UserAcceptFriendRequest structure.

func (*UserAcceptFriendRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UserAcceptFriendRequestUnauthorized

type UserAcceptFriendRequestUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserAcceptFriendRequestUnauthorized handles this case with default header values.

Unauthorized

func NewUserAcceptFriendRequestUnauthorized

func NewUserAcceptFriendRequestUnauthorized() *UserAcceptFriendRequestUnauthorized

NewUserAcceptFriendRequestUnauthorized creates a UserAcceptFriendRequestUnauthorized with default headers values

func (*UserAcceptFriendRequestUnauthorized) Error

func (*UserAcceptFriendRequestUnauthorized) GetPayload

func (*UserAcceptFriendRequestUnauthorized) ToJSONString

func (o *UserAcceptFriendRequestUnauthorized) ToJSONString() string

type UserCancelFriendRequestBadRequest

type UserCancelFriendRequestBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserCancelFriendRequestBadRequest handles this case with default header values.

Bad Request

func NewUserCancelFriendRequestBadRequest

func NewUserCancelFriendRequestBadRequest() *UserCancelFriendRequestBadRequest

NewUserCancelFriendRequestBadRequest creates a UserCancelFriendRequestBadRequest with default headers values

func (*UserCancelFriendRequestBadRequest) Error

func (*UserCancelFriendRequestBadRequest) GetPayload

func (*UserCancelFriendRequestBadRequest) ToJSONString

func (o *UserCancelFriendRequestBadRequest) ToJSONString() string

type UserCancelFriendRequestForbidden

type UserCancelFriendRequestForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserCancelFriendRequestForbidden handles this case with default header values.

Forbidden

func NewUserCancelFriendRequestForbidden

func NewUserCancelFriendRequestForbidden() *UserCancelFriendRequestForbidden

NewUserCancelFriendRequestForbidden creates a UserCancelFriendRequestForbidden with default headers values

func (*UserCancelFriendRequestForbidden) Error

func (*UserCancelFriendRequestForbidden) GetPayload

func (*UserCancelFriendRequestForbidden) ToJSONString

func (o *UserCancelFriendRequestForbidden) ToJSONString() string

type UserCancelFriendRequestInternalServerError

type UserCancelFriendRequestInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserCancelFriendRequestInternalServerError handles this case with default header values.

Internal Server Error

func NewUserCancelFriendRequestInternalServerError

func NewUserCancelFriendRequestInternalServerError() *UserCancelFriendRequestInternalServerError

NewUserCancelFriendRequestInternalServerError creates a UserCancelFriendRequestInternalServerError with default headers values

func (*UserCancelFriendRequestInternalServerError) Error

func (*UserCancelFriendRequestInternalServerError) GetPayload

func (*UserCancelFriendRequestInternalServerError) ToJSONString

type UserCancelFriendRequestNoContent

type UserCancelFriendRequestNoContent struct {
}

UserCancelFriendRequestNoContent handles this case with default header values.

No Content

func NewUserCancelFriendRequestNoContent

func NewUserCancelFriendRequestNoContent() *UserCancelFriendRequestNoContent

NewUserCancelFriendRequestNoContent creates a UserCancelFriendRequestNoContent with default headers values

func (*UserCancelFriendRequestNoContent) Error

type UserCancelFriendRequestNotFound

type UserCancelFriendRequestNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserCancelFriendRequestNotFound handles this case with default header values.

Not Found

func NewUserCancelFriendRequestNotFound

func NewUserCancelFriendRequestNotFound() *UserCancelFriendRequestNotFound

NewUserCancelFriendRequestNotFound creates a UserCancelFriendRequestNotFound with default headers values

func (*UserCancelFriendRequestNotFound) Error

func (*UserCancelFriendRequestNotFound) GetPayload

func (*UserCancelFriendRequestNotFound) ToJSONString

func (o *UserCancelFriendRequestNotFound) ToJSONString() string

type UserCancelFriendRequestParams

type UserCancelFriendRequestParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelUserCancelFriendRequest
	/*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
}

UserCancelFriendRequestParams contains all the parameters to send to the API endpoint for the user cancel friend request operation typically these are written to a http.Request

func NewUserCancelFriendRequestParams

func NewUserCancelFriendRequestParams() *UserCancelFriendRequestParams

NewUserCancelFriendRequestParams creates a new UserCancelFriendRequestParams object with the default values initialized.

func NewUserCancelFriendRequestParamsWithContext

func NewUserCancelFriendRequestParamsWithContext(ctx context.Context) *UserCancelFriendRequestParams

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

func NewUserCancelFriendRequestParamsWithHTTPClient

func NewUserCancelFriendRequestParamsWithHTTPClient(client *http.Client) *UserCancelFriendRequestParams

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

func NewUserCancelFriendRequestParamsWithTimeout

func NewUserCancelFriendRequestParamsWithTimeout(timeout time.Duration) *UserCancelFriendRequestParams

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

func (*UserCancelFriendRequestParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the user cancel friend request params

func (*UserCancelFriendRequestParams) SetBody

SetBody adds the body to the user cancel friend request params

func (*UserCancelFriendRequestParams) SetContext

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

SetContext adds the context to the user cancel friend request params

func (*UserCancelFriendRequestParams) SetFlightId

func (o *UserCancelFriendRequestParams) SetFlightId(flightId string)

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

func (*UserCancelFriendRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the user cancel friend request params

func (*UserCancelFriendRequestParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the user cancel friend request params

func (*UserCancelFriendRequestParams) SetNamespace

func (o *UserCancelFriendRequestParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the user cancel friend request params

func (*UserCancelFriendRequestParams) SetTimeout

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

SetTimeout adds the timeout to the user cancel friend request params

func (*UserCancelFriendRequestParams) WithBody

WithBody adds the body to the user cancel friend request params

func (*UserCancelFriendRequestParams) WithContext

WithContext adds the context to the user cancel friend request params

func (*UserCancelFriendRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the user cancel friend request params

func (*UserCancelFriendRequestParams) WithNamespace

WithNamespace adds the namespace to the user cancel friend request params

func (*UserCancelFriendRequestParams) WithTimeout

WithTimeout adds the timeout to the user cancel friend request params

func (*UserCancelFriendRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UserCancelFriendRequestReader

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

UserCancelFriendRequestReader is a Reader for the UserCancelFriendRequest structure.

func (*UserCancelFriendRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UserCancelFriendRequestUnauthorized

type UserCancelFriendRequestUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserCancelFriendRequestUnauthorized handles this case with default header values.

Unauthorized

func NewUserCancelFriendRequestUnauthorized

func NewUserCancelFriendRequestUnauthorized() *UserCancelFriendRequestUnauthorized

NewUserCancelFriendRequestUnauthorized creates a UserCancelFriendRequestUnauthorized with default headers values

func (*UserCancelFriendRequestUnauthorized) Error

func (*UserCancelFriendRequestUnauthorized) GetPayload

func (*UserCancelFriendRequestUnauthorized) ToJSONString

func (o *UserCancelFriendRequestUnauthorized) ToJSONString() string

type UserGetFriendshipStatusBadRequest

type UserGetFriendshipStatusBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserGetFriendshipStatusBadRequest handles this case with default header values.

Bad Request

func NewUserGetFriendshipStatusBadRequest

func NewUserGetFriendshipStatusBadRequest() *UserGetFriendshipStatusBadRequest

NewUserGetFriendshipStatusBadRequest creates a UserGetFriendshipStatusBadRequest with default headers values

func (*UserGetFriendshipStatusBadRequest) Error

func (*UserGetFriendshipStatusBadRequest) GetPayload

func (*UserGetFriendshipStatusBadRequest) ToJSONString

func (o *UserGetFriendshipStatusBadRequest) ToJSONString() string

type UserGetFriendshipStatusForbidden

type UserGetFriendshipStatusForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserGetFriendshipStatusForbidden handles this case with default header values.

Forbidden

func NewUserGetFriendshipStatusForbidden

func NewUserGetFriendshipStatusForbidden() *UserGetFriendshipStatusForbidden

NewUserGetFriendshipStatusForbidden creates a UserGetFriendshipStatusForbidden with default headers values

func (*UserGetFriendshipStatusForbidden) Error

func (*UserGetFriendshipStatusForbidden) GetPayload

func (*UserGetFriendshipStatusForbidden) ToJSONString

func (o *UserGetFriendshipStatusForbidden) ToJSONString() string

type UserGetFriendshipStatusInternalServerError

type UserGetFriendshipStatusInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserGetFriendshipStatusInternalServerError handles this case with default header values.

Internal Server Error

func NewUserGetFriendshipStatusInternalServerError

func NewUserGetFriendshipStatusInternalServerError() *UserGetFriendshipStatusInternalServerError

NewUserGetFriendshipStatusInternalServerError creates a UserGetFriendshipStatusInternalServerError with default headers values

func (*UserGetFriendshipStatusInternalServerError) Error

func (*UserGetFriendshipStatusInternalServerError) GetPayload

func (*UserGetFriendshipStatusInternalServerError) ToJSONString

type UserGetFriendshipStatusOK

type UserGetFriendshipStatusOK struct {
	Payload *lobbyclientmodels.ModelUserGetFriendshipStatusResponse
}

UserGetFriendshipStatusOK handles this case with default header values.

OK

func NewUserGetFriendshipStatusOK

func NewUserGetFriendshipStatusOK() *UserGetFriendshipStatusOK

NewUserGetFriendshipStatusOK creates a UserGetFriendshipStatusOK with default headers values

func (*UserGetFriendshipStatusOK) Error

func (o *UserGetFriendshipStatusOK) Error() string

func (*UserGetFriendshipStatusOK) GetPayload

func (*UserGetFriendshipStatusOK) ToJSONString

func (o *UserGetFriendshipStatusOK) ToJSONString() string

type UserGetFriendshipStatusParams

type UserGetFriendshipStatusParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*FriendID
	  Friend ID

	*/
	FriendID string
	/*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
}

UserGetFriendshipStatusParams contains all the parameters to send to the API endpoint for the user get friendship status operation typically these are written to a http.Request

func NewUserGetFriendshipStatusParams

func NewUserGetFriendshipStatusParams() *UserGetFriendshipStatusParams

NewUserGetFriendshipStatusParams creates a new UserGetFriendshipStatusParams object with the default values initialized.

func NewUserGetFriendshipStatusParamsWithContext

func NewUserGetFriendshipStatusParamsWithContext(ctx context.Context) *UserGetFriendshipStatusParams

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

func NewUserGetFriendshipStatusParamsWithHTTPClient

func NewUserGetFriendshipStatusParamsWithHTTPClient(client *http.Client) *UserGetFriendshipStatusParams

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

func NewUserGetFriendshipStatusParamsWithTimeout

func NewUserGetFriendshipStatusParamsWithTimeout(timeout time.Duration) *UserGetFriendshipStatusParams

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

func (*UserGetFriendshipStatusParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the user get friendship status params

func (*UserGetFriendshipStatusParams) SetContext

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

SetContext adds the context to the user get friendship status params

func (*UserGetFriendshipStatusParams) SetFlightId

func (o *UserGetFriendshipStatusParams) SetFlightId(flightId string)

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

func (*UserGetFriendshipStatusParams) SetFriendID

func (o *UserGetFriendshipStatusParams) SetFriendID(friendID string)

SetFriendID adds the friendId to the user get friendship status params

func (*UserGetFriendshipStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the user get friendship status params

func (*UserGetFriendshipStatusParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the user get friendship status params

func (*UserGetFriendshipStatusParams) SetNamespace

func (o *UserGetFriendshipStatusParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the user get friendship status params

func (*UserGetFriendshipStatusParams) SetTimeout

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

SetTimeout adds the timeout to the user get friendship status params

func (*UserGetFriendshipStatusParams) WithContext

WithContext adds the context to the user get friendship status params

func (*UserGetFriendshipStatusParams) WithFriendID

WithFriendID adds the friendID to the user get friendship status params

func (*UserGetFriendshipStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the user get friendship status params

func (*UserGetFriendshipStatusParams) WithNamespace

WithNamespace adds the namespace to the user get friendship status params

func (*UserGetFriendshipStatusParams) WithTimeout

WithTimeout adds the timeout to the user get friendship status params

func (*UserGetFriendshipStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UserGetFriendshipStatusReader

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

UserGetFriendshipStatusReader is a Reader for the UserGetFriendshipStatus structure.

func (*UserGetFriendshipStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UserGetFriendshipStatusUnauthorized

type UserGetFriendshipStatusUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserGetFriendshipStatusUnauthorized handles this case with default header values.

Unauthorized

func NewUserGetFriendshipStatusUnauthorized

func NewUserGetFriendshipStatusUnauthorized() *UserGetFriendshipStatusUnauthorized

NewUserGetFriendshipStatusUnauthorized creates a UserGetFriendshipStatusUnauthorized with default headers values

func (*UserGetFriendshipStatusUnauthorized) Error

func (*UserGetFriendshipStatusUnauthorized) GetPayload

func (*UserGetFriendshipStatusUnauthorized) ToJSONString

func (o *UserGetFriendshipStatusUnauthorized) ToJSONString() string

type UserRejectFriendRequestBadRequest

type UserRejectFriendRequestBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRejectFriendRequestBadRequest handles this case with default header values.

Bad Request

func NewUserRejectFriendRequestBadRequest

func NewUserRejectFriendRequestBadRequest() *UserRejectFriendRequestBadRequest

NewUserRejectFriendRequestBadRequest creates a UserRejectFriendRequestBadRequest with default headers values

func (*UserRejectFriendRequestBadRequest) Error

func (*UserRejectFriendRequestBadRequest) GetPayload

func (*UserRejectFriendRequestBadRequest) ToJSONString

func (o *UserRejectFriendRequestBadRequest) ToJSONString() string

type UserRejectFriendRequestForbidden

type UserRejectFriendRequestForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRejectFriendRequestForbidden handles this case with default header values.

Forbidden

func NewUserRejectFriendRequestForbidden

func NewUserRejectFriendRequestForbidden() *UserRejectFriendRequestForbidden

NewUserRejectFriendRequestForbidden creates a UserRejectFriendRequestForbidden with default headers values

func (*UserRejectFriendRequestForbidden) Error

func (*UserRejectFriendRequestForbidden) GetPayload

func (*UserRejectFriendRequestForbidden) ToJSONString

func (o *UserRejectFriendRequestForbidden) ToJSONString() string

type UserRejectFriendRequestInternalServerError

type UserRejectFriendRequestInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRejectFriendRequestInternalServerError handles this case with default header values.

Internal Server Error

func NewUserRejectFriendRequestInternalServerError

func NewUserRejectFriendRequestInternalServerError() *UserRejectFriendRequestInternalServerError

NewUserRejectFriendRequestInternalServerError creates a UserRejectFriendRequestInternalServerError with default headers values

func (*UserRejectFriendRequestInternalServerError) Error

func (*UserRejectFriendRequestInternalServerError) GetPayload

func (*UserRejectFriendRequestInternalServerError) ToJSONString

type UserRejectFriendRequestNoContent

type UserRejectFriendRequestNoContent struct {
}

UserRejectFriendRequestNoContent handles this case with default header values.

No Content

func NewUserRejectFriendRequestNoContent

func NewUserRejectFriendRequestNoContent() *UserRejectFriendRequestNoContent

NewUserRejectFriendRequestNoContent creates a UserRejectFriendRequestNoContent with default headers values

func (*UserRejectFriendRequestNoContent) Error

type UserRejectFriendRequestNotFound

type UserRejectFriendRequestNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRejectFriendRequestNotFound handles this case with default header values.

Not Found

func NewUserRejectFriendRequestNotFound

func NewUserRejectFriendRequestNotFound() *UserRejectFriendRequestNotFound

NewUserRejectFriendRequestNotFound creates a UserRejectFriendRequestNotFound with default headers values

func (*UserRejectFriendRequestNotFound) Error

func (*UserRejectFriendRequestNotFound) GetPayload

func (*UserRejectFriendRequestNotFound) ToJSONString

func (o *UserRejectFriendRequestNotFound) ToJSONString() string

type UserRejectFriendRequestParams

type UserRejectFriendRequestParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelUserRejectFriendRequest
	/*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
}

UserRejectFriendRequestParams contains all the parameters to send to the API endpoint for the user reject friend request operation typically these are written to a http.Request

func NewUserRejectFriendRequestParams

func NewUserRejectFriendRequestParams() *UserRejectFriendRequestParams

NewUserRejectFriendRequestParams creates a new UserRejectFriendRequestParams object with the default values initialized.

func NewUserRejectFriendRequestParamsWithContext

func NewUserRejectFriendRequestParamsWithContext(ctx context.Context) *UserRejectFriendRequestParams

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

func NewUserRejectFriendRequestParamsWithHTTPClient

func NewUserRejectFriendRequestParamsWithHTTPClient(client *http.Client) *UserRejectFriendRequestParams

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

func NewUserRejectFriendRequestParamsWithTimeout

func NewUserRejectFriendRequestParamsWithTimeout(timeout time.Duration) *UserRejectFriendRequestParams

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

func (*UserRejectFriendRequestParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the user reject friend request params

func (*UserRejectFriendRequestParams) SetBody

SetBody adds the body to the user reject friend request params

func (*UserRejectFriendRequestParams) SetContext

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

SetContext adds the context to the user reject friend request params

func (*UserRejectFriendRequestParams) SetFlightId

func (o *UserRejectFriendRequestParams) SetFlightId(flightId string)

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

func (*UserRejectFriendRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the user reject friend request params

func (*UserRejectFriendRequestParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the user reject friend request params

func (*UserRejectFriendRequestParams) SetNamespace

func (o *UserRejectFriendRequestParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the user reject friend request params

func (*UserRejectFriendRequestParams) SetTimeout

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

SetTimeout adds the timeout to the user reject friend request params

func (*UserRejectFriendRequestParams) WithBody

WithBody adds the body to the user reject friend request params

func (*UserRejectFriendRequestParams) WithContext

WithContext adds the context to the user reject friend request params

func (*UserRejectFriendRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the user reject friend request params

func (*UserRejectFriendRequestParams) WithNamespace

WithNamespace adds the namespace to the user reject friend request params

func (*UserRejectFriendRequestParams) WithTimeout

WithTimeout adds the timeout to the user reject friend request params

func (*UserRejectFriendRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UserRejectFriendRequestReader

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

UserRejectFriendRequestReader is a Reader for the UserRejectFriendRequest structure.

func (*UserRejectFriendRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UserRejectFriendRequestUnauthorized

type UserRejectFriendRequestUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRejectFriendRequestUnauthorized handles this case with default header values.

Unauthorized

func NewUserRejectFriendRequestUnauthorized

func NewUserRejectFriendRequestUnauthorized() *UserRejectFriendRequestUnauthorized

NewUserRejectFriendRequestUnauthorized creates a UserRejectFriendRequestUnauthorized with default headers values

func (*UserRejectFriendRequestUnauthorized) Error

func (*UserRejectFriendRequestUnauthorized) GetPayload

func (*UserRejectFriendRequestUnauthorized) ToJSONString

func (o *UserRejectFriendRequestUnauthorized) ToJSONString() string

type UserRequestFriendBadRequest

type UserRequestFriendBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRequestFriendBadRequest handles this case with default header values.

Bad Request

func NewUserRequestFriendBadRequest

func NewUserRequestFriendBadRequest() *UserRequestFriendBadRequest

NewUserRequestFriendBadRequest creates a UserRequestFriendBadRequest with default headers values

func (*UserRequestFriendBadRequest) Error

func (*UserRequestFriendBadRequest) GetPayload

func (*UserRequestFriendBadRequest) ToJSONString

func (o *UserRequestFriendBadRequest) ToJSONString() string

type UserRequestFriendCreated

type UserRequestFriendCreated struct {
}

UserRequestFriendCreated handles this case with default header values.

Created

func NewUserRequestFriendCreated

func NewUserRequestFriendCreated() *UserRequestFriendCreated

NewUserRequestFriendCreated creates a UserRequestFriendCreated with default headers values

func (*UserRequestFriendCreated) Error

func (o *UserRequestFriendCreated) Error() string

type UserRequestFriendForbidden

type UserRequestFriendForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRequestFriendForbidden handles this case with default header values.

Forbidden

func NewUserRequestFriendForbidden

func NewUserRequestFriendForbidden() *UserRequestFriendForbidden

NewUserRequestFriendForbidden creates a UserRequestFriendForbidden with default headers values

func (*UserRequestFriendForbidden) Error

func (*UserRequestFriendForbidden) GetPayload

func (*UserRequestFriendForbidden) ToJSONString

func (o *UserRequestFriendForbidden) ToJSONString() string

type UserRequestFriendInternalServerError

type UserRequestFriendInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRequestFriendInternalServerError handles this case with default header values.

Internal Server Error

func NewUserRequestFriendInternalServerError

func NewUserRequestFriendInternalServerError() *UserRequestFriendInternalServerError

NewUserRequestFriendInternalServerError creates a UserRequestFriendInternalServerError with default headers values

func (*UserRequestFriendInternalServerError) Error

func (*UserRequestFriendInternalServerError) GetPayload

func (*UserRequestFriendInternalServerError) ToJSONString

func (o *UserRequestFriendInternalServerError) ToJSONString() string

type UserRequestFriendNotFound

type UserRequestFriendNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRequestFriendNotFound handles this case with default header values.

Not Found

func NewUserRequestFriendNotFound

func NewUserRequestFriendNotFound() *UserRequestFriendNotFound

NewUserRequestFriendNotFound creates a UserRequestFriendNotFound with default headers values

func (*UserRequestFriendNotFound) Error

func (o *UserRequestFriendNotFound) Error() string

func (*UserRequestFriendNotFound) GetPayload

func (*UserRequestFriendNotFound) ToJSONString

func (o *UserRequestFriendNotFound) ToJSONString() string

type UserRequestFriendParams

type UserRequestFriendParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelUserRequestFriendRequest
	/*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
}

UserRequestFriendParams contains all the parameters to send to the API endpoint for the user request friend operation typically these are written to a http.Request

func NewUserRequestFriendParams

func NewUserRequestFriendParams() *UserRequestFriendParams

NewUserRequestFriendParams creates a new UserRequestFriendParams object with the default values initialized.

func NewUserRequestFriendParamsWithContext

func NewUserRequestFriendParamsWithContext(ctx context.Context) *UserRequestFriendParams

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

func NewUserRequestFriendParamsWithHTTPClient

func NewUserRequestFriendParamsWithHTTPClient(client *http.Client) *UserRequestFriendParams

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

func NewUserRequestFriendParamsWithTimeout

func NewUserRequestFriendParamsWithTimeout(timeout time.Duration) *UserRequestFriendParams

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

func (*UserRequestFriendParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the user request friend params

func (*UserRequestFriendParams) SetBody

SetBody adds the body to the user request friend params

func (*UserRequestFriendParams) SetContext

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

SetContext adds the context to the user request friend params

func (*UserRequestFriendParams) SetFlightId

func (o *UserRequestFriendParams) SetFlightId(flightId string)

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

func (*UserRequestFriendParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the user request friend params

func (*UserRequestFriendParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the user request friend params

func (*UserRequestFriendParams) SetNamespace

func (o *UserRequestFriendParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the user request friend params

func (*UserRequestFriendParams) SetTimeout

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

SetTimeout adds the timeout to the user request friend params

func (*UserRequestFriendParams) WithBody

WithBody adds the body to the user request friend params

func (*UserRequestFriendParams) WithContext

WithContext adds the context to the user request friend params

func (*UserRequestFriendParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the user request friend params

func (*UserRequestFriendParams) WithNamespace

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

WithNamespace adds the namespace to the user request friend params

func (*UserRequestFriendParams) WithTimeout

WithTimeout adds the timeout to the user request friend params

func (*UserRequestFriendParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UserRequestFriendReader

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

UserRequestFriendReader is a Reader for the UserRequestFriend structure.

func (*UserRequestFriendReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UserRequestFriendUnauthorized

type UserRequestFriendUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRequestFriendUnauthorized handles this case with default header values.

Unauthorized

func NewUserRequestFriendUnauthorized

func NewUserRequestFriendUnauthorized() *UserRequestFriendUnauthorized

NewUserRequestFriendUnauthorized creates a UserRequestFriendUnauthorized with default headers values

func (*UserRequestFriendUnauthorized) Error

func (*UserRequestFriendUnauthorized) GetPayload

func (*UserRequestFriendUnauthorized) ToJSONString

func (o *UserRequestFriendUnauthorized) ToJSONString() string

type UserRequestFriendUnprocessableEntity

type UserRequestFriendUnprocessableEntity struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRequestFriendUnprocessableEntity handles this case with default header values.

Unprocessable Entity

func NewUserRequestFriendUnprocessableEntity

func NewUserRequestFriendUnprocessableEntity() *UserRequestFriendUnprocessableEntity

NewUserRequestFriendUnprocessableEntity creates a UserRequestFriendUnprocessableEntity with default headers values

func (*UserRequestFriendUnprocessableEntity) Error

func (*UserRequestFriendUnprocessableEntity) GetPayload

func (*UserRequestFriendUnprocessableEntity) ToJSONString

func (o *UserRequestFriendUnprocessableEntity) ToJSONString() string

type UserUnfriendRequestBadRequest

type UserUnfriendRequestBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserUnfriendRequestBadRequest handles this case with default header values.

Bad Request

func NewUserUnfriendRequestBadRequest

func NewUserUnfriendRequestBadRequest() *UserUnfriendRequestBadRequest

NewUserUnfriendRequestBadRequest creates a UserUnfriendRequestBadRequest with default headers values

func (*UserUnfriendRequestBadRequest) Error

func (*UserUnfriendRequestBadRequest) GetPayload

func (*UserUnfriendRequestBadRequest) ToJSONString

func (o *UserUnfriendRequestBadRequest) ToJSONString() string

type UserUnfriendRequestForbidden

type UserUnfriendRequestForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserUnfriendRequestForbidden handles this case with default header values.

Forbidden

func NewUserUnfriendRequestForbidden

func NewUserUnfriendRequestForbidden() *UserUnfriendRequestForbidden

NewUserUnfriendRequestForbidden creates a UserUnfriendRequestForbidden with default headers values

func (*UserUnfriendRequestForbidden) Error

func (*UserUnfriendRequestForbidden) GetPayload

func (*UserUnfriendRequestForbidden) ToJSONString

func (o *UserUnfriendRequestForbidden) ToJSONString() string

type UserUnfriendRequestInternalServerError

type UserUnfriendRequestInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserUnfriendRequestInternalServerError handles this case with default header values.

Internal Server Error

func NewUserUnfriendRequestInternalServerError

func NewUserUnfriendRequestInternalServerError() *UserUnfriendRequestInternalServerError

NewUserUnfriendRequestInternalServerError creates a UserUnfriendRequestInternalServerError with default headers values

func (*UserUnfriendRequestInternalServerError) Error

func (*UserUnfriendRequestInternalServerError) GetPayload

func (*UserUnfriendRequestInternalServerError) ToJSONString

type UserUnfriendRequestNoContent

type UserUnfriendRequestNoContent struct {
}

UserUnfriendRequestNoContent handles this case with default header values.

No Content

func NewUserUnfriendRequestNoContent

func NewUserUnfriendRequestNoContent() *UserUnfriendRequestNoContent

NewUserUnfriendRequestNoContent creates a UserUnfriendRequestNoContent with default headers values

func (*UserUnfriendRequestNoContent) Error

type UserUnfriendRequestNotFound

type UserUnfriendRequestNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserUnfriendRequestNotFound handles this case with default header values.

Not Found

func NewUserUnfriendRequestNotFound

func NewUserUnfriendRequestNotFound() *UserUnfriendRequestNotFound

NewUserUnfriendRequestNotFound creates a UserUnfriendRequestNotFound with default headers values

func (*UserUnfriendRequestNotFound) Error

func (*UserUnfriendRequestNotFound) GetPayload

func (*UserUnfriendRequestNotFound) ToJSONString

func (o *UserUnfriendRequestNotFound) ToJSONString() string

type UserUnfriendRequestParams

type UserUnfriendRequestParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelUserUnfriendRequest
	/*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
}

UserUnfriendRequestParams contains all the parameters to send to the API endpoint for the user unfriend request operation typically these are written to a http.Request

func NewUserUnfriendRequestParams

func NewUserUnfriendRequestParams() *UserUnfriendRequestParams

NewUserUnfriendRequestParams creates a new UserUnfriendRequestParams object with the default values initialized.

func NewUserUnfriendRequestParamsWithContext

func NewUserUnfriendRequestParamsWithContext(ctx context.Context) *UserUnfriendRequestParams

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

func NewUserUnfriendRequestParamsWithHTTPClient

func NewUserUnfriendRequestParamsWithHTTPClient(client *http.Client) *UserUnfriendRequestParams

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

func NewUserUnfriendRequestParamsWithTimeout

func NewUserUnfriendRequestParamsWithTimeout(timeout time.Duration) *UserUnfriendRequestParams

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

func (*UserUnfriendRequestParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the user unfriend request params

func (*UserUnfriendRequestParams) SetBody

SetBody adds the body to the user unfriend request params

func (*UserUnfriendRequestParams) SetContext

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

SetContext adds the context to the user unfriend request params

func (*UserUnfriendRequestParams) SetFlightId

func (o *UserUnfriendRequestParams) SetFlightId(flightId string)

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

func (*UserUnfriendRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the user unfriend request params

func (*UserUnfriendRequestParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the user unfriend request params

func (*UserUnfriendRequestParams) SetNamespace

func (o *UserUnfriendRequestParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the user unfriend request params

func (*UserUnfriendRequestParams) SetTimeout

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

SetTimeout adds the timeout to the user unfriend request params

func (*UserUnfriendRequestParams) WithBody

WithBody adds the body to the user unfriend request params

func (*UserUnfriendRequestParams) WithContext

WithContext adds the context to the user unfriend request params

func (*UserUnfriendRequestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the user unfriend request params

func (*UserUnfriendRequestParams) WithNamespace

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

WithNamespace adds the namespace to the user unfriend request params

func (*UserUnfriendRequestParams) WithTimeout

WithTimeout adds the timeout to the user unfriend request params

func (*UserUnfriendRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UserUnfriendRequestReader

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

UserUnfriendRequestReader is a Reader for the UserUnfriendRequest structure.

func (*UserUnfriendRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UserUnfriendRequestUnauthorized

type UserUnfriendRequestUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserUnfriendRequestUnauthorized handles this case with default header values.

Unauthorized

func NewUserUnfriendRequestUnauthorized

func NewUserUnfriendRequestUnauthorized() *UserUnfriendRequestUnauthorized

NewUserUnfriendRequestUnauthorized creates a UserUnfriendRequestUnauthorized with default headers values

func (*UserUnfriendRequestUnauthorized) Error

func (*UserUnfriendRequestUnauthorized) GetPayload

func (*UserUnfriendRequestUnauthorized) ToJSONString

func (o *UserUnfriendRequestUnauthorized) ToJSONString() string

Source Files

Jump to

Keyboard shortcuts

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