party

package
v0.68.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminQueryPartiesBadRequest

type AdminQueryPartiesBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminQueryPartiesBadRequest handles this case with default header values.

Bad Request

func NewAdminQueryPartiesBadRequest

func NewAdminQueryPartiesBadRequest() *AdminQueryPartiesBadRequest

NewAdminQueryPartiesBadRequest creates a AdminQueryPartiesBadRequest with default headers values

func (*AdminQueryPartiesBadRequest) Error

func (*AdminQueryPartiesBadRequest) GetPayload

func (*AdminQueryPartiesBadRequest) ToJSONString

func (o *AdminQueryPartiesBadRequest) ToJSONString() string

type AdminQueryPartiesInternalServerError

type AdminQueryPartiesInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminQueryPartiesInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminQueryPartiesInternalServerError

func NewAdminQueryPartiesInternalServerError() *AdminQueryPartiesInternalServerError

NewAdminQueryPartiesInternalServerError creates a AdminQueryPartiesInternalServerError with default headers values

func (*AdminQueryPartiesInternalServerError) Error

func (*AdminQueryPartiesInternalServerError) GetPayload

func (*AdminQueryPartiesInternalServerError) ToJSONString

func (o *AdminQueryPartiesInternalServerError) ToJSONString() string

type AdminQueryPartiesOK

type AdminQueryPartiesOK struct {
	Payload *sessionclientmodels.ApimodelsPartyQueryResponse
}

AdminQueryPartiesOK handles this case with default header values.

OK

func NewAdminQueryPartiesOK

func NewAdminQueryPartiesOK() *AdminQueryPartiesOK

NewAdminQueryPartiesOK creates a AdminQueryPartiesOK with default headers values

func (*AdminQueryPartiesOK) Error

func (o *AdminQueryPartiesOK) Error() string

func (*AdminQueryPartiesOK) GetPayload

func (*AdminQueryPartiesOK) ToJSONString

func (o *AdminQueryPartiesOK) ToJSONString() string

type AdminQueryPartiesParams

type AdminQueryPartiesParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*IsSoftDeleted
	  game session is soft deleted. supported: TRUE, FALSE

	*/
	IsSoftDeleted *string
	/*Joinability
	  Join type

	*/
	Joinability *string
	/*Key
	  Attribute key

	*/
	Key *string
	/*LeaderID
	  Leader ID

	*/
	LeaderID *string
	/*Limit
	  Pagination limit

	*/
	Limit *int64
	/*MemberID
	  Member ID

	*/
	MemberID *string
	/*MemberStatus
	  Member status

	*/
	MemberStatus *string
	/*Offset
	  Pagination offset

	*/
	Offset *int64
	/*Order
	  Order of the result. Supported: desc (default), asc

	*/
	Order *string
	/*OrderBy
	  Order result by specific attribute. Supported: createdAt (default), updatedAt

	*/
	OrderBy *string
	/*PartyID
	  Party ID

	*/
	PartyID *string
	/*Value
	  Attribute value

	*/
	Value *string

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

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

AdminQueryPartiesParams contains all the parameters to send to the API endpoint for the admin query parties operation typically these are written to a http.Request

func NewAdminQueryPartiesParams

func NewAdminQueryPartiesParams() *AdminQueryPartiesParams

NewAdminQueryPartiesParams creates a new AdminQueryPartiesParams object with the default values initialized.

func NewAdminQueryPartiesParamsWithContext

func NewAdminQueryPartiesParamsWithContext(ctx context.Context) *AdminQueryPartiesParams

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

func NewAdminQueryPartiesParamsWithHTTPClient

func NewAdminQueryPartiesParamsWithHTTPClient(client *http.Client) *AdminQueryPartiesParams

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

func NewAdminQueryPartiesParamsWithTimeout

func NewAdminQueryPartiesParamsWithTimeout(timeout time.Duration) *AdminQueryPartiesParams

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

