friends

package
v0.50.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type 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 added in v0.25.0

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 added in v0.25.0

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 added in v0.25.0

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.ModelBulkAddFriendsRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// 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 added in v0.17.0

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

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

SetHTTPClient adds the HTTPClient to the add friends without confirmation params

func (*AddFriendsWithoutConfirmationParams) SetHTTPClientTransport added in v0.19.0

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 added in v0.25.0

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 Required permission : `NAMESPACE:{namespace}:USER:{userId}:FRIENDS [CREATE]` with scope `social`

friends request in a namespace.

func (*Client) AddFriendsWithoutConfirmationShort added in v0.8.0

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

AddFriendsWithoutConfirmationShort add friends without confirmation Required permission : `NAMESPACE:{namespace}:USER:{userId}:FRIENDS [CREATE]` with scope `social`

friends request in a namespace.

func (*Client) GetIncomingFriendRequests deprecated added in v0.46.0

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

GetIncomingFriendRequests get incoming friend requests Required permission : `NAMESPACE:{namespace}:USER:{userId}:FRIENDS [READ]` with scope `social`

get list of incoming friend requests.

func (*Client) GetIncomingFriendRequestsShort added in v0.46.0

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

GetIncomingFriendRequestsShort get incoming friend requests Required permission : `NAMESPACE:{namespace}:USER:{userId}:FRIENDS [READ]` with scope `social`

get list of incoming friend requests.

func (*Client) GetListOfFriends deprecated

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

GetListOfFriends get list of friends Required permission : `NAMESPACE:{namespace}:USER:{userId}:FRIENDS [READ]` with scope `social`

get list of friends in a namespace.

func (*Client) GetListOfFriendsShort added in v0.8.0

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

GetListOfFriendsShort get list of friends Required permission : `NAMESPACE:{namespace}:USER:{userId}:FRIENDS [READ]` with scope `social`

get list of friends in a namespace.

func (*Client) GetOutgoingFriendRequests deprecated added in v0.46.0

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

GetOutgoingFriendRequests get list of outgoing friend requests Required permission : `NAMESPACE:{namespace}:USER:{userId}:FRIENDS [READ]` with scope `social`

get list of outgoing friend requests in a namespace.

func (*Client) GetOutgoingFriendRequestsShort added in v0.46.0

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

GetOutgoingFriendRequestsShort get list of outgoing friend requests Required permission : `NAMESPACE:{namespace}:USER:{userId}:FRIENDS [READ]` with scope `social`

get list of outgoing friend requests in a namespace.

func (*Client) GetUserFriendsUpdated deprecated added in v0.8.0

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

GetUserFriendsUpdated get list of friends

func (*Client) GetUserFriendsUpdatedShort added in v0.8.0

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

GetUserFriendsUpdatedShort get list of friends

func (*Client) GetUserFriendsWithPlatform deprecated added in v0.46.0

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

GetUserFriendsWithPlatform get list of friends with platform data

func (*Client) GetUserFriendsWithPlatformShort added in v0.46.0

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

GetUserFriendsWithPlatformShort get list of friends with platform data

func (*Client) GetUserIncomingFriends deprecated added in v0.2.0

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

GetUserIncomingFriends get list of incoming friends

func (*Client) GetUserIncomingFriendsShort added in v0.8.0

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

GetUserIncomingFriendsShort get list of incoming friends

func (*Client) GetUserIncomingFriendsWithTime deprecated added in v0.40.0

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

GetUserIncomingFriendsWithTime get list of incoming friends with requested time info

func (*Client) GetUserIncomingFriendsWithTimeShort added in v0.40.0

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

GetUserIncomingFriendsWithTimeShort get list of incoming friends with requested time info

func (*Client) GetUserOutgoingFriends deprecated added in v0.2.0

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

GetUserOutgoingFriends get list of outgoing friends

func (*Client) GetUserOutgoingFriendsShort added in v0.8.0

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

GetUserOutgoingFriendsShort get list of outgoing friends

func (*Client) GetUserOutgoingFriendsWithTime deprecated added in v0.40.0

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

GetUserOutgoingFriendsWithTime get list of outgoing friends with requested time info

func (*Client) GetUserOutgoingFriendsWithTimeShort added in v0.40.0

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

GetUserOutgoingFriendsWithTimeShort get list of outgoing friends with requested time info

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UserAcceptFriendRequest deprecated added in v0.2.0

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

UserAcceptFriendRequest user accept friend

func (*Client) UserAcceptFriendRequestShort added in v0.8.0

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

UserAcceptFriendRequestShort user accept friend

func (*Client) UserCancelFriendRequest deprecated added in v0.2.0

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

UserCancelFriendRequest user cancel a friend request

func (*Client) UserCancelFriendRequestShort added in v0.8.0

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

UserCancelFriendRequestShort user cancel a friend request

func (*Client) UserGetFriendshipStatus deprecated added in v0.2.0

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

UserGetFriendshipStatus user get friendship status

func (*Client) UserGetFriendshipStatusShort added in v0.8.0

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

UserGetFriendshipStatusShort user get friendship status

func (*Client) UserRejectFriendRequest deprecated added in v0.2.0

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

UserRejectFriendRequest user reject a friend request

func (*Client) UserRejectFriendRequestShort added in v0.8.0

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

UserRejectFriendRequestShort user reject a friend request

func (*Client) UserRequestFriend deprecated added in v0.2.0

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.

func (*Client) UserRequestFriendShort added in v0.8.0

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.

func (*Client) UserUnfriendRequest deprecated added in v0.2.0

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

UserUnfriendRequest user unfriend a friend

func (*Client) UserUnfriendRequestShort added in v0.8.0

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

UserUnfriendRequestShort 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)
	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)
	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 added in v0.46.0

type GetIncomingFriendRequestsBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetIncomingFriendRequestsBadRequest handles this case with default header values.

Bad Request

func NewGetIncomingFriendRequestsBadRequest added in v0.46.0

func NewGetIncomingFriendRequestsBadRequest() *GetIncomingFriendRequestsBadRequest

NewGetIncomingFriendRequestsBadRequest creates a GetIncomingFriendRequestsBadRequest with default headers values

func (*GetIncomingFriendRequestsBadRequest) Error added in v0.46.0

func (*GetIncomingFriendRequestsBadRequest) GetPayload added in v0.46.0

func (*GetIncomingFriendRequestsBadRequest) ToJSONString added in v0.46.0

func (o *GetIncomingFriendRequestsBadRequest) ToJSONString() string

type GetIncomingFriendRequestsForbidden added in v0.46.0

type GetIncomingFriendRequestsForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetIncomingFriendRequestsForbidden handles this case with default header values.

Forbidden

func NewGetIncomingFriendRequestsForbidden added in v0.46.0

func NewGetIncomingFriendRequestsForbidden() *GetIncomingFriendRequestsForbidden

NewGetIncomingFriendRequestsForbidden creates a GetIncomingFriendRequestsForbidden with default headers values

func (*GetIncomingFriendRequestsForbidden) Error added in v0.46.0

func (*GetIncomingFriendRequestsForbidden) GetPayload added in v0.46.0

func (*GetIncomingFriendRequestsForbidden) ToJSONString added in v0.46.0

func (o *GetIncomingFriendRequestsForbidden) ToJSONString() string

type GetIncomingFriendRequestsInternalServerError added in v0.46.0

type GetIncomingFriendRequestsInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetIncomingFriendRequestsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetIncomingFriendRequestsInternalServerError added in v0.46.0

func NewGetIncomingFriendRequestsInternalServerError() *GetIncomingFriendRequestsInternalServerError

NewGetIncomingFriendRequestsInternalServerError creates a GetIncomingFriendRequestsInternalServerError with default headers values

func (*GetIncomingFriendRequestsInternalServerError) Error added in v0.46.0

func (*GetIncomingFriendRequestsInternalServerError) GetPayload added in v0.46.0

func (*GetIncomingFriendRequestsInternalServerError) ToJSONString added in v0.46.0

type GetIncomingFriendRequestsOK added in v0.46.0

type GetIncomingFriendRequestsOK struct {
	Payload *lobbyclientmodels.ModelLoadIncomingFriendsWithTimeResponse
}

GetIncomingFriendRequestsOK handles this case with default header values.

func NewGetIncomingFriendRequestsOK added in v0.46.0

func NewGetIncomingFriendRequestsOK() *GetIncomingFriendRequestsOK

NewGetIncomingFriendRequestsOK creates a GetIncomingFriendRequestsOK with default headers values

func (*GetIncomingFriendRequestsOK) Error added in v0.46.0

func (*GetIncomingFriendRequestsOK) GetPayload added in v0.46.0

func (*GetIncomingFriendRequestsOK) ToJSONString added in v0.46.0

func (o *GetIncomingFriendRequestsOK) ToJSONString() string

type GetIncomingFriendRequestsParams added in v0.46.0

type GetIncomingFriendRequestsParams 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
	// 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 added in v0.46.0

func NewGetIncomingFriendRequestsParams() *GetIncomingFriendRequestsParams

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

func NewGetIncomingFriendRequestsParamsWithContext added in v0.46.0

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 added in v0.46.0

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 added in v0.46.0

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 added in v0.46.0

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

SetAuthInfoWriter adds the authInfoWriter to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetContext added in v0.46.0

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

SetContext adds the context to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetHTTPClient added in v0.46.0

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

SetHTTPClient adds the HTTPClient to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetHTTPClientTransport added in v0.46.0

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

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

func (*GetIncomingFriendRequestsParams) SetLimit added in v0.46.0

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

SetLimit adds the limit to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetNamespace added in v0.46.0

func (o *GetIncomingFriendRequestsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetOffset added in v0.46.0

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

SetOffset adds the offset to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetTimeout added in v0.46.0

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

SetTimeout adds the timeout to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) SetUserID added in v0.46.0

func (o *GetIncomingFriendRequestsParams) SetUserID(userID string)

SetUserID adds the userId to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithContext added in v0.46.0

WithContext adds the context to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithHTTPClient added in v0.46.0

WithHTTPClient adds the HTTPClient to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithLimit added in v0.46.0

WithLimit adds the limit to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithNamespace added in v0.46.0

WithNamespace adds the namespace to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithOffset added in v0.46.0

WithOffset adds the offset to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithTimeout added in v0.46.0

WithTimeout adds the timeout to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WithUserID added in v0.46.0

WithUserID adds the userID to the get incoming friend requests params

func (*GetIncomingFriendRequestsParams) WriteToRequest added in v0.46.0

WriteToRequest writes these params to a swagger request

type GetIncomingFriendRequestsReader added in v0.46.0

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

GetIncomingFriendRequestsReader is a Reader for the GetIncomingFriendRequests structure.

func (*GetIncomingFriendRequestsReader) ReadResponse added in v0.46.0

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

ReadResponse reads a server response into the received o.

type GetIncomingFriendRequestsUnauthorized added in v0.46.0

type GetIncomingFriendRequestsUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetIncomingFriendRequestsUnauthorized handles this case with default header values.

Unauthorized

func NewGetIncomingFriendRequestsUnauthorized added in v0.46.0

func NewGetIncomingFriendRequestsUnauthorized() *GetIncomingFriendRequestsUnauthorized

NewGetIncomingFriendRequestsUnauthorized creates a GetIncomingFriendRequestsUnauthorized with default headers values

func (*GetIncomingFriendRequestsUnauthorized) Error added in v0.46.0

func (*GetIncomingFriendRequestsUnauthorized) GetPayload added in v0.46.0

func (*GetIncomingFriendRequestsUnauthorized) ToJSONString added in v0.46.0

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 added in v0.25.0

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 added in v0.25.0

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 added in v0.25.0

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 added in v0.25.0

func (o *GetListOfFriendsOK) ToJSONString() string

