Documentation ¶
Index ¶
- type AdminQueryPartiesBadRequest
- type AdminQueryPartiesInternalServerError
- type AdminQueryPartiesOK
- type AdminQueryPartiesParams
- func NewAdminQueryPartiesParams() *AdminQueryPartiesParams
- func NewAdminQueryPartiesParamsWithContext(ctx context.Context) *AdminQueryPartiesParams
- func NewAdminQueryPartiesParamsWithHTTPClient(client *http.Client) *AdminQueryPartiesParams
- func NewAdminQueryPartiesParamsWithTimeout(timeout time.Duration) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminQueryPartiesParams) SetContext(ctx context.Context)
- func (o *AdminQueryPartiesParams) SetHTTPClient(client *http.Client)
- func (o *AdminQueryPartiesParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminQueryPartiesParams) SetJoinability(joinability *string)
- func (o *AdminQueryPartiesParams) SetKey(key *string)
- func (o *AdminQueryPartiesParams) SetLeaderID(leaderID *string)
- func (o *AdminQueryPartiesParams) SetLimit(limit *int64)
- func (o *AdminQueryPartiesParams) SetMemberID(memberID *string)
- func (o *AdminQueryPartiesParams) SetMemberStatus(memberStatus *string)
- func (o *AdminQueryPartiesParams) SetNamespace(namespace string)
- func (o *AdminQueryPartiesParams) SetOffset(offset *int64)
- func (o *AdminQueryPartiesParams) SetOrder(order *string)
- func (o *AdminQueryPartiesParams) SetOrderBy(orderBy *string)
- func (o *AdminQueryPartiesParams) SetTimeout(timeout time.Duration)
- func (o *AdminQueryPartiesParams) SetValue(value *string)
- func (o *AdminQueryPartiesParams) WithContext(ctx context.Context) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) WithHTTPClient(client *http.Client) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) WithJoinability(joinability *string) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) WithKey(key *string) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) WithLeaderID(leaderID *string) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) WithLimit(limit *int64) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) WithMemberID(memberID *string) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) WithMemberStatus(memberStatus *string) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) WithNamespace(namespace string) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) WithOffset(offset *int64) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) WithOrder(order *string) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) WithOrderBy(orderBy *string) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) WithTimeout(timeout time.Duration) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) WithValue(value *string) *AdminQueryPartiesParams
- func (o *AdminQueryPartiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminQueryPartiesReader
- type AdminQueryPartiesUnauthorized
- type Client
- func (a *Client) AdminQueryParties(params *AdminQueryPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryPartiesOK, *AdminQueryPartiesBadRequest, ...)deprecated
- func (a *Client) AdminQueryPartiesShort(params *AdminQueryPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryPartiesOK, error)
- func (a *Client) PublicCreateParty(params *PublicCreatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreatePartyOK, *PublicCreatePartyBadRequest, ...)deprecated
- func (a *Client) PublicCreatePartyShort(params *PublicCreatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreatePartyOK, error)
- func (a *Client) PublicGeneratePartyCode(params *PublicGeneratePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGeneratePartyCodeOK, *PublicGeneratePartyCodeBadRequest, ...)deprecated
- func (a *Client) PublicGeneratePartyCodeShort(params *PublicGeneratePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGeneratePartyCodeOK, error)
- func (a *Client) PublicGetParty(params *PublicGetPartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetPartyOK, *PublicGetPartyUnauthorized, *PublicGetPartyNotFound, ...)deprecated
- func (a *Client) PublicGetPartyShort(params *PublicGetPartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetPartyOK, error)
- func (a *Client) PublicPartyInvite(params *PublicPartyInviteParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyInviteCreated, *PublicPartyInviteNoContent, ...)deprecated
- func (a *Client) PublicPartyInviteShort(params *PublicPartyInviteParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyInviteCreated, error)
- func (a *Client) PublicPartyJoin(params *PublicPartyJoinParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinOK, *PublicPartyJoinBadRequest, *PublicPartyJoinUnauthorized, ...)deprecated
- func (a *Client) PublicPartyJoinCode(params *PublicPartyJoinCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinCodeOK, *PublicPartyJoinCodeBadRequest, ...)deprecated
- func (a *Client) PublicPartyJoinCodeShort(params *PublicPartyJoinCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinCodeOK, error)
- func (a *Client) PublicPartyJoinShort(params *PublicPartyJoinParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinOK, error)
- func (a *Client) PublicPartyKick(params *PublicPartyKickParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyKickOK, *PublicPartyKickBadRequest, *PublicPartyKickUnauthorized, ...)deprecated
- func (a *Client) PublicPartyKickShort(params *PublicPartyKickParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyKickOK, error)
- func (a *Client) PublicPartyLeave(params *PublicPartyLeaveParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyLeaveNoContent, *PublicPartyLeaveUnauthorized, ...)deprecated
- func (a *Client) PublicPartyLeaveShort(params *PublicPartyLeaveParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyLeaveNoContent, error)
- func (a *Client) PublicPartyReject(params *PublicPartyRejectParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyRejectNoContent, *PublicPartyRejectBadRequest, ...)deprecated
- func (a *Client) PublicPartyRejectShort(params *PublicPartyRejectParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyRejectNoContent, error)
- func (a *Client) PublicPatchUpdateParty(params *PublicPatchUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPatchUpdatePartyOK, *PublicPatchUpdatePartyBadRequest, ...)deprecated
- func (a *Client) PublicPatchUpdatePartyShort(params *PublicPatchUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPatchUpdatePartyOK, error)
- func (a *Client) PublicPromotePartyLeader(params *PublicPromotePartyLeaderParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPromotePartyLeaderOK, *PublicPromotePartyLeaderBadRequest, ...)deprecated
- func (a *Client) PublicPromotePartyLeaderShort(params *PublicPromotePartyLeaderParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPromotePartyLeaderOK, error)
- func (a *Client) PublicQueryMyParties(params *PublicQueryMyPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryMyPartiesOK, *PublicQueryMyPartiesBadRequest, ...)deprecated
- func (a *Client) PublicQueryMyPartiesShort(params *PublicQueryMyPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryMyPartiesOK, error)
- func (a *Client) PublicRevokePartyCode(params *PublicRevokePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicRevokePartyCodeOK, *PublicRevokePartyCodeBadRequest, ...)deprecated
- func (a *Client) PublicRevokePartyCodeShort(params *PublicRevokePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicRevokePartyCodeOK, error)
- func (a *Client) PublicUpdateParty(params *PublicUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdatePartyOK, *PublicUpdatePartyBadRequest, ...)deprecated
- func (a *Client) PublicUpdatePartyShort(params *PublicUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdatePartyOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type PublicCreatePartyBadRequest
- type PublicCreatePartyInternalServerError
- type PublicCreatePartyOK
- type PublicCreatePartyParams
- func NewPublicCreatePartyParams() *PublicCreatePartyParams
- func NewPublicCreatePartyParamsWithContext(ctx context.Context) *PublicCreatePartyParams
- func NewPublicCreatePartyParamsWithHTTPClient(client *http.Client) *PublicCreatePartyParams
- func NewPublicCreatePartyParamsWithTimeout(timeout time.Duration) *PublicCreatePartyParams
- func (o *PublicCreatePartyParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicCreatePartyParams) SetBody(body *sessionclientmodels.ApimodelsCreatePartyRequest)
- func (o *PublicCreatePartyParams) SetContext(ctx context.Context)
- func (o *PublicCreatePartyParams) SetHTTPClient(client *http.Client)
- func (o *PublicCreatePartyParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicCreatePartyParams) SetNamespace(namespace string)
- func (o *PublicCreatePartyParams) SetTimeout(timeout time.Duration)
- func (o *PublicCreatePartyParams) WithBody(body *sessionclientmodels.ApimodelsCreatePartyRequest) *PublicCreatePartyParams
- func (o *PublicCreatePartyParams) WithContext(ctx context.Context) *PublicCreatePartyParams
- func (o *PublicCreatePartyParams) WithHTTPClient(client *http.Client) *PublicCreatePartyParams
- func (o *PublicCreatePartyParams) WithNamespace(namespace string) *PublicCreatePartyParams
- func (o *PublicCreatePartyParams) WithTimeout(timeout time.Duration) *PublicCreatePartyParams
- func (o *PublicCreatePartyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicCreatePartyReader
- type PublicCreatePartyUnauthorized
- type PublicGeneratePartyCodeBadRequest
- type PublicGeneratePartyCodeForbidden
- type PublicGeneratePartyCodeInternalServerError
- type PublicGeneratePartyCodeNotFound
- type PublicGeneratePartyCodeOK
- type PublicGeneratePartyCodeParams
- func NewPublicGeneratePartyCodeParams() *PublicGeneratePartyCodeParams
- func NewPublicGeneratePartyCodeParamsWithContext(ctx context.Context) *PublicGeneratePartyCodeParams
- func NewPublicGeneratePartyCodeParamsWithHTTPClient(client *http.Client) *PublicGeneratePartyCodeParams
- func NewPublicGeneratePartyCodeParamsWithTimeout(timeout time.Duration) *PublicGeneratePartyCodeParams
- func (o *PublicGeneratePartyCodeParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicGeneratePartyCodeParams) SetContext(ctx context.Context)
- func (o *PublicGeneratePartyCodeParams) SetHTTPClient(client *http.Client)
- func (o *PublicGeneratePartyCodeParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicGeneratePartyCodeParams) SetNamespace(namespace string)
- func (o *PublicGeneratePartyCodeParams) SetPartyID(partyID string)
- func (o *PublicGeneratePartyCodeParams) SetTimeout(timeout time.Duration)
- func (o *PublicGeneratePartyCodeParams) WithContext(ctx context.Context) *PublicGeneratePartyCodeParams
- func (o *PublicGeneratePartyCodeParams) WithHTTPClient(client *http.Client) *PublicGeneratePartyCodeParams
- func (o *PublicGeneratePartyCodeParams) WithNamespace(namespace string) *PublicGeneratePartyCodeParams
- func (o *PublicGeneratePartyCodeParams) WithPartyID(partyID string) *PublicGeneratePartyCodeParams
- func (o *PublicGeneratePartyCodeParams) WithTimeout(timeout time.Duration) *PublicGeneratePartyCodeParams
- func (o *PublicGeneratePartyCodeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicGeneratePartyCodeReader
- type PublicGeneratePartyCodeUnauthorized
- type PublicGetPartyInternalServerError
- type PublicGetPartyNotFound
- type PublicGetPartyOK
- type PublicGetPartyParams
- func NewPublicGetPartyParams() *PublicGetPartyParams
- func NewPublicGetPartyParamsWithContext(ctx context.Context) *PublicGetPartyParams
- func NewPublicGetPartyParamsWithHTTPClient(client *http.Client) *PublicGetPartyParams
- func NewPublicGetPartyParamsWithTimeout(timeout time.Duration) *PublicGetPartyParams
- func (o *PublicGetPartyParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicGetPartyParams) SetContext(ctx context.Context)
- func (o *PublicGetPartyParams) SetHTTPClient(client *http.Client)
- func (o *PublicGetPartyParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicGetPartyParams) SetNamespace(namespace string)
- func (o *PublicGetPartyParams) SetPartyID(partyID string)
- func (o *PublicGetPartyParams) SetTimeout(timeout time.Duration)
- func (o *PublicGetPartyParams) WithContext(ctx context.Context) *PublicGetPartyParams
- func (o *PublicGetPartyParams) WithHTTPClient(client *http.Client) *PublicGetPartyParams
- func (o *PublicGetPartyParams) WithNamespace(namespace string) *PublicGetPartyParams
- func (o *PublicGetPartyParams) WithPartyID(partyID string) *PublicGetPartyParams
- func (o *PublicGetPartyParams) WithTimeout(timeout time.Duration) *PublicGetPartyParams
- func (o *PublicGetPartyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicGetPartyReader
- type PublicGetPartyUnauthorized
- type PublicPartyInviteBadRequest
- type PublicPartyInviteCreated
- type PublicPartyInviteInternalServerError
- type PublicPartyInviteNoContent
- type PublicPartyInviteNotFound
- type PublicPartyInviteParams
- func NewPublicPartyInviteParams() *PublicPartyInviteParams
- func NewPublicPartyInviteParamsWithContext(ctx context.Context) *PublicPartyInviteParams
- func NewPublicPartyInviteParamsWithHTTPClient(client *http.Client) *PublicPartyInviteParams
- func NewPublicPartyInviteParamsWithTimeout(timeout time.Duration) *PublicPartyInviteParams
- func (o *PublicPartyInviteParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicPartyInviteParams) SetBody(body *sessionclientmodels.ApimodelsSessionInviteRequest)
- func (o *PublicPartyInviteParams) SetContext(ctx context.Context)
- func (o *PublicPartyInviteParams) SetHTTPClient(client *http.Client)
- func (o *PublicPartyInviteParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicPartyInviteParams) SetNamespace(namespace string)
- func (o *PublicPartyInviteParams) SetPartyID(partyID string)
- func (o *PublicPartyInviteParams) SetTimeout(timeout time.Duration)
- func (o *PublicPartyInviteParams) WithBody(body *sessionclientmodels.ApimodelsSessionInviteRequest) *PublicPartyInviteParams
- func (o *PublicPartyInviteParams) WithContext(ctx context.Context) *PublicPartyInviteParams
- func (o *PublicPartyInviteParams) WithHTTPClient(client *http.Client) *PublicPartyInviteParams
- func (o *PublicPartyInviteParams) WithNamespace(namespace string) *PublicPartyInviteParams
- func (o *PublicPartyInviteParams) WithPartyID(partyID string) *PublicPartyInviteParams
- func (o *PublicPartyInviteParams) WithTimeout(timeout time.Duration) *PublicPartyInviteParams
- func (o *PublicPartyInviteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicPartyInviteReader
- type PublicPartyInviteUnauthorized
- type PublicPartyJoinBadRequest
- type PublicPartyJoinCodeBadRequest
- type PublicPartyJoinCodeForbidden
- type PublicPartyJoinCodeInternalServerError
- type PublicPartyJoinCodeNotFound
- type PublicPartyJoinCodeOK
- type PublicPartyJoinCodeParams
- func NewPublicPartyJoinCodeParams() *PublicPartyJoinCodeParams
- func NewPublicPartyJoinCodeParamsWithContext(ctx context.Context) *PublicPartyJoinCodeParams
- func NewPublicPartyJoinCodeParamsWithHTTPClient(client *http.Client) *PublicPartyJoinCodeParams
- func NewPublicPartyJoinCodeParamsWithTimeout(timeout time.Duration) *PublicPartyJoinCodeParams
- func (o *PublicPartyJoinCodeParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicPartyJoinCodeParams) SetBody(body *sessionclientmodels.ApimodelsJoinByCodeRequest)
- func (o *PublicPartyJoinCodeParams) SetContext(ctx context.Context)
- func (o *PublicPartyJoinCodeParams) SetHTTPClient(client *http.Client)
- func (o *PublicPartyJoinCodeParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicPartyJoinCodeParams) SetNamespace(namespace string)
- func (o *PublicPartyJoinCodeParams) SetTimeout(timeout time.Duration)
- func (o *PublicPartyJoinCodeParams) WithBody(body *sessionclientmodels.ApimodelsJoinByCodeRequest) *PublicPartyJoinCodeParams
- func (o *PublicPartyJoinCodeParams) WithContext(ctx context.Context) *PublicPartyJoinCodeParams
- func (o *PublicPartyJoinCodeParams) WithHTTPClient(client *http.Client) *PublicPartyJoinCodeParams
- func (o *PublicPartyJoinCodeParams) WithNamespace(namespace string) *PublicPartyJoinCodeParams
- func (o *PublicPartyJoinCodeParams) WithTimeout(timeout time.Duration) *PublicPartyJoinCodeParams
- func (o *PublicPartyJoinCodeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicPartyJoinCodeReader
- type PublicPartyJoinCodeUnauthorized
- type PublicPartyJoinForbidden
- type PublicPartyJoinInternalServerError
- type PublicPartyJoinNotFound
- type PublicPartyJoinOK
- type PublicPartyJoinParams
- func NewPublicPartyJoinParams() *PublicPartyJoinParams
- func NewPublicPartyJoinParamsWithContext(ctx context.Context) *PublicPartyJoinParams
- func NewPublicPartyJoinParamsWithHTTPClient(client *http.Client) *PublicPartyJoinParams
- func NewPublicPartyJoinParamsWithTimeout(timeout time.Duration) *PublicPartyJoinParams
- func (o *PublicPartyJoinParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicPartyJoinParams) SetContext(ctx context.Context)
- func (o *PublicPartyJoinParams) SetHTTPClient(client *http.Client)
- func (o *PublicPartyJoinParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicPartyJoinParams) SetNamespace(namespace string)
- func (o *PublicPartyJoinParams) SetPartyID(partyID string)
- func (o *PublicPartyJoinParams) SetTimeout(timeout time.Duration)
- func (o *PublicPartyJoinParams) WithContext(ctx context.Context) *PublicPartyJoinParams
- func (o *PublicPartyJoinParams) WithHTTPClient(client *http.Client) *PublicPartyJoinParams
- func (o *PublicPartyJoinParams) WithNamespace(namespace string) *PublicPartyJoinParams
- func (o *PublicPartyJoinParams) WithPartyID(partyID string) *PublicPartyJoinParams
- func (o *PublicPartyJoinParams) WithTimeout(timeout time.Duration) *PublicPartyJoinParams
- func (o *PublicPartyJoinParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicPartyJoinReader
- type PublicPartyJoinUnauthorized
- type PublicPartyKickBadRequest
- type PublicPartyKickForbidden
- type PublicPartyKickInternalServerError
- type PublicPartyKickNotFound
- type PublicPartyKickOK
- type PublicPartyKickParams
- func NewPublicPartyKickParams() *PublicPartyKickParams
- func NewPublicPartyKickParamsWithContext(ctx context.Context) *PublicPartyKickParams
- func NewPublicPartyKickParamsWithHTTPClient(client *http.Client) *PublicPartyKickParams
- func NewPublicPartyKickParamsWithTimeout(timeout time.Duration) *PublicPartyKickParams
- func (o *PublicPartyKickParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicPartyKickParams) SetContext(ctx context.Context)
- func (o *PublicPartyKickParams) SetHTTPClient(client *http.Client)
- func (o *PublicPartyKickParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicPartyKickParams) SetNamespace(namespace string)
- func (o *PublicPartyKickParams) SetPartyID(partyID string)
- func (o *PublicPartyKickParams) SetTimeout(timeout time.Duration)
- func (o *PublicPartyKickParams) SetUserID(userID string)
- func (o *PublicPartyKickParams) WithContext(ctx context.Context) *PublicPartyKickParams
- func (o *PublicPartyKickParams) WithHTTPClient(client *http.Client) *PublicPartyKickParams
- func (o *PublicPartyKickParams) WithNamespace(namespace string) *PublicPartyKickParams
- func (o *PublicPartyKickParams) WithPartyID(partyID string) *PublicPartyKickParams
- func (o *PublicPartyKickParams) WithTimeout(timeout time.Duration) *PublicPartyKickParams
- func (o *PublicPartyKickParams) WithUserID(userID string) *PublicPartyKickParams
- func (o *PublicPartyKickParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicPartyKickReader
- type PublicPartyKickUnauthorized
- type PublicPartyLeaveInternalServerError
- type PublicPartyLeaveNoContent
- type PublicPartyLeaveNotFound
- type PublicPartyLeaveParams
- func NewPublicPartyLeaveParams() *PublicPartyLeaveParams
- func NewPublicPartyLeaveParamsWithContext(ctx context.Context) *PublicPartyLeaveParams
- func NewPublicPartyLeaveParamsWithHTTPClient(client *http.Client) *PublicPartyLeaveParams
- func NewPublicPartyLeaveParamsWithTimeout(timeout time.Duration) *PublicPartyLeaveParams
- func (o *PublicPartyLeaveParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicPartyLeaveParams) SetContext(ctx context.Context)
- func (o *PublicPartyLeaveParams) SetHTTPClient(client *http.Client)
- func (o *PublicPartyLeaveParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicPartyLeaveParams) SetNamespace(namespace string)
- func (o *PublicPartyLeaveParams) SetPartyID(partyID string)
- func (o *PublicPartyLeaveParams) SetTimeout(timeout time.Duration)
- func (o *PublicPartyLeaveParams) WithContext(ctx context.Context) *PublicPartyLeaveParams
- func (o *PublicPartyLeaveParams) WithHTTPClient(client *http.Client) *PublicPartyLeaveParams
- func (o *PublicPartyLeaveParams) WithNamespace(namespace string) *PublicPartyLeaveParams
- func (o *PublicPartyLeaveParams) WithPartyID(partyID string) *PublicPartyLeaveParams
- func (o *PublicPartyLeaveParams) WithTimeout(timeout time.Duration) *PublicPartyLeaveParams
- func (o *PublicPartyLeaveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicPartyLeaveReader
- type PublicPartyLeaveUnauthorized
- type PublicPartyRejectBadRequest
- type PublicPartyRejectForbidden
- type PublicPartyRejectInternalServerError
- type PublicPartyRejectNoContent
- type PublicPartyRejectNotFound
- type PublicPartyRejectParams
- func NewPublicPartyRejectParams() *PublicPartyRejectParams
- func NewPublicPartyRejectParamsWithContext(ctx context.Context) *PublicPartyRejectParams
- func NewPublicPartyRejectParamsWithHTTPClient(client *http.Client) *PublicPartyRejectParams
- func NewPublicPartyRejectParamsWithTimeout(timeout time.Duration) *PublicPartyRejectParams
- func (o *PublicPartyRejectParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicPartyRejectParams) SetContext(ctx context.Context)
- func (o *PublicPartyRejectParams) SetHTTPClient(client *http.Client)
- func (o *PublicPartyRejectParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicPartyRejectParams) SetNamespace(namespace string)
- func (o *PublicPartyRejectParams) SetPartyID(partyID string)
- func (o *PublicPartyRejectParams) SetTimeout(timeout time.Duration)
- func (o *PublicPartyRejectParams) WithContext(ctx context.Context) *PublicPartyRejectParams
- func (o *PublicPartyRejectParams) WithHTTPClient(client *http.Client) *PublicPartyRejectParams
- func (o *PublicPartyRejectParams) WithNamespace(namespace string) *PublicPartyRejectParams
- func (o *PublicPartyRejectParams) WithPartyID(partyID string) *PublicPartyRejectParams
- func (o *PublicPartyRejectParams) WithTimeout(timeout time.Duration) *PublicPartyRejectParams
- func (o *PublicPartyRejectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicPartyRejectReader
- type PublicPartyRejectUnauthorized
- type PublicPatchUpdatePartyBadRequest
- type PublicPatchUpdatePartyForbidden
- type PublicPatchUpdatePartyInternalServerError
- type PublicPatchUpdatePartyNotFound
- type PublicPatchUpdatePartyOK
- type PublicPatchUpdatePartyParams
- func NewPublicPatchUpdatePartyParams() *PublicPatchUpdatePartyParams
- func NewPublicPatchUpdatePartyParamsWithContext(ctx context.Context) *PublicPatchUpdatePartyParams
- func NewPublicPatchUpdatePartyParamsWithHTTPClient(client *http.Client) *PublicPatchUpdatePartyParams
- func NewPublicPatchUpdatePartyParamsWithTimeout(timeout time.Duration) *PublicPatchUpdatePartyParams
- func (o *PublicPatchUpdatePartyParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicPatchUpdatePartyParams) SetBody(body *sessionclientmodels.ApimodelsUpdatePartyRequest)
- func (o *PublicPatchUpdatePartyParams) SetContext(ctx context.Context)
- func (o *PublicPatchUpdatePartyParams) SetHTTPClient(client *http.Client)
- func (o *PublicPatchUpdatePartyParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicPatchUpdatePartyParams) SetNamespace(namespace string)
- func (o *PublicPatchUpdatePartyParams) SetPartyID(partyID string)
- func (o *PublicPatchUpdatePartyParams) SetTimeout(timeout time.Duration)
- func (o *PublicPatchUpdatePartyParams) WithBody(body *sessionclientmodels.ApimodelsUpdatePartyRequest) *PublicPatchUpdatePartyParams
- func (o *PublicPatchUpdatePartyParams) WithContext(ctx context.Context) *PublicPatchUpdatePartyParams
- func (o *PublicPatchUpdatePartyParams) WithHTTPClient(client *http.Client) *PublicPatchUpdatePartyParams
- func (o *PublicPatchUpdatePartyParams) WithNamespace(namespace string) *PublicPatchUpdatePartyParams
- func (o *PublicPatchUpdatePartyParams) WithPartyID(partyID string) *PublicPatchUpdatePartyParams
- func (o *PublicPatchUpdatePartyParams) WithTimeout(timeout time.Duration) *PublicPatchUpdatePartyParams
- func (o *PublicPatchUpdatePartyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicPatchUpdatePartyReader
- type PublicPatchUpdatePartyUnauthorized
- type PublicPromotePartyLeaderBadRequest
- type PublicPromotePartyLeaderForbidden
- type PublicPromotePartyLeaderInternalServerError
- type PublicPromotePartyLeaderNotFound
- type PublicPromotePartyLeaderOK
- type PublicPromotePartyLeaderParams
- func NewPublicPromotePartyLeaderParams() *PublicPromotePartyLeaderParams
- func NewPublicPromotePartyLeaderParamsWithContext(ctx context.Context) *PublicPromotePartyLeaderParams
- func NewPublicPromotePartyLeaderParamsWithHTTPClient(client *http.Client) *PublicPromotePartyLeaderParams
- func NewPublicPromotePartyLeaderParamsWithTimeout(timeout time.Duration) *PublicPromotePartyLeaderParams
- func (o *PublicPromotePartyLeaderParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicPromotePartyLeaderParams) SetBody(body *sessionclientmodels.ApimodelsPromoteLeaderRequest)
- func (o *PublicPromotePartyLeaderParams) SetContext(ctx context.Context)
- func (o *PublicPromotePartyLeaderParams) SetHTTPClient(client *http.Client)
- func (o *PublicPromotePartyLeaderParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicPromotePartyLeaderParams) SetNamespace(namespace string)
- func (o *PublicPromotePartyLeaderParams) SetPartyID(partyID string)
- func (o *PublicPromotePartyLeaderParams) SetTimeout(timeout time.Duration)
- func (o *PublicPromotePartyLeaderParams) WithBody(body *sessionclientmodels.ApimodelsPromoteLeaderRequest) *PublicPromotePartyLeaderParams
- func (o *PublicPromotePartyLeaderParams) WithContext(ctx context.Context) *PublicPromotePartyLeaderParams
- func (o *PublicPromotePartyLeaderParams) WithHTTPClient(client *http.Client) *PublicPromotePartyLeaderParams
- func (o *PublicPromotePartyLeaderParams) WithNamespace(namespace string) *PublicPromotePartyLeaderParams
- func (o *PublicPromotePartyLeaderParams) WithPartyID(partyID string) *PublicPromotePartyLeaderParams
- func (o *PublicPromotePartyLeaderParams) WithTimeout(timeout time.Duration) *PublicPromotePartyLeaderParams
- func (o *PublicPromotePartyLeaderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicPromotePartyLeaderReader
- type PublicPromotePartyLeaderUnauthorized
- type PublicQueryMyPartiesBadRequest
- type PublicQueryMyPartiesInternalServerError
- type PublicQueryMyPartiesOK
- type PublicQueryMyPartiesParams
- func NewPublicQueryMyPartiesParams() *PublicQueryMyPartiesParams
- func NewPublicQueryMyPartiesParamsWithContext(ctx context.Context) *PublicQueryMyPartiesParams
- func NewPublicQueryMyPartiesParamsWithHTTPClient(client *http.Client) *PublicQueryMyPartiesParams
- func NewPublicQueryMyPartiesParamsWithTimeout(timeout time.Duration) *PublicQueryMyPartiesParams
- func (o *PublicQueryMyPartiesParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicQueryMyPartiesParams) SetContext(ctx context.Context)
- func (o *PublicQueryMyPartiesParams) SetHTTPClient(client *http.Client)
- func (o *PublicQueryMyPartiesParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicQueryMyPartiesParams) SetNamespace(namespace string)
- func (o *PublicQueryMyPartiesParams) SetOrder(order *string)
- func (o *PublicQueryMyPartiesParams) SetOrderBy(orderBy *string)
- func (o *PublicQueryMyPartiesParams) SetStatus(status *string)
- func (o *PublicQueryMyPartiesParams) SetTimeout(timeout time.Duration)
- func (o *PublicQueryMyPartiesParams) WithContext(ctx context.Context) *PublicQueryMyPartiesParams
- func (o *PublicQueryMyPartiesParams) WithHTTPClient(client *http.Client) *PublicQueryMyPartiesParams
- func (o *PublicQueryMyPartiesParams) WithNamespace(namespace string) *PublicQueryMyPartiesParams
- func (o *PublicQueryMyPartiesParams) WithOrder(order *string) *PublicQueryMyPartiesParams
- func (o *PublicQueryMyPartiesParams) WithOrderBy(orderBy *string) *PublicQueryMyPartiesParams
- func (o *PublicQueryMyPartiesParams) WithStatus(status *string) *PublicQueryMyPartiesParams
- func (o *PublicQueryMyPartiesParams) WithTimeout(timeout time.Duration) *PublicQueryMyPartiesParams
- func (o *PublicQueryMyPartiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicQueryMyPartiesReader
- type PublicQueryMyPartiesUnauthorized
- type PublicRevokePartyCodeBadRequest
- type PublicRevokePartyCodeForbidden
- type PublicRevokePartyCodeInternalServerError
- type PublicRevokePartyCodeNotFound
- type PublicRevokePartyCodeOK
- type PublicRevokePartyCodeParams
- func NewPublicRevokePartyCodeParams() *PublicRevokePartyCodeParams
- func NewPublicRevokePartyCodeParamsWithContext(ctx context.Context) *PublicRevokePartyCodeParams
- func NewPublicRevokePartyCodeParamsWithHTTPClient(client *http.Client) *PublicRevokePartyCodeParams
- func NewPublicRevokePartyCodeParamsWithTimeout(timeout time.Duration) *PublicRevokePartyCodeParams
- func (o *PublicRevokePartyCodeParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicRevokePartyCodeParams) SetContext(ctx context.Context)
- func (o *PublicRevokePartyCodeParams) SetHTTPClient(client *http.Client)
- func (o *PublicRevokePartyCodeParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicRevokePartyCodeParams) SetNamespace(namespace string)
- func (o *PublicRevokePartyCodeParams) SetPartyID(partyID string)
- func (o *PublicRevokePartyCodeParams) SetTimeout(timeout time.Duration)
- func (o *PublicRevokePartyCodeParams) WithContext(ctx context.Context) *PublicRevokePartyCodeParams
- func (o *PublicRevokePartyCodeParams) WithHTTPClient(client *http.Client) *PublicRevokePartyCodeParams
- func (o *PublicRevokePartyCodeParams) WithNamespace(namespace string) *PublicRevokePartyCodeParams
- func (o *PublicRevokePartyCodeParams) WithPartyID(partyID string) *PublicRevokePartyCodeParams
- func (o *PublicRevokePartyCodeParams) WithTimeout(timeout time.Duration) *PublicRevokePartyCodeParams
- func (o *PublicRevokePartyCodeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicRevokePartyCodeReader
- type PublicRevokePartyCodeUnauthorized
- type PublicUpdatePartyBadRequest
- type PublicUpdatePartyForbidden
- type PublicUpdatePartyInternalServerError
- type PublicUpdatePartyNotFound
- type PublicUpdatePartyOK
- type PublicUpdatePartyParams
- func NewPublicUpdatePartyParams() *PublicUpdatePartyParams
- func NewPublicUpdatePartyParamsWithContext(ctx context.Context) *PublicUpdatePartyParams
- func NewPublicUpdatePartyParamsWithHTTPClient(client *http.Client) *PublicUpdatePartyParams
- func NewPublicUpdatePartyParamsWithTimeout(timeout time.Duration) *PublicUpdatePartyParams
- func (o *PublicUpdatePartyParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicUpdatePartyParams) SetBody(body *sessionclientmodels.ApimodelsUpdatePartyRequest)
- func (o *PublicUpdatePartyParams) SetContext(ctx context.Context)
- func (o *PublicUpdatePartyParams) SetHTTPClient(client *http.Client)
- func (o *PublicUpdatePartyParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicUpdatePartyParams) SetNamespace(namespace string)
- func (o *PublicUpdatePartyParams) SetPartyID(partyID string)
- func (o *PublicUpdatePartyParams) SetTimeout(timeout time.Duration)
- func (o *PublicUpdatePartyParams) WithBody(body *sessionclientmodels.ApimodelsUpdatePartyRequest) *PublicUpdatePartyParams
- func (o *PublicUpdatePartyParams) WithContext(ctx context.Context) *PublicUpdatePartyParams
- func (o *PublicUpdatePartyParams) WithHTTPClient(client *http.Client) *PublicUpdatePartyParams
- func (o *PublicUpdatePartyParams) WithNamespace(namespace string) *PublicUpdatePartyParams
- func (o *PublicUpdatePartyParams) WithPartyID(partyID string) *PublicUpdatePartyParams
- func (o *PublicUpdatePartyParams) WithTimeout(timeout time.Duration) *PublicUpdatePartyParams
- func (o *PublicUpdatePartyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicUpdatePartyReader
- type PublicUpdatePartyUnauthorized
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 (o *AdminQueryPartiesBadRequest) Error() string
func (*AdminQueryPartiesBadRequest) GetPayload ¶
func (o *AdminQueryPartiesBadRequest) GetPayload() *sessionclientmodels.ResponseError
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 (o *AdminQueryPartiesInternalServerError) Error() string
func (*AdminQueryPartiesInternalServerError) GetPayload ¶
func (o *AdminQueryPartiesInternalServerError) GetPayload() *sessionclientmodels.ResponseError
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 (o *AdminQueryPartiesOK) GetPayload() *sessionclientmodels.ApimodelsPartyQueryResponse
func (*AdminQueryPartiesOK) ToJSONString ¶
func (o *AdminQueryPartiesOK) ToJSONString() string
type AdminQueryPartiesParams ¶
type AdminQueryPartiesParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*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 /*Namespace namespace of the game */ Namespace 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 /*Value Attribute value */ Value *string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // 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) 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) 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) 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 ¶
func (o *AdminQueryPartiesParams) WithContext(ctx context.Context) *AdminQueryPartiesParams
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) WithJoinability ¶
func (o *AdminQueryPartiesParams) WithJoinability(joinability *string) *AdminQueryPartiesParams
WithJoinability adds the joinability to the admin query parties params
func (*AdminQueryPartiesParams) WithKey ¶
func (o *AdminQueryPartiesParams) WithKey(key *string) *AdminQueryPartiesParams
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 ¶
func (o *AdminQueryPartiesParams) WithLimit(limit *int64) *AdminQueryPartiesParams
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 ¶
func (o *AdminQueryPartiesParams) WithOrder(order *string) *AdminQueryPartiesParams
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) WithTimeout ¶
func (o *AdminQueryPartiesParams) WithTimeout(timeout time.Duration) *AdminQueryPartiesParams
WithTimeout adds the timeout to the admin query parties params
func (*AdminQueryPartiesParams) WithValue ¶
func (o *AdminQueryPartiesParams) WithValue(value *string) *AdminQueryPartiesParams
WithValue adds the value to the admin query parties params
func (*AdminQueryPartiesParams) WriteToRequest ¶
func (o *AdminQueryPartiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *AdminQueryPartiesUnauthorized) Error() string
func (*AdminQueryPartiesUnauthorized) GetPayload ¶
func (o *AdminQueryPartiesUnauthorized) GetPayload() *sessionclientmodels.ResponseError
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
func (a *Client) AdminQueryParties(params *AdminQueryPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryPartiesOK, *AdminQueryPartiesBadRequest, *AdminQueryPartiesUnauthorized, *AdminQueryPartiesInternalServerError, error)
Deprecated: Use AdminQueryPartiesShort instead.
AdminQueryParties queries parties requires a d m i n n a m e s p a c e namespace s e s s i o n p a r t y r e a d Query parties.
func (*Client) AdminQueryPartiesShort ¶
func (a *Client) AdminQueryPartiesShort(params *AdminQueryPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryPartiesOK, error)
AdminQueryPartiesShort queries parties requires a d m i n n a m e s p a c e namespace s e s s i o n p a r t y r e a d
Query parties.
func (*Client) PublicCreateParty
deprecated
func (a *Client) PublicCreateParty(params *PublicCreatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreatePartyOK, *PublicCreatePartyBadRequest, *PublicCreatePartyUnauthorized, *PublicCreatePartyInternalServerError, error)
Deprecated: Use PublicCreatePartyShort instead.
PublicCreateParty creates a party requires n a m e s p a c e namespace s e s s i o n p a r t y c r e a t e <p>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 mandatory, this API will refer following values from the session template if they're not provided in the request:</p> <ul> <li>type</li> <li>joinability</li> <li>minPlayers</li> <li>maxPlayers</li> <li>inviteTimeout</li> <li>inactiveTimeout</li> </ul> <p>Supported platforms:</p> <ul> <li>STEAM</li> </ul>.
func (*Client) PublicCreatePartyShort ¶
func (a *Client) PublicCreatePartyShort(params *PublicCreatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreatePartyOK, error)
PublicCreatePartyShort creates a party requires n a m e s p a c e namespace s e s s i o n p a r t y c r e a t e <p>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 mandatory, this API will refer following values from the session template if they're not provided in the request:</p> <ul> <li>type</li> <li>joinability</li> <li>minPlayers</li> <li>maxPlayers</li> <li>inviteTimeout</li> <li>inactiveTimeout</li> </ul> <p>Supported platforms:</p> <ul> <li>STEAM</li> </ul>.
func (*Client) PublicGeneratePartyCode
deprecated
func (a *Client) PublicGeneratePartyCode(params *PublicGeneratePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGeneratePartyCodeOK, *PublicGeneratePartyCodeBadRequest, *PublicGeneratePartyCodeUnauthorized, *PublicGeneratePartyCodeForbidden, *PublicGeneratePartyCodeNotFound, *PublicGeneratePartyCodeInternalServerError, error)
Deprecated: Use PublicGeneratePartyCodeShort instead.
PublicGeneratePartyCode generates party code requires n a m e s p a c e namespace s e s s i o n p a r t y u p d a t e 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 generates party code requires n a m e s p a c e namespace s e s s i o n p a r t y u p d a t e
Generate a new code for the party. Only leader can generate a code.
func (*Client) PublicGetParty
deprecated
func (a *Client) PublicGetParty(params *PublicGetPartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetPartyOK, *PublicGetPartyUnauthorized, *PublicGetPartyNotFound, *PublicGetPartyInternalServerError, error)
Deprecated: Use PublicGetPartyShort instead.
PublicGetParty gets party details requires n a m e s p a c e namespace s e s s i o n p a r t y r e a d Get party details.
func (*Client) PublicGetPartyShort ¶
func (a *Client) PublicGetPartyShort(params *PublicGetPartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetPartyOK, error)
PublicGetPartyShort gets party details requires n a m e s p a c e namespace s e s s i o n p a r t y r e a d
Get party details.
func (*Client) PublicPartyInvite
deprecated
func (a *Client) PublicPartyInvite(params *PublicPartyInviteParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyInviteCreated, *PublicPartyInviteNoContent, *PublicPartyInviteBadRequest, *PublicPartyInviteUnauthorized, *PublicPartyInviteNotFound, *PublicPartyInviteInternalServerError, error)
Deprecated: Use PublicPartyInviteShort instead.
PublicPartyInvite invites a user to a party requires n a m e s p a c e namespace s e s s i o n p a r t y p l a y e r c r e a t e Invite a user to a party.
func (*Client) PublicPartyInviteShort ¶
func (a *Client) PublicPartyInviteShort(params *PublicPartyInviteParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyInviteCreated, error)
PublicPartyInviteShort invites a user to a party requires n a m e s p a c e namespace s e s s i o n p a r t y p l a y e r c r e a t e
Invite a user to a party.
func (*Client) PublicPartyJoin
deprecated
func (a *Client) PublicPartyJoin(params *PublicPartyJoinParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinOK, *PublicPartyJoinBadRequest, *PublicPartyJoinUnauthorized, *PublicPartyJoinForbidden, *PublicPartyJoinNotFound, *PublicPartyJoinInternalServerError, error)
Deprecated: Use PublicPartyJoinShort instead.
PublicPartyJoin joins a party requires n a m e s p a c e namespace s e s s i o n p a r t y p l a y e r c r e a t e 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
func (a *Client) PublicPartyJoinCode(params *PublicPartyJoinCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinCodeOK, *PublicPartyJoinCodeBadRequest, *PublicPartyJoinCodeUnauthorized, *PublicPartyJoinCodeForbidden, *PublicPartyJoinCodeNotFound, *PublicPartyJoinCodeInternalServerError, error)
Deprecated: Use PublicPartyJoinCodeShort instead.
PublicPartyJoinCode joins a party by code requires n a m e s p a c e namespace s e s s i o n p a r t y p l a y e r c r e a t e 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 joins a party by code requires n a m e s p a c e namespace s e s s i o n p a r t y p l a y e r c r e a t e
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 joins a party requires n a m e s p a c e namespace s e s s i o n p a r t y p l a y e r c r e a t e
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
func (a *Client) PublicPartyKick(params *PublicPartyKickParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyKickOK, *PublicPartyKickBadRequest, *PublicPartyKickUnauthorized, *PublicPartyKickForbidden, *PublicPartyKickNotFound, *PublicPartyKickInternalServerError, error)
Deprecated: Use PublicPartyKickShort instead.
PublicPartyKick kicks a player from a party requires n a m e s p a c e namespace s e s s i o n p a r t y p l a y e r d e l e t e 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 kicks a player from a party requires n a m e s p a c e namespace s e s s i o n p a r t y p l a y e r d e l e t e
Kick a player from a party. Requires invoker to be the party leader.
func (*Client) PublicPartyLeave
deprecated
func (a *Client) PublicPartyLeave(params *PublicPartyLeaveParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyLeaveNoContent, *PublicPartyLeaveUnauthorized, *PublicPartyLeaveNotFound, *PublicPartyLeaveInternalServerError, error)
Deprecated: Use PublicPartyLeaveShort instead.
PublicPartyLeave leaves a party requires n a m e s p a c e namespace s e s s i o n p a r t y p l a y e r d e l e t e Leave a party
func (*Client) PublicPartyLeaveShort ¶
func (a *Client) PublicPartyLeaveShort(params *PublicPartyLeaveParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyLeaveNoContent, error)
PublicPartyLeaveShort leaves a party requires n a m e s p a c e namespace s e s s i o n p a r t y p l a y e r d e l e t e
Leave a party
func (*Client) PublicPartyReject
deprecated
func (a *Client) PublicPartyReject(params *PublicPartyRejectParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyRejectNoContent, *PublicPartyRejectBadRequest, *PublicPartyRejectUnauthorized, *PublicPartyRejectForbidden, *PublicPartyRejectNotFound, *PublicPartyRejectInternalServerError, error)
Deprecated: Use PublicPartyRejectShort instead.
PublicPartyReject rejects a party invitation requires n a m e s p a c e namespace s e s s i o n p a r t y p l a y e r d e l e t e Reject a party invitation.
func (*Client) PublicPartyRejectShort ¶
func (a *Client) PublicPartyRejectShort(params *PublicPartyRejectParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyRejectNoContent, error)
PublicPartyRejectShort rejects a party invitation requires n a m e s p a c e namespace s e s s i o n p a r t y p l a y e r d e l e t e
Reject a party invitation.
func (*Client) PublicPatchUpdateParty
deprecated
func (a *Client) PublicPatchUpdateParty(params *PublicPatchUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPatchUpdatePartyOK, *PublicPatchUpdatePartyBadRequest, *PublicPatchUpdatePartyUnauthorized, *PublicPatchUpdatePartyForbidden, *PublicPatchUpdatePartyNotFound, *PublicPatchUpdatePartyInternalServerError, error)
Deprecated: Use PublicPatchUpdatePartyShort instead.
PublicPatchUpdateParty patches update a party requires n a m e s p a c e namespace s e s s i o n p a r t y u p d a t e Update specified fields from party data. Note: Join type can only be updated by the party's leader.
func (*Client) PublicPatchUpdatePartyShort ¶
func (a *Client) PublicPatchUpdatePartyShort(params *PublicPatchUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPatchUpdatePartyOK, error)
PublicPatchUpdatePartyShort patches update a party requires n a m e s p a c e namespace s e s s i o n p a r t y u p d a t e
Update specified fields from party data. Note: Join type can only be updated by the party's leader.
func (*Client) PublicPromotePartyLeader
deprecated
func (a *Client) PublicPromotePartyLeader(params *PublicPromotePartyLeaderParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPromotePartyLeaderOK, *PublicPromotePartyLeaderBadRequest, *PublicPromotePartyLeaderUnauthorized, *PublicPromotePartyLeaderForbidden, *PublicPromotePartyLeaderNotFound, *PublicPromotePartyLeaderInternalServerError, error)
Deprecated: Use PublicPromotePartyLeaderShort instead.
PublicPromotePartyLeader promotes new party leader requires n a m e s p a c e namespace s e s s i o n p a r t y u p d a t e 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 promotes new party leader requires n a m e s p a c e namespace s e s s i o n p a r t y u p d a t e
Promotes a party member to be a party leader. Only leader can promote a new leader.
func (*Client) PublicQueryMyParties
deprecated
func (a *Client) PublicQueryMyParties(params *PublicQueryMyPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryMyPartiesOK, *PublicQueryMyPartiesBadRequest, *PublicQueryMyPartiesUnauthorized, *PublicQueryMyPartiesInternalServerError, error)
Deprecated: Use PublicQueryMyPartiesShort instead.
PublicQueryMyParties queries my parties require valid j w t 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 queries my parties require valid j w t
Query user's parties. By default, API will return a list of user's active parties.
func (*Client) PublicRevokePartyCode
deprecated
func (a *Client) PublicRevokePartyCode(params *PublicRevokePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicRevokePartyCodeOK, *PublicRevokePartyCodeBadRequest, *PublicRevokePartyCodeUnauthorized, *PublicRevokePartyCodeForbidden, *PublicRevokePartyCodeNotFound, *PublicRevokePartyCodeInternalServerError, error)
Deprecated: Use PublicRevokePartyCodeShort instead.
PublicRevokePartyCode revokes party code requires n a m e s p a c e namespace s e s s i o n p a r t y u p d a t e Revoke code of the party. Only leader can revoke a code.
func (*Client) PublicRevokePartyCodeShort ¶
func (a *Client) PublicRevokePartyCodeShort(params *PublicRevokePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicRevokePartyCodeOK, error)
PublicRevokePartyCodeShort revokes party code requires n a m e s p a c e namespace s e s s i o n p a r t y u p d a t e
Revoke code of the party. Only leader can revoke a code.
func (*Client) PublicUpdateParty
deprecated
func (a *Client) PublicUpdateParty(params *PublicUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdatePartyOK, *PublicUpdatePartyBadRequest, *PublicUpdatePartyUnauthorized, *PublicUpdatePartyForbidden, *PublicUpdatePartyNotFound, *PublicUpdatePartyInternalServerError, error)
Deprecated: Use PublicUpdatePartyShort instead.
PublicUpdateParty updates a party requires n a m e s p a c e namespace s e s s i o n p a r t y u p d a t e Updates party blob, this endpoint will override stored party data. To update only specified fields, please use <code>PATCH /session/v1/public/namespaces/{namespace}/parties/{partyId}</code> endpoint. Note: Join type can only be updated by the party's leader.
func (*Client) PublicUpdatePartyShort ¶
func (a *Client) PublicUpdatePartyShort(params *PublicUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdatePartyOK, error)
PublicUpdatePartyShort updates a party requires n a m e s p a c e namespace s e s s i o n p a r t y u p d a t e Updates party blob, this endpoint will override stored party data. To update only specified fields, please use <code>PATCH /session/v1/public/namespaces/{namespace}/parties/{partyId}</code> endpoint. Note: Join type can only be updated by the party's leader.
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) PublicCreateParty(params *PublicCreatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreatePartyOK, *PublicCreatePartyBadRequest, *PublicCreatePartyUnauthorized, *PublicCreatePartyInternalServerError, error) PublicCreatePartyShort(params *PublicCreatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicCreatePartyOK, error) PublicGeneratePartyCode(params *PublicGeneratePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGeneratePartyCodeOK, *PublicGeneratePartyCodeBadRequest, *PublicGeneratePartyCodeUnauthorized, *PublicGeneratePartyCodeForbidden, *PublicGeneratePartyCodeNotFound, *PublicGeneratePartyCodeInternalServerError, error) PublicGeneratePartyCodeShort(params *PublicGeneratePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGeneratePartyCodeOK, error) PublicGetParty(params *PublicGetPartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetPartyOK, *PublicGetPartyUnauthorized, *PublicGetPartyNotFound, *PublicGetPartyInternalServerError, error) PublicGetPartyShort(params *PublicGetPartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetPartyOK, error) PublicPartyInvite(params *PublicPartyInviteParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyInviteCreated, *PublicPartyInviteNoContent, *PublicPartyInviteBadRequest, *PublicPartyInviteUnauthorized, *PublicPartyInviteNotFound, *PublicPartyInviteInternalServerError, error) PublicPartyInviteShort(params *PublicPartyInviteParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyInviteCreated, error) PublicPartyJoin(params *PublicPartyJoinParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinOK, *PublicPartyJoinBadRequest, *PublicPartyJoinUnauthorized, *PublicPartyJoinForbidden, *PublicPartyJoinNotFound, *PublicPartyJoinInternalServerError, error) PublicPartyJoinShort(params *PublicPartyJoinParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinOK, error) PublicPartyJoinCode(params *PublicPartyJoinCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinCodeOK, *PublicPartyJoinCodeBadRequest, *PublicPartyJoinCodeUnauthorized, *PublicPartyJoinCodeForbidden, *PublicPartyJoinCodeNotFound, *PublicPartyJoinCodeInternalServerError, error) PublicPartyJoinCodeShort(params *PublicPartyJoinCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyJoinCodeOK, error) PublicPartyKick(params *PublicPartyKickParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyKickOK, *PublicPartyKickBadRequest, *PublicPartyKickUnauthorized, *PublicPartyKickForbidden, *PublicPartyKickNotFound, *PublicPartyKickInternalServerError, error) PublicPartyKickShort(params *PublicPartyKickParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPartyKickOK, 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) PublicPatchUpdateParty(params *PublicPatchUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPatchUpdatePartyOK, *PublicPatchUpdatePartyBadRequest, *PublicPatchUpdatePartyUnauthorized, *PublicPatchUpdatePartyForbidden, *PublicPatchUpdatePartyNotFound, *PublicPatchUpdatePartyInternalServerError, error) PublicPatchUpdatePartyShort(params *PublicPatchUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPatchUpdatePartyOK, error) PublicPromotePartyLeader(params *PublicPromotePartyLeaderParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPromotePartyLeaderOK, *PublicPromotePartyLeaderBadRequest, *PublicPromotePartyLeaderUnauthorized, *PublicPromotePartyLeaderForbidden, *PublicPromotePartyLeaderNotFound, *PublicPromotePartyLeaderInternalServerError, error) PublicPromotePartyLeaderShort(params *PublicPromotePartyLeaderParams, authInfo runtime.ClientAuthInfoWriter) (*PublicPromotePartyLeaderOK, error) PublicQueryMyParties(params *PublicQueryMyPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryMyPartiesOK, *PublicQueryMyPartiesBadRequest, *PublicQueryMyPartiesUnauthorized, *PublicQueryMyPartiesInternalServerError, error) PublicQueryMyPartiesShort(params *PublicQueryMyPartiesParams, authInfo runtime.ClientAuthInfoWriter) (*PublicQueryMyPartiesOK, error) PublicRevokePartyCode(params *PublicRevokePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicRevokePartyCodeOK, *PublicRevokePartyCodeBadRequest, *PublicRevokePartyCodeUnauthorized, *PublicRevokePartyCodeForbidden, *PublicRevokePartyCodeNotFound, *PublicRevokePartyCodeInternalServerError, error) PublicRevokePartyCodeShort(params *PublicRevokePartyCodeParams, authInfo runtime.ClientAuthInfoWriter) (*PublicRevokePartyCodeOK, error) PublicUpdateParty(params *PublicUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdatePartyOK, *PublicUpdatePartyBadRequest, *PublicUpdatePartyUnauthorized, *PublicUpdatePartyForbidden, *PublicUpdatePartyNotFound, *PublicUpdatePartyInternalServerError, error) PublicUpdatePartyShort(params *PublicUpdatePartyParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdatePartyOK, 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 (o *PublicCreatePartyBadRequest) Error() string
func (*PublicCreatePartyBadRequest) GetPayload ¶
func (o *PublicCreatePartyBadRequest) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicCreatePartyInternalServerError) Error() string
func (*PublicCreatePartyInternalServerError) GetPayload ¶
func (o *PublicCreatePartyInternalServerError) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicCreatePartyOK) GetPayload() *sessionclientmodels.ApimodelsPartySessionResponse
func (*PublicCreatePartyOK) ToJSONString ¶
func (o *PublicCreatePartyOK) ToJSONString() string
type PublicCreatePartyParams ¶
type PublicCreatePartyParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body Create party request */ Body *sessionclientmodels.ApimodelsCreatePartyRequest /*Namespace Namespace */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // 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 ¶
func (o *PublicCreatePartyParams) SetBody(body *sessionclientmodels.ApimodelsCreatePartyRequest)
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) 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 ¶
func (o *PublicCreatePartyParams) WithBody(body *sessionclientmodels.ApimodelsCreatePartyRequest) *PublicCreatePartyParams
WithBody adds the body to the public create party params
func (*PublicCreatePartyParams) WithContext ¶
func (o *PublicCreatePartyParams) WithContext(ctx context.Context) *PublicCreatePartyParams
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 ¶
func (o *PublicCreatePartyParams) WithTimeout(timeout time.Duration) *PublicCreatePartyParams
WithTimeout adds the timeout to the public create party params
func (*PublicCreatePartyParams) WriteToRequest ¶
func (o *PublicCreatePartyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *PublicCreatePartyUnauthorized) Error() string
func (*PublicCreatePartyUnauthorized) GetPayload ¶
func (o *PublicCreatePartyUnauthorized) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicGeneratePartyCodeBadRequest) Error() string
func (*PublicGeneratePartyCodeBadRequest) GetPayload ¶
func (o *PublicGeneratePartyCodeBadRequest) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicGeneratePartyCodeForbidden) Error() string
func (*PublicGeneratePartyCodeForbidden) GetPayload ¶
func (o *PublicGeneratePartyCodeForbidden) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicGeneratePartyCodeInternalServerError) Error() string
func (*PublicGeneratePartyCodeInternalServerError) GetPayload ¶
func (o *PublicGeneratePartyCodeInternalServerError) GetPayload() *sessionclientmodels.ResponseError
func (*PublicGeneratePartyCodeInternalServerError) ToJSONString ¶
func (o *PublicGeneratePartyCodeInternalServerError) ToJSONString() string
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 (o *PublicGeneratePartyCodeNotFound) Error() string
func (*PublicGeneratePartyCodeNotFound) GetPayload ¶
func (o *PublicGeneratePartyCodeNotFound) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicGeneratePartyCodeOK) GetPayload() *sessionclientmodels.ApimodelsPartySessionResponse
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 // 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) 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 ¶
func (o *PublicGeneratePartyCodeParams) WithContext(ctx context.Context) *PublicGeneratePartyCodeParams
WithContext adds the context to the public generate party code params
func (*PublicGeneratePartyCodeParams) WithHTTPClient ¶
func (o *PublicGeneratePartyCodeParams) WithHTTPClient(client *http.Client) *PublicGeneratePartyCodeParams
WithHTTPClient adds the HTTPClient to the public generate party code params
func (*PublicGeneratePartyCodeParams) WithNamespace ¶
func (o *PublicGeneratePartyCodeParams) WithNamespace(namespace string) *PublicGeneratePartyCodeParams
WithNamespace adds the namespace to the public generate party code params
func (*PublicGeneratePartyCodeParams) WithPartyID ¶
func (o *PublicGeneratePartyCodeParams) WithPartyID(partyID string) *PublicGeneratePartyCodeParams
WithPartyID adds the partyID to the public generate party code params
func (*PublicGeneratePartyCodeParams) WithTimeout ¶
func (o *PublicGeneratePartyCodeParams) WithTimeout(timeout time.Duration) *PublicGeneratePartyCodeParams
WithTimeout adds the timeout to the public generate party code params
func (*PublicGeneratePartyCodeParams) WriteToRequest ¶
func (o *PublicGeneratePartyCodeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *PublicGeneratePartyCodeUnauthorized) Error() string
func (*PublicGeneratePartyCodeUnauthorized) GetPayload ¶
func (o *PublicGeneratePartyCodeUnauthorized) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicGetPartyInternalServerError) Error() string
func (*PublicGetPartyInternalServerError) GetPayload ¶
func (o *PublicGetPartyInternalServerError) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicGetPartyNotFound) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicGetPartyOK) GetPayload() *sessionclientmodels.ApimodelsPartySessionResponse
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 // 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) 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 ¶
func (o *PublicGetPartyParams) WithContext(ctx context.Context) *PublicGetPartyParams
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 {
}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 (o *PublicGetPartyUnauthorized) Error() string
func (*PublicGetPartyUnauthorized) GetPayload ¶
func (o *PublicGetPartyUnauthorized) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyInviteBadRequest) Error() string
func (*PublicPartyInviteBadRequest) GetPayload ¶
func (o *PublicPartyInviteBadRequest) GetPayload() *sessionclientmodels.ResponseError
func (*PublicPartyInviteBadRequest) ToJSONString ¶
func (o *PublicPartyInviteBadRequest) ToJSONString() string
type PublicPartyInviteCreated ¶
type PublicPartyInviteCreated struct { }
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
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 (o *PublicPartyInviteInternalServerError) Error() string
func (*PublicPartyInviteInternalServerError) GetPayload ¶
func (o *PublicPartyInviteInternalServerError) GetPayload() *sessionclientmodels.ResponseError
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 ¶
func (o *PublicPartyInviteNoContent) Error() string
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 (o *PublicPartyInviteNotFound) GetPayload() *sessionclientmodels.ResponseError
func (*PublicPartyInviteNotFound) ToJSONString ¶
func (o *PublicPartyInviteNotFound) ToJSONString() string
type PublicPartyInviteParams ¶
type PublicPartyInviteParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body Party invite request */ Body *sessionclientmodels.ApimodelsSessionInviteRequest /*Namespace Namespace */ Namespace string /*PartyID Party ID */ PartyID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // 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 ¶
func (o *PublicPartyInviteParams) SetBody(body *sessionclientmodels.ApimodelsSessionInviteRequest)
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) 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 ¶
func (o *PublicPartyInviteParams) WithBody(body *sessionclientmodels.ApimodelsSessionInviteRequest) *PublicPartyInviteParams
WithBody adds the body to the public party invite params
func (*PublicPartyInviteParams) WithContext ¶
func (o *PublicPartyInviteParams) WithContext(ctx context.Context) *PublicPartyInviteParams
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 ¶
func (o *PublicPartyInviteParams) WithTimeout(timeout time.Duration) *PublicPartyInviteParams
WithTimeout adds the timeout to the public party invite params
func (*PublicPartyInviteParams) WriteToRequest ¶
func (o *PublicPartyInviteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *PublicPartyInviteUnauthorized) Error() string
func (*PublicPartyInviteUnauthorized) GetPayload ¶
func (o *PublicPartyInviteUnauthorized) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyJoinBadRequest) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyJoinCodeBadRequest) Error() string
func (*PublicPartyJoinCodeBadRequest) GetPayload ¶
func (o *PublicPartyJoinCodeBadRequest) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyJoinCodeForbidden) Error() string
func (*PublicPartyJoinCodeForbidden) GetPayload ¶
func (o *PublicPartyJoinCodeForbidden) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyJoinCodeInternalServerError) Error() string
func (*PublicPartyJoinCodeInternalServerError) GetPayload ¶
func (o *PublicPartyJoinCodeInternalServerError) GetPayload() *sessionclientmodels.ResponseError
func (*PublicPartyJoinCodeInternalServerError) ToJSONString ¶
func (o *PublicPartyJoinCodeInternalServerError) ToJSONString() string
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 (o *PublicPartyJoinCodeNotFound) Error() string
func (*PublicPartyJoinCodeNotFound) GetPayload ¶
func (o *PublicPartyJoinCodeNotFound) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyJoinCodeOK) GetPayload() *sessionclientmodels.ApimodelsPartySessionResponse
func (*PublicPartyJoinCodeOK) ToJSONString ¶
func (o *PublicPartyJoinCodeOK) ToJSONString() string
type PublicPartyJoinCodeParams ¶
type PublicPartyJoinCodeParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body Party join by code request */ Body *sessionclientmodels.ApimodelsJoinByCodeRequest /*Namespace Namespace */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // 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 ¶
func (o *PublicPartyJoinCodeParams) SetBody(body *sessionclientmodels.ApimodelsJoinByCodeRequest)
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) 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 ¶
func (o *PublicPartyJoinCodeParams) WithBody(body *sessionclientmodels.ApimodelsJoinByCodeRequest) *PublicPartyJoinCodeParams
WithBody adds the body to the public party join code params
func (*PublicPartyJoinCodeParams) WithContext ¶
func (o *PublicPartyJoinCodeParams) WithContext(ctx context.Context) *PublicPartyJoinCodeParams
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 ¶
func (o *PublicPartyJoinCodeParams) WithTimeout(timeout time.Duration) *PublicPartyJoinCodeParams
WithTimeout adds the timeout to the public party join code params
func (*PublicPartyJoinCodeParams) WriteToRequest ¶
func (o *PublicPartyJoinCodeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *PublicPartyJoinCodeUnauthorized) Error() string
func (*PublicPartyJoinCodeUnauthorized) GetPayload ¶
func (o *PublicPartyJoinCodeUnauthorized) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyJoinForbidden) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyJoinInternalServerError) Error() string
func (*PublicPartyJoinInternalServerError) GetPayload ¶
func (o *PublicPartyJoinInternalServerError) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyJoinNotFound) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyJoinOK) GetPayload() *sessionclientmodels.ApimodelsPartySessionResponse
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 // 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) 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 ¶
func (o *PublicPartyJoinParams) WithContext(ctx context.Context) *PublicPartyJoinParams
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 {
}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 (o *PublicPartyJoinUnauthorized) Error() string
func (*PublicPartyJoinUnauthorized) GetPayload ¶
func (o *PublicPartyJoinUnauthorized) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyKickBadRequest) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyKickForbidden) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyKickInternalServerError) Error() string
func (*PublicPartyKickInternalServerError) GetPayload ¶
func (o *PublicPartyKickInternalServerError) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyKickNotFound) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyKickOK) GetPayload() *sessionclientmodels.ApimodelsKickResponse
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 // 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) 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 ¶
func (o *PublicPartyKickParams) WithContext(ctx context.Context) *PublicPartyKickParams
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 {
}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 (o *PublicPartyKickUnauthorized) Error() string
func (*PublicPartyKickUnauthorized) GetPayload ¶
func (o *PublicPartyKickUnauthorized) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyLeaveInternalServerError) Error() string
func (*PublicPartyLeaveInternalServerError) GetPayload ¶
func (o *PublicPartyLeaveInternalServerError) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyLeaveNotFound) GetPayload() *sessionclientmodels.ResponseError
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 // 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) 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 ¶
func (o *PublicPartyLeaveParams) WithContext(ctx context.Context) *PublicPartyLeaveParams
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 ¶
func (o *PublicPartyLeaveParams) WithTimeout(timeout time.Duration) *PublicPartyLeaveParams
WithTimeout adds the timeout to the public party leave params
func (*PublicPartyLeaveParams) WriteToRequest ¶
func (o *PublicPartyLeaveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *PublicPartyLeaveUnauthorized) Error() string
func (*PublicPartyLeaveUnauthorized) GetPayload ¶
func (o *PublicPartyLeaveUnauthorized) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyRejectBadRequest) Error() string
func (*PublicPartyRejectBadRequest) GetPayload ¶
func (o *PublicPartyRejectBadRequest) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyRejectForbidden) Error() string
func (*PublicPartyRejectForbidden) GetPayload ¶
func (o *PublicPartyRejectForbidden) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPartyRejectInternalServerError) Error() string
func (*PublicPartyRejectInternalServerError) GetPayload ¶
func (o *PublicPartyRejectInternalServerError) GetPayload() *sessionclientmodels.ResponseError
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 ¶
func (o *PublicPartyRejectNoContent) Error() string
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 (o *PublicPartyRejectNotFound) GetPayload() *sessionclientmodels.ResponseError
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 // 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) 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 ¶
func (o *PublicPartyRejectParams) WithContext(ctx context.Context) *PublicPartyRejectParams
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 ¶
func (o *PublicPartyRejectParams) WithTimeout(timeout time.Duration) *PublicPartyRejectParams
WithTimeout adds the timeout to the public party reject params
func (*PublicPartyRejectParams) WriteToRequest ¶
func (o *PublicPartyRejectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *PublicPartyRejectUnauthorized) Error() string
func (*PublicPartyRejectUnauthorized) GetPayload ¶
func (o *PublicPartyRejectUnauthorized) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPatchUpdatePartyBadRequest) Error() string
func (*PublicPatchUpdatePartyBadRequest) GetPayload ¶
func (o *PublicPatchUpdatePartyBadRequest) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPatchUpdatePartyForbidden) Error() string
func (*PublicPatchUpdatePartyForbidden) GetPayload ¶
func (o *PublicPatchUpdatePartyForbidden) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPatchUpdatePartyInternalServerError) Error() string
func (*PublicPatchUpdatePartyInternalServerError) GetPayload ¶
func (o *PublicPatchUpdatePartyInternalServerError) GetPayload() *sessionclientmodels.ResponseError
func (*PublicPatchUpdatePartyInternalServerError) ToJSONString ¶
func (o *PublicPatchUpdatePartyInternalServerError) ToJSONString() string
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 (o *PublicPatchUpdatePartyNotFound) Error() string
func (*PublicPatchUpdatePartyNotFound) GetPayload ¶
func (o *PublicPatchUpdatePartyNotFound) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPatchUpdatePartyOK) GetPayload() *sessionclientmodels.ApimodelsPartySessionResponse
func (*PublicPatchUpdatePartyOK) ToJSONString ¶
func (o *PublicPatchUpdatePartyOK) ToJSONString() string
type PublicPatchUpdatePartyParams ¶
type PublicPatchUpdatePartyParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body Update party request */ Body *sessionclientmodels.ApimodelsUpdatePartyRequest /*Namespace Namespace */ Namespace string /*PartyID Party ID */ PartyID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // 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 ¶
func (o *PublicPatchUpdatePartyParams) SetBody(body *sessionclientmodels.ApimodelsUpdatePartyRequest)
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) 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 ¶
func (o *PublicPatchUpdatePartyParams) WithBody(body *sessionclientmodels.ApimodelsUpdatePartyRequest) *PublicPatchUpdatePartyParams
WithBody adds the body to the public patch update party params
func (*PublicPatchUpdatePartyParams) WithContext ¶
func (o *PublicPatchUpdatePartyParams) WithContext(ctx context.Context) *PublicPatchUpdatePartyParams
WithContext adds the context to the public patch update party params
func (*PublicPatchUpdatePartyParams) WithHTTPClient ¶
func (o *PublicPatchUpdatePartyParams) WithHTTPClient(client *http.Client) *PublicPatchUpdatePartyParams
WithHTTPClient adds the HTTPClient to the public patch update party params
func (*PublicPatchUpdatePartyParams) WithNamespace ¶
func (o *PublicPatchUpdatePartyParams) WithNamespace(namespace string) *PublicPatchUpdatePartyParams
WithNamespace adds the namespace to the public patch update party params
func (*PublicPatchUpdatePartyParams) WithPartyID ¶
func (o *PublicPatchUpdatePartyParams) WithPartyID(partyID string) *PublicPatchUpdatePartyParams
WithPartyID adds the partyID to the public patch update party params
func (*PublicPatchUpdatePartyParams) WithTimeout ¶
func (o *PublicPatchUpdatePartyParams) WithTimeout(timeout time.Duration) *PublicPatchUpdatePartyParams
WithTimeout adds the timeout to the public patch update party params
func (*PublicPatchUpdatePartyParams) WriteToRequest ¶
func (o *PublicPatchUpdatePartyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *PublicPatchUpdatePartyUnauthorized) Error() string
func (*PublicPatchUpdatePartyUnauthorized) GetPayload ¶
func (o *PublicPatchUpdatePartyUnauthorized) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPromotePartyLeaderBadRequest) Error() string
func (*PublicPromotePartyLeaderBadRequest) GetPayload ¶
func (o *PublicPromotePartyLeaderBadRequest) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPromotePartyLeaderForbidden) Error() string
func (*PublicPromotePartyLeaderForbidden) GetPayload ¶
func (o *PublicPromotePartyLeaderForbidden) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPromotePartyLeaderInternalServerError) Error() string
func (*PublicPromotePartyLeaderInternalServerError) GetPayload ¶
func (o *PublicPromotePartyLeaderInternalServerError) GetPayload() *sessionclientmodels.ResponseError
func (*PublicPromotePartyLeaderInternalServerError) ToJSONString ¶
func (o *PublicPromotePartyLeaderInternalServerError) ToJSONString() string
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 (o *PublicPromotePartyLeaderNotFound) Error() string
func (*PublicPromotePartyLeaderNotFound) GetPayload ¶
func (o *PublicPromotePartyLeaderNotFound) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicPromotePartyLeaderOK) Error() string
func (*PublicPromotePartyLeaderOK) GetPayload ¶
func (o *PublicPromotePartyLeaderOK) GetPayload() *sessionclientmodels.ApimodelsPartySessionResponse
func (*PublicPromotePartyLeaderOK) ToJSONString ¶
func (o *PublicPromotePartyLeaderOK) ToJSONString() string
type PublicPromotePartyLeaderParams ¶
type PublicPromotePartyLeaderParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body Promote leader request */ Body *sessionclientmodels.ApimodelsPromoteLeaderRequest /*Namespace Namespace */ Namespace string /*PartyID Party ID */ PartyID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // 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 ¶
func (o *PublicPromotePartyLeaderParams) SetBody(body *sessionclientmodels.ApimodelsPromoteLeaderRequest)
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) 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 ¶
func (o *PublicPromotePartyLeaderParams) WithBody(body *sessionclientmodels.ApimodelsPromoteLeaderRequest) *PublicPromotePartyLeaderParams
WithBody adds the body to the public promote party leader params
func (*PublicPromotePartyLeaderParams) WithContext ¶
func (o *PublicPromotePartyLeaderParams) WithContext(ctx context.Context) *PublicPromotePartyLeaderParams
WithContext adds the context to the public promote party leader params
func (*PublicPromotePartyLeaderParams) WithHTTPClient ¶
func (o *PublicPromotePartyLeaderParams) WithHTTPClient(client *http.Client) *PublicPromotePartyLeaderParams
WithHTTPClient adds the HTTPClient to the public promote party leader params
func (*PublicPromotePartyLeaderParams) WithNamespace ¶
func (o *PublicPromotePartyLeaderParams) WithNamespace(namespace string) *PublicPromotePartyLeaderParams
WithNamespace adds the namespace to the public promote party leader params
func (*PublicPromotePartyLeaderParams) WithPartyID ¶
func (o *PublicPromotePartyLeaderParams) WithPartyID(partyID string) *PublicPromotePartyLeaderParams
WithPartyID adds the partyID to the public promote party leader params
func (*PublicPromotePartyLeaderParams) WithTimeout ¶
func (o *PublicPromotePartyLeaderParams) WithTimeout(timeout time.Duration) *PublicPromotePartyLeaderParams
WithTimeout adds the timeout to the public promote party leader params
func (*PublicPromotePartyLeaderParams) WriteToRequest ¶
func (o *PublicPromotePartyLeaderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *PublicPromotePartyLeaderUnauthorized) Error() string
func (*PublicPromotePartyLeaderUnauthorized) GetPayload ¶
func (o *PublicPromotePartyLeaderUnauthorized) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicQueryMyPartiesBadRequest) Error() string
func (*PublicQueryMyPartiesBadRequest) GetPayload ¶
func (o *PublicQueryMyPartiesBadRequest) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicQueryMyPartiesInternalServerError) Error() string
func (*PublicQueryMyPartiesInternalServerError) GetPayload ¶
func (o *PublicQueryMyPartiesInternalServerError) GetPayload() *sessionclientmodels.ResponseError
func (*PublicQueryMyPartiesInternalServerError) ToJSONString ¶
func (o *PublicQueryMyPartiesInternalServerError) ToJSONString() string
type PublicQueryMyPartiesOK ¶
type PublicQueryMyPartiesOK struct {
Payload []*sessionclientmodels.ApimodelsPartySessionResponse
}
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 (o *PublicQueryMyPartiesOK) GetPayload() []*sessionclientmodels.ApimodelsPartySessionResponse
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 */ Status *string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // 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) 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 ¶
func (o *PublicQueryMyPartiesParams) WithContext(ctx context.Context) *PublicQueryMyPartiesParams
WithContext adds the context to the public query my parties params
func (*PublicQueryMyPartiesParams) WithHTTPClient ¶
func (o *PublicQueryMyPartiesParams) WithHTTPClient(client *http.Client) *PublicQueryMyPartiesParams
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 ¶
func (o *PublicQueryMyPartiesParams) WithOrder(order *string) *PublicQueryMyPartiesParams
WithOrder adds the order to the public query my parties params
func (*PublicQueryMyPartiesParams) WithOrderBy ¶
func (o *PublicQueryMyPartiesParams) WithOrderBy(orderBy *string) *PublicQueryMyPartiesParams
WithOrderBy adds the orderBy to the public query my parties params
func (*PublicQueryMyPartiesParams) WithStatus ¶
func (o *PublicQueryMyPartiesParams) WithStatus(status *string) *PublicQueryMyPartiesParams
WithStatus adds the status to the public query my parties params
func (*PublicQueryMyPartiesParams) WithTimeout ¶
func (o *PublicQueryMyPartiesParams) WithTimeout(timeout time.Duration) *PublicQueryMyPartiesParams
WithTimeout adds the timeout to the public query my parties params
func (*PublicQueryMyPartiesParams) WriteToRequest ¶
func (o *PublicQueryMyPartiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *PublicQueryMyPartiesUnauthorized) Error() string
func (*PublicQueryMyPartiesUnauthorized) GetPayload ¶
func (o *PublicQueryMyPartiesUnauthorized) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicRevokePartyCodeBadRequest) Error() string
func (*PublicRevokePartyCodeBadRequest) GetPayload ¶
func (o *PublicRevokePartyCodeBadRequest) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicRevokePartyCodeForbidden) Error() string
func (*PublicRevokePartyCodeForbidden) GetPayload ¶
func (o *PublicRevokePartyCodeForbidden) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicRevokePartyCodeInternalServerError) Error() string
func (*PublicRevokePartyCodeInternalServerError) GetPayload ¶
func (o *PublicRevokePartyCodeInternalServerError) GetPayload() *sessionclientmodels.ResponseError
func (*PublicRevokePartyCodeInternalServerError) ToJSONString ¶
func (o *PublicRevokePartyCodeInternalServerError) ToJSONString() string
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 (o *PublicRevokePartyCodeNotFound) Error() string
func (*PublicRevokePartyCodeNotFound) GetPayload ¶
func (o *PublicRevokePartyCodeNotFound) GetPayload() *sessionclientmodels.ResponseError
func (*PublicRevokePartyCodeNotFound) ToJSONString ¶
func (o *PublicRevokePartyCodeNotFound) ToJSONString() string
type PublicRevokePartyCodeOK ¶
type PublicRevokePartyCodeOK struct {
Payload *sessionclientmodels.ApimodelsPartySessionResponse
}
PublicRevokePartyCodeOK handles this case with default header values.
OK
func NewPublicRevokePartyCodeOK ¶
func NewPublicRevokePartyCodeOK() *PublicRevokePartyCodeOK
NewPublicRevokePartyCodeOK creates a PublicRevokePartyCodeOK with default headers values
func (*PublicRevokePartyCodeOK) Error ¶
func (o *PublicRevokePartyCodeOK) Error() string
func (*PublicRevokePartyCodeOK) GetPayload ¶
func (o *PublicRevokePartyCodeOK) GetPayload() *sessionclientmodels.ApimodelsPartySessionResponse
func (*PublicRevokePartyCodeOK) ToJSONString ¶
func (o *PublicRevokePartyCodeOK) 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 // 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) 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 ¶
func (o *PublicRevokePartyCodeParams) WithContext(ctx context.Context) *PublicRevokePartyCodeParams
WithContext adds the context to the public revoke party code params
func (*PublicRevokePartyCodeParams) WithHTTPClient ¶
func (o *PublicRevokePartyCodeParams) WithHTTPClient(client *http.Client) *PublicRevokePartyCodeParams
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 ¶
func (o *PublicRevokePartyCodeParams) WithPartyID(partyID string) *PublicRevokePartyCodeParams
WithPartyID adds the partyID to the public revoke party code params
func (*PublicRevokePartyCodeParams) WithTimeout ¶
func (o *PublicRevokePartyCodeParams) WithTimeout(timeout time.Duration) *PublicRevokePartyCodeParams
WithTimeout adds the timeout to the public revoke party code params
func (*PublicRevokePartyCodeParams) WriteToRequest ¶
func (o *PublicRevokePartyCodeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *PublicRevokePartyCodeUnauthorized) Error() string
func (*PublicRevokePartyCodeUnauthorized) GetPayload ¶
func (o *PublicRevokePartyCodeUnauthorized) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicUpdatePartyBadRequest) Error() string
func (*PublicUpdatePartyBadRequest) GetPayload ¶
func (o *PublicUpdatePartyBadRequest) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicUpdatePartyForbidden) Error() string
func (*PublicUpdatePartyForbidden) GetPayload ¶
func (o *PublicUpdatePartyForbidden) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicUpdatePartyInternalServerError) Error() string
func (*PublicUpdatePartyInternalServerError) GetPayload ¶
func (o *PublicUpdatePartyInternalServerError) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicUpdatePartyNotFound) GetPayload() *sessionclientmodels.ResponseError
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 (o *PublicUpdatePartyOK) GetPayload() *sessionclientmodels.ApimodelsPartySessionResponse
func (*PublicUpdatePartyOK) ToJSONString ¶
func (o *PublicUpdatePartyOK) ToJSONString() string
type PublicUpdatePartyParams ¶
type PublicUpdatePartyParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body Update party request */ Body *sessionclientmodels.ApimodelsUpdatePartyRequest /*Namespace Namespace */ Namespace string /*PartyID Party ID */ PartyID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // 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 ¶
func (o *PublicUpdatePartyParams) SetBody(body *sessionclientmodels.ApimodelsUpdatePartyRequest)
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) 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 ¶
func (o *PublicUpdatePartyParams) WithBody(body *sessionclientmodels.ApimodelsUpdatePartyRequest) *PublicUpdatePartyParams
WithBody adds the body to the public update party params
func (*PublicUpdatePartyParams) WithContext ¶
func (o *PublicUpdatePartyParams) WithContext(ctx context.Context) *PublicUpdatePartyParams
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 ¶
func (o *PublicUpdatePartyParams) WithTimeout(timeout time.Duration) *PublicUpdatePartyParams
WithTimeout adds the timeout to the public update party params
func (*PublicUpdatePartyParams) WriteToRequest ¶
func (o *PublicUpdatePartyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *PublicUpdatePartyUnauthorized) Error() string
func (*PublicUpdatePartyUnauthorized) GetPayload ¶
func (o *PublicUpdatePartyUnauthorized) GetPayload() *sessionclientmodels.ResponseError
func (*PublicUpdatePartyUnauthorized) ToJSONString ¶
func (o *PublicUpdatePartyUnauthorized) ToJSONString() string
Source Files ¶
- admin_query_parties_parameters.go
- admin_query_parties_responses.go
- party_client.go
- public_create_party_parameters.go
- public_create_party_responses.go
- public_generate_party_code_parameters.go
- public_generate_party_code_responses.go
- public_get_party_parameters.go
- public_get_party_responses.go
- public_party_invite_parameters.go
- public_party_invite_responses.go
- public_party_join_code_parameters.go
- public_party_join_code_responses.go
- public_party_join_parameters.go
- public_party_join_responses.go
- public_party_kick_parameters.go
- public_party_kick_responses.go
- public_party_leave_parameters.go
- public_party_leave_responses.go
- public_party_reject_parameters.go
- public_party_reject_responses.go
- public_patch_update_party_parameters.go
- public_patch_update_party_responses.go
- public_promote_party_leader_parameters.go
- public_promote_party_leader_responses.go
- public_query_my_parties_parameters.go
- public_query_my_parties_responses.go
- public_revoke_party_code_parameters.go
- public_revoke_party_code_responses.go
- public_update_party_parameters.go
- public_update_party_responses.go