func (*AdminQueryPartiesParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin query parties params

func (*AdminQueryPartiesParams) SetContext

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

SetContext adds the context to the admin query parties params

func (*AdminQueryPartiesParams) SetFlightId added in v0.63.0

func (o *AdminQueryPartiesParams) SetFlightId(flightId string)

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

func (*AdminQueryPartiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin query parties params

func (*AdminQueryPartiesParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin query parties params

func (*AdminQueryPartiesParams) SetIsSoftDeleted added in v0.64.0

func (o *AdminQueryPartiesParams) SetIsSoftDeleted(isSoftDeleted *string)

SetIsSoftDeleted adds the isSoftDeleted to the admin query parties params

func (*AdminQueryPartiesParams) SetJoinability

func (o *AdminQueryPartiesParams) SetJoinability(joinability *string)

SetJoinability adds the joinability to the admin query parties params

func (*AdminQueryPartiesParams) SetKey

func (o *AdminQueryPartiesParams) SetKey(key *string)

SetKey adds the key to the admin query parties params

func (*AdminQueryPartiesParams) SetLeaderID

func (o *AdminQueryPartiesParams) SetLeaderID(leaderID *string)

SetLeaderID adds the leaderId to the admin query parties params

func (*AdminQueryPartiesParams) SetLimit

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

SetLimit adds the limit to the admin query parties params

func (*AdminQueryPartiesParams) SetMemberID

func (o *AdminQueryPartiesParams) SetMemberID(memberID *string)

SetMemberID adds the memberId to the admin query parties params

func (*AdminQueryPartiesParams) SetMemberStatus

func (o *AdminQueryPartiesParams) SetMemberStatus(memberStatus *string)

SetMemberStatus adds the memberStatus to the admin query parties params

func (*AdminQueryPartiesParams) SetNamespace

func (o *AdminQueryPartiesParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin query parties params

func (*AdminQueryPartiesParams) SetOffset

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

SetOffset adds the offset to the admin query parties params

func (*AdminQueryPartiesParams) SetOrder

func (o *AdminQueryPartiesParams) SetOrder(order *string)

SetOrder adds the order to the admin query parties params

func (*AdminQueryPartiesParams) SetOrderBy

func (o *AdminQueryPartiesParams) SetOrderBy(orderBy *string)

SetOrderBy adds the orderBy to the admin query parties params

func (*AdminQueryPartiesParams) SetPartyID added in v0.46.0

func (o *AdminQueryPartiesParams) SetPartyID(partyID *string)

SetPartyID adds the partyId to the admin query parties params

func (*AdminQueryPartiesParams) SetTimeout

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

SetTimeout adds the timeout to the admin query parties params

func (*AdminQueryPartiesParams) SetValue

func (o *AdminQueryPartiesParams) SetValue(value *string)

SetValue adds the value to the admin query parties params

func (*AdminQueryPartiesParams) WithContext

WithContext adds the context to the admin query parties params

func (*AdminQueryPartiesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the admin query parties params

func (*AdminQueryPartiesParams) WithIsSoftDeleted added in v0.64.0

func (o *AdminQueryPartiesParams) WithIsSoftDeleted(isSoftDeleted *string) *AdminQueryPartiesParams

WithIsSoftDeleted adds the isSoftDeleted to the admin query parties params

func (*AdminQueryPartiesParams) WithJoinability

func (o *AdminQueryPartiesParams) WithJoinability(joinability *string) *AdminQueryPartiesParams

WithJoinability adds the joinability to the admin query parties params

func (*AdminQueryPartiesParams) WithKey

WithKey adds the key to the admin query parties params

func (*AdminQueryPartiesParams) WithLeaderID

func (o *AdminQueryPartiesParams) WithLeaderID(leaderID *string) *AdminQueryPartiesParams

WithLeaderID adds the leaderID to the admin query parties params

func (*AdminQueryPartiesParams) WithLimit

WithLimit adds the limit to the admin query parties params

func (*AdminQueryPartiesParams) WithMemberID

func (o *AdminQueryPartiesParams) WithMemberID(memberID *string) *AdminQueryPartiesParams

WithMemberID adds the memberID to the admin query parties params

func (*AdminQueryPartiesParams) WithMemberStatus

func (o *AdminQueryPartiesParams) WithMemberStatus(memberStatus *string) *AdminQueryPartiesParams

WithMemberStatus adds the memberStatus to the admin query parties params

func (*AdminQueryPartiesParams) WithNamespace

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

WithNamespace adds the namespace to the admin query parties params

func (*AdminQueryPartiesParams) WithOffset

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

WithOffset adds the offset to the admin query parties params

func (*AdminQueryPartiesParams) WithOrder

WithOrder adds the order to the admin query parties params

func (*AdminQueryPartiesParams) WithOrderBy

func (o *AdminQueryPartiesParams) WithOrderBy(orderBy *string) *AdminQueryPartiesParams

WithOrderBy adds the orderBy to the admin query parties params

func (*AdminQueryPartiesParams) WithPartyID added in v0.46.0

func (o *AdminQueryPartiesParams) WithPartyID(partyID *string) *AdminQueryPartiesParams

WithPartyID adds the partyID to the admin query parties params

func (*AdminQueryPartiesParams) WithTimeout

WithTimeout adds the timeout to the admin query parties params

func (*AdminQueryPartiesParams) WithValue

WithValue adds the value to the admin query parties params

func (*AdminQueryPartiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminQueryPartiesReader

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

AdminQueryPartiesReader is a Reader for the AdminQueryParties structure.

func (*AdminQueryPartiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminQueryPartiesUnauthorized

type AdminQueryPartiesUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminQueryPartiesUnauthorized handles this case with default header values.

Unauthorized

func NewAdminQueryPartiesUnauthorized

func NewAdminQueryPartiesUnauthorized() *AdminQueryPartiesUnauthorized

NewAdminQueryPartiesUnauthorized creates a AdminQueryPartiesUnauthorized with default headers values

func (*AdminQueryPartiesUnauthorized) Error

func (*AdminQueryPartiesUnauthorized) GetPayload

func (*AdminQueryPartiesUnauthorized) ToJSONString

func (o *AdminQueryPartiesUnauthorized) ToJSONString() string

type Client

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

Client for party API

func (*Client) AdminQueryParties deprecated

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

AdminQueryParties query parties. Query parties.

func (*Client) AdminQueryPartiesShort

func (a *Client) AdminQueryPartiesShort(params *AdminQueryPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryPartiesOK, error)

AdminQueryPartiesShort query parties. Query parties.

func (*Client) PublicCreateParty deprecated

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

PublicCreateParty create a party. A join code will be autogenerated if the party is joinable. Creator will be removed from previous party (if any) and automatically join into the created party as a leader. Party members will be sent invitation to join the party. Session configuration name is optional. Default configuration name if empty: { "name": "default", "type": "NONE", "joinability": "OPEN", "minPlayers": 1, "maxPlayers": 8, "inviteTimeout": 60, "inactiveTimeout": 60, "textChat": false }

Supported platforms: 1. STEAM 2. PSN 3. XBOX

Reserved attributes key: 1. preference: used to store preference of the leader and it is non-replaceable to keep the initial behavior of the session regardless the leader changes. 2. NATIVESESSIONTITLE: used for session sync, to define name of session displayed on PlayStation system UI.

func (*Client) PublicCreatePartyShort

func (a *Client) PublicCreatePartyShort(params *PublicCreatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreatePartyOK, error)

PublicCreatePartyShort create a party. A join code will be autogenerated if the party is joinable. Creator will be removed from previous party (if any) and automatically join into the created party as a leader. Party members will be sent invitation to join the party. Session configuration name is optional. Default configuration name if empty: { "name": "default", "type": "NONE", "joinability": "OPEN", "minPlayers": 1, "maxPlayers": 8, "inviteTimeout": 60, "inactiveTimeout": 60, "textChat": false }

Supported platforms: 1. STEAM 2. PSN 3. XBOX

Reserved attributes key: 1. preference: used to store preference of the leader and it is non-replaceable to keep the initial behavior of the session regardless the leader changes. 2. NATIVESESSIONTITLE: used for session sync, to define name of session displayed on PlayStation system UI.

func (*Client) PublicGeneratePartyCode deprecated

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

PublicGeneratePartyCode generate party code. Generate a new code for the party. Only leader can generate a code.

func (*Client) PublicGeneratePartyCodeShort

func (a *Client) PublicGeneratePartyCodeShort(params *PublicGeneratePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGeneratePartyCodeOK, error)

PublicGeneratePartyCodeShort generate party code. Generate a new code for the party. Only leader can generate a code.

func (*Client) PublicGetParty deprecated

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

PublicGetParty get party details. Get party details.

func (*Client) PublicGetPartyShort

func (a *Client) PublicGetPartyShort(params *PublicGetPartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetPartyOK, error)

PublicGetPartyShort get party details. Get party details.

func (*Client) PublicPartyInvite deprecated

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

PublicPartyInvite invite a user to a party. Invite a user to a party. platformID represents the native platform of the invitee. API will return the corresponding native platform's userID. supported platforms: - STEAM - XBOX - PSN

func (*Client) PublicPartyInviteShort

func (a *Client) PublicPartyInviteShort(params *PublicPartyInviteParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyInviteCreated, error)

PublicPartyInviteShort invite a user to a party. Invite a user to a party. platformID represents the native platform of the invitee. API will return the corresponding native platform's userID. supported platforms: - STEAM - XBOX - PSN

func (*Client) PublicPartyJoin deprecated

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

PublicPartyJoin join a party. Join a party. The user can either join a party they have been invited to, or any party with an "open" joinable setting.

func (*Client) PublicPartyJoinCode deprecated

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

PublicPartyJoinCode join a party by code. Join a party by code. The user can join a party as long as the code is valid

func (*Client) PublicPartyJoinCodeShort

func (a *Client) PublicPartyJoinCodeShort(params *PublicPartyJoinCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinCodeOK, error)

PublicPartyJoinCodeShort join a party by code. Join a party by code. The user can join a party as long as the code is valid

func (*Client) PublicPartyJoinShort

func (a *Client) PublicPartyJoinShort(params *PublicPartyJoinParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinOK, error)

PublicPartyJoinShort join a party. Join a party. The user can either join a party they have been invited to, or any party with an "open" joinable setting.

func (*Client) PublicPartyKick deprecated

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

PublicPartyKick kick a player from a party. Kick a player from a party. Requires invoker to be the party leader.

func (*Client) PublicPartyKickShort

func (a *Client) PublicPartyKickShort(params *PublicPartyKickParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyKickOK, error)

PublicPartyKickShort kick a player from a party. Kick a player from a party. Requires invoker to be the party leader.

func (*Client) PublicPartyLeave deprecated

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

PublicPartyLeave leave a party. Leave a party

func (*Client) PublicPartyLeaveShort

func (a *Client) PublicPartyLeaveShort(params *PublicPartyLeaveParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyLeaveNoContent, error)

PublicPartyLeaveShort leave a party. Leave a party

func (*Client) PublicPartyReject deprecated

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

PublicPartyReject reject a party invitation. Reject a party invitation.

func (*Client) PublicPartyRejectShort

func (a *Client) PublicPartyRejectShort(params *PublicPartyRejectParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyRejectNoContent, error)

PublicPartyRejectShort reject a party invitation. Reject a party invitation.

func (*Client) PublicPatchUpdateParty deprecated

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

PublicPatchUpdateParty patch update a party. Update specified fields from party data. Note: Join type can only be updated by the party's leader.

Reserved attributes key: 1. preference: used to store preference of the leader and it is non-replaceable to keep the initial behavior of the session regardless the leader changes. 2. NATIVESESSIONTITLE: used for session sync, to define name of session displayed on PlayStation system UI.

func (*Client) PublicPatchUpdatePartyShort

func (a *Client) PublicPatchUpdatePartyShort(params *PublicPatchUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPatchUpdatePartyOK, error)

PublicPatchUpdatePartyShort patch update a party. Update specified fields from party data. Note: Join type can only be updated by the party's leader.

Reserved attributes key: 1. preference: used to store preference of the leader and it is non-replaceable to keep the initial behavior of the session regardless the leader changes. 2. NATIVESESSIONTITLE: used for session sync, to define name of session displayed on PlayStation system UI.

func (*Client) PublicPromotePartyLeader deprecated

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

PublicPromotePartyLeader promote new party leader. Promotes a party member to be a party leader. Only leader can promote a new leader.

func (*Client) PublicPromotePartyLeaderShort

func (a *Client) PublicPromotePartyLeaderShort(params *PublicPromotePartyLeaderParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPromotePartyLeaderOK, error)

PublicPromotePartyLeaderShort promote new party leader. Promotes a party member to be a party leader. Only leader can promote a new leader.

func (*Client) PublicQueryMyParties deprecated

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

PublicQueryMyParties query my parties. require valid jwt. Query user's parties. By default, API will return a list of user's active parties.

func (*Client) PublicQueryMyPartiesShort

func (a *Client) PublicQueryMyPartiesShort(params *PublicQueryMyPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryMyPartiesOK, error)

PublicQueryMyPartiesShort query my parties. require valid jwt. Query user's parties. By default, API will return a list of user's active parties.

func (*Client) PublicRevokePartyCode deprecated

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

PublicRevokePartyCode revoke party code. Revoke code of the party. Only leader can revoke a code.

func (*Client) PublicRevokePartyCodeShort

func (a *Client) PublicRevokePartyCodeShort(params *PublicRevokePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicRevokePartyCodeNoContent, error)

PublicRevokePartyCodeShort revoke party code. Revoke code of the party. Only leader can revoke a code.

func (*Client) PublicUpdateParty deprecated

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

PublicUpdateParty update a party. Updates party blob, this endpoint will override stored party data.

Join type can only be updated by the party's leader. To update only specified fields, please use following endpoint: method : PATCH API : /session/v1/public/namespaces/{namespace}/gamesessions/{sessionId}

Reserved attributes key: 1. preference: used to store preference of the leader and it is non-replaceable to keep the initial behavior of the session regardless the leader changes. 2. NATIVESESSIONTITLE: used for session sync, to define name of session displayed on PlayStation system UI.

func (*Client) PublicUpdatePartyShort

func (a *Client) PublicUpdatePartyShort(params *PublicUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdatePartyOK, error)

PublicUpdatePartyShort update a party. Updates party blob, this endpoint will override stored party data.

Join type can only be updated by the party's leader. To update only specified fields, please use following endpoint: method : PATCH API : /session/v1/public/namespaces/{namespace}/gamesessions/{sessionId}

Reserved attributes key: 1. preference: used to store preference of the leader and it is non-replaceable to keep the initial behavior of the session regardless the leader changes. 2. NATIVESESSIONTITLE: used for session sync, to define name of session displayed on PlayStation system UI.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AdminQueryParties(params *AdminQueryPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryPartiesOK, *AdminQueryPartiesBadRequest, *AdminQueryPartiesUnauthorized, *AdminQueryPartiesInternalServerError, error)
	AdminQueryPartiesShort(params *AdminQueryPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryPartiesOK, error)
	PublicPartyJoinCode(params *PublicPartyJoinCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinCodeOK, *PublicPartyJoinCodeBadRequest, *PublicPartyJoinCodeUnauthorized, *PublicPartyJoinCodeForbidden, *PublicPartyJoinCodeNotFound, *PublicPartyJoinCodeInternalServerError, error)
	PublicPartyJoinCodeShort(params *PublicPartyJoinCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinCodeOK, error)
	PublicGetParty(params *PublicGetPartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetPartyOK, *PublicGetPartyUnauthorized, *PublicGetPartyNotFound, *PublicGetPartyInternalServerError, error)
	PublicGetPartyShort(params *PublicGetPartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetPartyOK, error)
	PublicUpdateParty(params *PublicUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdatePartyOK, *PublicUpdatePartyBadRequest, *PublicUpdatePartyUnauthorized, *PublicUpdatePartyForbidden, *PublicUpdatePartyNotFound, *PublicUpdatePartyInternalServerError, error)
	PublicUpdatePartyShort(params *PublicUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdatePartyOK, error)
	PublicPatchUpdateParty(params *PublicPatchUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPatchUpdatePartyOK, *PublicPatchUpdatePartyBadRequest, *PublicPatchUpdatePartyUnauthorized, *PublicPatchUpdatePartyForbidden, *PublicPatchUpdatePartyNotFound, *PublicPatchUpdatePartyInternalServerError, error)
	PublicPatchUpdatePartyShort(params *PublicPatchUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPatchUpdatePartyOK, error)
	PublicGeneratePartyCode(params *PublicGeneratePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGeneratePartyCodeOK, *PublicGeneratePartyCodeBadRequest, *PublicGeneratePartyCodeUnauthorized, *PublicGeneratePartyCodeForbidden, *PublicGeneratePartyCodeNotFound, *PublicGeneratePartyCodeInternalServerError, error)
	PublicGeneratePartyCodeShort(params *PublicGeneratePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGeneratePartyCodeOK, error)
	PublicRevokePartyCode(params *PublicRevokePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicRevokePartyCodeNoContent, *PublicRevokePartyCodeBadRequest, *PublicRevokePartyCodeUnauthorized, *PublicRevokePartyCodeForbidden, *PublicRevokePartyCodeNotFound, *PublicRevokePartyCodeInternalServerError, error)
	PublicRevokePartyCodeShort(params *PublicRevokePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicRevokePartyCodeNoContent, error)
	PublicPartyInvite(params *PublicPartyInviteParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyInviteCreated, *PublicPartyInviteNoContent, *PublicPartyInviteBadRequest, *PublicPartyInviteUnauthorized, *PublicPartyInviteNotFound, *PublicPartyInviteInternalServerError, error)
	PublicPartyInviteShort(params *PublicPartyInviteParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyInviteCreated, error)
	PublicPromotePartyLeader(params *PublicPromotePartyLeaderParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPromotePartyLeaderOK, *PublicPromotePartyLeaderBadRequest, *PublicPromotePartyLeaderUnauthorized, *PublicPromotePartyLeaderForbidden, *PublicPromotePartyLeaderNotFound, *PublicPromotePartyLeaderInternalServerError, error)
	PublicPromotePartyLeaderShort(params *PublicPromotePartyLeaderParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPromotePartyLeaderOK, error)
	PublicPartyJoin(params *PublicPartyJoinParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinOK, *PublicPartyJoinBadRequest, *PublicPartyJoinUnauthorized, *PublicPartyJoinForbidden, *PublicPartyJoinNotFound, *PublicPartyJoinInternalServerError, error)
	PublicPartyJoinShort(params *PublicPartyJoinParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinOK, error)
	PublicPartyLeave(params *PublicPartyLeaveParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyLeaveNoContent, *PublicPartyLeaveUnauthorized, *PublicPartyLeaveNotFound, *PublicPartyLeaveInternalServerError, error)
	PublicPartyLeaveShort(params *PublicPartyLeaveParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyLeaveNoContent, error)
	PublicPartyReject(params *PublicPartyRejectParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyRejectNoContent, *PublicPartyRejectBadRequest, *PublicPartyRejectUnauthorized, *PublicPartyRejectForbidden, *PublicPartyRejectNotFound, *PublicPartyRejectInternalServerError, error)
	PublicPartyRejectShort(params *PublicPartyRejectParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyRejectNoContent, error)
	PublicPartyKick(params *PublicPartyKickParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyKickOK, *PublicPartyKickBadRequest, *PublicPartyKickUnauthorized, *PublicPartyKickForbidden, *PublicPartyKickNotFound, *PublicPartyKickInternalServerError, error)
	PublicPartyKickShort(params *PublicPartyKickParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyKickOK, error)
	PublicCreateParty(params *PublicCreatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreatePartyOK, *PublicCreatePartyBadRequest, *PublicCreatePartyUnauthorized, *PublicCreatePartyInternalServerError, error)
	PublicCreatePartyShort(params *PublicCreatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreatePartyOK, error)
	PublicQueryMyParties(params *PublicQueryMyPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryMyPartiesOK, *PublicQueryMyPartiesBadRequest, *PublicQueryMyPartiesUnauthorized, *PublicQueryMyPartiesInternalServerError, error)
	PublicQueryMyPartiesShort(params *PublicQueryMyPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryMyPartiesOK, 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 party API client.

type PublicCreatePartyBadRequest

type PublicCreatePartyBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicCreatePartyBadRequest handles this case with default header values.

Bad Request

func NewPublicCreatePartyBadRequest

func NewPublicCreatePartyBadRequest() *PublicCreatePartyBadRequest

NewPublicCreatePartyBadRequest creates a PublicCreatePartyBadRequest with default headers values

func (*PublicCreatePartyBadRequest) Error

func (*PublicCreatePartyBadRequest) GetPayload

func (*PublicCreatePartyBadRequest) ToJSONString

func (o *PublicCreatePartyBadRequest) ToJSONString() string

type PublicCreatePartyInternalServerError

type PublicCreatePartyInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicCreatePartyInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicCreatePartyInternalServerError

func NewPublicCreatePartyInternalServerError() *PublicCreatePartyInternalServerError

NewPublicCreatePartyInternalServerError creates a PublicCreatePartyInternalServerError with default headers values

func (*PublicCreatePartyInternalServerError) Error

func (*PublicCreatePartyInternalServerError) GetPayload

func (*PublicCreatePartyInternalServerError) ToJSONString

func (o *PublicCreatePartyInternalServerError) ToJSONString() string

type PublicCreatePartyOK

type PublicCreatePartyOK struct {
	Payload *sessionclientmodels.ApimodelsPartySessionResponse
}

PublicCreatePartyOK handles this case with default header values.

OK

func NewPublicCreatePartyOK

func NewPublicCreatePartyOK() *PublicCreatePartyOK

NewPublicCreatePartyOK creates a PublicCreatePartyOK with default headers values

func (*PublicCreatePartyOK) Error

func (o *PublicCreatePartyOK) Error() string

func (*PublicCreatePartyOK) GetPayload

func (*PublicCreatePartyOK) ToJSONString

func (o *PublicCreatePartyOK) ToJSONString() string

type PublicCreatePartyParams

type PublicCreatePartyParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *sessionclientmodels.ApimodelsCreatePartyRequest
	/*Namespace
	  Namespace

	*/
	Namespace string

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

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

PublicCreatePartyParams contains all the parameters to send to the API endpoint for the public create party operation typically these are written to a http.Request

func NewPublicCreatePartyParams

func NewPublicCreatePartyParams() *PublicCreatePartyParams

NewPublicCreatePartyParams creates a new PublicCreatePartyParams object with the default values initialized.

func NewPublicCreatePartyParamsWithContext

func NewPublicCreatePartyParamsWithContext(ctx context.Context) *PublicCreatePartyParams

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

func NewPublicCreatePartyParamsWithHTTPClient

func NewPublicCreatePartyParamsWithHTTPClient(client *http.Client) *PublicCreatePartyParams

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

func NewPublicCreatePartyParamsWithTimeout

func NewPublicCreatePartyParamsWithTimeout(timeout time.Duration) *PublicCreatePartyParams

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

func (*PublicCreatePartyParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public create party params

func (*PublicCreatePartyParams) SetBody

SetBody adds the body to the public create party params

func (*PublicCreatePartyParams) SetContext

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

SetContext adds the context to the public create party params

func (*PublicCreatePartyParams) SetFlightId added in v0.63.0

func (o *PublicCreatePartyParams) SetFlightId(flightId string)

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

func (*PublicCreatePartyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public create party params

func (*PublicCreatePartyParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public create party params

func (*PublicCreatePartyParams) SetNamespace

func (o *PublicCreatePartyParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public create party params

func (*PublicCreatePartyParams) SetTimeout

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

SetTimeout adds the timeout to the public create party params

func (*PublicCreatePartyParams) WithBody

WithBody adds the body to the public create party params

func (*PublicCreatePartyParams) WithContext

WithContext adds the context to the public create party params

func (*PublicCreatePartyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the public create party params

func (*PublicCreatePartyParams) WithNamespace

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

WithNamespace adds the namespace to the public create party params

func (*PublicCreatePartyParams) WithTimeout

WithTimeout adds the timeout to the public create party params

func (*PublicCreatePartyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCreatePartyReader

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

PublicCreatePartyReader is a Reader for the PublicCreateParty structure.

func (*PublicCreatePartyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicCreatePartyUnauthorized

type PublicCreatePartyUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicCreatePartyUnauthorized handles this case with default header values.

Unauthorized

func NewPublicCreatePartyUnauthorized

func NewPublicCreatePartyUnauthorized() *PublicCreatePartyUnauthorized

NewPublicCreatePartyUnauthorized creates a PublicCreatePartyUnauthorized with default headers values

func (*PublicCreatePartyUnauthorized) Error

func (*PublicCreatePartyUnauthorized) GetPayload

func (*PublicCreatePartyUnauthorized) ToJSONString

func (o *PublicCreatePartyUnauthorized) ToJSONString() string

type PublicGeneratePartyCodeBadRequest

type PublicGeneratePartyCodeBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicGeneratePartyCodeBadRequest handles this case with default header values.

Bad Request

func NewPublicGeneratePartyCodeBadRequest

func NewPublicGeneratePartyCodeBadRequest() *PublicGeneratePartyCodeBadRequest

NewPublicGeneratePartyCodeBadRequest creates a PublicGeneratePartyCodeBadRequest with default headers values

func (*PublicGeneratePartyCodeBadRequest) Error

func (*PublicGeneratePartyCodeBadRequest) GetPayload

func (*PublicGeneratePartyCodeBadRequest) ToJSONString

func (o *PublicGeneratePartyCodeBadRequest) ToJSONString() string

type PublicGeneratePartyCodeForbidden

type PublicGeneratePartyCodeForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicGeneratePartyCodeForbidden handles this case with default header values.

Forbidden

func NewPublicGeneratePartyCodeForbidden

func NewPublicGeneratePartyCodeForbidden() *PublicGeneratePartyCodeForbidden

NewPublicGeneratePartyCodeForbidden creates a PublicGeneratePartyCodeForbidden with default headers values

func (*PublicGeneratePartyCodeForbidden) Error

func (*PublicGeneratePartyCodeForbidden) GetPayload

func (*PublicGeneratePartyCodeForbidden) ToJSONString

func (o *PublicGeneratePartyCodeForbidden) ToJSONString() string

type PublicGeneratePartyCodeInternalServerError

type PublicGeneratePartyCodeInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicGeneratePartyCodeInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicGeneratePartyCodeInternalServerError

func NewPublicGeneratePartyCodeInternalServerError() *PublicGeneratePartyCodeInternalServerError

NewPublicGeneratePartyCodeInternalServerError creates a PublicGeneratePartyCodeInternalServerError with default headers values

func (*PublicGeneratePartyCodeInternalServerError) Error

func (*PublicGeneratePartyCodeInternalServerError) GetPayload

func (*PublicGeneratePartyCodeInternalServerError) ToJSONString

type PublicGeneratePartyCodeNotFound

type PublicGeneratePartyCodeNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicGeneratePartyCodeNotFound handles this case with default header values.

Not Found

func NewPublicGeneratePartyCodeNotFound

func NewPublicGeneratePartyCodeNotFound() *PublicGeneratePartyCodeNotFound

NewPublicGeneratePartyCodeNotFound creates a PublicGeneratePartyCodeNotFound with default headers values

func (*PublicGeneratePartyCodeNotFound) Error

func (*PublicGeneratePartyCodeNotFound) GetPayload

func (*PublicGeneratePartyCodeNotFound) ToJSONString

func (o *PublicGeneratePartyCodeNotFound) ToJSONString() string

type PublicGeneratePartyCodeOK

type PublicGeneratePartyCodeOK struct {
	Payload *sessionclientmodels.ApimodelsPartySessionResponse
}

PublicGeneratePartyCodeOK handles this case with default header values.

OK

func NewPublicGeneratePartyCodeOK

func NewPublicGeneratePartyCodeOK() *PublicGeneratePartyCodeOK

NewPublicGeneratePartyCodeOK creates a PublicGeneratePartyCodeOK with default headers values

func (*PublicGeneratePartyCodeOK) Error

func (o *PublicGeneratePartyCodeOK) Error() string

func (*PublicGeneratePartyCodeOK) GetPayload

func (*PublicGeneratePartyCodeOK) ToJSONString

func (o *PublicGeneratePartyCodeOK) ToJSONString() string

type PublicGeneratePartyCodeParams

type PublicGeneratePartyCodeParams struct {

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

	*/
	Namespace string
	/*PartyID
	  Party ID

	*/
	PartyID string

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

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

PublicGeneratePartyCodeParams contains all the parameters to send to the API endpoint for the public generate party code operation typically these are written to a http.Request

func NewPublicGeneratePartyCodeParams

func NewPublicGeneratePartyCodeParams() *PublicGeneratePartyCodeParams

NewPublicGeneratePartyCodeParams creates a new PublicGeneratePartyCodeParams object with the default values initialized.

func NewPublicGeneratePartyCodeParamsWithContext

func NewPublicGeneratePartyCodeParamsWithContext(ctx context.Context) *PublicGeneratePartyCodeParams

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

func NewPublicGeneratePartyCodeParamsWithHTTPClient

func NewPublicGeneratePartyCodeParamsWithHTTPClient(client *http.Client) *PublicGeneratePartyCodeParams

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

func NewPublicGeneratePartyCodeParamsWithTimeout

func NewPublicGeneratePartyCodeParamsWithTimeout(timeout time.Duration) *PublicGeneratePartyCodeParams

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

func (*PublicGeneratePartyCodeParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public generate party code params

func (*PublicGeneratePartyCodeParams) SetContext

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

SetContext adds the context to the public generate party code params

func (*PublicGeneratePartyCodeParams) SetFlightId added in v0.63.0

func (o *PublicGeneratePartyCodeParams) SetFlightId(flightId string)

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

func (*PublicGeneratePartyCodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public generate party code params

func (*PublicGeneratePartyCodeParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public generate party code params

func (*PublicGeneratePartyCodeParams) SetNamespace

func (o *PublicGeneratePartyCodeParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public generate party code params

func (*PublicGeneratePartyCodeParams) SetPartyID

func (o *PublicGeneratePartyCodeParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the public generate party code params

func (*PublicGeneratePartyCodeParams) SetTimeout

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

SetTimeout adds the timeout to the public generate party code params

func (*PublicGeneratePartyCodeParams) WithContext

WithContext adds the context to the public generate party code params

func (*PublicGeneratePartyCodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public generate party code params

func (*PublicGeneratePartyCodeParams) WithNamespace

WithNamespace adds the namespace to the public generate party code params

func (*PublicGeneratePartyCodeParams) WithPartyID

WithPartyID adds the partyID to the public generate party code params

func (*PublicGeneratePartyCodeParams) WithTimeout

WithTimeout adds the timeout to the public generate party code params

func (*PublicGeneratePartyCodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicGeneratePartyCodeReader

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

PublicGeneratePartyCodeReader is a Reader for the PublicGeneratePartyCode structure.

func (*PublicGeneratePartyCodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicGeneratePartyCodeUnauthorized

type PublicGeneratePartyCodeUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicGeneratePartyCodeUnauthorized handles this case with default header values.

Unauthorized

func NewPublicGeneratePartyCodeUnauthorized

func NewPublicGeneratePartyCodeUnauthorized() *PublicGeneratePartyCodeUnauthorized

NewPublicGeneratePartyCodeUnauthorized creates a PublicGeneratePartyCodeUnauthorized with default headers values

func (*PublicGeneratePartyCodeUnauthorized) Error

func (*PublicGeneratePartyCodeUnauthorized) GetPayload

func (*PublicGeneratePartyCodeUnauthorized) ToJSONString

func (o *PublicGeneratePartyCodeUnauthorized) ToJSONString() string

type PublicGetPartyInternalServerError

type PublicGetPartyInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicGetPartyInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicGetPartyInternalServerError

func NewPublicGetPartyInternalServerError() *PublicGetPartyInternalServerError

NewPublicGetPartyInternalServerError creates a PublicGetPartyInternalServerError with default headers values

func (*PublicGetPartyInternalServerError) Error

func (*PublicGetPartyInternalServerError) GetPayload

func (*PublicGetPartyInternalServerError) ToJSONString

func (o *PublicGetPartyInternalServerError) ToJSONString() string

type PublicGetPartyNotFound

type PublicGetPartyNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicGetPartyNotFound handles this case with default header values.

Not Found

func NewPublicGetPartyNotFound

func NewPublicGetPartyNotFound() *PublicGetPartyNotFound

NewPublicGetPartyNotFound creates a PublicGetPartyNotFound with default headers values

func (*PublicGetPartyNotFound) Error

func (o *PublicGetPartyNotFound) Error() string

func (*PublicGetPartyNotFound) GetPayload

func (*PublicGetPartyNotFound) ToJSONString

func (o *PublicGetPartyNotFound) ToJSONString() string

type PublicGetPartyOK

type PublicGetPartyOK struct {
	Payload *sessionclientmodels.ApimodelsPartySessionResponse
}

PublicGetPartyOK handles this case with default header values.

OK

func NewPublicGetPartyOK

func NewPublicGetPartyOK() *PublicGetPartyOK

NewPublicGetPartyOK creates a PublicGetPartyOK with default headers values

func (*PublicGetPartyOK) Error

func (o *PublicGetPartyOK) Error() string

func (*PublicGetPartyOK) GetPayload

func (*PublicGetPartyOK) ToJSONString

func (o *PublicGetPartyOK) ToJSONString() string

type PublicGetPartyParams

type PublicGetPartyParams struct {

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

	*/
	Namespace string
	/*PartyID
	  Party ID

	*/
	PartyID string

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

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

PublicGetPartyParams contains all the parameters to send to the API endpoint for the public get party operation typically these are written to a http.Request

func NewPublicGetPartyParams

func NewPublicGetPartyParams() *PublicGetPartyParams

NewPublicGetPartyParams creates a new PublicGetPartyParams object with the default values initialized.

func NewPublicGetPartyParamsWithContext

func NewPublicGetPartyParamsWithContext(ctx context.Context) *PublicGetPartyParams

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

func NewPublicGetPartyParamsWithHTTPClient

func NewPublicGetPartyParamsWithHTTPClient(client *http.Client) *PublicGetPartyParams

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

func NewPublicGetPartyParamsWithTimeout

func NewPublicGetPartyParamsWithTimeout(timeout time.Duration) *PublicGetPartyParams

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

func (*PublicGetPartyParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public get party params

func (*PublicGetPartyParams) SetContext

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

SetContext adds the context to the public get party params

func (*PublicGetPartyParams) SetFlightId added in v0.63.0

func (o *PublicGetPartyParams) SetFlightId(flightId string)

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

func (*PublicGetPartyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public get party params

func (*PublicGetPartyParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public get party params

func (*PublicGetPartyParams) SetNamespace

func (o *PublicGetPartyParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public get party params

func (*PublicGetPartyParams) SetPartyID

func (o *PublicGetPartyParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the public get party params

func (*PublicGetPartyParams) SetTimeout

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

SetTimeout adds the timeout to the public get party params

func (*PublicGetPartyParams) WithContext

WithContext adds the context to the public get party params

func (*PublicGetPartyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the public get party params

func (*PublicGetPartyParams) WithNamespace

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

WithNamespace adds the namespace to the public get party params

func (*PublicGetPartyParams) WithPartyID

func (o *PublicGetPartyParams) WithPartyID(partyID string) *PublicGetPartyParams

WithPartyID adds the partyID to the public get party params

func (*PublicGetPartyParams) WithTimeout

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

WithTimeout adds the timeout to the public get party params

func (*PublicGetPartyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PublicGetPartyReader

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

PublicGetPartyReader is a Reader for the PublicGetParty structure.

func (*PublicGetPartyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicGetPartyUnauthorized

type PublicGetPartyUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicGetPartyUnauthorized handles this case with default header values.

Unauthorized

func NewPublicGetPartyUnauthorized

func NewPublicGetPartyUnauthorized() *PublicGetPartyUnauthorized

NewPublicGetPartyUnauthorized creates a PublicGetPartyUnauthorized with default headers values

func (*PublicGetPartyUnauthorized) Error

func (*PublicGetPartyUnauthorized) GetPayload

func (*PublicGetPartyUnauthorized) ToJSONString

func (o *PublicGetPartyUnauthorized) ToJSONString() string

type PublicPartyInviteBadRequest

type PublicPartyInviteBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyInviteBadRequest handles this case with default header values.

Bad Request

func NewPublicPartyInviteBadRequest

func NewPublicPartyInviteBadRequest() *PublicPartyInviteBadRequest

NewPublicPartyInviteBadRequest creates a PublicPartyInviteBadRequest with default headers values

func (*PublicPartyInviteBadRequest) Error

func (*PublicPartyInviteBadRequest) GetPayload

func (*PublicPartyInviteBadRequest) ToJSONString

func (o *PublicPartyInviteBadRequest) ToJSONString() string

type PublicPartyInviteCreated

type PublicPartyInviteCreated struct {
	Payload *sessionclientmodels.ApimodelsSessionInviteResponse
}

PublicPartyInviteCreated handles this case with default header values.

Created

func NewPublicPartyInviteCreated

func NewPublicPartyInviteCreated() *PublicPartyInviteCreated

NewPublicPartyInviteCreated creates a PublicPartyInviteCreated with default headers values

func (*PublicPartyInviteCreated) Error

func (o *PublicPartyInviteCreated) Error() string

func (*PublicPartyInviteCreated) GetPayload added in v0.59.0

func (*PublicPartyInviteCreated) ToJSONString added in v0.59.0

func (o *PublicPartyInviteCreated) ToJSONString() string

type PublicPartyInviteInternalServerError

type PublicPartyInviteInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyInviteInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicPartyInviteInternalServerError

func NewPublicPartyInviteInternalServerError() *PublicPartyInviteInternalServerError

NewPublicPartyInviteInternalServerError creates a PublicPartyInviteInternalServerError with default headers values

func (*PublicPartyInviteInternalServerError) Error

func (*PublicPartyInviteInternalServerError) GetPayload

func (*PublicPartyInviteInternalServerError) ToJSONString

func (o *PublicPartyInviteInternalServerError) ToJSONString() string

type PublicPartyInviteNoContent

type PublicPartyInviteNoContent struct {
}

PublicPartyInviteNoContent handles this case with default header values.

No Content

func NewPublicPartyInviteNoContent

func NewPublicPartyInviteNoContent() *PublicPartyInviteNoContent

NewPublicPartyInviteNoContent creates a PublicPartyInviteNoContent with default headers values

func (*PublicPartyInviteNoContent) Error

type PublicPartyInviteNotFound

type PublicPartyInviteNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyInviteNotFound handles this case with default header values.

Not Found

func NewPublicPartyInviteNotFound

func NewPublicPartyInviteNotFound() *PublicPartyInviteNotFound

NewPublicPartyInviteNotFound creates a PublicPartyInviteNotFound with default headers values

func (*PublicPartyInviteNotFound) Error

func (o *PublicPartyInviteNotFound) Error() string

func (*PublicPartyInviteNotFound) GetPayload

func (*PublicPartyInviteNotFound) ToJSONString

func (o *PublicPartyInviteNotFound) ToJSONString() string

type PublicPartyInviteParams

type PublicPartyInviteParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *sessionclientmodels.ApimodelsSessionInviteRequest
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*PartyID
	  Party ID

	*/
	PartyID string

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

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

PublicPartyInviteParams contains all the parameters to send to the API endpoint for the public party invite operation typically these are written to a http.Request

func NewPublicPartyInviteParams

func NewPublicPartyInviteParams() *PublicPartyInviteParams

NewPublicPartyInviteParams creates a new PublicPartyInviteParams object with the default values initialized.

func NewPublicPartyInviteParamsWithContext

func NewPublicPartyInviteParamsWithContext(ctx context.Context) *PublicPartyInviteParams

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

func NewPublicPartyInviteParamsWithHTTPClient

func NewPublicPartyInviteParamsWithHTTPClient(client *http.Client) *PublicPartyInviteParams

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

func NewPublicPartyInviteParamsWithTimeout

func NewPublicPartyInviteParamsWithTimeout(timeout time.Duration) *PublicPartyInviteParams

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

func (*PublicPartyInviteParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public party invite params

func (*PublicPartyInviteParams) SetBody

SetBody adds the body to the public party invite params

func (*PublicPartyInviteParams) SetContext

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

SetContext adds the context to the public party invite params

func (*PublicPartyInviteParams) SetFlightId added in v0.63.0

func (o *PublicPartyInviteParams) SetFlightId(flightId string)

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

func (*PublicPartyInviteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public party invite params

func (*PublicPartyInviteParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public party invite params

func (*PublicPartyInviteParams) SetNamespace

func (o *PublicPartyInviteParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public party invite params

func (*PublicPartyInviteParams) SetPartyID

func (o *PublicPartyInviteParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the public party invite params

func (*PublicPartyInviteParams) SetTimeout

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

SetTimeout adds the timeout to the public party invite params

func (*PublicPartyInviteParams) WithBody

WithBody adds the body to the public party invite params

func (*PublicPartyInviteParams) WithContext

WithContext adds the context to the public party invite params

func (*PublicPartyInviteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the public party invite params

func (*PublicPartyInviteParams) WithNamespace

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

WithNamespace adds the namespace to the public party invite params

func (*PublicPartyInviteParams) WithPartyID

func (o *PublicPartyInviteParams) WithPartyID(partyID string) *PublicPartyInviteParams

WithPartyID adds the partyID to the public party invite params

func (*PublicPartyInviteParams) WithTimeout

WithTimeout adds the timeout to the public party invite params

func (*PublicPartyInviteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicPartyInviteReader

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

PublicPartyInviteReader is a Reader for the PublicPartyInvite structure.

func (*PublicPartyInviteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicPartyInviteUnauthorized

type PublicPartyInviteUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyInviteUnauthorized handles this case with default header values.

Unauthorized

func NewPublicPartyInviteUnauthorized

func NewPublicPartyInviteUnauthorized() *PublicPartyInviteUnauthorized

NewPublicPartyInviteUnauthorized creates a PublicPartyInviteUnauthorized with default headers values

func (*PublicPartyInviteUnauthorized) Error

func (*PublicPartyInviteUnauthorized) GetPayload

func (*PublicPartyInviteUnauthorized) ToJSONString

func (o *PublicPartyInviteUnauthorized) ToJSONString() string

type PublicPartyJoinBadRequest

type PublicPartyJoinBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyJoinBadRequest handles this case with default header values.

Bad Request

func NewPublicPartyJoinBadRequest

func NewPublicPartyJoinBadRequest() *PublicPartyJoinBadRequest

NewPublicPartyJoinBadRequest creates a PublicPartyJoinBadRequest with default headers values

func (*PublicPartyJoinBadRequest) Error

func (o *PublicPartyJoinBadRequest) Error() string

func (*PublicPartyJoinBadRequest) GetPayload

func (*PublicPartyJoinBadRequest) ToJSONString

func (o *PublicPartyJoinBadRequest) ToJSONString() string

type PublicPartyJoinCodeBadRequest

type PublicPartyJoinCodeBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyJoinCodeBadRequest handles this case with default header values.

Bad Request

func NewPublicPartyJoinCodeBadRequest

func NewPublicPartyJoinCodeBadRequest() *PublicPartyJoinCodeBadRequest

NewPublicPartyJoinCodeBadRequest creates a PublicPartyJoinCodeBadRequest with default headers values

func (*PublicPartyJoinCodeBadRequest) Error

func (*PublicPartyJoinCodeBadRequest) GetPayload

func (*PublicPartyJoinCodeBadRequest) ToJSONString

func (o *PublicPartyJoinCodeBadRequest) ToJSONString() string

type PublicPartyJoinCodeForbidden

type PublicPartyJoinCodeForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyJoinCodeForbidden handles this case with default header values.

Forbidden

func NewPublicPartyJoinCodeForbidden

func NewPublicPartyJoinCodeForbidden() *PublicPartyJoinCodeForbidden

NewPublicPartyJoinCodeForbidden creates a PublicPartyJoinCodeForbidden with default headers values

func (*PublicPartyJoinCodeForbidden) Error

func (*PublicPartyJoinCodeForbidden) GetPayload

func (*PublicPartyJoinCodeForbidden) ToJSONString

func (o *PublicPartyJoinCodeForbidden) ToJSONString() string

type PublicPartyJoinCodeInternalServerError

type PublicPartyJoinCodeInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyJoinCodeInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicPartyJoinCodeInternalServerError

func NewPublicPartyJoinCodeInternalServerError() *PublicPartyJoinCodeInternalServerError

NewPublicPartyJoinCodeInternalServerError creates a PublicPartyJoinCodeInternalServerError with default headers values

func (*PublicPartyJoinCodeInternalServerError) Error

func (*PublicPartyJoinCodeInternalServerError) GetPayload

func (*PublicPartyJoinCodeInternalServerError) ToJSONString

type PublicPartyJoinCodeNotFound

type PublicPartyJoinCodeNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyJoinCodeNotFound handles this case with default header values.

Not Found

func NewPublicPartyJoinCodeNotFound

func NewPublicPartyJoinCodeNotFound() *PublicPartyJoinCodeNotFound

NewPublicPartyJoinCodeNotFound creates a PublicPartyJoinCodeNotFound with default headers values

func (*PublicPartyJoinCodeNotFound) Error

func (*PublicPartyJoinCodeNotFound) GetPayload

func (*PublicPartyJoinCodeNotFound) ToJSONString

func (o *PublicPartyJoinCodeNotFound) ToJSONString() string

type PublicPartyJoinCodeOK

type PublicPartyJoinCodeOK struct {
	Payload *sessionclientmodels.ApimodelsPartySessionResponse
}

PublicPartyJoinCodeOK handles this case with default header values.

OK

func NewPublicPartyJoinCodeOK

func NewPublicPartyJoinCodeOK() *PublicPartyJoinCodeOK

NewPublicPartyJoinCodeOK creates a PublicPartyJoinCodeOK with default headers values

func (*PublicPartyJoinCodeOK) Error

func (o *PublicPartyJoinCodeOK) Error() string

func (*PublicPartyJoinCodeOK) GetPayload

func (*PublicPartyJoinCodeOK) ToJSONString

func (o *PublicPartyJoinCodeOK) ToJSONString() string

type PublicPartyJoinCodeParams

type PublicPartyJoinCodeParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *sessionclientmodels.ApimodelsJoinByCodeRequest
	/*Namespace
	  Namespace

	*/
	Namespace string

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

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

PublicPartyJoinCodeParams contains all the parameters to send to the API endpoint for the public party join code operation typically these are written to a http.Request

func NewPublicPartyJoinCodeParams

func NewPublicPartyJoinCodeParams() *PublicPartyJoinCodeParams

NewPublicPartyJoinCodeParams creates a new PublicPartyJoinCodeParams object with the default values initialized.

func NewPublicPartyJoinCodeParamsWithContext

func NewPublicPartyJoinCodeParamsWithContext(ctx context.Context) *PublicPartyJoinCodeParams

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

func NewPublicPartyJoinCodeParamsWithHTTPClient

func NewPublicPartyJoinCodeParamsWithHTTPClient(client *http.Client) *PublicPartyJoinCodeParams

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

func NewPublicPartyJoinCodeParamsWithTimeout

func NewPublicPartyJoinCodeParamsWithTimeout(timeout time.Duration) *PublicPartyJoinCodeParams

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

func (*PublicPartyJoinCodeParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public party join code params

func (*PublicPartyJoinCodeParams) SetBody

SetBody adds the body to the public party join code params

func (*PublicPartyJoinCodeParams) SetContext

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

SetContext adds the context to the public party join code params

func (*PublicPartyJoinCodeParams) SetFlightId added in v0.63.0

func (o *PublicPartyJoinCodeParams) SetFlightId(flightId string)

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

func (*PublicPartyJoinCodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public party join code params

func (*PublicPartyJoinCodeParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public party join code params

func (*PublicPartyJoinCodeParams) SetNamespace

func (o *PublicPartyJoinCodeParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public party join code params

func (*PublicPartyJoinCodeParams) SetTimeout

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

SetTimeout adds the timeout to the public party join code params

func (*PublicPartyJoinCodeParams) WithBody

WithBody adds the body to the public party join code params

func (*PublicPartyJoinCodeParams) WithContext

WithContext adds the context to the public party join code params

func (*PublicPartyJoinCodeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the public party join code params

func (*PublicPartyJoinCodeParams) WithNamespace

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

WithNamespace adds the namespace to the public party join code params

func (*PublicPartyJoinCodeParams) WithTimeout

WithTimeout adds the timeout to the public party join code params

func (*PublicPartyJoinCodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicPartyJoinCodeReader

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

PublicPartyJoinCodeReader is a Reader for the PublicPartyJoinCode structure.

func (*PublicPartyJoinCodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicPartyJoinCodeUnauthorized

type PublicPartyJoinCodeUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyJoinCodeUnauthorized handles this case with default header values.

Unauthorized

func NewPublicPartyJoinCodeUnauthorized

func NewPublicPartyJoinCodeUnauthorized() *PublicPartyJoinCodeUnauthorized

NewPublicPartyJoinCodeUnauthorized creates a PublicPartyJoinCodeUnauthorized with default headers values

func (*PublicPartyJoinCodeUnauthorized) Error

func (*PublicPartyJoinCodeUnauthorized) GetPayload

func (*PublicPartyJoinCodeUnauthorized) ToJSONString

func (o *PublicPartyJoinCodeUnauthorized) ToJSONString() string

type PublicPartyJoinForbidden

type PublicPartyJoinForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyJoinForbidden handles this case with default header values.

Forbidden

func NewPublicPartyJoinForbidden

func NewPublicPartyJoinForbidden() *PublicPartyJoinForbidden

NewPublicPartyJoinForbidden creates a PublicPartyJoinForbidden with default headers values

func (*PublicPartyJoinForbidden) Error

func (o *PublicPartyJoinForbidden) Error() string

func (*PublicPartyJoinForbidden) GetPayload

func (*PublicPartyJoinForbidden) ToJSONString

func (o *PublicPartyJoinForbidden) ToJSONString() string

type PublicPartyJoinInternalServerError

type PublicPartyJoinInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyJoinInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicPartyJoinInternalServerError

func NewPublicPartyJoinInternalServerError() *PublicPartyJoinInternalServerError

NewPublicPartyJoinInternalServerError creates a PublicPartyJoinInternalServerError with default headers values

func (*PublicPartyJoinInternalServerError) Error

func (*PublicPartyJoinInternalServerError) GetPayload

func (*PublicPartyJoinInternalServerError) ToJSONString

func (o *PublicPartyJoinInternalServerError) ToJSONString() string

type PublicPartyJoinNotFound

type PublicPartyJoinNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyJoinNotFound handles this case with default header values.

Not Found

func NewPublicPartyJoinNotFound

func NewPublicPartyJoinNotFound() *PublicPartyJoinNotFound

NewPublicPartyJoinNotFound creates a PublicPartyJoinNotFound with default headers values

func (*PublicPartyJoinNotFound) Error

func (o *PublicPartyJoinNotFound) Error() string

func (*PublicPartyJoinNotFound) GetPayload

func (*PublicPartyJoinNotFound) ToJSONString

func (o *PublicPartyJoinNotFound) ToJSONString() string

type PublicPartyJoinOK

type PublicPartyJoinOK struct {
	Payload *sessionclientmodels.ApimodelsPartySessionResponse
}

PublicPartyJoinOK handles this case with default header values.

OK

func NewPublicPartyJoinOK

func NewPublicPartyJoinOK() *PublicPartyJoinOK

NewPublicPartyJoinOK creates a PublicPartyJoinOK with default headers values

func (*PublicPartyJoinOK) Error

func (o *PublicPartyJoinOK) Error() string

func (*PublicPartyJoinOK) GetPayload

func (*PublicPartyJoinOK) ToJSONString

func (o *PublicPartyJoinOK) ToJSONString() string

type PublicPartyJoinParams

type PublicPartyJoinParams struct {

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

	*/
	Namespace string
	/*PartyID
	  Party ID

	*/
	PartyID string

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

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

PublicPartyJoinParams contains all the parameters to send to the API endpoint for the public party join operation typically these are written to a http.Request

func NewPublicPartyJoinParams

func NewPublicPartyJoinParams() *PublicPartyJoinParams

NewPublicPartyJoinParams creates a new PublicPartyJoinParams object with the default values initialized.

func NewPublicPartyJoinParamsWithContext

func NewPublicPartyJoinParamsWithContext(ctx context.Context) *PublicPartyJoinParams

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

func NewPublicPartyJoinParamsWithHTTPClient

func NewPublicPartyJoinParamsWithHTTPClient(client *http.Client) *PublicPartyJoinParams

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

func NewPublicPartyJoinParamsWithTimeout

func NewPublicPartyJoinParamsWithTimeout(timeout time.Duration) *PublicPartyJoinParams

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

func (*PublicPartyJoinParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public party join params

func (*PublicPartyJoinParams) SetContext

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

SetContext adds the context to the public party join params

func (*PublicPartyJoinParams) SetFlightId added in v0.63.0

func (o *PublicPartyJoinParams) SetFlightId(flightId string)

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

func (*PublicPartyJoinParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public party join params

func (*PublicPartyJoinParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public party join params

func (*PublicPartyJoinParams) SetNamespace

func (o *PublicPartyJoinParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public party join params

func (*PublicPartyJoinParams) SetPartyID

func (o *PublicPartyJoinParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the public party join params

func (*PublicPartyJoinParams) SetTimeout

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

SetTimeout adds the timeout to the public party join params

func (*PublicPartyJoinParams) WithContext

WithContext adds the context to the public party join params

func (*PublicPartyJoinParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the public party join params

func (*PublicPartyJoinParams) WithNamespace

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

WithNamespace adds the namespace to the public party join params

func (*PublicPartyJoinParams) WithPartyID

func (o *PublicPartyJoinParams) WithPartyID(partyID string) *PublicPartyJoinParams

WithPartyID adds the partyID to the public party join params

func (*PublicPartyJoinParams) WithTimeout

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

WithTimeout adds the timeout to the public party join params

func (*PublicPartyJoinParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PublicPartyJoinReader

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

PublicPartyJoinReader is a Reader for the PublicPartyJoin structure.

func (*PublicPartyJoinReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicPartyJoinUnauthorized

type PublicPartyJoinUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyJoinUnauthorized handles this case with default header values.

Unauthorized

func NewPublicPartyJoinUnauthorized

func NewPublicPartyJoinUnauthorized() *PublicPartyJoinUnauthorized

NewPublicPartyJoinUnauthorized creates a PublicPartyJoinUnauthorized with default headers values

func (*PublicPartyJoinUnauthorized) Error

func (*PublicPartyJoinUnauthorized) GetPayload

func (*PublicPartyJoinUnauthorized) ToJSONString

func (o *PublicPartyJoinUnauthorized) ToJSONString() string

type PublicPartyKickBadRequest

type PublicPartyKickBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyKickBadRequest handles this case with default header values.

Bad Request

func NewPublicPartyKickBadRequest

func NewPublicPartyKickBadRequest() *PublicPartyKickBadRequest

NewPublicPartyKickBadRequest creates a PublicPartyKickBadRequest with default headers values

func (*PublicPartyKickBadRequest) Error

func (o *PublicPartyKickBadRequest) Error() string

func (*PublicPartyKickBadRequest) GetPayload

func (*PublicPartyKickBadRequest) ToJSONString

func (o *PublicPartyKickBadRequest) ToJSONString() string

type PublicPartyKickForbidden

type PublicPartyKickForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyKickForbidden handles this case with default header values.

Forbidden

func NewPublicPartyKickForbidden

func NewPublicPartyKickForbidden() *PublicPartyKickForbidden

NewPublicPartyKickForbidden creates a PublicPartyKickForbidden with default headers values

func (*PublicPartyKickForbidden) Error

func (o *PublicPartyKickForbidden) Error() string

func (*PublicPartyKickForbidden) GetPayload

func (*PublicPartyKickForbidden) ToJSONString

func (o *PublicPartyKickForbidden) ToJSONString() string

type PublicPartyKickInternalServerError

type PublicPartyKickInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyKickInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicPartyKickInternalServerError

func NewPublicPartyKickInternalServerError() *PublicPartyKickInternalServerError

NewPublicPartyKickInternalServerError creates a PublicPartyKickInternalServerError with default headers values

func (*PublicPartyKickInternalServerError) Error

func (*PublicPartyKickInternalServerError) GetPayload

func (*PublicPartyKickInternalServerError) ToJSONString

func (o *PublicPartyKickInternalServerError) ToJSONString() string

type PublicPartyKickNotFound

type PublicPartyKickNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyKickNotFound handles this case with default header values.

Not Found

func NewPublicPartyKickNotFound

func NewPublicPartyKickNotFound() *PublicPartyKickNotFound

NewPublicPartyKickNotFound creates a PublicPartyKickNotFound with default headers values

func (*PublicPartyKickNotFound) Error

func (o *PublicPartyKickNotFound) Error() string

func (*PublicPartyKickNotFound) GetPayload

func (*PublicPartyKickNotFound) ToJSONString

func (o *PublicPartyKickNotFound) ToJSONString() string

type PublicPartyKickOK

type PublicPartyKickOK struct {
	Payload *sessionclientmodels.ApimodelsKickResponse
}

PublicPartyKickOK handles this case with default header values.

OK

func NewPublicPartyKickOK

func NewPublicPartyKickOK() *PublicPartyKickOK

NewPublicPartyKickOK creates a PublicPartyKickOK with default headers values

func (*PublicPartyKickOK) Error

func (o *PublicPartyKickOK) Error() string

func (*PublicPartyKickOK) GetPayload

func (*PublicPartyKickOK) ToJSONString

func (o *PublicPartyKickOK) ToJSONString() string

type PublicPartyKickParams

type PublicPartyKickParams struct {

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

	*/
	Namespace string
	/*PartyID
	  Party ID

	*/
	PartyID string
	/*UserID
	  User ID

	*/
	UserID string

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

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

PublicPartyKickParams contains all the parameters to send to the API endpoint for the public party kick operation typically these are written to a http.Request

func NewPublicPartyKickParams

func NewPublicPartyKickParams() *PublicPartyKickParams

NewPublicPartyKickParams creates a new PublicPartyKickParams object with the default values initialized.

func NewPublicPartyKickParamsWithContext

func NewPublicPartyKickParamsWithContext(ctx context.Context) *PublicPartyKickParams

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

func NewPublicPartyKickParamsWithHTTPClient

func NewPublicPartyKickParamsWithHTTPClient(client *http.Client) *PublicPartyKickParams

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

func NewPublicPartyKickParamsWithTimeout

func NewPublicPartyKickParamsWithTimeout(timeout time.Duration) *PublicPartyKickParams

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

func (*PublicPartyKickParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public party kick params

func (*PublicPartyKickParams) SetContext

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

SetContext adds the context to the public party kick params

func (*PublicPartyKickParams) SetFlightId added in v0.63.0

func (o *PublicPartyKickParams) SetFlightId(flightId string)

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

func (*PublicPartyKickParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public party kick params

func (*PublicPartyKickParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public party kick params

func (*PublicPartyKickParams) SetNamespace

func (o *PublicPartyKickParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public party kick params

func (*PublicPartyKickParams) SetPartyID

func (o *PublicPartyKickParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the public party kick params

func (*PublicPartyKickParams) SetTimeout

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

SetTimeout adds the timeout to the public party kick params

func (*PublicPartyKickParams) SetUserID

func (o *PublicPartyKickParams) SetUserID(userID string)

SetUserID adds the userId to the public party kick params

func (*PublicPartyKickParams) WithContext

WithContext adds the context to the public party kick params

func (*PublicPartyKickParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the public party kick params

func (*PublicPartyKickParams) WithNamespace

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

WithNamespace adds the namespace to the public party kick params

func (*PublicPartyKickParams) WithPartyID

func (o *PublicPartyKickParams) WithPartyID(partyID string) *PublicPartyKickParams

WithPartyID adds the partyID to the public party kick params

func (*PublicPartyKickParams) WithTimeout

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

WithTimeout adds the timeout to the public party kick params

func (*PublicPartyKickParams) WithUserID

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

WithUserID adds the userID to the public party kick params

func (*PublicPartyKickParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PublicPartyKickReader

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

PublicPartyKickReader is a Reader for the PublicPartyKick structure.

func (*PublicPartyKickReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicPartyKickUnauthorized

type PublicPartyKickUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyKickUnauthorized handles this case with default header values.

Unauthorized

func NewPublicPartyKickUnauthorized

func NewPublicPartyKickUnauthorized() *PublicPartyKickUnauthorized

NewPublicPartyKickUnauthorized creates a PublicPartyKickUnauthorized with default headers values

func (*PublicPartyKickUnauthorized) Error

func (*PublicPartyKickUnauthorized) GetPayload

func (*PublicPartyKickUnauthorized) ToJSONString

func (o *PublicPartyKickUnauthorized) ToJSONString() string

type PublicPartyLeaveInternalServerError

type PublicPartyLeaveInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyLeaveInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicPartyLeaveInternalServerError

func NewPublicPartyLeaveInternalServerError() *PublicPartyLeaveInternalServerError

NewPublicPartyLeaveInternalServerError creates a PublicPartyLeaveInternalServerError with default headers values

func (*PublicPartyLeaveInternalServerError) Error

func (*PublicPartyLeaveInternalServerError) GetPayload

func (*PublicPartyLeaveInternalServerError) ToJSONString

func (o *PublicPartyLeaveInternalServerError) ToJSONString() string

type PublicPartyLeaveNoContent

type PublicPartyLeaveNoContent struct {
}

PublicPartyLeaveNoContent handles this case with default header values.

No Content

func NewPublicPartyLeaveNoContent

func NewPublicPartyLeaveNoContent() *PublicPartyLeaveNoContent

NewPublicPartyLeaveNoContent creates a PublicPartyLeaveNoContent with default headers values

func (*PublicPartyLeaveNoContent) Error

func (o *PublicPartyLeaveNoContent) Error() string

type PublicPartyLeaveNotFound

type PublicPartyLeaveNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyLeaveNotFound handles this case with default header values.

Not Found

func NewPublicPartyLeaveNotFound

func NewPublicPartyLeaveNotFound() *PublicPartyLeaveNotFound

NewPublicPartyLeaveNotFound creates a PublicPartyLeaveNotFound with default headers values

func (*PublicPartyLeaveNotFound) Error

func (o *PublicPartyLeaveNotFound) Error() string

func (*PublicPartyLeaveNotFound) GetPayload

func (*PublicPartyLeaveNotFound) ToJSONString

func (o *PublicPartyLeaveNotFound) ToJSONString() string

type PublicPartyLeaveParams

type PublicPartyLeaveParams struct {

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

	*/
	Namespace string
	/*PartyID
	  Party ID

	*/
	PartyID string

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

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

PublicPartyLeaveParams contains all the parameters to send to the API endpoint for the public party leave operation typically these are written to a http.Request

func NewPublicPartyLeaveParams

func NewPublicPartyLeaveParams() *PublicPartyLeaveParams

NewPublicPartyLeaveParams creates a new PublicPartyLeaveParams object with the default values initialized.

func NewPublicPartyLeaveParamsWithContext

func NewPublicPartyLeaveParamsWithContext(ctx context.Context) *PublicPartyLeaveParams

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

func NewPublicPartyLeaveParamsWithHTTPClient

func NewPublicPartyLeaveParamsWithHTTPClient(client *http.Client) *PublicPartyLeaveParams

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

func NewPublicPartyLeaveParamsWithTimeout

func NewPublicPartyLeaveParamsWithTimeout(timeout time.Duration) *PublicPartyLeaveParams

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

func (*PublicPartyLeaveParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public party leave params

func (*PublicPartyLeaveParams) SetContext

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

SetContext adds the context to the public party leave params

func (*PublicPartyLeaveParams) SetFlightId added in v0.63.0

func (o *PublicPartyLeaveParams) SetFlightId(flightId string)

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

func (*PublicPartyLeaveParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public party leave params

func (*PublicPartyLeaveParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public party leave params

func (*PublicPartyLeaveParams) SetNamespace

func (o *PublicPartyLeaveParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public party leave params

func (*PublicPartyLeaveParams) SetPartyID

func (o *PublicPartyLeaveParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the public party leave params

func (*PublicPartyLeaveParams) SetTimeout

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

SetTimeout adds the timeout to the public party leave params

func (*PublicPartyLeaveParams) WithContext

WithContext adds the context to the public party leave params

func (*PublicPartyLeaveParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the public party leave params

func (*PublicPartyLeaveParams) WithNamespace

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

WithNamespace adds the namespace to the public party leave params

func (*PublicPartyLeaveParams) WithPartyID

func (o *PublicPartyLeaveParams) WithPartyID(partyID string) *PublicPartyLeaveParams

WithPartyID adds the partyID to the public party leave params

func (*PublicPartyLeaveParams) WithTimeout

WithTimeout adds the timeout to the public party leave params

func (*PublicPartyLeaveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicPartyLeaveReader

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

PublicPartyLeaveReader is a Reader for the PublicPartyLeave structure.

func (*PublicPartyLeaveReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicPartyLeaveUnauthorized

type PublicPartyLeaveUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyLeaveUnauthorized handles this case with default header values.

Unauthorized

func NewPublicPartyLeaveUnauthorized

func NewPublicPartyLeaveUnauthorized() *PublicPartyLeaveUnauthorized

NewPublicPartyLeaveUnauthorized creates a PublicPartyLeaveUnauthorized with default headers values

func (*PublicPartyLeaveUnauthorized) Error

func (*PublicPartyLeaveUnauthorized) GetPayload

func (*PublicPartyLeaveUnauthorized) ToJSONString

func (o *PublicPartyLeaveUnauthorized) ToJSONString() string

type PublicPartyRejectBadRequest

type PublicPartyRejectBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyRejectBadRequest handles this case with default header values.

Bad Request

func NewPublicPartyRejectBadRequest

func NewPublicPartyRejectBadRequest() *PublicPartyRejectBadRequest

NewPublicPartyRejectBadRequest creates a PublicPartyRejectBadRequest with default headers values

func (*PublicPartyRejectBadRequest) Error

func (*PublicPartyRejectBadRequest) GetPayload

func (*PublicPartyRejectBadRequest) ToJSONString

func (o *PublicPartyRejectBadRequest) ToJSONString() string

type PublicPartyRejectForbidden

type PublicPartyRejectForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyRejectForbidden handles this case with default header values.

Forbidden

func NewPublicPartyRejectForbidden

func NewPublicPartyRejectForbidden() *PublicPartyRejectForbidden

NewPublicPartyRejectForbidden creates a PublicPartyRejectForbidden with default headers values

func (*PublicPartyRejectForbidden) Error

func (*PublicPartyRejectForbidden) GetPayload

func (*PublicPartyRejectForbidden) ToJSONString

func (o *PublicPartyRejectForbidden) ToJSONString() string

type PublicPartyRejectInternalServerError

type PublicPartyRejectInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyRejectInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicPartyRejectInternalServerError

func NewPublicPartyRejectInternalServerError() *PublicPartyRejectInternalServerError

NewPublicPartyRejectInternalServerError creates a PublicPartyRejectInternalServerError with default headers values

func (*PublicPartyRejectInternalServerError) Error

func (*PublicPartyRejectInternalServerError) GetPayload

func (*PublicPartyRejectInternalServerError) ToJSONString

func (o *PublicPartyRejectInternalServerError) ToJSONString() string

type PublicPartyRejectNoContent

type PublicPartyRejectNoContent struct {
}

PublicPartyRejectNoContent handles this case with default header values.

No Content

func NewPublicPartyRejectNoContent

func NewPublicPartyRejectNoContent() *PublicPartyRejectNoContent

NewPublicPartyRejectNoContent creates a PublicPartyRejectNoContent with default headers values

func (*PublicPartyRejectNoContent) Error

type PublicPartyRejectNotFound

type PublicPartyRejectNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyRejectNotFound handles this case with default header values.

Not Found

func NewPublicPartyRejectNotFound

func NewPublicPartyRejectNotFound() *PublicPartyRejectNotFound

NewPublicPartyRejectNotFound creates a PublicPartyRejectNotFound with default headers values

func (*PublicPartyRejectNotFound) Error

func (o *PublicPartyRejectNotFound) Error() string

func (*PublicPartyRejectNotFound) GetPayload

func (*PublicPartyRejectNotFound) ToJSONString

func (o *PublicPartyRejectNotFound) ToJSONString() string

type PublicPartyRejectParams

type PublicPartyRejectParams struct {

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

	*/
	Namespace string
	/*PartyID
	  Party ID

	*/
	PartyID string

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

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

PublicPartyRejectParams contains all the parameters to send to the API endpoint for the public party reject operation typically these are written to a http.Request

func NewPublicPartyRejectParams

func NewPublicPartyRejectParams() *PublicPartyRejectParams

NewPublicPartyRejectParams creates a new PublicPartyRejectParams object with the default values initialized.

func NewPublicPartyRejectParamsWithContext

func NewPublicPartyRejectParamsWithContext(ctx context.Context) *PublicPartyRejectParams

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

func NewPublicPartyRejectParamsWithHTTPClient

func NewPublicPartyRejectParamsWithHTTPClient(client *http.Client) *PublicPartyRejectParams

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

func NewPublicPartyRejectParamsWithTimeout

func NewPublicPartyRejectParamsWithTimeout(timeout time.Duration) *PublicPartyRejectParams

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

func (*PublicPartyRejectParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public party reject params

func (*PublicPartyRejectParams) SetContext

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

SetContext adds the context to the public party reject params

func (*PublicPartyRejectParams) SetFlightId added in v0.63.0

func (o *PublicPartyRejectParams) SetFlightId(flightId string)

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

func (*PublicPartyRejectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public party reject params

func (*PublicPartyRejectParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public party reject params

func (*PublicPartyRejectParams) SetNamespace

func (o *PublicPartyRejectParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public party reject params

func (*PublicPartyRejectParams) SetPartyID

func (o *PublicPartyRejectParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the public party reject params

func (*PublicPartyRejectParams) SetTimeout

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

SetTimeout adds the timeout to the public party reject params

func (*PublicPartyRejectParams) WithContext

WithContext adds the context to the public party reject params

func (*PublicPartyRejectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the public party reject params

func (*PublicPartyRejectParams) WithNamespace

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

WithNamespace adds the namespace to the public party reject params

func (*PublicPartyRejectParams) WithPartyID

func (o *PublicPartyRejectParams) WithPartyID(partyID string) *PublicPartyRejectParams

WithPartyID adds the partyID to the public party reject params

func (*PublicPartyRejectParams) WithTimeout

WithTimeout adds the timeout to the public party reject params

func (*PublicPartyRejectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicPartyRejectReader

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

PublicPartyRejectReader is a Reader for the PublicPartyReject structure.

func (*PublicPartyRejectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicPartyRejectUnauthorized

type PublicPartyRejectUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPartyRejectUnauthorized handles this case with default header values.

Unauthorized

func NewPublicPartyRejectUnauthorized

func NewPublicPartyRejectUnauthorized() *PublicPartyRejectUnauthorized

NewPublicPartyRejectUnauthorized creates a PublicPartyRejectUnauthorized with default headers values

func (*PublicPartyRejectUnauthorized) Error

func (*PublicPartyRejectUnauthorized) GetPayload

func (*PublicPartyRejectUnauthorized) ToJSONString

func (o *PublicPartyRejectUnauthorized) ToJSONString() string

type PublicPatchUpdatePartyBadRequest

type PublicPatchUpdatePartyBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPatchUpdatePartyBadRequest handles this case with default header values.

Bad Request

func NewPublicPatchUpdatePartyBadRequest

func NewPublicPatchUpdatePartyBadRequest() *PublicPatchUpdatePartyBadRequest

NewPublicPatchUpdatePartyBadRequest creates a PublicPatchUpdatePartyBadRequest with default headers values

func (*PublicPatchUpdatePartyBadRequest) Error

func (*PublicPatchUpdatePartyBadRequest) GetPayload

func (*PublicPatchUpdatePartyBadRequest) ToJSONString

func (o *PublicPatchUpdatePartyBadRequest) ToJSONString() string

type PublicPatchUpdatePartyForbidden

type PublicPatchUpdatePartyForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPatchUpdatePartyForbidden handles this case with default header values.

Forbidden

func NewPublicPatchUpdatePartyForbidden

func NewPublicPatchUpdatePartyForbidden() *PublicPatchUpdatePartyForbidden

NewPublicPatchUpdatePartyForbidden creates a PublicPatchUpdatePartyForbidden with default headers values

func (*PublicPatchUpdatePartyForbidden) Error

func (*PublicPatchUpdatePartyForbidden) GetPayload

func (*PublicPatchUpdatePartyForbidden) ToJSONString

func (o *PublicPatchUpdatePartyForbidden) ToJSONString() string

type PublicPatchUpdatePartyInternalServerError

type PublicPatchUpdatePartyInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPatchUpdatePartyInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicPatchUpdatePartyInternalServerError

func NewPublicPatchUpdatePartyInternalServerError() *PublicPatchUpdatePartyInternalServerError

NewPublicPatchUpdatePartyInternalServerError creates a PublicPatchUpdatePartyInternalServerError with default headers values

func (*PublicPatchUpdatePartyInternalServerError) Error

func (*PublicPatchUpdatePartyInternalServerError) GetPayload

func (*PublicPatchUpdatePartyInternalServerError) ToJSONString

type PublicPatchUpdatePartyNotFound

type PublicPatchUpdatePartyNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPatchUpdatePartyNotFound handles this case with default header values.

Not Found

func NewPublicPatchUpdatePartyNotFound

func NewPublicPatchUpdatePartyNotFound() *PublicPatchUpdatePartyNotFound

NewPublicPatchUpdatePartyNotFound creates a PublicPatchUpdatePartyNotFound with default headers values

func (*PublicPatchUpdatePartyNotFound) Error

func (*PublicPatchUpdatePartyNotFound) GetPayload

func (*PublicPatchUpdatePartyNotFound) ToJSONString

func (o *PublicPatchUpdatePartyNotFound) ToJSONString() string

type PublicPatchUpdatePartyOK

type PublicPatchUpdatePartyOK struct {
	Payload *sessionclientmodels.ApimodelsPartySessionResponse
}

PublicPatchUpdatePartyOK handles this case with default header values.

OK

func NewPublicPatchUpdatePartyOK

func NewPublicPatchUpdatePartyOK() *PublicPatchUpdatePartyOK

NewPublicPatchUpdatePartyOK creates a PublicPatchUpdatePartyOK with default headers values

func (*PublicPatchUpdatePartyOK) Error

func (o *PublicPatchUpdatePartyOK) Error() string

func (*PublicPatchUpdatePartyOK) GetPayload

func (*PublicPatchUpdatePartyOK) ToJSONString

func (o *PublicPatchUpdatePartyOK) ToJSONString() string

type PublicPatchUpdatePartyParams

type PublicPatchUpdatePartyParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *sessionclientmodels.ApimodelsUpdatePartyRequest
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*PartyID
	  Party ID

	*/
	PartyID string

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

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

PublicPatchUpdatePartyParams contains all the parameters to send to the API endpoint for the public patch update party operation typically these are written to a http.Request

func NewPublicPatchUpdatePartyParams

func NewPublicPatchUpdatePartyParams() *PublicPatchUpdatePartyParams

NewPublicPatchUpdatePartyParams creates a new PublicPatchUpdatePartyParams object with the default values initialized.

func NewPublicPatchUpdatePartyParamsWithContext

func NewPublicPatchUpdatePartyParamsWithContext(ctx context.Context) *PublicPatchUpdatePartyParams

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

func NewPublicPatchUpdatePartyParamsWithHTTPClient

func NewPublicPatchUpdatePartyParamsWithHTTPClient(client *http.Client) *PublicPatchUpdatePartyParams

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

func NewPublicPatchUpdatePartyParamsWithTimeout

func NewPublicPatchUpdatePartyParamsWithTimeout(timeout time.Duration) *PublicPatchUpdatePartyParams

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

func (*PublicPatchUpdatePartyParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public patch update party params

func (*PublicPatchUpdatePartyParams) SetBody

SetBody adds the body to the public patch update party params

func (*PublicPatchUpdatePartyParams) SetContext

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

SetContext adds the context to the public patch update party params

func (*PublicPatchUpdatePartyParams) SetFlightId added in v0.63.0

func (o *PublicPatchUpdatePartyParams) SetFlightId(flightId string)

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

func (*PublicPatchUpdatePartyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public patch update party params

func (*PublicPatchUpdatePartyParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public patch update party params

func (*PublicPatchUpdatePartyParams) SetNamespace

func (o *PublicPatchUpdatePartyParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public patch update party params

func (*PublicPatchUpdatePartyParams) SetPartyID

func (o *PublicPatchUpdatePartyParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the public patch update party params

func (*PublicPatchUpdatePartyParams) SetTimeout

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

SetTimeout adds the timeout to the public patch update party params

func (*PublicPatchUpdatePartyParams) WithBody

WithBody adds the body to the public patch update party params

func (*PublicPatchUpdatePartyParams) WithContext

WithContext adds the context to the public patch update party params

func (*PublicPatchUpdatePartyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public patch update party params

func (*PublicPatchUpdatePartyParams) WithNamespace

WithNamespace adds the namespace to the public patch update party params

func (*PublicPatchUpdatePartyParams) WithPartyID

WithPartyID adds the partyID to the public patch update party params

func (*PublicPatchUpdatePartyParams) WithTimeout

WithTimeout adds the timeout to the public patch update party params

func (*PublicPatchUpdatePartyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicPatchUpdatePartyReader

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

PublicPatchUpdatePartyReader is a Reader for the PublicPatchUpdateParty structure.

func (*PublicPatchUpdatePartyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicPatchUpdatePartyUnauthorized

type PublicPatchUpdatePartyUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPatchUpdatePartyUnauthorized handles this case with default header values.

Unauthorized

func NewPublicPatchUpdatePartyUnauthorized

func NewPublicPatchUpdatePartyUnauthorized() *PublicPatchUpdatePartyUnauthorized

NewPublicPatchUpdatePartyUnauthorized creates a PublicPatchUpdatePartyUnauthorized with default headers values

func (*PublicPatchUpdatePartyUnauthorized) Error

func (*PublicPatchUpdatePartyUnauthorized) GetPayload

func (*PublicPatchUpdatePartyUnauthorized) ToJSONString

func (o *PublicPatchUpdatePartyUnauthorized) ToJSONString() string

type PublicPromotePartyLeaderBadRequest

type PublicPromotePartyLeaderBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPromotePartyLeaderBadRequest handles this case with default header values.

Bad Request

func NewPublicPromotePartyLeaderBadRequest

func NewPublicPromotePartyLeaderBadRequest() *PublicPromotePartyLeaderBadRequest

NewPublicPromotePartyLeaderBadRequest creates a PublicPromotePartyLeaderBadRequest with default headers values

func (*PublicPromotePartyLeaderBadRequest) Error

func (*PublicPromotePartyLeaderBadRequest) GetPayload

func (*PublicPromotePartyLeaderBadRequest) ToJSONString

func (o *PublicPromotePartyLeaderBadRequest) ToJSONString() string

type PublicPromotePartyLeaderForbidden

type PublicPromotePartyLeaderForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPromotePartyLeaderForbidden handles this case with default header values.

Forbidden

func NewPublicPromotePartyLeaderForbidden

func NewPublicPromotePartyLeaderForbidden() *PublicPromotePartyLeaderForbidden

NewPublicPromotePartyLeaderForbidden creates a PublicPromotePartyLeaderForbidden with default headers values

func (*PublicPromotePartyLeaderForbidden) Error

func (*PublicPromotePartyLeaderForbidden) GetPayload

func (*PublicPromotePartyLeaderForbidden) ToJSONString

func (o *PublicPromotePartyLeaderForbidden) ToJSONString() string

type PublicPromotePartyLeaderInternalServerError

type PublicPromotePartyLeaderInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPromotePartyLeaderInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicPromotePartyLeaderInternalServerError

func NewPublicPromotePartyLeaderInternalServerError() *PublicPromotePartyLeaderInternalServerError

NewPublicPromotePartyLeaderInternalServerError creates a PublicPromotePartyLeaderInternalServerError with default headers values

func (*PublicPromotePartyLeaderInternalServerError) Error

func (*PublicPromotePartyLeaderInternalServerError) GetPayload

func (*PublicPromotePartyLeaderInternalServerError) ToJSONString

type PublicPromotePartyLeaderNotFound

type PublicPromotePartyLeaderNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPromotePartyLeaderNotFound handles this case with default header values.

Not Found

func NewPublicPromotePartyLeaderNotFound

func NewPublicPromotePartyLeaderNotFound() *PublicPromotePartyLeaderNotFound

NewPublicPromotePartyLeaderNotFound creates a PublicPromotePartyLeaderNotFound with default headers values

func (*PublicPromotePartyLeaderNotFound) Error

func (*PublicPromotePartyLeaderNotFound) GetPayload

func (*PublicPromotePartyLeaderNotFound) ToJSONString

func (o *PublicPromotePartyLeaderNotFound) ToJSONString() string

type PublicPromotePartyLeaderOK

type PublicPromotePartyLeaderOK struct {
	Payload *sessionclientmodels.ApimodelsPartySessionResponse
}

PublicPromotePartyLeaderOK handles this case with default header values.

OK

func NewPublicPromotePartyLeaderOK

func NewPublicPromotePartyLeaderOK() *PublicPromotePartyLeaderOK

NewPublicPromotePartyLeaderOK creates a PublicPromotePartyLeaderOK with default headers values

func (*PublicPromotePartyLeaderOK) Error

func (*PublicPromotePartyLeaderOK) GetPayload

func (*PublicPromotePartyLeaderOK) ToJSONString

func (o *PublicPromotePartyLeaderOK) ToJSONString() string

type PublicPromotePartyLeaderParams

type PublicPromotePartyLeaderParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *sessionclientmodels.ApimodelsPromoteLeaderRequest
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*PartyID
	  Party ID

	*/
	PartyID string

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

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

PublicPromotePartyLeaderParams contains all the parameters to send to the API endpoint for the public promote party leader operation typically these are written to a http.Request

func NewPublicPromotePartyLeaderParams

func NewPublicPromotePartyLeaderParams() *PublicPromotePartyLeaderParams

NewPublicPromotePartyLeaderParams creates a new PublicPromotePartyLeaderParams object with the default values initialized.

func NewPublicPromotePartyLeaderParamsWithContext

func NewPublicPromotePartyLeaderParamsWithContext(ctx context.Context) *PublicPromotePartyLeaderParams

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

func NewPublicPromotePartyLeaderParamsWithHTTPClient

func NewPublicPromotePartyLeaderParamsWithHTTPClient(client *http.Client) *PublicPromotePartyLeaderParams

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

func NewPublicPromotePartyLeaderParamsWithTimeout

func NewPublicPromotePartyLeaderParamsWithTimeout(timeout time.Duration) *PublicPromotePartyLeaderParams

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

func (*PublicPromotePartyLeaderParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public promote party leader params

func (*PublicPromotePartyLeaderParams) SetBody

SetBody adds the body to the public promote party leader params

func (*PublicPromotePartyLeaderParams) SetContext

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

SetContext adds the context to the public promote party leader params

func (*PublicPromotePartyLeaderParams) SetFlightId added in v0.63.0

func (o *PublicPromotePartyLeaderParams) SetFlightId(flightId string)

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

func (*PublicPromotePartyLeaderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public promote party leader params

func (*PublicPromotePartyLeaderParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public promote party leader params

func (*PublicPromotePartyLeaderParams) SetNamespace

func (o *PublicPromotePartyLeaderParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public promote party leader params

func (*PublicPromotePartyLeaderParams) SetPartyID

func (o *PublicPromotePartyLeaderParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the public promote party leader params

func (*PublicPromotePartyLeaderParams) SetTimeout

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

SetTimeout adds the timeout to the public promote party leader params

func (*PublicPromotePartyLeaderParams) WithBody

WithBody adds the body to the public promote party leader params

func (*PublicPromotePartyLeaderParams) WithContext

WithContext adds the context to the public promote party leader params

func (*PublicPromotePartyLeaderParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public promote party leader params

func (*PublicPromotePartyLeaderParams) WithNamespace

WithNamespace adds the namespace to the public promote party leader params

func (*PublicPromotePartyLeaderParams) WithPartyID

WithPartyID adds the partyID to the public promote party leader params

func (*PublicPromotePartyLeaderParams) WithTimeout

WithTimeout adds the timeout to the public promote party leader params

func (*PublicPromotePartyLeaderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicPromotePartyLeaderReader

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

PublicPromotePartyLeaderReader is a Reader for the PublicPromotePartyLeader structure.

func (*PublicPromotePartyLeaderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicPromotePartyLeaderUnauthorized

type PublicPromotePartyLeaderUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicPromotePartyLeaderUnauthorized handles this case with default header values.

Unauthorized

func NewPublicPromotePartyLeaderUnauthorized

func NewPublicPromotePartyLeaderUnauthorized() *PublicPromotePartyLeaderUnauthorized

NewPublicPromotePartyLeaderUnauthorized creates a PublicPromotePartyLeaderUnauthorized with default headers values

func (*PublicPromotePartyLeaderUnauthorized) Error

func (*PublicPromotePartyLeaderUnauthorized) GetPayload

func (*PublicPromotePartyLeaderUnauthorized) ToJSONString

func (o *PublicPromotePartyLeaderUnauthorized) ToJSONString() string

type PublicQueryMyPartiesBadRequest

type PublicQueryMyPartiesBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicQueryMyPartiesBadRequest handles this case with default header values.

Bad Request

func NewPublicQueryMyPartiesBadRequest

func NewPublicQueryMyPartiesBadRequest() *PublicQueryMyPartiesBadRequest

NewPublicQueryMyPartiesBadRequest creates a PublicQueryMyPartiesBadRequest with default headers values

func (*PublicQueryMyPartiesBadRequest) Error

func (*PublicQueryMyPartiesBadRequest) GetPayload

func (*PublicQueryMyPartiesBadRequest) ToJSONString

func (o *PublicQueryMyPartiesBadRequest) ToJSONString() string

type PublicQueryMyPartiesInternalServerError

type PublicQueryMyPartiesInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicQueryMyPartiesInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicQueryMyPartiesInternalServerError

func NewPublicQueryMyPartiesInternalServerError() *PublicQueryMyPartiesInternalServerError

NewPublicQueryMyPartiesInternalServerError creates a PublicQueryMyPartiesInternalServerError with default headers values

func (*PublicQueryMyPartiesInternalServerError) Error

func (*PublicQueryMyPartiesInternalServerError) GetPayload

func (*PublicQueryMyPartiesInternalServerError) ToJSONString

type PublicQueryMyPartiesOK

type PublicQueryMyPartiesOK struct {
	Payload *sessionclientmodels.ApimodelsPartyQueryResponse
}

PublicQueryMyPartiesOK handles this case with default header values.

OK

func NewPublicQueryMyPartiesOK

func NewPublicQueryMyPartiesOK() *PublicQueryMyPartiesOK

NewPublicQueryMyPartiesOK creates a PublicQueryMyPartiesOK with default headers values

func (*PublicQueryMyPartiesOK) Error

func (o *PublicQueryMyPartiesOK) Error() string

func (*PublicQueryMyPartiesOK) GetPayload

func (*PublicQueryMyPartiesOK) ToJSONString

func (o *PublicQueryMyPartiesOK) ToJSONString() string

type PublicQueryMyPartiesParams

type PublicQueryMyPartiesParams struct {

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

	*/
	Namespace string
	/*Order
	  Order of the result. Supported: desc (default), asc

	*/
	Order *string
	/*OrderBy
	  Order result by specific attribute. Supported: createdAt (default), updatedAt

	*/
	OrderBy *string
	/*Status
	  user status to filter. supported status: INVITED,JOINED,CONNECTED,DISCONNECT

	*/
	Status *string

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

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

PublicQueryMyPartiesParams contains all the parameters to send to the API endpoint for the public query my parties operation typically these are written to a http.Request

func NewPublicQueryMyPartiesParams

func NewPublicQueryMyPartiesParams() *PublicQueryMyPartiesParams

NewPublicQueryMyPartiesParams creates a new PublicQueryMyPartiesParams object with the default values initialized.

func NewPublicQueryMyPartiesParamsWithContext

func NewPublicQueryMyPartiesParamsWithContext(ctx context.Context) *PublicQueryMyPartiesParams

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

func NewPublicQueryMyPartiesParamsWithHTTPClient

func NewPublicQueryMyPartiesParamsWithHTTPClient(client *http.Client) *PublicQueryMyPartiesParams

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

func NewPublicQueryMyPartiesParamsWithTimeout

func NewPublicQueryMyPartiesParamsWithTimeout(timeout time.Duration) *PublicQueryMyPartiesParams

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

func (*PublicQueryMyPartiesParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public query my parties params

func (*PublicQueryMyPartiesParams) SetContext

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

SetContext adds the context to the public query my parties params

func (*PublicQueryMyPartiesParams) SetFlightId added in v0.63.0

func (o *PublicQueryMyPartiesParams) SetFlightId(flightId string)

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

func (*PublicQueryMyPartiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public query my parties params

func (*PublicQueryMyPartiesParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public query my parties params

func (*PublicQueryMyPartiesParams) SetNamespace

func (o *PublicQueryMyPartiesParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public query my parties params

func (*PublicQueryMyPartiesParams) SetOrder

func (o *PublicQueryMyPartiesParams) SetOrder(order *string)

SetOrder adds the order to the public query my parties params

func (*PublicQueryMyPartiesParams) SetOrderBy

func (o *PublicQueryMyPartiesParams) SetOrderBy(orderBy *string)

SetOrderBy adds the orderBy to the public query my parties params

func (*PublicQueryMyPartiesParams) SetStatus

func (o *PublicQueryMyPartiesParams) SetStatus(status *string)

SetStatus adds the status to the public query my parties params

func (*PublicQueryMyPartiesParams) SetTimeout

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

SetTimeout adds the timeout to the public query my parties params

func (*PublicQueryMyPartiesParams) WithContext

WithContext adds the context to the public query my parties params

func (*PublicQueryMyPartiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public query my parties params

func (*PublicQueryMyPartiesParams) WithNamespace

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

WithNamespace adds the namespace to the public query my parties params

func (*PublicQueryMyPartiesParams) WithOrder

WithOrder adds the order to the public query my parties params

func (*PublicQueryMyPartiesParams) WithOrderBy

WithOrderBy adds the orderBy to the public query my parties params

func (*PublicQueryMyPartiesParams) WithStatus

WithStatus adds the status to the public query my parties params

func (*PublicQueryMyPartiesParams) WithTimeout

WithTimeout adds the timeout to the public query my parties params

func (*PublicQueryMyPartiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicQueryMyPartiesReader

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

PublicQueryMyPartiesReader is a Reader for the PublicQueryMyParties structure.

func (*PublicQueryMyPartiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicQueryMyPartiesUnauthorized

type PublicQueryMyPartiesUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicQueryMyPartiesUnauthorized handles this case with default header values.

Unauthorized

func NewPublicQueryMyPartiesUnauthorized

func NewPublicQueryMyPartiesUnauthorized() *PublicQueryMyPartiesUnauthorized

NewPublicQueryMyPartiesUnauthorized creates a PublicQueryMyPartiesUnauthorized with default headers values

func (*PublicQueryMyPartiesUnauthorized) Error

func (*PublicQueryMyPartiesUnauthorized) GetPayload

func (*PublicQueryMyPartiesUnauthorized) ToJSONString

func (o *PublicQueryMyPartiesUnauthorized) ToJSONString() string

type PublicRevokePartyCodeBadRequest

type PublicRevokePartyCodeBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicRevokePartyCodeBadRequest handles this case with default header values.

Bad Request

func NewPublicRevokePartyCodeBadRequest

func NewPublicRevokePartyCodeBadRequest() *PublicRevokePartyCodeBadRequest

NewPublicRevokePartyCodeBadRequest creates a PublicRevokePartyCodeBadRequest with default headers values

func (*PublicRevokePartyCodeBadRequest) Error

func (*PublicRevokePartyCodeBadRequest) GetPayload

func (*PublicRevokePartyCodeBadRequest) ToJSONString

func (o *PublicRevokePartyCodeBadRequest) ToJSONString() string

type PublicRevokePartyCodeForbidden

type PublicRevokePartyCodeForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicRevokePartyCodeForbidden handles this case with default header values.

Forbidden

func NewPublicRevokePartyCodeForbidden

func NewPublicRevokePartyCodeForbidden() *PublicRevokePartyCodeForbidden

NewPublicRevokePartyCodeForbidden creates a PublicRevokePartyCodeForbidden with default headers values

func (*PublicRevokePartyCodeForbidden) Error

func (*PublicRevokePartyCodeForbidden) GetPayload

func (*PublicRevokePartyCodeForbidden) ToJSONString

func (o *PublicRevokePartyCodeForbidden) ToJSONString() string

type PublicRevokePartyCodeInternalServerError

type PublicRevokePartyCodeInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicRevokePartyCodeInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicRevokePartyCodeInternalServerError

func NewPublicRevokePartyCodeInternalServerError() *PublicRevokePartyCodeInternalServerError

NewPublicRevokePartyCodeInternalServerError creates a PublicRevokePartyCodeInternalServerError with default headers values

func (*PublicRevokePartyCodeInternalServerError) Error

func (*PublicRevokePartyCodeInternalServerError) GetPayload

func (*PublicRevokePartyCodeInternalServerError) ToJSONString

type PublicRevokePartyCodeNoContent added in v0.53.0

type PublicRevokePartyCodeNoContent struct {
}

PublicRevokePartyCodeNoContent handles this case with default header values.

No Content

func NewPublicRevokePartyCodeNoContent added in v0.53.0

func NewPublicRevokePartyCodeNoContent() *PublicRevokePartyCodeNoContent

NewPublicRevokePartyCodeNoContent creates a PublicRevokePartyCodeNoContent with default headers values

func (*PublicRevokePartyCodeNoContent) Error added in v0.53.0

type PublicRevokePartyCodeNotFound

type PublicRevokePartyCodeNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicRevokePartyCodeNotFound handles this case with default header values.

Not Found

func NewPublicRevokePartyCodeNotFound

func NewPublicRevokePartyCodeNotFound() *PublicRevokePartyCodeNotFound

NewPublicRevokePartyCodeNotFound creates a PublicRevokePartyCodeNotFound with default headers values

func (*PublicRevokePartyCodeNotFound) Error

func (*PublicRevokePartyCodeNotFound) GetPayload

func (*PublicRevokePartyCodeNotFound) ToJSONString

func (o *PublicRevokePartyCodeNotFound) ToJSONString() string

type PublicRevokePartyCodeParams

type PublicRevokePartyCodeParams struct {

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

	*/
	Namespace string
	/*PartyID
	  Party ID

	*/
	PartyID string

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

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

PublicRevokePartyCodeParams contains all the parameters to send to the API endpoint for the public revoke party code operation typically these are written to a http.Request

func NewPublicRevokePartyCodeParams

func NewPublicRevokePartyCodeParams() *PublicRevokePartyCodeParams

NewPublicRevokePartyCodeParams creates a new PublicRevokePartyCodeParams object with the default values initialized.

func NewPublicRevokePartyCodeParamsWithContext

func NewPublicRevokePartyCodeParamsWithContext(ctx context.Context) *PublicRevokePartyCodeParams

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

func NewPublicRevokePartyCodeParamsWithHTTPClient

func NewPublicRevokePartyCodeParamsWithHTTPClient(client *http.Client) *PublicRevokePartyCodeParams

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

func NewPublicRevokePartyCodeParamsWithTimeout

func NewPublicRevokePartyCodeParamsWithTimeout(timeout time.Duration) *PublicRevokePartyCodeParams

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

func (*PublicRevokePartyCodeParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public revoke party code params

func (*PublicRevokePartyCodeParams) SetContext

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

SetContext adds the context to the public revoke party code params

func (*PublicRevokePartyCodeParams) SetFlightId added in v0.63.0

func (o *PublicRevokePartyCodeParams) SetFlightId(flightId string)

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

func (*PublicRevokePartyCodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public revoke party code params

func (*PublicRevokePartyCodeParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public revoke party code params

func (*PublicRevokePartyCodeParams) SetNamespace

func (o *PublicRevokePartyCodeParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public revoke party code params

func (*PublicRevokePartyCodeParams) SetPartyID

func (o *PublicRevokePartyCodeParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the public revoke party code params

func (*PublicRevokePartyCodeParams) SetTimeout

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

SetTimeout adds the timeout to the public revoke party code params

func (*PublicRevokePartyCodeParams) WithContext

WithContext adds the context to the public revoke party code params

func (*PublicRevokePartyCodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public revoke party code params

func (*PublicRevokePartyCodeParams) WithNamespace

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

WithNamespace adds the namespace to the public revoke party code params

func (*PublicRevokePartyCodeParams) WithPartyID

WithPartyID adds the partyID to the public revoke party code params

func (*PublicRevokePartyCodeParams) WithTimeout

WithTimeout adds the timeout to the public revoke party code params

func (*PublicRevokePartyCodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicRevokePartyCodeReader

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

PublicRevokePartyCodeReader is a Reader for the PublicRevokePartyCode structure.

func (*PublicRevokePartyCodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicRevokePartyCodeUnauthorized

type PublicRevokePartyCodeUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicRevokePartyCodeUnauthorized handles this case with default header values.

Unauthorized

func NewPublicRevokePartyCodeUnauthorized

func NewPublicRevokePartyCodeUnauthorized() *PublicRevokePartyCodeUnauthorized

NewPublicRevokePartyCodeUnauthorized creates a PublicRevokePartyCodeUnauthorized with default headers values

func (*PublicRevokePartyCodeUnauthorized) Error

func (*PublicRevokePartyCodeUnauthorized) GetPayload

func (*PublicRevokePartyCodeUnauthorized) ToJSONString

func (o *PublicRevokePartyCodeUnauthorized) ToJSONString() string

type PublicUpdatePartyBadRequest

type PublicUpdatePartyBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdatePartyBadRequest handles this case with default header values.

Bad Request

func NewPublicUpdatePartyBadRequest

func NewPublicUpdatePartyBadRequest() *PublicUpdatePartyBadRequest

NewPublicUpdatePartyBadRequest creates a PublicUpdatePartyBadRequest with default headers values

func (*PublicUpdatePartyBadRequest) Error

func (*PublicUpdatePartyBadRequest) GetPayload

func (*PublicUpdatePartyBadRequest) ToJSONString

func (o *PublicUpdatePartyBadRequest) ToJSONString() string

type PublicUpdatePartyForbidden

type PublicUpdatePartyForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdatePartyForbidden handles this case with default header values.

Forbidden

func NewPublicUpdatePartyForbidden

func NewPublicUpdatePartyForbidden() *PublicUpdatePartyForbidden

NewPublicUpdatePartyForbidden creates a PublicUpdatePartyForbidden with default headers values

func (*PublicUpdatePartyForbidden) Error

func (*PublicUpdatePartyForbidden) GetPayload

func (*PublicUpdatePartyForbidden) ToJSONString

func (o *PublicUpdatePartyForbidden) ToJSONString() string

type PublicUpdatePartyInternalServerError

type PublicUpdatePartyInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdatePartyInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicUpdatePartyInternalServerError

func NewPublicUpdatePartyInternalServerError() *PublicUpdatePartyInternalServerError

NewPublicUpdatePartyInternalServerError creates a PublicUpdatePartyInternalServerError with default headers values

func (*PublicUpdatePartyInternalServerError) Error

func (*PublicUpdatePartyInternalServerError) GetPayload

func (*PublicUpdatePartyInternalServerError) ToJSONString

func (o *PublicUpdatePartyInternalServerError) ToJSONString() string

type PublicUpdatePartyNotFound

type PublicUpdatePartyNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdatePartyNotFound handles this case with default header values.

Not Found

func NewPublicUpdatePartyNotFound

func NewPublicUpdatePartyNotFound() *PublicUpdatePartyNotFound

NewPublicUpdatePartyNotFound creates a PublicUpdatePartyNotFound with default headers values

func (*PublicUpdatePartyNotFound) Error

func (o *PublicUpdatePartyNotFound) Error() string

func (*PublicUpdatePartyNotFound) GetPayload

func (*PublicUpdatePartyNotFound) ToJSONString

func (o *PublicUpdatePartyNotFound) ToJSONString() string

type PublicUpdatePartyOK

type PublicUpdatePartyOK struct {
	Payload *sessionclientmodels.ApimodelsPartySessionResponse
}

PublicUpdatePartyOK handles this case with default header values.

OK

func NewPublicUpdatePartyOK

func NewPublicUpdatePartyOK() *PublicUpdatePartyOK

NewPublicUpdatePartyOK creates a PublicUpdatePartyOK with default headers values

func (*PublicUpdatePartyOK) Error

func (o *PublicUpdatePartyOK) Error() string

func (*PublicUpdatePartyOK) GetPayload

func (*PublicUpdatePartyOK) ToJSONString

func (o *PublicUpdatePartyOK) ToJSONString() string

type PublicUpdatePartyParams

type PublicUpdatePartyParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *sessionclientmodels.ApimodelsUpdatePartyRequest
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*PartyID
	  Party ID

	*/
	PartyID string

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

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

PublicUpdatePartyParams contains all the parameters to send to the API endpoint for the public update party operation typically these are written to a http.Request

func NewPublicUpdatePartyParams

func NewPublicUpdatePartyParams() *PublicUpdatePartyParams

NewPublicUpdatePartyParams creates a new PublicUpdatePartyParams object with the default values initialized.

func NewPublicUpdatePartyParamsWithContext

func NewPublicUpdatePartyParamsWithContext(ctx context.Context) *PublicUpdatePartyParams

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

func NewPublicUpdatePartyParamsWithHTTPClient

func NewPublicUpdatePartyParamsWithHTTPClient(client *http.Client) *PublicUpdatePartyParams

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

func NewPublicUpdatePartyParamsWithTimeout

func NewPublicUpdatePartyParamsWithTimeout(timeout time.Duration) *PublicUpdatePartyParams

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

func (*PublicUpdatePartyParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public update party params

func (*PublicUpdatePartyParams) SetBody

SetBody adds the body to the public update party params

func (*PublicUpdatePartyParams) SetContext

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

SetContext adds the context to the public update party params

func (*PublicUpdatePartyParams) SetFlightId added in v0.63.0

func (o *PublicUpdatePartyParams) SetFlightId(flightId string)

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

func (*PublicUpdatePartyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public update party params

func (*PublicUpdatePartyParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public update party params

func (*PublicUpdatePartyParams) SetNamespace

func (o *PublicUpdatePartyParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public update party params

func (*PublicUpdatePartyParams) SetPartyID

func (o *PublicUpdatePartyParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the public update party params

func (*PublicUpdatePartyParams) SetTimeout

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

SetTimeout adds the timeout to the public update party params

func (*PublicUpdatePartyParams) WithBody

WithBody adds the body to the public update party params

func (*PublicUpdatePartyParams) WithContext

WithContext adds the context to the public update party params

func (*PublicUpdatePartyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the public update party params

func (*PublicUpdatePartyParams) WithNamespace

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

WithNamespace adds the namespace to the public update party params

func (*PublicUpdatePartyParams) WithPartyID

func (o *PublicUpdatePartyParams) WithPartyID(partyID string) *PublicUpdatePartyParams

WithPartyID adds the partyID to the public update party params

func (*PublicUpdatePartyParams) WithTimeout

WithTimeout adds the timeout to the public update party params

func (*PublicUpdatePartyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicUpdatePartyReader

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

PublicUpdatePartyReader is a Reader for the PublicUpdateParty structure.

func (*PublicUpdatePartyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicUpdatePartyUnauthorized

type PublicUpdatePartyUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdatePartyUnauthorized handles this case with default header values.

Unauthorized

func NewPublicUpdatePartyUnauthorized

func NewPublicUpdatePartyUnauthorized() *PublicUpdatePartyUnauthorized

NewPublicUpdatePartyUnauthorized creates a PublicUpdatePartyUnauthorized with default headers values

func (*PublicUpdatePartyUnauthorized) Error

func (*PublicUpdatePartyUnauthorized) GetPayload

func (*PublicUpdatePartyUnauthorized) ToJSONString

func (o *PublicUpdatePartyUnauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

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