type GetListOfFriendsParams

type GetListOfFriendsParams 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
	// 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 added in v0.17.0

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

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

SetHTTPClient adds the HTTPClient to the get list of friends params

func (*GetListOfFriendsParams) SetHTTPClientTransport added in v0.19.0

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) 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 added in v0.25.0

func (o *GetListOfFriendsUnauthorized) ToJSONString() string

type GetOutgoingFriendRequestsBadRequest added in v0.46.0

type GetOutgoingFriendRequestsBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetOutgoingFriendRequestsBadRequest handles this case with default header values.

Bad Request

func NewGetOutgoingFriendRequestsBadRequest added in v0.46.0

func NewGetOutgoingFriendRequestsBadRequest() *GetOutgoingFriendRequestsBadRequest

NewGetOutgoingFriendRequestsBadRequest creates a GetOutgoingFriendRequestsBadRequest with default headers values

func (*GetOutgoingFriendRequestsBadRequest) Error added in v0.46.0

func (*GetOutgoingFriendRequestsBadRequest) GetPayload added in v0.46.0

func (*GetOutgoingFriendRequestsBadRequest) ToJSONString added in v0.46.0

func (o *GetOutgoingFriendRequestsBadRequest) ToJSONString() string

type GetOutgoingFriendRequestsForbidden added in v0.46.0

type GetOutgoingFriendRequestsForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetOutgoingFriendRequestsForbidden handles this case with default header values.

Forbidden

func NewGetOutgoingFriendRequestsForbidden added in v0.46.0

func NewGetOutgoingFriendRequestsForbidden() *GetOutgoingFriendRequestsForbidden

NewGetOutgoingFriendRequestsForbidden creates a GetOutgoingFriendRequestsForbidden with default headers values

func (*GetOutgoingFriendRequestsForbidden) Error added in v0.46.0

func (*GetOutgoingFriendRequestsForbidden) GetPayload added in v0.46.0

func (*GetOutgoingFriendRequestsForbidden) ToJSONString added in v0.46.0

func (o *GetOutgoingFriendRequestsForbidden) ToJSONString() string

type GetOutgoingFriendRequestsInternalServerError added in v0.46.0

type GetOutgoingFriendRequestsInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetOutgoingFriendRequestsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetOutgoingFriendRequestsInternalServerError added in v0.46.0

func NewGetOutgoingFriendRequestsInternalServerError() *GetOutgoingFriendRequestsInternalServerError

NewGetOutgoingFriendRequestsInternalServerError creates a GetOutgoingFriendRequestsInternalServerError with default headers values

func (*GetOutgoingFriendRequestsInternalServerError) Error added in v0.46.0

func (*GetOutgoingFriendRequestsInternalServerError) GetPayload added in v0.46.0

func (*GetOutgoingFriendRequestsInternalServerError) ToJSONString added in v0.46.0

type GetOutgoingFriendRequestsOK added in v0.46.0

type GetOutgoingFriendRequestsOK struct {
	Payload *lobbyclientmodels.ModelLoadOutgoingFriendsWithTimeResponse
}

GetOutgoingFriendRequestsOK handles this case with default header values.

func NewGetOutgoingFriendRequestsOK added in v0.46.0

func NewGetOutgoingFriendRequestsOK() *GetOutgoingFriendRequestsOK

NewGetOutgoingFriendRequestsOK creates a GetOutgoingFriendRequestsOK with default headers values

func (*GetOutgoingFriendRequestsOK) Error added in v0.46.0

func (*GetOutgoingFriendRequestsOK) GetPayload added in v0.46.0

func (*GetOutgoingFriendRequestsOK) ToJSONString added in v0.46.0

func (o *GetOutgoingFriendRequestsOK) ToJSONString() string

type GetOutgoingFriendRequestsParams added in v0.46.0

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
	// 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 added in v0.46.0

func NewGetOutgoingFriendRequestsParams() *GetOutgoingFriendRequestsParams

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

func NewGetOutgoingFriendRequestsParamsWithContext added in v0.46.0

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 added in v0.46.0

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 added in v0.46.0

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 added in v0.46.0

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

SetAuthInfoWriter adds the authInfoWriter to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetContext added in v0.46.0

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

SetContext adds the context to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetHTTPClient added in v0.46.0

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

SetHTTPClient adds the HTTPClient to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetHTTPClientTransport added in v0.46.0

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

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

func (*GetOutgoingFriendRequestsParams) SetLimit added in v0.46.0

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

SetLimit adds the limit to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetNamespace added in v0.46.0

func (o *GetOutgoingFriendRequestsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetOffset added in v0.46.0

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

SetOffset adds the offset to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetTimeout added in v0.46.0

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

SetTimeout adds the timeout to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) SetUserID added in v0.46.0

func (o *GetOutgoingFriendRequestsParams) SetUserID(userID string)

SetUserID adds the userId to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WithContext added in v0.46.0

WithContext adds the context to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WithHTTPClient added in v0.46.0

WithHTTPClient adds the HTTPClient to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WithLimit added in v0.46.0

WithLimit adds the limit to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WithNamespace added in v0.46.0

WithNamespace adds the namespace to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WithOffset added in v0.46.0

WithOffset adds the offset to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WithTimeout added in v0.46.0

WithTimeout adds the timeout to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WithUserID added in v0.46.0

WithUserID adds the userID to the get outgoing friend requests params

func (*GetOutgoingFriendRequestsParams) WriteToRequest added in v0.46.0

WriteToRequest writes these params to a swagger request

type GetOutgoingFriendRequestsReader added in v0.46.0

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

GetOutgoingFriendRequestsReader is a Reader for the GetOutgoingFriendRequests structure.

func (*GetOutgoingFriendRequestsReader) ReadResponse added in v0.46.0

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

ReadResponse reads a server response into the received o.

type GetOutgoingFriendRequestsUnauthorized added in v0.46.0

type GetOutgoingFriendRequestsUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetOutgoingFriendRequestsUnauthorized handles this case with default header values.

Unauthorized

func NewGetOutgoingFriendRequestsUnauthorized added in v0.46.0

func NewGetOutgoingFriendRequestsUnauthorized() *GetOutgoingFriendRequestsUnauthorized

NewGetOutgoingFriendRequestsUnauthorized creates a GetOutgoingFriendRequestsUnauthorized with default headers values

func (*GetOutgoingFriendRequestsUnauthorized) Error added in v0.46.0

func (*GetOutgoingFriendRequestsUnauthorized) GetPayload added in v0.46.0

func (*GetOutgoingFriendRequestsUnauthorized) ToJSONString added in v0.46.0

type GetUserFriendsUpdatedBadRequest added in v0.8.0

type GetUserFriendsUpdatedBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsUpdatedBadRequest handles this case with default header values.

Bad Request

func NewGetUserFriendsUpdatedBadRequest added in v0.8.0

func NewGetUserFriendsUpdatedBadRequest() *GetUserFriendsUpdatedBadRequest

NewGetUserFriendsUpdatedBadRequest creates a GetUserFriendsUpdatedBadRequest with default headers values

func (*GetUserFriendsUpdatedBadRequest) Error added in v0.8.0

func (*GetUserFriendsUpdatedBadRequest) GetPayload added in v0.8.0

func (*GetUserFriendsUpdatedBadRequest) ToJSONString added in v0.25.0

func (o *GetUserFriendsUpdatedBadRequest) ToJSONString() string

type GetUserFriendsUpdatedForbidden added in v0.8.0

type GetUserFriendsUpdatedForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsUpdatedForbidden handles this case with default header values.

Forbidden

func NewGetUserFriendsUpdatedForbidden added in v0.8.0

func NewGetUserFriendsUpdatedForbidden() *GetUserFriendsUpdatedForbidden

NewGetUserFriendsUpdatedForbidden creates a GetUserFriendsUpdatedForbidden with default headers values

func (*GetUserFriendsUpdatedForbidden) Error added in v0.8.0

func (*GetUserFriendsUpdatedForbidden) GetPayload added in v0.8.0

func (*GetUserFriendsUpdatedForbidden) ToJSONString added in v0.25.0

func (o *GetUserFriendsUpdatedForbidden) ToJSONString() string

type GetUserFriendsUpdatedInternalServerError added in v0.8.0

type GetUserFriendsUpdatedInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsUpdatedInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserFriendsUpdatedInternalServerError added in v0.8.0

func NewGetUserFriendsUpdatedInternalServerError() *GetUserFriendsUpdatedInternalServerError

NewGetUserFriendsUpdatedInternalServerError creates a GetUserFriendsUpdatedInternalServerError with default headers values

func (*GetUserFriendsUpdatedInternalServerError) Error added in v0.8.0

func (*GetUserFriendsUpdatedInternalServerError) GetPayload added in v0.8.0

func (*GetUserFriendsUpdatedInternalServerError) ToJSONString added in v0.25.0

type GetUserFriendsUpdatedNotFound added in v0.8.0

type GetUserFriendsUpdatedNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsUpdatedNotFound handles this case with default header values.

Not Found

func NewGetUserFriendsUpdatedNotFound added in v0.8.0

func NewGetUserFriendsUpdatedNotFound() *GetUserFriendsUpdatedNotFound

NewGetUserFriendsUpdatedNotFound creates a GetUserFriendsUpdatedNotFound with default headers values

func (*GetUserFriendsUpdatedNotFound) Error added in v0.8.0

func (*GetUserFriendsUpdatedNotFound) GetPayload added in v0.8.0

func (*GetUserFriendsUpdatedNotFound) ToJSONString added in v0.25.0

func (o *GetUserFriendsUpdatedNotFound) ToJSONString() string

type GetUserFriendsUpdatedOK added in v0.8.0

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

GetUserFriendsUpdatedOK handles this case with default header values.

OK

func NewGetUserFriendsUpdatedOK added in v0.8.0

func NewGetUserFriendsUpdatedOK() *GetUserFriendsUpdatedOK

NewGetUserFriendsUpdatedOK creates a GetUserFriendsUpdatedOK with default headers values

func (*GetUserFriendsUpdatedOK) Error added in v0.8.0

func (o *GetUserFriendsUpdatedOK) Error() string

func (*GetUserFriendsUpdatedOK) GetPayload added in v0.8.0

func (*GetUserFriendsUpdatedOK) ToJSONString added in v0.25.0

func (o *GetUserFriendsUpdatedOK) ToJSONString() string

type GetUserFriendsUpdatedParams added in v0.8.0

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
	// 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 added in v0.8.0

func NewGetUserFriendsUpdatedParams() *GetUserFriendsUpdatedParams

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

func NewGetUserFriendsUpdatedParamsWithContext added in v0.8.0

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 added in v0.8.0

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 added in v0.8.0

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 added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the get user friends updated params

func (*GetUserFriendsUpdatedParams) SetContext added in v0.8.0

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

SetContext adds the context to the get user friends updated params

func (*GetUserFriendsUpdatedParams) SetHTTPClient added in v0.8.0

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

SetHTTPClient adds the HTTPClient to the get user friends updated params

func (*GetUserFriendsUpdatedParams) SetHTTPClientTransport added in v0.19.0

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

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

func (*GetUserFriendsUpdatedParams) SetLimit added in v0.8.0

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

SetLimit adds the limit to the get user friends updated params

func (*GetUserFriendsUpdatedParams) SetNamespace added in v0.8.0

func (o *GetUserFriendsUpdatedParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user friends updated params

func (*GetUserFriendsUpdatedParams) SetOffset added in v0.8.0

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

SetOffset adds the offset to the get user friends updated params

func (*GetUserFriendsUpdatedParams) SetTimeout added in v0.8.0

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

SetTimeout adds the timeout to the get user friends updated params

func (*GetUserFriendsUpdatedParams) WithContext added in v0.8.0

WithContext adds the context to the get user friends updated params

func (*GetUserFriendsUpdatedParams) WithHTTPClient added in v0.8.0

WithHTTPClient adds the HTTPClient to the get user friends updated params

func (*GetUserFriendsUpdatedParams) WithLimit added in v0.8.0

WithLimit adds the limit to the get user friends updated params

func (*GetUserFriendsUpdatedParams) WithNamespace added in v0.8.0

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

WithNamespace adds the namespace to the get user friends updated params

func (*GetUserFriendsUpdatedParams) WithOffset added in v0.8.0

WithOffset adds the offset to the get user friends updated params

func (*GetUserFriendsUpdatedParams) WithTimeout added in v0.8.0

WithTimeout adds the timeout to the get user friends updated params

func (*GetUserFriendsUpdatedParams) WriteToRequest added in v0.8.0

WriteToRequest writes these params to a swagger request

type GetUserFriendsUpdatedReader added in v0.8.0

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

GetUserFriendsUpdatedReader is a Reader for the GetUserFriendsUpdated structure.

func (*GetUserFriendsUpdatedReader) ReadResponse added in v0.8.0

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

ReadResponse reads a server response into the received o.

type GetUserFriendsUpdatedUnauthorized added in v0.8.0

type GetUserFriendsUpdatedUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsUpdatedUnauthorized handles this case with default header values.

Unauthorized

func NewGetUserFriendsUpdatedUnauthorized added in v0.8.0

func NewGetUserFriendsUpdatedUnauthorized() *GetUserFriendsUpdatedUnauthorized

NewGetUserFriendsUpdatedUnauthorized creates a GetUserFriendsUpdatedUnauthorized with default headers values

func (*GetUserFriendsUpdatedUnauthorized) Error added in v0.8.0

func (*GetUserFriendsUpdatedUnauthorized) GetPayload added in v0.8.0

func (*GetUserFriendsUpdatedUnauthorized) ToJSONString added in v0.25.0

func (o *GetUserFriendsUpdatedUnauthorized) ToJSONString() string

type GetUserFriendsWithPlatformBadRequest added in v0.46.0

type GetUserFriendsWithPlatformBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsWithPlatformBadRequest handles this case with default header values.

Bad Request

func NewGetUserFriendsWithPlatformBadRequest added in v0.46.0

func NewGetUserFriendsWithPlatformBadRequest() *GetUserFriendsWithPlatformBadRequest

NewGetUserFriendsWithPlatformBadRequest creates a GetUserFriendsWithPlatformBadRequest with default headers values

func (*GetUserFriendsWithPlatformBadRequest) Error added in v0.46.0

func (*GetUserFriendsWithPlatformBadRequest) GetPayload added in v0.46.0

func (*GetUserFriendsWithPlatformBadRequest) ToJSONString added in v0.46.0

func (o *GetUserFriendsWithPlatformBadRequest) ToJSONString() string

type GetUserFriendsWithPlatformForbidden added in v0.46.0

type GetUserFriendsWithPlatformForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsWithPlatformForbidden handles this case with default header values.

Forbidden

func NewGetUserFriendsWithPlatformForbidden added in v0.46.0

func NewGetUserFriendsWithPlatformForbidden() *GetUserFriendsWithPlatformForbidden

NewGetUserFriendsWithPlatformForbidden creates a GetUserFriendsWithPlatformForbidden with default headers values

func (*GetUserFriendsWithPlatformForbidden) Error added in v0.46.0

func (*GetUserFriendsWithPlatformForbidden) GetPayload added in v0.46.0

func (*GetUserFriendsWithPlatformForbidden) ToJSONString added in v0.46.0

func (o *GetUserFriendsWithPlatformForbidden) ToJSONString() string

type GetUserFriendsWithPlatformInternalServerError added in v0.46.0

type GetUserFriendsWithPlatformInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsWithPlatformInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserFriendsWithPlatformInternalServerError added in v0.46.0

func NewGetUserFriendsWithPlatformInternalServerError() *GetUserFriendsWithPlatformInternalServerError

NewGetUserFriendsWithPlatformInternalServerError creates a GetUserFriendsWithPlatformInternalServerError with default headers values

func (*GetUserFriendsWithPlatformInternalServerError) Error added in v0.46.0

func (*GetUserFriendsWithPlatformInternalServerError) GetPayload added in v0.46.0

func (*GetUserFriendsWithPlatformInternalServerError) ToJSONString added in v0.46.0

type GetUserFriendsWithPlatformNotFound added in v0.46.0

type GetUserFriendsWithPlatformNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsWithPlatformNotFound handles this case with default header values.

Not Found

func NewGetUserFriendsWithPlatformNotFound added in v0.46.0

func NewGetUserFriendsWithPlatformNotFound() *GetUserFriendsWithPlatformNotFound

NewGetUserFriendsWithPlatformNotFound creates a GetUserFriendsWithPlatformNotFound with default headers values

func (*GetUserFriendsWithPlatformNotFound) Error added in v0.46.0

func (*GetUserFriendsWithPlatformNotFound) GetPayload added in v0.46.0

func (*GetUserFriendsWithPlatformNotFound) ToJSONString added in v0.46.0

func (o *GetUserFriendsWithPlatformNotFound) ToJSONString() string

type GetUserFriendsWithPlatformOK added in v0.46.0

type GetUserFriendsWithPlatformOK struct {
	Payload *lobbyclientmodels.ModelListBulkUserPlatformsResponse
}

GetUserFriendsWithPlatformOK handles this case with default header values.

OK

func NewGetUserFriendsWithPlatformOK added in v0.46.0

func NewGetUserFriendsWithPlatformOK() *GetUserFriendsWithPlatformOK

NewGetUserFriendsWithPlatformOK creates a GetUserFriendsWithPlatformOK with default headers values

func (*GetUserFriendsWithPlatformOK) Error added in v0.46.0

func (*GetUserFriendsWithPlatformOK) GetPayload added in v0.46.0

func (*GetUserFriendsWithPlatformOK) ToJSONString added in v0.46.0

func (o *GetUserFriendsWithPlatformOK) ToJSONString() string

type GetUserFriendsWithPlatformParams added in v0.46.0

type GetUserFriendsWithPlatformParams struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// 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 added in v0.46.0

func NewGetUserFriendsWithPlatformParams() *GetUserFriendsWithPlatformParams

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

func NewGetUserFriendsWithPlatformParamsWithContext added in v0.46.0

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 added in v0.46.0

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 added in v0.46.0

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 added in v0.46.0

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

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

func (*GetUserFriendsWithPlatformParams) SetContext added in v0.46.0

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

func (*GetUserFriendsWithPlatformParams) SetHTTPClient added in v0.46.0

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

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

func (*GetUserFriendsWithPlatformParams) SetHTTPClientTransport added in v0.46.0

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

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

func (*GetUserFriendsWithPlatformParams) SetNamespace added in v0.46.0

func (o *GetUserFriendsWithPlatformParams) SetNamespace(namespace string)

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

func (*GetUserFriendsWithPlatformParams) SetTimeout added in v0.46.0

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

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

func (*GetUserFriendsWithPlatformParams) WithContext added in v0.46.0

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

func (*GetUserFriendsWithPlatformParams) WithHTTPClient added in v0.46.0

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

func (*GetUserFriendsWithPlatformParams) WithNamespace added in v0.46.0

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

func (*GetUserFriendsWithPlatformParams) WithTimeout added in v0.46.0

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

func (*GetUserFriendsWithPlatformParams) WriteToRequest added in v0.46.0

WriteToRequest writes these params to a swagger request

type GetUserFriendsWithPlatformReader added in v0.46.0

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

GetUserFriendsWithPlatformReader is a Reader for the GetUserFriendsWithPlatform structure.

func (*GetUserFriendsWithPlatformReader) ReadResponse added in v0.46.0

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

ReadResponse reads a server response into the received o.

type GetUserFriendsWithPlatformUnauthorized added in v0.46.0

type GetUserFriendsWithPlatformUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserFriendsWithPlatformUnauthorized handles this case with default header values.

Unauthorized

func NewGetUserFriendsWithPlatformUnauthorized added in v0.46.0

func NewGetUserFriendsWithPlatformUnauthorized() *GetUserFriendsWithPlatformUnauthorized

NewGetUserFriendsWithPlatformUnauthorized creates a GetUserFriendsWithPlatformUnauthorized with default headers values

func (*GetUserFriendsWithPlatformUnauthorized) Error added in v0.46.0

func (*GetUserFriendsWithPlatformUnauthorized) GetPayload added in v0.46.0

func (*GetUserFriendsWithPlatformUnauthorized) ToJSONString added in v0.46.0

type GetUserIncomingFriendsBadRequest added in v0.2.0

type GetUserIncomingFriendsBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsBadRequest handles this case with default header values.

Bad Request

func NewGetUserIncomingFriendsBadRequest added in v0.2.0

func NewGetUserIncomingFriendsBadRequest() *GetUserIncomingFriendsBadRequest

NewGetUserIncomingFriendsBadRequest creates a GetUserIncomingFriendsBadRequest with default headers values

func (*GetUserIncomingFriendsBadRequest) Error added in v0.2.0

func (*GetUserIncomingFriendsBadRequest) GetPayload added in v0.2.0

func (*GetUserIncomingFriendsBadRequest) ToJSONString added in v0.25.0

func (o *GetUserIncomingFriendsBadRequest) ToJSONString() string

type GetUserIncomingFriendsForbidden added in v0.2.0

type GetUserIncomingFriendsForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsForbidden handles this case with default header values.

Forbidden

func NewGetUserIncomingFriendsForbidden added in v0.2.0

func NewGetUserIncomingFriendsForbidden() *GetUserIncomingFriendsForbidden

NewGetUserIncomingFriendsForbidden creates a GetUserIncomingFriendsForbidden with default headers values

func (*GetUserIncomingFriendsForbidden) Error added in v0.2.0

func (*GetUserIncomingFriendsForbidden) GetPayload added in v0.2.0

func (*GetUserIncomingFriendsForbidden) ToJSONString added in v0.25.0

func (o *GetUserIncomingFriendsForbidden) ToJSONString() string

type GetUserIncomingFriendsInternalServerError added in v0.2.0

type GetUserIncomingFriendsInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserIncomingFriendsInternalServerError added in v0.2.0

func NewGetUserIncomingFriendsInternalServerError() *GetUserIncomingFriendsInternalServerError

NewGetUserIncomingFriendsInternalServerError creates a GetUserIncomingFriendsInternalServerError with default headers values

func (*GetUserIncomingFriendsInternalServerError) Error added in v0.2.0

func (*GetUserIncomingFriendsInternalServerError) GetPayload added in v0.2.0

func (*GetUserIncomingFriendsInternalServerError) ToJSONString added in v0.25.0

type GetUserIncomingFriendsNotFound added in v0.2.0

type GetUserIncomingFriendsNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsNotFound handles this case with default header values.

Not Found

func NewGetUserIncomingFriendsNotFound added in v0.2.0

func NewGetUserIncomingFriendsNotFound() *GetUserIncomingFriendsNotFound

NewGetUserIncomingFriendsNotFound creates a GetUserIncomingFriendsNotFound with default headers values

func (*GetUserIncomingFriendsNotFound) Error added in v0.2.0

func (*GetUserIncomingFriendsNotFound) GetPayload added in v0.2.0

func (*GetUserIncomingFriendsNotFound) ToJSONString added in v0.25.0

func (o *GetUserIncomingFriendsNotFound) ToJSONString() string

type GetUserIncomingFriendsOK added in v0.2.0

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

GetUserIncomingFriendsOK handles this case with default header values.

OK

func NewGetUserIncomingFriendsOK added in v0.2.0

func NewGetUserIncomingFriendsOK() *GetUserIncomingFriendsOK

NewGetUserIncomingFriendsOK creates a GetUserIncomingFriendsOK with default headers values

func (*GetUserIncomingFriendsOK) Error added in v0.2.0

func (o *GetUserIncomingFriendsOK) Error() string

func (*GetUserIncomingFriendsOK) GetPayload added in v0.2.0

func (*GetUserIncomingFriendsOK) ToJSONString added in v0.25.0

func (o *GetUserIncomingFriendsOK) ToJSONString() string

type GetUserIncomingFriendsParams added in v0.2.0

type GetUserIncomingFriendsParams struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// 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 added in v0.2.0

func NewGetUserIncomingFriendsParams() *GetUserIncomingFriendsParams

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

func NewGetUserIncomingFriendsParamsWithContext added in v0.2.0

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 added in v0.2.0

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 added in v0.2.0

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 added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the get user incoming friends params

func (*GetUserIncomingFriendsParams) SetContext added in v0.2.0

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

SetContext adds the context to the get user incoming friends params

func (*GetUserIncomingFriendsParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the get user incoming friends params

func (*GetUserIncomingFriendsParams) SetHTTPClientTransport added in v0.19.0

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

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

func (*GetUserIncomingFriendsParams) SetNamespace added in v0.2.0

func (o *GetUserIncomingFriendsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user incoming friends params

func (*GetUserIncomingFriendsParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the get user incoming friends params

func (*GetUserIncomingFriendsParams) WithContext added in v0.2.0

WithContext adds the context to the get user incoming friends params

func (*GetUserIncomingFriendsParams) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the get user incoming friends params

func (*GetUserIncomingFriendsParams) WithNamespace added in v0.2.0

WithNamespace adds the namespace to the get user incoming friends params

func (*GetUserIncomingFriendsParams) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the get user incoming friends params

func (*GetUserIncomingFriendsParams) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type GetUserIncomingFriendsReader added in v0.2.0

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

GetUserIncomingFriendsReader is a Reader for the GetUserIncomingFriends structure.

func (*GetUserIncomingFriendsReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type GetUserIncomingFriendsUnauthorized added in v0.2.0

type GetUserIncomingFriendsUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsUnauthorized handles this case with default header values.

Unauthorized

func NewGetUserIncomingFriendsUnauthorized added in v0.2.0

func NewGetUserIncomingFriendsUnauthorized() *GetUserIncomingFriendsUnauthorized

NewGetUserIncomingFriendsUnauthorized creates a GetUserIncomingFriendsUnauthorized with default headers values

func (*GetUserIncomingFriendsUnauthorized) Error added in v0.2.0

func (*GetUserIncomingFriendsUnauthorized) GetPayload added in v0.2.0

func (*GetUserIncomingFriendsUnauthorized) ToJSONString added in v0.25.0

func (o *GetUserIncomingFriendsUnauthorized) ToJSONString() string

type GetUserIncomingFriendsWithTimeBadRequest added in v0.40.0

type GetUserIncomingFriendsWithTimeBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsWithTimeBadRequest handles this case with default header values.

Bad Request

func NewGetUserIncomingFriendsWithTimeBadRequest added in v0.40.0

func NewGetUserIncomingFriendsWithTimeBadRequest() *GetUserIncomingFriendsWithTimeBadRequest

NewGetUserIncomingFriendsWithTimeBadRequest creates a GetUserIncomingFriendsWithTimeBadRequest with default headers values

func (*GetUserIncomingFriendsWithTimeBadRequest) Error added in v0.40.0

func (*GetUserIncomingFriendsWithTimeBadRequest) GetPayload added in v0.40.0

func (*GetUserIncomingFriendsWithTimeBadRequest) ToJSONString added in v0.40.0

type GetUserIncomingFriendsWithTimeForbidden added in v0.40.0

type GetUserIncomingFriendsWithTimeForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsWithTimeForbidden handles this case with default header values.

Forbidden

func NewGetUserIncomingFriendsWithTimeForbidden added in v0.40.0

func NewGetUserIncomingFriendsWithTimeForbidden() *GetUserIncomingFriendsWithTimeForbidden

NewGetUserIncomingFriendsWithTimeForbidden creates a GetUserIncomingFriendsWithTimeForbidden with default headers values

func (*GetUserIncomingFriendsWithTimeForbidden) Error added in v0.40.0

func (*GetUserIncomingFriendsWithTimeForbidden) GetPayload added in v0.40.0

func (*GetUserIncomingFriendsWithTimeForbidden) ToJSONString added in v0.40.0

type GetUserIncomingFriendsWithTimeInternalServerError added in v0.40.0

type GetUserIncomingFriendsWithTimeInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsWithTimeInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserIncomingFriendsWithTimeInternalServerError added in v0.40.0

func NewGetUserIncomingFriendsWithTimeInternalServerError() *GetUserIncomingFriendsWithTimeInternalServerError

NewGetUserIncomingFriendsWithTimeInternalServerError creates a GetUserIncomingFriendsWithTimeInternalServerError with default headers values

func (*GetUserIncomingFriendsWithTimeInternalServerError) Error added in v0.40.0

func (*GetUserIncomingFriendsWithTimeInternalServerError) GetPayload added in v0.40.0

func (*GetUserIncomingFriendsWithTimeInternalServerError) ToJSONString added in v0.40.0

type GetUserIncomingFriendsWithTimeNotFound added in v0.40.0

type GetUserIncomingFriendsWithTimeNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsWithTimeNotFound handles this case with default header values.

Not Found

func NewGetUserIncomingFriendsWithTimeNotFound added in v0.40.0

func NewGetUserIncomingFriendsWithTimeNotFound() *GetUserIncomingFriendsWithTimeNotFound

NewGetUserIncomingFriendsWithTimeNotFound creates a GetUserIncomingFriendsWithTimeNotFound with default headers values

func (*GetUserIncomingFriendsWithTimeNotFound) Error added in v0.40.0

func (*GetUserIncomingFriendsWithTimeNotFound) GetPayload added in v0.40.0

func (*GetUserIncomingFriendsWithTimeNotFound) ToJSONString added in v0.40.0

type GetUserIncomingFriendsWithTimeOK added in v0.40.0

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

GetUserIncomingFriendsWithTimeOK handles this case with default header values.

OK

func NewGetUserIncomingFriendsWithTimeOK added in v0.40.0

func NewGetUserIncomingFriendsWithTimeOK() *GetUserIncomingFriendsWithTimeOK

NewGetUserIncomingFriendsWithTimeOK creates a GetUserIncomingFriendsWithTimeOK with default headers values

func (*GetUserIncomingFriendsWithTimeOK) Error added in v0.40.0

func (*GetUserIncomingFriendsWithTimeOK) GetPayload added in v0.40.0

func (*GetUserIncomingFriendsWithTimeOK) ToJSONString added in v0.40.0

func (o *GetUserIncomingFriendsWithTimeOK) ToJSONString() string

type GetUserIncomingFriendsWithTimeParams added in v0.40.0

type GetUserIncomingFriendsWithTimeParams struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// 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 added in v0.40.0

func NewGetUserIncomingFriendsWithTimeParams() *GetUserIncomingFriendsWithTimeParams

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

func NewGetUserIncomingFriendsWithTimeParamsWithContext added in v0.40.0

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 added in v0.40.0

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 added in v0.40.0

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 added in v0.40.0

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

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

func (*GetUserIncomingFriendsWithTimeParams) SetContext added in v0.40.0

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

func (*GetUserIncomingFriendsWithTimeParams) SetHTTPClient added in v0.40.0

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

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

func (*GetUserIncomingFriendsWithTimeParams) SetHTTPClientTransport added in v0.40.0

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

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

func (*GetUserIncomingFriendsWithTimeParams) SetNamespace added in v0.40.0

func (o *GetUserIncomingFriendsWithTimeParams) SetNamespace(namespace string)

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

func (*GetUserIncomingFriendsWithTimeParams) SetTimeout added in v0.40.0

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

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

func (*GetUserIncomingFriendsWithTimeParams) WithContext added in v0.40.0

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

func (*GetUserIncomingFriendsWithTimeParams) WithHTTPClient added in v0.40.0

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

func (*GetUserIncomingFriendsWithTimeParams) WithNamespace added in v0.40.0

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

func (*GetUserIncomingFriendsWithTimeParams) WithTimeout added in v0.40.0

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

func (*GetUserIncomingFriendsWithTimeParams) WriteToRequest added in v0.40.0

WriteToRequest writes these params to a swagger request

type GetUserIncomingFriendsWithTimeReader added in v0.40.0

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

GetUserIncomingFriendsWithTimeReader is a Reader for the GetUserIncomingFriendsWithTime structure.

func (*GetUserIncomingFriendsWithTimeReader) ReadResponse added in v0.40.0

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

ReadResponse reads a server response into the received o.

type GetUserIncomingFriendsWithTimeUnauthorized added in v0.40.0

type GetUserIncomingFriendsWithTimeUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserIncomingFriendsWithTimeUnauthorized handles this case with default header values.

Unauthorized

func NewGetUserIncomingFriendsWithTimeUnauthorized added in v0.40.0

func NewGetUserIncomingFriendsWithTimeUnauthorized() *GetUserIncomingFriendsWithTimeUnauthorized

NewGetUserIncomingFriendsWithTimeUnauthorized creates a GetUserIncomingFriendsWithTimeUnauthorized with default headers values

func (*GetUserIncomingFriendsWithTimeUnauthorized) Error added in v0.40.0

func (*GetUserIncomingFriendsWithTimeUnauthorized) GetPayload added in v0.40.0

func (*GetUserIncomingFriendsWithTimeUnauthorized) ToJSONString added in v0.40.0

type GetUserOutgoingFriendsBadRequest added in v0.2.0

type GetUserOutgoingFriendsBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsBadRequest handles this case with default header values.

Bad Request

func NewGetUserOutgoingFriendsBadRequest added in v0.2.0

func NewGetUserOutgoingFriendsBadRequest() *GetUserOutgoingFriendsBadRequest

NewGetUserOutgoingFriendsBadRequest creates a GetUserOutgoingFriendsBadRequest with default headers values

func (*GetUserOutgoingFriendsBadRequest) Error added in v0.2.0

func (*GetUserOutgoingFriendsBadRequest) GetPayload added in v0.2.0

func (*GetUserOutgoingFriendsBadRequest) ToJSONString added in v0.25.0

func (o *GetUserOutgoingFriendsBadRequest) ToJSONString() string

type GetUserOutgoingFriendsForbidden added in v0.2.0

type GetUserOutgoingFriendsForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsForbidden handles this case with default header values.

Forbidden

func NewGetUserOutgoingFriendsForbidden added in v0.2.0

func NewGetUserOutgoingFriendsForbidden() *GetUserOutgoingFriendsForbidden

NewGetUserOutgoingFriendsForbidden creates a GetUserOutgoingFriendsForbidden with default headers values

func (*GetUserOutgoingFriendsForbidden) Error added in v0.2.0

func (*GetUserOutgoingFriendsForbidden) GetPayload added in v0.2.0

func (*GetUserOutgoingFriendsForbidden) ToJSONString added in v0.25.0

func (o *GetUserOutgoingFriendsForbidden) ToJSONString() string

type GetUserOutgoingFriendsInternalServerError added in v0.2.0

type GetUserOutgoingFriendsInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserOutgoingFriendsInternalServerError added in v0.2.0

func NewGetUserOutgoingFriendsInternalServerError() *GetUserOutgoingFriendsInternalServerError

NewGetUserOutgoingFriendsInternalServerError creates a GetUserOutgoingFriendsInternalServerError with default headers values

func (*GetUserOutgoingFriendsInternalServerError) Error added in v0.2.0

func (*GetUserOutgoingFriendsInternalServerError) GetPayload added in v0.2.0

func (*GetUserOutgoingFriendsInternalServerError) ToJSONString added in v0.25.0

type GetUserOutgoingFriendsNotFound added in v0.2.0

type GetUserOutgoingFriendsNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsNotFound handles this case with default header values.

Not Found

func NewGetUserOutgoingFriendsNotFound added in v0.2.0

func NewGetUserOutgoingFriendsNotFound() *GetUserOutgoingFriendsNotFound

NewGetUserOutgoingFriendsNotFound creates a GetUserOutgoingFriendsNotFound with default headers values

func (*GetUserOutgoingFriendsNotFound) Error added in v0.2.0

func (*GetUserOutgoingFriendsNotFound) GetPayload added in v0.2.0

func (*GetUserOutgoingFriendsNotFound) ToJSONString added in v0.25.0

func (o *GetUserOutgoingFriendsNotFound) ToJSONString() string

type GetUserOutgoingFriendsOK added in v0.2.0

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

GetUserOutgoingFriendsOK handles this case with default header values.

OK

func NewGetUserOutgoingFriendsOK added in v0.2.0

func NewGetUserOutgoingFriendsOK() *GetUserOutgoingFriendsOK

NewGetUserOutgoingFriendsOK creates a GetUserOutgoingFriendsOK with default headers values

func (*GetUserOutgoingFriendsOK) Error added in v0.2.0

func (o *GetUserOutgoingFriendsOK) Error() string

func (*GetUserOutgoingFriendsOK) GetPayload added in v0.2.0

func (*GetUserOutgoingFriendsOK) ToJSONString added in v0.25.0

func (o *GetUserOutgoingFriendsOK) ToJSONString() string

type GetUserOutgoingFriendsParams added in v0.2.0

type GetUserOutgoingFriendsParams struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// 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 added in v0.2.0

func NewGetUserOutgoingFriendsParams() *GetUserOutgoingFriendsParams

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

func NewGetUserOutgoingFriendsParamsWithContext added in v0.2.0

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 added in v0.2.0

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 added in v0.2.0

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 added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) SetContext added in v0.2.0

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

SetContext adds the context to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) SetHTTPClientTransport added in v0.19.0

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

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

func (*GetUserOutgoingFriendsParams) SetNamespace added in v0.2.0

func (o *GetUserOutgoingFriendsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) WithContext added in v0.2.0

WithContext adds the context to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) WithNamespace added in v0.2.0

WithNamespace adds the namespace to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the get user outgoing friends params

func (*GetUserOutgoingFriendsParams) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type GetUserOutgoingFriendsReader added in v0.2.0

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

GetUserOutgoingFriendsReader is a Reader for the GetUserOutgoingFriends structure.

func (*GetUserOutgoingFriendsReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type GetUserOutgoingFriendsUnauthorized added in v0.2.0

type GetUserOutgoingFriendsUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsUnauthorized handles this case with default header values.

Unauthorized

func NewGetUserOutgoingFriendsUnauthorized added in v0.2.0

func NewGetUserOutgoingFriendsUnauthorized() *GetUserOutgoingFriendsUnauthorized

NewGetUserOutgoingFriendsUnauthorized creates a GetUserOutgoingFriendsUnauthorized with default headers values

func (*GetUserOutgoingFriendsUnauthorized) Error added in v0.2.0

func (*GetUserOutgoingFriendsUnauthorized) GetPayload added in v0.2.0

func (*GetUserOutgoingFriendsUnauthorized) ToJSONString added in v0.25.0

func (o *GetUserOutgoingFriendsUnauthorized) ToJSONString() string

type GetUserOutgoingFriendsWithTimeBadRequest added in v0.40.0

type GetUserOutgoingFriendsWithTimeBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsWithTimeBadRequest handles this case with default header values.

Bad Request

func NewGetUserOutgoingFriendsWithTimeBadRequest added in v0.40.0

func NewGetUserOutgoingFriendsWithTimeBadRequest() *GetUserOutgoingFriendsWithTimeBadRequest

NewGetUserOutgoingFriendsWithTimeBadRequest creates a GetUserOutgoingFriendsWithTimeBadRequest with default headers values

func (*GetUserOutgoingFriendsWithTimeBadRequest) Error added in v0.40.0

func (*GetUserOutgoingFriendsWithTimeBadRequest) GetPayload added in v0.40.0

func (*GetUserOutgoingFriendsWithTimeBadRequest) ToJSONString added in v0.40.0

type GetUserOutgoingFriendsWithTimeForbidden added in v0.40.0

type GetUserOutgoingFriendsWithTimeForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsWithTimeForbidden handles this case with default header values.

Forbidden

func NewGetUserOutgoingFriendsWithTimeForbidden added in v0.40.0

func NewGetUserOutgoingFriendsWithTimeForbidden() *GetUserOutgoingFriendsWithTimeForbidden

NewGetUserOutgoingFriendsWithTimeForbidden creates a GetUserOutgoingFriendsWithTimeForbidden with default headers values

func (*GetUserOutgoingFriendsWithTimeForbidden) Error added in v0.40.0

func (*GetUserOutgoingFriendsWithTimeForbidden) GetPayload added in v0.40.0

func (*GetUserOutgoingFriendsWithTimeForbidden) ToJSONString added in v0.40.0

type GetUserOutgoingFriendsWithTimeInternalServerError added in v0.40.0

type GetUserOutgoingFriendsWithTimeInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsWithTimeInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserOutgoingFriendsWithTimeInternalServerError added in v0.40.0

func NewGetUserOutgoingFriendsWithTimeInternalServerError() *GetUserOutgoingFriendsWithTimeInternalServerError

NewGetUserOutgoingFriendsWithTimeInternalServerError creates a GetUserOutgoingFriendsWithTimeInternalServerError with default headers values

func (*GetUserOutgoingFriendsWithTimeInternalServerError) Error added in v0.40.0

func (*GetUserOutgoingFriendsWithTimeInternalServerError) GetPayload added in v0.40.0

func (*GetUserOutgoingFriendsWithTimeInternalServerError) ToJSONString added in v0.40.0

type GetUserOutgoingFriendsWithTimeNotFound added in v0.40.0

type GetUserOutgoingFriendsWithTimeNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsWithTimeNotFound handles this case with default header values.

Not Found

func NewGetUserOutgoingFriendsWithTimeNotFound added in v0.40.0

func NewGetUserOutgoingFriendsWithTimeNotFound() *GetUserOutgoingFriendsWithTimeNotFound

NewGetUserOutgoingFriendsWithTimeNotFound creates a GetUserOutgoingFriendsWithTimeNotFound with default headers values

func (*GetUserOutgoingFriendsWithTimeNotFound) Error added in v0.40.0

func (*GetUserOutgoingFriendsWithTimeNotFound) GetPayload added in v0.40.0

func (*GetUserOutgoingFriendsWithTimeNotFound) ToJSONString added in v0.40.0

type GetUserOutgoingFriendsWithTimeOK added in v0.40.0

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

GetUserOutgoingFriendsWithTimeOK handles this case with default header values.

OK

func NewGetUserOutgoingFriendsWithTimeOK added in v0.40.0

func NewGetUserOutgoingFriendsWithTimeOK() *GetUserOutgoingFriendsWithTimeOK

NewGetUserOutgoingFriendsWithTimeOK creates a GetUserOutgoingFriendsWithTimeOK with default headers values

func (*GetUserOutgoingFriendsWithTimeOK) Error added in v0.40.0

func (*GetUserOutgoingFriendsWithTimeOK) GetPayload added in v0.40.0

func (*GetUserOutgoingFriendsWithTimeOK) ToJSONString added in v0.40.0

func (o *GetUserOutgoingFriendsWithTimeOK) ToJSONString() string

type GetUserOutgoingFriendsWithTimeParams added in v0.40.0

type GetUserOutgoingFriendsWithTimeParams struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// 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 added in v0.40.0

func NewGetUserOutgoingFriendsWithTimeParams() *GetUserOutgoingFriendsWithTimeParams

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

func NewGetUserOutgoingFriendsWithTimeParamsWithContext added in v0.40.0

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 added in v0.40.0

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 added in v0.40.0

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 added in v0.40.0

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

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

func (*GetUserOutgoingFriendsWithTimeParams) SetContext added in v0.40.0

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

func (*GetUserOutgoingFriendsWithTimeParams) SetHTTPClient added in v0.40.0

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

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

func (*GetUserOutgoingFriendsWithTimeParams) SetHTTPClientTransport added in v0.40.0

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

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

func (*GetUserOutgoingFriendsWithTimeParams) SetNamespace added in v0.40.0

func (o *GetUserOutgoingFriendsWithTimeParams) SetNamespace(namespace string)

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

func (*GetUserOutgoingFriendsWithTimeParams) SetTimeout added in v0.40.0

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

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

func (*GetUserOutgoingFriendsWithTimeParams) WithContext added in v0.40.0

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

func (*GetUserOutgoingFriendsWithTimeParams) WithHTTPClient added in v0.40.0

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

func (*GetUserOutgoingFriendsWithTimeParams) WithNamespace added in v0.40.0

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

func (*GetUserOutgoingFriendsWithTimeParams) WithTimeout added in v0.40.0

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

func (*GetUserOutgoingFriendsWithTimeParams) WriteToRequest added in v0.40.0

WriteToRequest writes these params to a swagger request

type GetUserOutgoingFriendsWithTimeReader added in v0.40.0

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

GetUserOutgoingFriendsWithTimeReader is a Reader for the GetUserOutgoingFriendsWithTime structure.

func (*GetUserOutgoingFriendsWithTimeReader) ReadResponse added in v0.40.0

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

ReadResponse reads a server response into the received o.

type GetUserOutgoingFriendsWithTimeUnauthorized added in v0.40.0

type GetUserOutgoingFriendsWithTimeUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetUserOutgoingFriendsWithTimeUnauthorized handles this case with default header values.

Unauthorized

func NewGetUserOutgoingFriendsWithTimeUnauthorized added in v0.40.0

func NewGetUserOutgoingFriendsWithTimeUnauthorized() *GetUserOutgoingFriendsWithTimeUnauthorized

NewGetUserOutgoingFriendsWithTimeUnauthorized creates a GetUserOutgoingFriendsWithTimeUnauthorized with default headers values

func (*GetUserOutgoingFriendsWithTimeUnauthorized) Error added in v0.40.0

func (*GetUserOutgoingFriendsWithTimeUnauthorized) GetPayload added in v0.40.0

func (*GetUserOutgoingFriendsWithTimeUnauthorized) ToJSONString added in v0.40.0

type UserAcceptFriendRequestBadRequest added in v0.2.0

type UserAcceptFriendRequestBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserAcceptFriendRequestBadRequest handles this case with default header values.

Bad Request

func NewUserAcceptFriendRequestBadRequest added in v0.2.0

func NewUserAcceptFriendRequestBadRequest() *UserAcceptFriendRequestBadRequest

NewUserAcceptFriendRequestBadRequest creates a UserAcceptFriendRequestBadRequest with default headers values

func (*UserAcceptFriendRequestBadRequest) Error added in v0.2.0

func (*UserAcceptFriendRequestBadRequest) GetPayload added in v0.2.0

func (*UserAcceptFriendRequestBadRequest) ToJSONString added in v0.25.0

func (o *UserAcceptFriendRequestBadRequest) ToJSONString() string

type UserAcceptFriendRequestForbidden added in v0.2.0

type UserAcceptFriendRequestForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserAcceptFriendRequestForbidden handles this case with default header values.

Forbidden

func NewUserAcceptFriendRequestForbidden added in v0.2.0

func NewUserAcceptFriendRequestForbidden() *UserAcceptFriendRequestForbidden

NewUserAcceptFriendRequestForbidden creates a UserAcceptFriendRequestForbidden with default headers values

func (*UserAcceptFriendRequestForbidden) Error added in v0.2.0

func (*UserAcceptFriendRequestForbidden) GetPayload added in v0.2.0

func (*UserAcceptFriendRequestForbidden) ToJSONString added in v0.25.0

func (o *UserAcceptFriendRequestForbidden) ToJSONString() string

type UserAcceptFriendRequestInternalServerError added in v0.2.0

type UserAcceptFriendRequestInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserAcceptFriendRequestInternalServerError handles this case with default header values.

Internal Server Error

func NewUserAcceptFriendRequestInternalServerError added in v0.2.0

func NewUserAcceptFriendRequestInternalServerError() *UserAcceptFriendRequestInternalServerError

NewUserAcceptFriendRequestInternalServerError creates a UserAcceptFriendRequestInternalServerError with default headers values

func (*UserAcceptFriendRequestInternalServerError) Error added in v0.2.0

func (*UserAcceptFriendRequestInternalServerError) GetPayload added in v0.2.0

func (*UserAcceptFriendRequestInternalServerError) ToJSONString added in v0.25.0

type UserAcceptFriendRequestNoContent added in v0.2.0

type UserAcceptFriendRequestNoContent struct {
}

UserAcceptFriendRequestNoContent handles this case with default header values.

No Content

func NewUserAcceptFriendRequestNoContent added in v0.2.0

func NewUserAcceptFriendRequestNoContent() *UserAcceptFriendRequestNoContent

NewUserAcceptFriendRequestNoContent creates a UserAcceptFriendRequestNoContent with default headers values

func (*UserAcceptFriendRequestNoContent) Error added in v0.2.0

type UserAcceptFriendRequestNotFound added in v0.2.0

type UserAcceptFriendRequestNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserAcceptFriendRequestNotFound handles this case with default header values.

Not Found

func NewUserAcceptFriendRequestNotFound added in v0.2.0

func NewUserAcceptFriendRequestNotFound() *UserAcceptFriendRequestNotFound

NewUserAcceptFriendRequestNotFound creates a UserAcceptFriendRequestNotFound with default headers values

func (*UserAcceptFriendRequestNotFound) Error added in v0.2.0

func (*UserAcceptFriendRequestNotFound) GetPayload added in v0.2.0

func (*UserAcceptFriendRequestNotFound) ToJSONString added in v0.25.0

func (o *UserAcceptFriendRequestNotFound) ToJSONString() string

type UserAcceptFriendRequestParams added in v0.2.0

type UserAcceptFriendRequestParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelUserAcceptFriendRequest
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// 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 added in v0.2.0

func NewUserAcceptFriendRequestParams() *UserAcceptFriendRequestParams

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

func NewUserAcceptFriendRequestParamsWithContext added in v0.2.0

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 added in v0.2.0

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 added in v0.2.0

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 added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the user accept friend request params

func (*UserAcceptFriendRequestParams) SetBody added in v0.2.0

SetBody adds the body to the user accept friend request params

func (*UserAcceptFriendRequestParams) SetContext added in v0.2.0

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

SetContext adds the context to the user accept friend request params

func (*UserAcceptFriendRequestParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the user accept friend request params

func (*UserAcceptFriendRequestParams) SetHTTPClientTransport added in v0.19.0

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

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

func (*UserAcceptFriendRequestParams) SetNamespace added in v0.2.0

func (o *UserAcceptFriendRequestParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the user accept friend request params

func (*UserAcceptFriendRequestParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the user accept friend request params

func (*UserAcceptFriendRequestParams) WithBody added in v0.2.0

WithBody adds the body to the user accept friend request params

func (*UserAcceptFriendRequestParams) WithContext added in v0.2.0

WithContext adds the context to the user accept friend request params

func (*UserAcceptFriendRequestParams) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the user accept friend request params

func (*UserAcceptFriendRequestParams) WithNamespace added in v0.2.0

WithNamespace adds the namespace to the user accept friend request params

func (*UserAcceptFriendRequestParams) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the user accept friend request params

func (*UserAcceptFriendRequestParams) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type UserAcceptFriendRequestReader added in v0.2.0

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

UserAcceptFriendRequestReader is a Reader for the UserAcceptFriendRequest structure.

func (*UserAcceptFriendRequestReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type UserAcceptFriendRequestUnauthorized added in v0.2.0

type UserAcceptFriendRequestUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserAcceptFriendRequestUnauthorized handles this case with default header values.

Unauthorized

func NewUserAcceptFriendRequestUnauthorized added in v0.2.0

func NewUserAcceptFriendRequestUnauthorized() *UserAcceptFriendRequestUnauthorized

NewUserAcceptFriendRequestUnauthorized creates a UserAcceptFriendRequestUnauthorized with default headers values

func (*UserAcceptFriendRequestUnauthorized) Error added in v0.2.0

func (*UserAcceptFriendRequestUnauthorized) GetPayload added in v0.2.0

func (*UserAcceptFriendRequestUnauthorized) ToJSONString added in v0.25.0

func (o *UserAcceptFriendRequestUnauthorized) ToJSONString() string

type UserCancelFriendRequestBadRequest added in v0.2.0

type UserCancelFriendRequestBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserCancelFriendRequestBadRequest handles this case with default header values.

Bad Request

func NewUserCancelFriendRequestBadRequest added in v0.2.0

func NewUserCancelFriendRequestBadRequest() *UserCancelFriendRequestBadRequest

NewUserCancelFriendRequestBadRequest creates a UserCancelFriendRequestBadRequest with default headers values

func (*UserCancelFriendRequestBadRequest) Error added in v0.2.0

func (*UserCancelFriendRequestBadRequest) GetPayload added in v0.2.0

func (*UserCancelFriendRequestBadRequest) ToJSONString added in v0.25.0

func (o *UserCancelFriendRequestBadRequest) ToJSONString() string

type UserCancelFriendRequestForbidden added in v0.2.0

type UserCancelFriendRequestForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserCancelFriendRequestForbidden handles this case with default header values.

Forbidden

func NewUserCancelFriendRequestForbidden added in v0.2.0

func NewUserCancelFriendRequestForbidden() *UserCancelFriendRequestForbidden

NewUserCancelFriendRequestForbidden creates a UserCancelFriendRequestForbidden with default headers values

func (*UserCancelFriendRequestForbidden) Error added in v0.2.0

func (*UserCancelFriendRequestForbidden) GetPayload added in v0.2.0

func (*UserCancelFriendRequestForbidden) ToJSONString added in v0.25.0

func (o *UserCancelFriendRequestForbidden) ToJSONString() string

type UserCancelFriendRequestInternalServerError added in v0.2.0

type UserCancelFriendRequestInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserCancelFriendRequestInternalServerError handles this case with default header values.

Internal Server Error

func NewUserCancelFriendRequestInternalServerError added in v0.2.0

func NewUserCancelFriendRequestInternalServerError() *UserCancelFriendRequestInternalServerError

NewUserCancelFriendRequestInternalServerError creates a UserCancelFriendRequestInternalServerError with default headers values

func (*UserCancelFriendRequestInternalServerError) Error added in v0.2.0

func (*UserCancelFriendRequestInternalServerError) GetPayload added in v0.2.0

func (*UserCancelFriendRequestInternalServerError) ToJSONString added in v0.25.0

type UserCancelFriendRequestNoContent added in v0.2.0

type UserCancelFriendRequestNoContent struct {
}

UserCancelFriendRequestNoContent handles this case with default header values.

No Content

func NewUserCancelFriendRequestNoContent added in v0.2.0

func NewUserCancelFriendRequestNoContent() *UserCancelFriendRequestNoContent

NewUserCancelFriendRequestNoContent creates a UserCancelFriendRequestNoContent with default headers values

func (*UserCancelFriendRequestNoContent) Error added in v0.2.0

type UserCancelFriendRequestNotFound added in v0.2.0

type UserCancelFriendRequestNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserCancelFriendRequestNotFound handles this case with default header values.

Not Found

func NewUserCancelFriendRequestNotFound added in v0.2.0

func NewUserCancelFriendRequestNotFound() *UserCancelFriendRequestNotFound

NewUserCancelFriendRequestNotFound creates a UserCancelFriendRequestNotFound with default headers values

func (*UserCancelFriendRequestNotFound) Error added in v0.2.0

func (*UserCancelFriendRequestNotFound) GetPayload added in v0.2.0

func (*UserCancelFriendRequestNotFound) ToJSONString added in v0.25.0

func (o *UserCancelFriendRequestNotFound) ToJSONString() string

type UserCancelFriendRequestParams added in v0.2.0

type UserCancelFriendRequestParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelUserCancelFriendRequest
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// 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 added in v0.2.0

func NewUserCancelFriendRequestParams() *UserCancelFriendRequestParams

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

func NewUserCancelFriendRequestParamsWithContext added in v0.2.0

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 added in v0.2.0

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 added in v0.2.0

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 added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the user cancel friend request params

func (*UserCancelFriendRequestParams) SetBody added in v0.2.0

SetBody adds the body to the user cancel friend request params

func (*UserCancelFriendRequestParams) SetContext added in v0.2.0

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

SetContext adds the context to the user cancel friend request params

func (*UserCancelFriendRequestParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the user cancel friend request params

func (*UserCancelFriendRequestParams) SetHTTPClientTransport added in v0.19.0

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

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

func (*UserCancelFriendRequestParams) SetNamespace added in v0.2.0

func (o *UserCancelFriendRequestParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the user cancel friend request params

func (*UserCancelFriendRequestParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the user cancel friend request params

func (*UserCancelFriendRequestParams) WithBody added in v0.2.0

WithBody adds the body to the user cancel friend request params

func (*UserCancelFriendRequestParams) WithContext added in v0.2.0

WithContext adds the context to the user cancel friend request params

func (*UserCancelFriendRequestParams) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the user cancel friend request params

func (*UserCancelFriendRequestParams) WithNamespace added in v0.2.0

WithNamespace adds the namespace to the user cancel friend request params

func (*UserCancelFriendRequestParams) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the user cancel friend request params

func (*UserCancelFriendRequestParams) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type UserCancelFriendRequestReader added in v0.2.0

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

UserCancelFriendRequestReader is a Reader for the UserCancelFriendRequest structure.

func (*UserCancelFriendRequestReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type UserCancelFriendRequestUnauthorized added in v0.2.0

type UserCancelFriendRequestUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserCancelFriendRequestUnauthorized handles this case with default header values.

Unauthorized

func NewUserCancelFriendRequestUnauthorized added in v0.2.0

func NewUserCancelFriendRequestUnauthorized() *UserCancelFriendRequestUnauthorized

NewUserCancelFriendRequestUnauthorized creates a UserCancelFriendRequestUnauthorized with default headers values

func (*UserCancelFriendRequestUnauthorized) Error added in v0.2.0

func (*UserCancelFriendRequestUnauthorized) GetPayload added in v0.2.0

func (*UserCancelFriendRequestUnauthorized) ToJSONString added in v0.25.0

func (o *UserCancelFriendRequestUnauthorized) ToJSONString() string

type UserGetFriendshipStatusBadRequest added in v0.2.0

type UserGetFriendshipStatusBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserGetFriendshipStatusBadRequest handles this case with default header values.

Bad Request

func NewUserGetFriendshipStatusBadRequest added in v0.2.0

func NewUserGetFriendshipStatusBadRequest() *UserGetFriendshipStatusBadRequest

NewUserGetFriendshipStatusBadRequest creates a UserGetFriendshipStatusBadRequest with default headers values

func (*UserGetFriendshipStatusBadRequest) Error added in v0.2.0

func (*UserGetFriendshipStatusBadRequest) GetPayload added in v0.2.0

func (*UserGetFriendshipStatusBadRequest) ToJSONString added in v0.25.0

func (o *UserGetFriendshipStatusBadRequest) ToJSONString() string

type UserGetFriendshipStatusForbidden added in v0.2.0

type UserGetFriendshipStatusForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserGetFriendshipStatusForbidden handles this case with default header values.

Forbidden

func NewUserGetFriendshipStatusForbidden added in v0.2.0

func NewUserGetFriendshipStatusForbidden() *UserGetFriendshipStatusForbidden

NewUserGetFriendshipStatusForbidden creates a UserGetFriendshipStatusForbidden with default headers values

func (*UserGetFriendshipStatusForbidden) Error added in v0.2.0

func (*UserGetFriendshipStatusForbidden) GetPayload added in v0.2.0

func (*UserGetFriendshipStatusForbidden) ToJSONString added in v0.25.0

func (o *UserGetFriendshipStatusForbidden) ToJSONString() string

type UserGetFriendshipStatusInternalServerError added in v0.2.0

type UserGetFriendshipStatusInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserGetFriendshipStatusInternalServerError handles this case with default header values.

Internal Server Error

func NewUserGetFriendshipStatusInternalServerError added in v0.2.0

func NewUserGetFriendshipStatusInternalServerError() *UserGetFriendshipStatusInternalServerError

NewUserGetFriendshipStatusInternalServerError creates a UserGetFriendshipStatusInternalServerError with default headers values

func (*UserGetFriendshipStatusInternalServerError) Error added in v0.2.0

func (*UserGetFriendshipStatusInternalServerError) GetPayload added in v0.2.0

func (*UserGetFriendshipStatusInternalServerError) ToJSONString added in v0.25.0

type UserGetFriendshipStatusOK added in v0.2.0

type UserGetFriendshipStatusOK struct {
	Payload *lobbyclientmodels.ModelUserGetFriendshipStatusResponse
}

UserGetFriendshipStatusOK handles this case with default header values.

OK

func NewUserGetFriendshipStatusOK added in v0.2.0

func NewUserGetFriendshipStatusOK() *UserGetFriendshipStatusOK

NewUserGetFriendshipStatusOK creates a UserGetFriendshipStatusOK with default headers values

func (*UserGetFriendshipStatusOK) Error added in v0.2.0

func (o *UserGetFriendshipStatusOK) Error() string

func (*UserGetFriendshipStatusOK) GetPayload added in v0.2.0

func (*UserGetFriendshipStatusOK) ToJSONString added in v0.25.0

func (o *UserGetFriendshipStatusOK) ToJSONString() string

type UserGetFriendshipStatusParams added in v0.2.0

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
	// 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 added in v0.2.0

func NewUserGetFriendshipStatusParams() *UserGetFriendshipStatusParams

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

func NewUserGetFriendshipStatusParamsWithContext added in v0.2.0

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 added in v0.2.0

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 added in v0.2.0

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 added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the user get friendship status params

func (*UserGetFriendshipStatusParams) SetContext added in v0.2.0

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

SetContext adds the context to the user get friendship status params

func (*UserGetFriendshipStatusParams) SetFriendID added in v0.2.0

func (o *UserGetFriendshipStatusParams) SetFriendID(friendID string)

SetFriendID adds the friendId to the user get friendship status params

func (*UserGetFriendshipStatusParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the user get friendship status params

func (*UserGetFriendshipStatusParams) SetHTTPClientTransport added in v0.19.0

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

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

func (*UserGetFriendshipStatusParams) SetNamespace added in v0.2.0

func (o *UserGetFriendshipStatusParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the user get friendship status params

func (*UserGetFriendshipStatusParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the user get friendship status params

func (*UserGetFriendshipStatusParams) WithContext added in v0.2.0

WithContext adds the context to the user get friendship status params

func (*UserGetFriendshipStatusParams) WithFriendID added in v0.2.0

WithFriendID adds the friendID to the user get friendship status params

func (*UserGetFriendshipStatusParams) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the user get friendship status params

func (*UserGetFriendshipStatusParams) WithNamespace added in v0.2.0

WithNamespace adds the namespace to the user get friendship status params

func (*UserGetFriendshipStatusParams) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the user get friendship status params

func (*UserGetFriendshipStatusParams) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type UserGetFriendshipStatusReader added in v0.2.0

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

UserGetFriendshipStatusReader is a Reader for the UserGetFriendshipStatus structure.

func (*UserGetFriendshipStatusReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type UserGetFriendshipStatusUnauthorized added in v0.2.0

type UserGetFriendshipStatusUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserGetFriendshipStatusUnauthorized handles this case with default header values.

Unauthorized

func NewUserGetFriendshipStatusUnauthorized added in v0.2.0

func NewUserGetFriendshipStatusUnauthorized() *UserGetFriendshipStatusUnauthorized

NewUserGetFriendshipStatusUnauthorized creates a UserGetFriendshipStatusUnauthorized with default headers values

func (*UserGetFriendshipStatusUnauthorized) Error added in v0.2.0

func (*UserGetFriendshipStatusUnauthorized) GetPayload added in v0.2.0

func (*UserGetFriendshipStatusUnauthorized) ToJSONString added in v0.25.0

func (o *UserGetFriendshipStatusUnauthorized) ToJSONString() string

type UserRejectFriendRequestBadRequest added in v0.2.0

type UserRejectFriendRequestBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRejectFriendRequestBadRequest handles this case with default header values.

Bad Request

func NewUserRejectFriendRequestBadRequest added in v0.2.0

func NewUserRejectFriendRequestBadRequest() *UserRejectFriendRequestBadRequest

NewUserRejectFriendRequestBadRequest creates a UserRejectFriendRequestBadRequest with default headers values

func (*UserRejectFriendRequestBadRequest) Error added in v0.2.0

func (*UserRejectFriendRequestBadRequest) GetPayload added in v0.2.0

func (*UserRejectFriendRequestBadRequest) ToJSONString added in v0.25.0

func (o *UserRejectFriendRequestBadRequest) ToJSONString() string

type UserRejectFriendRequestForbidden added in v0.2.0

type UserRejectFriendRequestForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRejectFriendRequestForbidden handles this case with default header values.

Forbidden

func NewUserRejectFriendRequestForbidden added in v0.2.0

func NewUserRejectFriendRequestForbidden() *UserRejectFriendRequestForbidden

NewUserRejectFriendRequestForbidden creates a UserRejectFriendRequestForbidden with default headers values

func (*UserRejectFriendRequestForbidden) Error added in v0.2.0

func (*UserRejectFriendRequestForbidden) GetPayload added in v0.2.0

func (*UserRejectFriendRequestForbidden) ToJSONString added in v0.25.0

func (o *UserRejectFriendRequestForbidden) ToJSONString() string

type UserRejectFriendRequestInternalServerError added in v0.2.0

type UserRejectFriendRequestInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRejectFriendRequestInternalServerError handles this case with default header values.

Internal Server Error

func NewUserRejectFriendRequestInternalServerError added in v0.2.0

func NewUserRejectFriendRequestInternalServerError() *UserRejectFriendRequestInternalServerError

NewUserRejectFriendRequestInternalServerError creates a UserRejectFriendRequestInternalServerError with default headers values

func (*UserRejectFriendRequestInternalServerError) Error added in v0.2.0

func (*UserRejectFriendRequestInternalServerError) GetPayload added in v0.2.0

func (*UserRejectFriendRequestInternalServerError) ToJSONString added in v0.25.0

type UserRejectFriendRequestNoContent added in v0.2.0

type UserRejectFriendRequestNoContent struct {
}

UserRejectFriendRequestNoContent handles this case with default header values.

No Content

func NewUserRejectFriendRequestNoContent added in v0.2.0

func NewUserRejectFriendRequestNoContent() *UserRejectFriendRequestNoContent

NewUserRejectFriendRequestNoContent creates a UserRejectFriendRequestNoContent with default headers values

func (*UserRejectFriendRequestNoContent) Error added in v0.2.0

type UserRejectFriendRequestNotFound added in v0.2.0

type UserRejectFriendRequestNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRejectFriendRequestNotFound handles this case with default header values.

Not Found

func NewUserRejectFriendRequestNotFound added in v0.2.0

func NewUserRejectFriendRequestNotFound() *UserRejectFriendRequestNotFound

NewUserRejectFriendRequestNotFound creates a UserRejectFriendRequestNotFound with default headers values

func (*UserRejectFriendRequestNotFound) Error added in v0.2.0

func (*UserRejectFriendRequestNotFound) GetPayload added in v0.2.0

func (*UserRejectFriendRequestNotFound) ToJSONString added in v0.25.0

func (o *UserRejectFriendRequestNotFound) ToJSONString() string

type UserRejectFriendRequestParams added in v0.2.0

type UserRejectFriendRequestParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelUserRejectFriendRequest
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// 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 added in v0.2.0

func NewUserRejectFriendRequestParams() *UserRejectFriendRequestParams

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

func NewUserRejectFriendRequestParamsWithContext added in v0.2.0

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 added in v0.2.0

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 added in v0.2.0

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 added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the user reject friend request params

func (*UserRejectFriendRequestParams) SetBody added in v0.2.0

SetBody adds the body to the user reject friend request params

func (*UserRejectFriendRequestParams) SetContext added in v0.2.0

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

SetContext adds the context to the user reject friend request params

func (*UserRejectFriendRequestParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the user reject friend request params

func (*UserRejectFriendRequestParams) SetHTTPClientTransport added in v0.19.0

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

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

func (*UserRejectFriendRequestParams) SetNamespace added in v0.2.0

func (o *UserRejectFriendRequestParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the user reject friend request params

func (*UserRejectFriendRequestParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the user reject friend request params

func (*UserRejectFriendRequestParams) WithBody added in v0.2.0

WithBody adds the body to the user reject friend request params

func (*UserRejectFriendRequestParams) WithContext added in v0.2.0

WithContext adds the context to the user reject friend request params

func (*UserRejectFriendRequestParams) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the user reject friend request params

func (*UserRejectFriendRequestParams) WithNamespace added in v0.2.0

WithNamespace adds the namespace to the user reject friend request params

func (*UserRejectFriendRequestParams) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the user reject friend request params

func (*UserRejectFriendRequestParams) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type UserRejectFriendRequestReader added in v0.2.0

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

UserRejectFriendRequestReader is a Reader for the UserRejectFriendRequest structure.

func (*UserRejectFriendRequestReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type UserRejectFriendRequestUnauthorized added in v0.2.0

type UserRejectFriendRequestUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRejectFriendRequestUnauthorized handles this case with default header values.

Unauthorized

func NewUserRejectFriendRequestUnauthorized added in v0.2.0

func NewUserRejectFriendRequestUnauthorized() *UserRejectFriendRequestUnauthorized

NewUserRejectFriendRequestUnauthorized creates a UserRejectFriendRequestUnauthorized with default headers values

func (*UserRejectFriendRequestUnauthorized) Error added in v0.2.0

func (*UserRejectFriendRequestUnauthorized) GetPayload added in v0.2.0

func (*UserRejectFriendRequestUnauthorized) ToJSONString added in v0.25.0

func (o *UserRejectFriendRequestUnauthorized) ToJSONString() string

type UserRequestFriendBadRequest added in v0.2.0

type UserRequestFriendBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRequestFriendBadRequest handles this case with default header values.

Bad Request

func NewUserRequestFriendBadRequest added in v0.2.0

func NewUserRequestFriendBadRequest() *UserRequestFriendBadRequest

NewUserRequestFriendBadRequest creates a UserRequestFriendBadRequest with default headers values

func (*UserRequestFriendBadRequest) Error added in v0.2.0

func (*UserRequestFriendBadRequest) GetPayload added in v0.2.0

func (*UserRequestFriendBadRequest) ToJSONString added in v0.25.0

func (o *UserRequestFriendBadRequest) ToJSONString() string

type UserRequestFriendCreated added in v0.2.0

type UserRequestFriendCreated struct {
}

UserRequestFriendCreated handles this case with default header values.

Created

func NewUserRequestFriendCreated added in v0.2.0

func NewUserRequestFriendCreated() *UserRequestFriendCreated

NewUserRequestFriendCreated creates a UserRequestFriendCreated with default headers values

func (*UserRequestFriendCreated) Error added in v0.2.0

func (o *UserRequestFriendCreated) Error() string

type UserRequestFriendForbidden added in v0.2.0

type UserRequestFriendForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRequestFriendForbidden handles this case with default header values.

Forbidden

func NewUserRequestFriendForbidden added in v0.2.0

func NewUserRequestFriendForbidden() *UserRequestFriendForbidden

NewUserRequestFriendForbidden creates a UserRequestFriendForbidden with default headers values

func (*UserRequestFriendForbidden) Error added in v0.2.0

func (*UserRequestFriendForbidden) GetPayload added in v0.2.0

func (*UserRequestFriendForbidden) ToJSONString added in v0.25.0

func (o *UserRequestFriendForbidden) ToJSONString() string

type UserRequestFriendInternalServerError added in v0.2.0

type UserRequestFriendInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRequestFriendInternalServerError handles this case with default header values.

Internal Server Error

func NewUserRequestFriendInternalServerError added in v0.2.0

func NewUserRequestFriendInternalServerError() *UserRequestFriendInternalServerError

NewUserRequestFriendInternalServerError creates a UserRequestFriendInternalServerError with default headers values

func (*UserRequestFriendInternalServerError) Error added in v0.2.0

func (*UserRequestFriendInternalServerError) GetPayload added in v0.2.0

func (*UserRequestFriendInternalServerError) ToJSONString added in v0.25.0

func (o *UserRequestFriendInternalServerError) ToJSONString() string

type UserRequestFriendNotFound added in v0.2.0

type UserRequestFriendNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRequestFriendNotFound handles this case with default header values.

Not Found

func NewUserRequestFriendNotFound added in v0.2.0

func NewUserRequestFriendNotFound() *UserRequestFriendNotFound

NewUserRequestFriendNotFound creates a UserRequestFriendNotFound with default headers values

func (*UserRequestFriendNotFound) Error added in v0.2.0

func (o *UserRequestFriendNotFound) Error() string

func (*UserRequestFriendNotFound) GetPayload added in v0.2.0

func (*UserRequestFriendNotFound) ToJSONString added in v0.25.0

func (o *UserRequestFriendNotFound) ToJSONString() string

type UserRequestFriendParams added in v0.2.0

type UserRequestFriendParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelUserRequestFriendRequest
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// 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 added in v0.2.0

func NewUserRequestFriendParams() *UserRequestFriendParams

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

func NewUserRequestFriendParamsWithContext added in v0.2.0

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 added in v0.2.0

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 added in v0.2.0

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 added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the user request friend params

func (*UserRequestFriendParams) SetBody added in v0.2.0

SetBody adds the body to the user request friend params

func (*UserRequestFriendParams) SetContext added in v0.2.0

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

SetContext adds the context to the user request friend params

func (*UserRequestFriendParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the user request friend params

func (*UserRequestFriendParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the user request friend params

func (*UserRequestFriendParams) SetNamespace added in v0.2.0

func (o *UserRequestFriendParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the user request friend params

func (*UserRequestFriendParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the user request friend params

func (*UserRequestFriendParams) WithBody added in v0.2.0

WithBody adds the body to the user request friend params

func (*UserRequestFriendParams) WithContext added in v0.2.0

WithContext adds the context to the user request friend params

func (*UserRequestFriendParams) WithHTTPClient added in v0.2.0

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

WithHTTPClient adds the HTTPClient to the user request friend params

func (*UserRequestFriendParams) WithNamespace added in v0.2.0

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

WithNamespace adds the namespace to the user request friend params

func (*UserRequestFriendParams) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the user request friend params

func (*UserRequestFriendParams) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type UserRequestFriendReader added in v0.2.0

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

UserRequestFriendReader is a Reader for the UserRequestFriend structure.

func (*UserRequestFriendReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type UserRequestFriendUnauthorized added in v0.2.0

type UserRequestFriendUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRequestFriendUnauthorized handles this case with default header values.

Unauthorized

func NewUserRequestFriendUnauthorized added in v0.2.0

func NewUserRequestFriendUnauthorized() *UserRequestFriendUnauthorized

NewUserRequestFriendUnauthorized creates a UserRequestFriendUnauthorized with default headers values

func (*UserRequestFriendUnauthorized) Error added in v0.2.0

func (*UserRequestFriendUnauthorized) GetPayload added in v0.2.0

func (*UserRequestFriendUnauthorized) ToJSONString added in v0.25.0

func (o *UserRequestFriendUnauthorized) ToJSONString() string

type UserRequestFriendUnprocessableEntity added in v0.2.0

type UserRequestFriendUnprocessableEntity struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserRequestFriendUnprocessableEntity handles this case with default header values.

Unprocessable Entity

func NewUserRequestFriendUnprocessableEntity added in v0.2.0

func NewUserRequestFriendUnprocessableEntity() *UserRequestFriendUnprocessableEntity

NewUserRequestFriendUnprocessableEntity creates a UserRequestFriendUnprocessableEntity with default headers values

func (*UserRequestFriendUnprocessableEntity) Error added in v0.2.0

func (*UserRequestFriendUnprocessableEntity) GetPayload added in v0.2.0

func (*UserRequestFriendUnprocessableEntity) ToJSONString added in v0.25.0

func (o *UserRequestFriendUnprocessableEntity) ToJSONString() string

type UserUnfriendRequestBadRequest added in v0.2.0

type UserUnfriendRequestBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserUnfriendRequestBadRequest handles this case with default header values.

Bad Request

func NewUserUnfriendRequestBadRequest added in v0.2.0

func NewUserUnfriendRequestBadRequest() *UserUnfriendRequestBadRequest

NewUserUnfriendRequestBadRequest creates a UserUnfriendRequestBadRequest with default headers values

func (*UserUnfriendRequestBadRequest) Error added in v0.2.0

func (*UserUnfriendRequestBadRequest) GetPayload added in v0.2.0

func (*UserUnfriendRequestBadRequest) ToJSONString added in v0.25.0

func (o *UserUnfriendRequestBadRequest) ToJSONString() string

type UserUnfriendRequestForbidden added in v0.2.0

type UserUnfriendRequestForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserUnfriendRequestForbidden handles this case with default header values.

Forbidden

func NewUserUnfriendRequestForbidden added in v0.2.0

func NewUserUnfriendRequestForbidden() *UserUnfriendRequestForbidden

NewUserUnfriendRequestForbidden creates a UserUnfriendRequestForbidden with default headers values

func (*UserUnfriendRequestForbidden) Error added in v0.2.0

func (*UserUnfriendRequestForbidden) GetPayload added in v0.2.0

func (*UserUnfriendRequestForbidden) ToJSONString added in v0.25.0

func (o *UserUnfriendRequestForbidden) ToJSONString() string

type UserUnfriendRequestInternalServerError added in v0.2.0

type UserUnfriendRequestInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserUnfriendRequestInternalServerError handles this case with default header values.

Internal Server Error

func NewUserUnfriendRequestInternalServerError added in v0.2.0

func NewUserUnfriendRequestInternalServerError() *UserUnfriendRequestInternalServerError

NewUserUnfriendRequestInternalServerError creates a UserUnfriendRequestInternalServerError with default headers values

func (*UserUnfriendRequestInternalServerError) Error added in v0.2.0

func (*UserUnfriendRequestInternalServerError) GetPayload added in v0.2.0

func (*UserUnfriendRequestInternalServerError) ToJSONString added in v0.25.0

type UserUnfriendRequestNoContent added in v0.2.0

type UserUnfriendRequestNoContent struct {
}

UserUnfriendRequestNoContent handles this case with default header values.

No Content

func NewUserUnfriendRequestNoContent added in v0.2.0

func NewUserUnfriendRequestNoContent() *UserUnfriendRequestNoContent

NewUserUnfriendRequestNoContent creates a UserUnfriendRequestNoContent with default headers values

func (*UserUnfriendRequestNoContent) Error added in v0.2.0

type UserUnfriendRequestNotFound added in v0.2.0

type UserUnfriendRequestNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserUnfriendRequestNotFound handles this case with default header values.

Not Found

func NewUserUnfriendRequestNotFound added in v0.2.0

func NewUserUnfriendRequestNotFound() *UserUnfriendRequestNotFound

NewUserUnfriendRequestNotFound creates a UserUnfriendRequestNotFound with default headers values

func (*UserUnfriendRequestNotFound) Error added in v0.2.0

func (*UserUnfriendRequestNotFound) GetPayload added in v0.2.0

func (*UserUnfriendRequestNotFound) ToJSONString added in v0.25.0

func (o *UserUnfriendRequestNotFound) ToJSONString() string

type UserUnfriendRequestParams added in v0.2.0

type UserUnfriendRequestParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelUserUnfriendRequest
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// 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 added in v0.2.0

func NewUserUnfriendRequestParams() *UserUnfriendRequestParams

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

func NewUserUnfriendRequestParamsWithContext added in v0.2.0

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 added in v0.2.0

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 added in v0.2.0

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 added in v0.17.0

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

SetAuthInfoWriter adds the authInfoWriter to the user unfriend request params

func (*UserUnfriendRequestParams) SetBody added in v0.2.0

SetBody adds the body to the user unfriend request params

func (*UserUnfriendRequestParams) SetContext added in v0.2.0

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

SetContext adds the context to the user unfriend request params

func (*UserUnfriendRequestParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the user unfriend request params

func (*UserUnfriendRequestParams) SetHTTPClientTransport added in v0.19.0

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

SetHTTPClient adds the HTTPClient Transport to the user unfriend request params

func (*UserUnfriendRequestParams) SetNamespace added in v0.2.0

func (o *UserUnfriendRequestParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the user unfriend request params

func (*UserUnfriendRequestParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the user unfriend request params

func (*UserUnfriendRequestParams) WithBody added in v0.2.0

WithBody adds the body to the user unfriend request params

func (*UserUnfriendRequestParams) WithContext added in v0.2.0

WithContext adds the context to the user unfriend request params

func (*UserUnfriendRequestParams) WithHTTPClient added in v0.2.0

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

WithHTTPClient adds the HTTPClient to the user unfriend request params

func (*UserUnfriendRequestParams) WithNamespace added in v0.2.0

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

WithNamespace adds the namespace to the user unfriend request params

func (*UserUnfriendRequestParams) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the user unfriend request params

func (*UserUnfriendRequestParams) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type UserUnfriendRequestReader added in v0.2.0

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

UserUnfriendRequestReader is a Reader for the UserUnfriendRequest structure.

func (*UserUnfriendRequestReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type UserUnfriendRequestUnauthorized added in v0.2.0

type UserUnfriendRequestUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UserUnfriendRequestUnauthorized handles this case with default header values.

Unauthorized

func NewUserUnfriendRequestUnauthorized added in v0.2.0

func NewUserUnfriendRequestUnauthorized() *UserUnfriendRequestUnauthorized

NewUserUnfriendRequestUnauthorized creates a UserUnfriendRequestUnauthorized with default headers values

func (*UserUnfriendRequestUnauthorized) Error added in v0.2.0

func (*UserUnfriendRequestUnauthorized) GetPayload added in v0.2.0

func (*UserUnfriendRequestUnauthorized) ToJSONString added in v0.25.0

func (o *UserUnfriendRequestUnauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

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