Documentation ¶
Index ¶
- type AdminCreateGroupBadRequest
- type AdminCreateGroupCreated
- type AdminCreateGroupInternalServerError
- type AdminCreateGroupParams
- func NewAdminCreateGroupParams() *AdminCreateGroupParams
- func NewAdminCreateGroupParamsWithContext(ctx context.Context) *AdminCreateGroupParams
- func NewAdminCreateGroupParamsWithHTTPClient(client *http.Client) *AdminCreateGroupParams
- func NewAdminCreateGroupParamsWithTimeout(timeout time.Duration) *AdminCreateGroupParams
- func (o *AdminCreateGroupParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminCreateGroupParams) SetBody(body *ugcclientmodels.ModelsCreateGroupRequest)
- func (o *AdminCreateGroupParams) SetContext(ctx context.Context)
- func (o *AdminCreateGroupParams) SetHTTPClient(client *http.Client)
- func (o *AdminCreateGroupParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminCreateGroupParams) SetNamespace(namespace string)
- func (o *AdminCreateGroupParams) SetTimeout(timeout time.Duration)
- func (o *AdminCreateGroupParams) WithBody(body *ugcclientmodels.ModelsCreateGroupRequest) *AdminCreateGroupParams
- func (o *AdminCreateGroupParams) WithContext(ctx context.Context) *AdminCreateGroupParams
- func (o *AdminCreateGroupParams) WithHTTPClient(client *http.Client) *AdminCreateGroupParams
- func (o *AdminCreateGroupParams) WithNamespace(namespace string) *AdminCreateGroupParams
- func (o *AdminCreateGroupParams) WithTimeout(timeout time.Duration) *AdminCreateGroupParams
- func (o *AdminCreateGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminCreateGroupReader
- type AdminCreateGroupUnauthorized
- type AdminDeleteGroupInternalServerError
- type AdminDeleteGroupNoContent
- type AdminDeleteGroupNotFound
- type AdminDeleteGroupParams
- func NewAdminDeleteGroupParams() *AdminDeleteGroupParams
- func NewAdminDeleteGroupParamsWithContext(ctx context.Context) *AdminDeleteGroupParams
- func NewAdminDeleteGroupParamsWithHTTPClient(client *http.Client) *AdminDeleteGroupParams
- func NewAdminDeleteGroupParamsWithTimeout(timeout time.Duration) *AdminDeleteGroupParams
- func (o *AdminDeleteGroupParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminDeleteGroupParams) SetContext(ctx context.Context)
- func (o *AdminDeleteGroupParams) SetGroupID(groupID string)
- func (o *AdminDeleteGroupParams) SetHTTPClient(client *http.Client)
- func (o *AdminDeleteGroupParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminDeleteGroupParams) SetNamespace(namespace string)
- func (o *AdminDeleteGroupParams) SetTimeout(timeout time.Duration)
- func (o *AdminDeleteGroupParams) SetUserID(userID string)
- func (o *AdminDeleteGroupParams) WithContext(ctx context.Context) *AdminDeleteGroupParams
- func (o *AdminDeleteGroupParams) WithGroupID(groupID string) *AdminDeleteGroupParams
- func (o *AdminDeleteGroupParams) WithHTTPClient(client *http.Client) *AdminDeleteGroupParams
- func (o *AdminDeleteGroupParams) WithNamespace(namespace string) *AdminDeleteGroupParams
- func (o *AdminDeleteGroupParams) WithTimeout(timeout time.Duration) *AdminDeleteGroupParams
- func (o *AdminDeleteGroupParams) WithUserID(userID string) *AdminDeleteGroupParams
- func (o *AdminDeleteGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminDeleteGroupReader
- type AdminDeleteGroupUnauthorized
- type AdminGetAllGroupsInternalServerError
- type AdminGetAllGroupsNotFound
- type AdminGetAllGroupsOK
- type AdminGetAllGroupsParams
- func NewAdminGetAllGroupsParams() *AdminGetAllGroupsParams
- func NewAdminGetAllGroupsParamsWithContext(ctx context.Context) *AdminGetAllGroupsParams
- func NewAdminGetAllGroupsParamsWithHTTPClient(client *http.Client) *AdminGetAllGroupsParams
- func NewAdminGetAllGroupsParamsWithTimeout(timeout time.Duration) *AdminGetAllGroupsParams
- func (o *AdminGetAllGroupsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminGetAllGroupsParams) SetContext(ctx context.Context)
- func (o *AdminGetAllGroupsParams) SetHTTPClient(client *http.Client)
- func (o *AdminGetAllGroupsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminGetAllGroupsParams) SetLimit(limit *int64)
- func (o *AdminGetAllGroupsParams) SetNamespace(namespace string)
- func (o *AdminGetAllGroupsParams) SetOffset(offset *int64)
- func (o *AdminGetAllGroupsParams) SetTimeout(timeout time.Duration)
- func (o *AdminGetAllGroupsParams) SetUserID(userID string)
- func (o *AdminGetAllGroupsParams) WithContext(ctx context.Context) *AdminGetAllGroupsParams
- func (o *AdminGetAllGroupsParams) WithHTTPClient(client *http.Client) *AdminGetAllGroupsParams
- func (o *AdminGetAllGroupsParams) WithLimit(limit *int64) *AdminGetAllGroupsParams
- func (o *AdminGetAllGroupsParams) WithNamespace(namespace string) *AdminGetAllGroupsParams
- func (o *AdminGetAllGroupsParams) WithOffset(offset *int64) *AdminGetAllGroupsParams
- func (o *AdminGetAllGroupsParams) WithTimeout(timeout time.Duration) *AdminGetAllGroupsParams
- func (o *AdminGetAllGroupsParams) WithUserID(userID string) *AdminGetAllGroupsParams
- func (o *AdminGetAllGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminGetAllGroupsReader
- type AdminGetAllGroupsUnauthorized
- type AdminGetGroupContentsInternalServerError
- type AdminGetGroupContentsNotFound
- type AdminGetGroupContentsOK
- type AdminGetGroupContentsParams
- func NewAdminGetGroupContentsParams() *AdminGetGroupContentsParams
- func NewAdminGetGroupContentsParamsWithContext(ctx context.Context) *AdminGetGroupContentsParams
- func NewAdminGetGroupContentsParamsWithHTTPClient(client *http.Client) *AdminGetGroupContentsParams
- func NewAdminGetGroupContentsParamsWithTimeout(timeout time.Duration) *AdminGetGroupContentsParams
- func (o *AdminGetGroupContentsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminGetGroupContentsParams) SetContext(ctx context.Context)
- func (o *AdminGetGroupContentsParams) SetGroupID(groupID string)
- func (o *AdminGetGroupContentsParams) SetHTTPClient(client *http.Client)
- func (o *AdminGetGroupContentsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminGetGroupContentsParams) SetLimit(limit *int64)
- func (o *AdminGetGroupContentsParams) SetNamespace(namespace string)
- func (o *AdminGetGroupContentsParams) SetOffset(offset *int64)
- func (o *AdminGetGroupContentsParams) SetTimeout(timeout time.Duration)
- func (o *AdminGetGroupContentsParams) SetUserID(userID string)
- func (o *AdminGetGroupContentsParams) WithContext(ctx context.Context) *AdminGetGroupContentsParams
- func (o *AdminGetGroupContentsParams) WithGroupID(groupID string) *AdminGetGroupContentsParams
- func (o *AdminGetGroupContentsParams) WithHTTPClient(client *http.Client) *AdminGetGroupContentsParams
- func (o *AdminGetGroupContentsParams) WithLimit(limit *int64) *AdminGetGroupContentsParams
- func (o *AdminGetGroupContentsParams) WithNamespace(namespace string) *AdminGetGroupContentsParams
- func (o *AdminGetGroupContentsParams) WithOffset(offset *int64) *AdminGetGroupContentsParams
- func (o *AdminGetGroupContentsParams) WithTimeout(timeout time.Duration) *AdminGetGroupContentsParams
- func (o *AdminGetGroupContentsParams) WithUserID(userID string) *AdminGetGroupContentsParams
- func (o *AdminGetGroupContentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminGetGroupContentsReader
- type AdminGetGroupContentsUnauthorized
- type AdminGetGroupInternalServerError
- type AdminGetGroupNotFound
- type AdminGetGroupOK
- type AdminGetGroupParams
- func (o *AdminGetGroupParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminGetGroupParams) SetContext(ctx context.Context)
- func (o *AdminGetGroupParams) SetGroupID(groupID string)
- func (o *AdminGetGroupParams) SetHTTPClient(client *http.Client)
- func (o *AdminGetGroupParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminGetGroupParams) SetNamespace(namespace string)
- func (o *AdminGetGroupParams) SetTimeout(timeout time.Duration)
- func (o *AdminGetGroupParams) SetUserID(userID string)
- func (o *AdminGetGroupParams) WithContext(ctx context.Context) *AdminGetGroupParams
- func (o *AdminGetGroupParams) WithGroupID(groupID string) *AdminGetGroupParams
- func (o *AdminGetGroupParams) WithHTTPClient(client *http.Client) *AdminGetGroupParams
- func (o *AdminGetGroupParams) WithNamespace(namespace string) *AdminGetGroupParams
- func (o *AdminGetGroupParams) WithTimeout(timeout time.Duration) *AdminGetGroupParams
- func (o *AdminGetGroupParams) WithUserID(userID string) *AdminGetGroupParams
- func (o *AdminGetGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminGetGroupReader
- type AdminGetGroupUnauthorized
- type AdminUpdateGroupBadRequest
- type AdminUpdateGroupInternalServerError
- type AdminUpdateGroupNotFound
- type AdminUpdateGroupOK
- type AdminUpdateGroupParams
- func NewAdminUpdateGroupParams() *AdminUpdateGroupParams
- func NewAdminUpdateGroupParamsWithContext(ctx context.Context) *AdminUpdateGroupParams
- func NewAdminUpdateGroupParamsWithHTTPClient(client *http.Client) *AdminUpdateGroupParams
- func NewAdminUpdateGroupParamsWithTimeout(timeout time.Duration) *AdminUpdateGroupParams
- func (o *AdminUpdateGroupParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminUpdateGroupParams) SetBody(body *ugcclientmodels.ModelsCreateGroupRequest)
- func (o *AdminUpdateGroupParams) SetContext(ctx context.Context)
- func (o *AdminUpdateGroupParams) SetGroupID(groupID string)
- func (o *AdminUpdateGroupParams) SetHTTPClient(client *http.Client)
- func (o *AdminUpdateGroupParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminUpdateGroupParams) SetNamespace(namespace string)
- func (o *AdminUpdateGroupParams) SetTimeout(timeout time.Duration)
- func (o *AdminUpdateGroupParams) SetUserID(userID string)
- func (o *AdminUpdateGroupParams) WithBody(body *ugcclientmodels.ModelsCreateGroupRequest) *AdminUpdateGroupParams
- func (o *AdminUpdateGroupParams) WithContext(ctx context.Context) *AdminUpdateGroupParams
- func (o *AdminUpdateGroupParams) WithGroupID(groupID string) *AdminUpdateGroupParams
- func (o *AdminUpdateGroupParams) WithHTTPClient(client *http.Client) *AdminUpdateGroupParams
- func (o *AdminUpdateGroupParams) WithNamespace(namespace string) *AdminUpdateGroupParams
- func (o *AdminUpdateGroupParams) WithTimeout(timeout time.Duration) *AdminUpdateGroupParams
- func (o *AdminUpdateGroupParams) WithUserID(userID string) *AdminUpdateGroupParams
- func (o *AdminUpdateGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminUpdateGroupReader
- type AdminUpdateGroupUnauthorized
- type Client
- func (a *Client) AdminCreateGroup(params *AdminCreateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateGroupCreated, *AdminCreateGroupBadRequest, ...)deprecated
- func (a *Client) AdminCreateGroupShort(params *AdminCreateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateGroupCreated, error)
- func (a *Client) AdminDeleteGroup(params *AdminDeleteGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteGroupNoContent, *AdminDeleteGroupUnauthorized, ...)deprecated
- func (a *Client) AdminDeleteGroupShort(params *AdminDeleteGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteGroupNoContent, error)
- func (a *Client) AdminGetAllGroups(params *AdminGetAllGroupsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAllGroupsOK, *AdminGetAllGroupsUnauthorized, ...)deprecated
- func (a *Client) AdminGetAllGroupsShort(params *AdminGetAllGroupsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAllGroupsOK, error)
- func (a *Client) AdminGetGroup(params *AdminGetGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetGroupOK, *AdminGetGroupUnauthorized, *AdminGetGroupNotFound, ...)deprecated
- func (a *Client) AdminGetGroupContents(params *AdminGetGroupContentsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetGroupContentsOK, *AdminGetGroupContentsUnauthorized, ...)deprecated
- func (a *Client) AdminGetGroupContentsShort(params *AdminGetGroupContentsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetGroupContentsOK, error)
- func (a *Client) AdminGetGroupShort(params *AdminGetGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetGroupOK, error)
- func (a *Client) AdminUpdateGroup(params *AdminUpdateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateGroupOK, *AdminUpdateGroupBadRequest, ...)deprecated
- func (a *Client) AdminUpdateGroupShort(params *AdminUpdateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateGroupOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) SingleAdminDeleteGroup(params *SingleAdminDeleteGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminDeleteGroupNoContent, *SingleAdminDeleteGroupUnauthorized, ...)deprecated
- func (a *Client) SingleAdminDeleteGroupShort(params *SingleAdminDeleteGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminDeleteGroupNoContent, error)
- func (a *Client) SingleAdminGetAllGroups(params *SingleAdminGetAllGroupsParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetAllGroupsOK, *SingleAdminGetAllGroupsUnauthorized, ...)deprecated
- func (a *Client) SingleAdminGetAllGroupsShort(params *SingleAdminGetAllGroupsParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetAllGroupsOK, error)
- func (a *Client) SingleAdminGetGroup(params *SingleAdminGetGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetGroupOK, *SingleAdminGetGroupUnauthorized, ...)deprecated
- func (a *Client) SingleAdminGetGroupContents(params *SingleAdminGetGroupContentsParams, ...) (*SingleAdminGetGroupContentsOK, *SingleAdminGetGroupContentsUnauthorized, ...)deprecated
- func (a *Client) SingleAdminGetGroupContentsShort(params *SingleAdminGetGroupContentsParams, ...) (*SingleAdminGetGroupContentsOK, error)
- func (a *Client) SingleAdminGetGroupShort(params *SingleAdminGetGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetGroupOK, error)
- func (a *Client) SingleAdminUpdateGroup(params *SingleAdminUpdateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminUpdateGroupOK, *SingleAdminUpdateGroupBadRequest, ...)deprecated
- func (a *Client) SingleAdminUpdateGroupShort(params *SingleAdminUpdateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminUpdateGroupOK, error)
- type ClientService
- type SingleAdminDeleteGroupInternalServerError
- type SingleAdminDeleteGroupNoContent
- type SingleAdminDeleteGroupNotFound
- type SingleAdminDeleteGroupParams
- func NewSingleAdminDeleteGroupParams() *SingleAdminDeleteGroupParams
- func NewSingleAdminDeleteGroupParamsWithContext(ctx context.Context) *SingleAdminDeleteGroupParams
- func NewSingleAdminDeleteGroupParamsWithHTTPClient(client *http.Client) *SingleAdminDeleteGroupParams
- func NewSingleAdminDeleteGroupParamsWithTimeout(timeout time.Duration) *SingleAdminDeleteGroupParams
- func (o *SingleAdminDeleteGroupParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *SingleAdminDeleteGroupParams) SetContext(ctx context.Context)
- func (o *SingleAdminDeleteGroupParams) SetGroupID(groupID string)
- func (o *SingleAdminDeleteGroupParams) SetHTTPClient(client *http.Client)
- func (o *SingleAdminDeleteGroupParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *SingleAdminDeleteGroupParams) SetNamespace(namespace string)
- func (o *SingleAdminDeleteGroupParams) SetTimeout(timeout time.Duration)
- func (o *SingleAdminDeleteGroupParams) WithContext(ctx context.Context) *SingleAdminDeleteGroupParams
- func (o *SingleAdminDeleteGroupParams) WithGroupID(groupID string) *SingleAdminDeleteGroupParams
- func (o *SingleAdminDeleteGroupParams) WithHTTPClient(client *http.Client) *SingleAdminDeleteGroupParams
- func (o *SingleAdminDeleteGroupParams) WithNamespace(namespace string) *SingleAdminDeleteGroupParams
- func (o *SingleAdminDeleteGroupParams) WithTimeout(timeout time.Duration) *SingleAdminDeleteGroupParams
- func (o *SingleAdminDeleteGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SingleAdminDeleteGroupReader
- type SingleAdminDeleteGroupUnauthorized
- type SingleAdminGetAllGroupsInternalServerError
- type SingleAdminGetAllGroupsNotFound
- type SingleAdminGetAllGroupsOK
- type SingleAdminGetAllGroupsParams
- func NewSingleAdminGetAllGroupsParams() *SingleAdminGetAllGroupsParams
- func NewSingleAdminGetAllGroupsParamsWithContext(ctx context.Context) *SingleAdminGetAllGroupsParams
- func NewSingleAdminGetAllGroupsParamsWithHTTPClient(client *http.Client) *SingleAdminGetAllGroupsParams
- func NewSingleAdminGetAllGroupsParamsWithTimeout(timeout time.Duration) *SingleAdminGetAllGroupsParams
- func (o *SingleAdminGetAllGroupsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *SingleAdminGetAllGroupsParams) SetContext(ctx context.Context)
- func (o *SingleAdminGetAllGroupsParams) SetHTTPClient(client *http.Client)
- func (o *SingleAdminGetAllGroupsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *SingleAdminGetAllGroupsParams) SetLimit(limit *int64)
- func (o *SingleAdminGetAllGroupsParams) SetNamespace(namespace string)
- func (o *SingleAdminGetAllGroupsParams) SetOffset(offset *int64)
- func (o *SingleAdminGetAllGroupsParams) SetTimeout(timeout time.Duration)
- func (o *SingleAdminGetAllGroupsParams) WithContext(ctx context.Context) *SingleAdminGetAllGroupsParams
- func (o *SingleAdminGetAllGroupsParams) WithHTTPClient(client *http.Client) *SingleAdminGetAllGroupsParams
- func (o *SingleAdminGetAllGroupsParams) WithLimit(limit *int64) *SingleAdminGetAllGroupsParams
- func (o *SingleAdminGetAllGroupsParams) WithNamespace(namespace string) *SingleAdminGetAllGroupsParams
- func (o *SingleAdminGetAllGroupsParams) WithOffset(offset *int64) *SingleAdminGetAllGroupsParams
- func (o *SingleAdminGetAllGroupsParams) WithTimeout(timeout time.Duration) *SingleAdminGetAllGroupsParams
- func (o *SingleAdminGetAllGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SingleAdminGetAllGroupsReader
- type SingleAdminGetAllGroupsUnauthorized
- type SingleAdminGetGroupContentsInternalServerError
- type SingleAdminGetGroupContentsNotFound
- type SingleAdminGetGroupContentsOK
- type SingleAdminGetGroupContentsParams
- func NewSingleAdminGetGroupContentsParams() *SingleAdminGetGroupContentsParams
- func NewSingleAdminGetGroupContentsParamsWithContext(ctx context.Context) *SingleAdminGetGroupContentsParams
- func NewSingleAdminGetGroupContentsParamsWithHTTPClient(client *http.Client) *SingleAdminGetGroupContentsParams
- func NewSingleAdminGetGroupContentsParamsWithTimeout(timeout time.Duration) *SingleAdminGetGroupContentsParams
- func (o *SingleAdminGetGroupContentsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *SingleAdminGetGroupContentsParams) SetContext(ctx context.Context)
- func (o *SingleAdminGetGroupContentsParams) SetGroupID(groupID string)
- func (o *SingleAdminGetGroupContentsParams) SetHTTPClient(client *http.Client)
- func (o *SingleAdminGetGroupContentsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *SingleAdminGetGroupContentsParams) SetLimit(limit *int64)
- func (o *SingleAdminGetGroupContentsParams) SetNamespace(namespace string)
- func (o *SingleAdminGetGroupContentsParams) SetOffset(offset *int64)
- func (o *SingleAdminGetGroupContentsParams) SetTimeout(timeout time.Duration)
- func (o *SingleAdminGetGroupContentsParams) WithContext(ctx context.Context) *SingleAdminGetGroupContentsParams
- func (o *SingleAdminGetGroupContentsParams) WithGroupID(groupID string) *SingleAdminGetGroupContentsParams
- func (o *SingleAdminGetGroupContentsParams) WithHTTPClient(client *http.Client) *SingleAdminGetGroupContentsParams
- func (o *SingleAdminGetGroupContentsParams) WithLimit(limit *int64) *SingleAdminGetGroupContentsParams
- func (o *SingleAdminGetGroupContentsParams) WithNamespace(namespace string) *SingleAdminGetGroupContentsParams
- func (o *SingleAdminGetGroupContentsParams) WithOffset(offset *int64) *SingleAdminGetGroupContentsParams
- func (o *SingleAdminGetGroupContentsParams) WithTimeout(timeout time.Duration) *SingleAdminGetGroupContentsParams
- func (o *SingleAdminGetGroupContentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SingleAdminGetGroupContentsReader
- type SingleAdminGetGroupContentsUnauthorized
- type SingleAdminGetGroupInternalServerError
- type SingleAdminGetGroupNotFound
- type SingleAdminGetGroupOK
- type SingleAdminGetGroupParams
- func NewSingleAdminGetGroupParams() *SingleAdminGetGroupParams
- func NewSingleAdminGetGroupParamsWithContext(ctx context.Context) *SingleAdminGetGroupParams
- func NewSingleAdminGetGroupParamsWithHTTPClient(client *http.Client) *SingleAdminGetGroupParams
- func NewSingleAdminGetGroupParamsWithTimeout(timeout time.Duration) *SingleAdminGetGroupParams
- func (o *SingleAdminGetGroupParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *SingleAdminGetGroupParams) SetContext(ctx context.Context)
- func (o *SingleAdminGetGroupParams) SetGroupID(groupID string)
- func (o *SingleAdminGetGroupParams) SetHTTPClient(client *http.Client)
- func (o *SingleAdminGetGroupParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *SingleAdminGetGroupParams) SetNamespace(namespace string)
- func (o *SingleAdminGetGroupParams) SetTimeout(timeout time.Duration)
- func (o *SingleAdminGetGroupParams) WithContext(ctx context.Context) *SingleAdminGetGroupParams
- func (o *SingleAdminGetGroupParams) WithGroupID(groupID string) *SingleAdminGetGroupParams
- func (o *SingleAdminGetGroupParams) WithHTTPClient(client *http.Client) *SingleAdminGetGroupParams
- func (o *SingleAdminGetGroupParams) WithNamespace(namespace string) *SingleAdminGetGroupParams
- func (o *SingleAdminGetGroupParams) WithTimeout(timeout time.Duration) *SingleAdminGetGroupParams
- func (o *SingleAdminGetGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SingleAdminGetGroupReader
- type SingleAdminGetGroupUnauthorized
- type SingleAdminUpdateGroupBadRequest
- type SingleAdminUpdateGroupInternalServerError
- type SingleAdminUpdateGroupNotFound
- type SingleAdminUpdateGroupOK
- type SingleAdminUpdateGroupParams
- func NewSingleAdminUpdateGroupParams() *SingleAdminUpdateGroupParams
- func NewSingleAdminUpdateGroupParamsWithContext(ctx context.Context) *SingleAdminUpdateGroupParams
- func NewSingleAdminUpdateGroupParamsWithHTTPClient(client *http.Client) *SingleAdminUpdateGroupParams
- func NewSingleAdminUpdateGroupParamsWithTimeout(timeout time.Duration) *SingleAdminUpdateGroupParams
- func (o *SingleAdminUpdateGroupParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *SingleAdminUpdateGroupParams) SetBody(body *ugcclientmodels.ModelsCreateGroupRequest)
- func (o *SingleAdminUpdateGroupParams) SetContext(ctx context.Context)
- func (o *SingleAdminUpdateGroupParams) SetGroupID(groupID string)
- func (o *SingleAdminUpdateGroupParams) SetHTTPClient(client *http.Client)
- func (o *SingleAdminUpdateGroupParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *SingleAdminUpdateGroupParams) SetNamespace(namespace string)
- func (o *SingleAdminUpdateGroupParams) SetTimeout(timeout time.Duration)
- func (o *SingleAdminUpdateGroupParams) WithBody(body *ugcclientmodels.ModelsCreateGroupRequest) *SingleAdminUpdateGroupParams
- func (o *SingleAdminUpdateGroupParams) WithContext(ctx context.Context) *SingleAdminUpdateGroupParams
- func (o *SingleAdminUpdateGroupParams) WithGroupID(groupID string) *SingleAdminUpdateGroupParams
- func (o *SingleAdminUpdateGroupParams) WithHTTPClient(client *http.Client) *SingleAdminUpdateGroupParams
- func (o *SingleAdminUpdateGroupParams) WithNamespace(namespace string) *SingleAdminUpdateGroupParams
- func (o *SingleAdminUpdateGroupParams) WithTimeout(timeout time.Duration) *SingleAdminUpdateGroupParams
- func (o *SingleAdminUpdateGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SingleAdminUpdateGroupReader
- type SingleAdminUpdateGroupUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminCreateGroupBadRequest ¶
type AdminCreateGroupBadRequest struct {
Payload *ugcclientmodels.ResponseError
}
AdminCreateGroupBadRequest handles this case with default header values.
Bad Request
func NewAdminCreateGroupBadRequest ¶
func NewAdminCreateGroupBadRequest() *AdminCreateGroupBadRequest
NewAdminCreateGroupBadRequest creates a AdminCreateGroupBadRequest with default headers values
func (*AdminCreateGroupBadRequest) Error ¶
func (o *AdminCreateGroupBadRequest) Error() string
func (*AdminCreateGroupBadRequest) GetPayload ¶
func (o *AdminCreateGroupBadRequest) GetPayload() *ugcclientmodels.ResponseError
func (*AdminCreateGroupBadRequest) ToJSONString ¶ added in v0.25.0
func (o *AdminCreateGroupBadRequest) ToJSONString() string
type AdminCreateGroupCreated ¶
type AdminCreateGroupCreated struct {
Payload *ugcclientmodels.ModelsCreateGroupResponse
}
AdminCreateGroupCreated handles this case with default header values.
Created
func NewAdminCreateGroupCreated ¶
func NewAdminCreateGroupCreated() *AdminCreateGroupCreated
NewAdminCreateGroupCreated creates a AdminCreateGroupCreated with default headers values
func (*AdminCreateGroupCreated) Error ¶
func (o *AdminCreateGroupCreated) Error() string
func (*AdminCreateGroupCreated) GetPayload ¶
func (o *AdminCreateGroupCreated) GetPayload() *ugcclientmodels.ModelsCreateGroupResponse
func (*AdminCreateGroupCreated) ToJSONString ¶ added in v0.25.0
func (o *AdminCreateGroupCreated) ToJSONString() string
type AdminCreateGroupInternalServerError ¶
type AdminCreateGroupInternalServerError struct {
Payload *ugcclientmodels.ResponseError
}
AdminCreateGroupInternalServerError handles this case with default header values.
Internal Server Error
func NewAdminCreateGroupInternalServerError ¶
func NewAdminCreateGroupInternalServerError() *AdminCreateGroupInternalServerError
NewAdminCreateGroupInternalServerError creates a AdminCreateGroupInternalServerError with default headers values
func (*AdminCreateGroupInternalServerError) Error ¶
func (o *AdminCreateGroupInternalServerError) Error() string
func (*AdminCreateGroupInternalServerError) GetPayload ¶
func (o *AdminCreateGroupInternalServerError) GetPayload() *ugcclientmodels.ResponseError
func (*AdminCreateGroupInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *AdminCreateGroupInternalServerError) ToJSONString() string
type AdminCreateGroupParams ¶
type AdminCreateGroupParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *ugcclientmodels.ModelsCreateGroupRequest /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AdminCreateGroupParams contains all the parameters to send to the API endpoint for the admin create group operation typically these are written to a http.Request
func NewAdminCreateGroupParams ¶
func NewAdminCreateGroupParams() *AdminCreateGroupParams
NewAdminCreateGroupParams creates a new AdminCreateGroupParams object with the default values initialized.
func NewAdminCreateGroupParamsWithContext ¶
func NewAdminCreateGroupParamsWithContext(ctx context.Context) *AdminCreateGroupParams
NewAdminCreateGroupParamsWithContext creates a new AdminCreateGroupParams object with the default values initialized, and the ability to set a context for a request
func NewAdminCreateGroupParamsWithHTTPClient ¶
func NewAdminCreateGroupParamsWithHTTPClient(client *http.Client) *AdminCreateGroupParams
NewAdminCreateGroupParamsWithHTTPClient creates a new AdminCreateGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminCreateGroupParamsWithTimeout ¶
func NewAdminCreateGroupParamsWithTimeout(timeout time.Duration) *AdminCreateGroupParams
NewAdminCreateGroupParamsWithTimeout creates a new AdminCreateGroupParams object with the default values initialized, and the ability to set a timeout on a request
func (*AdminCreateGroupParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *AdminCreateGroupParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin create group params
func (*AdminCreateGroupParams) SetBody ¶
func (o *AdminCreateGroupParams) SetBody(body *ugcclientmodels.ModelsCreateGroupRequest)
SetBody adds the body to the admin create group params
func (*AdminCreateGroupParams) SetContext ¶
func (o *AdminCreateGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the admin create group params
func (*AdminCreateGroupParams) SetHTTPClient ¶
func (o *AdminCreateGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin create group params
func (*AdminCreateGroupParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *AdminCreateGroupParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin create group params
func (*AdminCreateGroupParams) SetNamespace ¶
func (o *AdminCreateGroupParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the admin create group params
func (*AdminCreateGroupParams) SetTimeout ¶
func (o *AdminCreateGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin create group params
func (*AdminCreateGroupParams) WithBody ¶
func (o *AdminCreateGroupParams) WithBody(body *ugcclientmodels.ModelsCreateGroupRequest) *AdminCreateGroupParams
WithBody adds the body to the admin create group params
func (*AdminCreateGroupParams) WithContext ¶
func (o *AdminCreateGroupParams) WithContext(ctx context.Context) *AdminCreateGroupParams
WithContext adds the context to the admin create group params
func (*AdminCreateGroupParams) WithHTTPClient ¶
func (o *AdminCreateGroupParams) WithHTTPClient(client *http.Client) *AdminCreateGroupParams
WithHTTPClient adds the HTTPClient to the admin create group params
func (*AdminCreateGroupParams) WithNamespace ¶
func (o *AdminCreateGroupParams) WithNamespace(namespace string) *AdminCreateGroupParams
WithNamespace adds the namespace to the admin create group params
func (*AdminCreateGroupParams) WithTimeout ¶
func (o *AdminCreateGroupParams) WithTimeout(timeout time.Duration) *AdminCreateGroupParams
WithTimeout adds the timeout to the admin create group params
func (*AdminCreateGroupParams) WriteToRequest ¶
func (o *AdminCreateGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminCreateGroupReader ¶
type AdminCreateGroupReader struct {
// contains filtered or unexported fields
}
AdminCreateGroupReader is a Reader for the AdminCreateGroup structure.
func (*AdminCreateGroupReader) ReadResponse ¶
func (o *AdminCreateGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminCreateGroupUnauthorized ¶
type AdminCreateGroupUnauthorized struct {
}AdminCreateGroupUnauthorized handles this case with default header values.
Unauthorized
func NewAdminCreateGroupUnauthorized ¶
func NewAdminCreateGroupUnauthorized() *AdminCreateGroupUnauthorized
NewAdminCreateGroupUnauthorized creates a AdminCreateGroupUnauthorized with default headers values
func (*AdminCreateGroupUnauthorized) Error ¶
func (o *AdminCreateGroupUnauthorized) Error() string
func (*AdminCreateGroupUnauthorized) GetPayload ¶
func (o *AdminCreateGroupUnauthorized) GetPayload() *ugcclientmodels.ResponseError
func (*AdminCreateGroupUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *AdminCreateGroupUnauthorized) ToJSONString() string
type AdminDeleteGroupInternalServerError ¶
type AdminDeleteGroupInternalServerError struct {
Payload *ugcclientmodels.ResponseError
}
AdminDeleteGroupInternalServerError handles this case with default header values.
Internal Server Error
func NewAdminDeleteGroupInternalServerError ¶
func NewAdminDeleteGroupInternalServerError() *AdminDeleteGroupInternalServerError
NewAdminDeleteGroupInternalServerError creates a AdminDeleteGroupInternalServerError with default headers values
func (*AdminDeleteGroupInternalServerError) Error ¶
func (o *AdminDeleteGroupInternalServerError) Error() string
func (*AdminDeleteGroupInternalServerError) GetPayload ¶
func (o *AdminDeleteGroupInternalServerError) GetPayload() *ugcclientmodels.ResponseError
func (*AdminDeleteGroupInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *AdminDeleteGroupInternalServerError) ToJSONString() string
type AdminDeleteGroupNoContent ¶
type AdminDeleteGroupNoContent struct { }
AdminDeleteGroupNoContent handles this case with default header values.
No Content
func NewAdminDeleteGroupNoContent ¶
func NewAdminDeleteGroupNoContent() *AdminDeleteGroupNoContent
NewAdminDeleteGroupNoContent creates a AdminDeleteGroupNoContent with default headers values
func (*AdminDeleteGroupNoContent) Error ¶
func (o *AdminDeleteGroupNoContent) Error() string
type AdminDeleteGroupNotFound ¶
type AdminDeleteGroupNotFound struct {
Payload *ugcclientmodels.ResponseError
}
AdminDeleteGroupNotFound handles this case with default header values.
Not Found
func NewAdminDeleteGroupNotFound ¶
func NewAdminDeleteGroupNotFound() *AdminDeleteGroupNotFound
NewAdminDeleteGroupNotFound creates a AdminDeleteGroupNotFound with default headers values
func (*AdminDeleteGroupNotFound) Error ¶
func (o *AdminDeleteGroupNotFound) Error() string
func (*AdminDeleteGroupNotFound) GetPayload ¶
func (o *AdminDeleteGroupNotFound) GetPayload() *ugcclientmodels.ResponseError
func (*AdminDeleteGroupNotFound) ToJSONString ¶ added in v0.25.0
func (o *AdminDeleteGroupNotFound) ToJSONString() string
type AdminDeleteGroupParams ¶
type AdminDeleteGroupParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*GroupID group ID */ GroupID string /*Namespace namespace of the game */ Namespace string /*UserID user ID */ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AdminDeleteGroupParams contains all the parameters to send to the API endpoint for the admin delete group operation typically these are written to a http.Request
func NewAdminDeleteGroupParams ¶
func NewAdminDeleteGroupParams() *AdminDeleteGroupParams
NewAdminDeleteGroupParams creates a new AdminDeleteGroupParams object with the default values initialized.
func NewAdminDeleteGroupParamsWithContext ¶
func NewAdminDeleteGroupParamsWithContext(ctx context.Context) *AdminDeleteGroupParams
NewAdminDeleteGroupParamsWithContext creates a new AdminDeleteGroupParams object with the default values initialized, and the ability to set a context for a request
func NewAdminDeleteGroupParamsWithHTTPClient ¶
func NewAdminDeleteGroupParamsWithHTTPClient(client *http.Client) *AdminDeleteGroupParams
NewAdminDeleteGroupParamsWithHTTPClient creates a new AdminDeleteGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminDeleteGroupParamsWithTimeout ¶
func NewAdminDeleteGroupParamsWithTimeout(timeout time.Duration) *AdminDeleteGroupParams
NewAdminDeleteGroupParamsWithTimeout creates a new AdminDeleteGroupParams object with the default values initialized, and the ability to set a timeout on a request
func (*AdminDeleteGroupParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *AdminDeleteGroupParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin delete group params
func (*AdminDeleteGroupParams) SetContext ¶
func (o *AdminDeleteGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the admin delete group params
func (*AdminDeleteGroupParams) SetGroupID ¶
func (o *AdminDeleteGroupParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the admin delete group params
func (*AdminDeleteGroupParams) SetHTTPClient ¶
func (o *AdminDeleteGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin delete group params
func (*AdminDeleteGroupParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *AdminDeleteGroupParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin delete group params
func (*AdminDeleteGroupParams) SetNamespace ¶
func (o *AdminDeleteGroupParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the admin delete group params
func (*AdminDeleteGroupParams) SetTimeout ¶
func (o *AdminDeleteGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin delete group params
func (*AdminDeleteGroupParams) SetUserID ¶
func (o *AdminDeleteGroupParams) SetUserID(userID string)
SetUserID adds the userId to the admin delete group params
func (*AdminDeleteGroupParams) WithContext ¶
func (o *AdminDeleteGroupParams) WithContext(ctx context.Context) *AdminDeleteGroupParams
WithContext adds the context to the admin delete group params
func (*AdminDeleteGroupParams) WithGroupID ¶
func (o *AdminDeleteGroupParams) WithGroupID(groupID string) *AdminDeleteGroupParams
WithGroupID adds the groupID to the admin delete group params
func (*AdminDeleteGroupParams) WithHTTPClient ¶
func (o *AdminDeleteGroupParams) WithHTTPClient(client *http.Client) *AdminDeleteGroupParams
WithHTTPClient adds the HTTPClient to the admin delete group params
func (*AdminDeleteGroupParams) WithNamespace ¶
func (o *AdminDeleteGroupParams) WithNamespace(namespace string) *AdminDeleteGroupParams
WithNamespace adds the namespace to the admin delete group params
func (*AdminDeleteGroupParams) WithTimeout ¶
func (o *AdminDeleteGroupParams) WithTimeout(timeout time.Duration) *AdminDeleteGroupParams
WithTimeout adds the timeout to the admin delete group params
func (*AdminDeleteGroupParams) WithUserID ¶
func (o *AdminDeleteGroupParams) WithUserID(userID string) *AdminDeleteGroupParams
WithUserID adds the userID to the admin delete group params
func (*AdminDeleteGroupParams) WriteToRequest ¶
func (o *AdminDeleteGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminDeleteGroupReader ¶
type AdminDeleteGroupReader struct {
// contains filtered or unexported fields
}
AdminDeleteGroupReader is a Reader for the AdminDeleteGroup structure.
func (*AdminDeleteGroupReader) ReadResponse ¶
func (o *AdminDeleteGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminDeleteGroupUnauthorized ¶
type AdminDeleteGroupUnauthorized struct {
}AdminDeleteGroupUnauthorized handles this case with default header values.
Unauthorized
func NewAdminDeleteGroupUnauthorized ¶
func NewAdminDeleteGroupUnauthorized() *AdminDeleteGroupUnauthorized
NewAdminDeleteGroupUnauthorized creates a AdminDeleteGroupUnauthorized with default headers values
func (*AdminDeleteGroupUnauthorized) Error ¶
func (o *AdminDeleteGroupUnauthorized) Error() string
func (*AdminDeleteGroupUnauthorized) GetPayload ¶
func (o *AdminDeleteGroupUnauthorized) GetPayload() *ugcclientmodels.ResponseError
func (*AdminDeleteGroupUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *AdminDeleteGroupUnauthorized) ToJSONString() string
type AdminGetAllGroupsInternalServerError ¶
type AdminGetAllGroupsInternalServerError struct {
Payload *ugcclientmodels.ResponseError
}
AdminGetAllGroupsInternalServerError handles this case with default header values.
Internal Server Error
func NewAdminGetAllGroupsInternalServerError ¶
func NewAdminGetAllGroupsInternalServerError() *AdminGetAllGroupsInternalServerError
NewAdminGetAllGroupsInternalServerError creates a AdminGetAllGroupsInternalServerError with default headers values
func (*AdminGetAllGroupsInternalServerError) Error ¶
func (o *AdminGetAllGroupsInternalServerError) Error() string
func (*AdminGetAllGroupsInternalServerError) GetPayload ¶
func (o *AdminGetAllGroupsInternalServerError) GetPayload() *ugcclientmodels.ResponseError
func (*AdminGetAllGroupsInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *AdminGetAllGroupsInternalServerError) ToJSONString() string
type AdminGetAllGroupsNotFound ¶
type AdminGetAllGroupsNotFound struct {
Payload *ugcclientmodels.ResponseError
}
AdminGetAllGroupsNotFound handles this case with default header values.
Not Found
func NewAdminGetAllGroupsNotFound ¶
func NewAdminGetAllGroupsNotFound() *AdminGetAllGroupsNotFound
NewAdminGetAllGroupsNotFound creates a AdminGetAllGroupsNotFound with default headers values
func (*AdminGetAllGroupsNotFound) Error ¶
func (o *AdminGetAllGroupsNotFound) Error() string
func (*AdminGetAllGroupsNotFound) GetPayload ¶
func (o *AdminGetAllGroupsNotFound) GetPayload() *ugcclientmodels.ResponseError
func (*AdminGetAllGroupsNotFound) ToJSONString ¶ added in v0.25.0
func (o *AdminGetAllGroupsNotFound) ToJSONString() string
type AdminGetAllGroupsOK ¶
type AdminGetAllGroupsOK struct {
Payload *ugcclientmodels.ModelsPaginatedGroupResponse
}
AdminGetAllGroupsOK handles this case with default header values.
OK
func NewAdminGetAllGroupsOK ¶
func NewAdminGetAllGroupsOK() *AdminGetAllGroupsOK
NewAdminGetAllGroupsOK creates a AdminGetAllGroupsOK with default headers values
func (*AdminGetAllGroupsOK) Error ¶
func (o *AdminGetAllGroupsOK) Error() string
func (*AdminGetAllGroupsOK) GetPayload ¶
func (o *AdminGetAllGroupsOK) GetPayload() *ugcclientmodels.ModelsPaginatedGroupResponse
func (*AdminGetAllGroupsOK) ToJSONString ¶ added in v0.25.0
func (o *AdminGetAllGroupsOK) ToJSONString() string
type AdminGetAllGroupsParams ¶
type AdminGetAllGroupsParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*UserID user ID */ UserID string /*Limit number of content per page */ Limit *int64 /*Offset the offset number to retrieve */ Offset *int64 AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AdminGetAllGroupsParams contains all the parameters to send to the API endpoint for the admin get all groups operation typically these are written to a http.Request
func NewAdminGetAllGroupsParams ¶
func NewAdminGetAllGroupsParams() *AdminGetAllGroupsParams
NewAdminGetAllGroupsParams creates a new AdminGetAllGroupsParams object with the default values initialized.
func NewAdminGetAllGroupsParamsWithContext ¶
func NewAdminGetAllGroupsParamsWithContext(ctx context.Context) *AdminGetAllGroupsParams
NewAdminGetAllGroupsParamsWithContext creates a new AdminGetAllGroupsParams object with the default values initialized, and the ability to set a context for a request
func NewAdminGetAllGroupsParamsWithHTTPClient ¶
func NewAdminGetAllGroupsParamsWithHTTPClient(client *http.Client) *AdminGetAllGroupsParams
NewAdminGetAllGroupsParamsWithHTTPClient creates a new AdminGetAllGroupsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminGetAllGroupsParamsWithTimeout ¶
func NewAdminGetAllGroupsParamsWithTimeout(timeout time.Duration) *AdminGetAllGroupsParams
NewAdminGetAllGroupsParamsWithTimeout creates a new AdminGetAllGroupsParams object with the default values initialized, and the ability to set a timeout on a request
func (*AdminGetAllGroupsParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *AdminGetAllGroupsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin get all groups params
func (*AdminGetAllGroupsParams) SetContext ¶
func (o *AdminGetAllGroupsParams) SetContext(ctx context.Context)
SetContext adds the context to the admin get all groups params
func (*AdminGetAllGroupsParams) SetHTTPClient ¶
func (o *AdminGetAllGroupsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin get all groups params
func (*AdminGetAllGroupsParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *AdminGetAllGroupsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin get all groups params
func (*AdminGetAllGroupsParams) SetLimit ¶
func (o *AdminGetAllGroupsParams) SetLimit(limit *int64)
SetLimit adds the limit to the admin get all groups params
func (*AdminGetAllGroupsParams) SetNamespace ¶
func (o *AdminGetAllGroupsParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the admin get all groups params
func (*AdminGetAllGroupsParams) SetOffset ¶
func (o *AdminGetAllGroupsParams) SetOffset(offset *int64)
SetOffset adds the offset to the admin get all groups params
func (*AdminGetAllGroupsParams) SetTimeout ¶
func (o *AdminGetAllGroupsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin get all groups params
func (*AdminGetAllGroupsParams) SetUserID ¶
func (o *AdminGetAllGroupsParams) SetUserID(userID string)
SetUserID adds the userId to the admin get all groups params
func (*AdminGetAllGroupsParams) WithContext ¶
func (o *AdminGetAllGroupsParams) WithContext(ctx context.Context) *AdminGetAllGroupsParams
WithContext adds the context to the admin get all groups params
func (*AdminGetAllGroupsParams) WithHTTPClient ¶
func (o *AdminGetAllGroupsParams) WithHTTPClient(client *http.Client) *AdminGetAllGroupsParams
WithHTTPClient adds the HTTPClient to the admin get all groups params
func (*AdminGetAllGroupsParams) WithLimit ¶
func (o *AdminGetAllGroupsParams) WithLimit(limit *int64) *AdminGetAllGroupsParams
WithLimit adds the limit to the admin get all groups params
func (*AdminGetAllGroupsParams) WithNamespace ¶
func (o *AdminGetAllGroupsParams) WithNamespace(namespace string) *AdminGetAllGroupsParams
WithNamespace adds the namespace to the admin get all groups params
func (*AdminGetAllGroupsParams) WithOffset ¶
func (o *AdminGetAllGroupsParams) WithOffset(offset *int64) *AdminGetAllGroupsParams
WithOffset adds the offset to the admin get all groups params
func (*AdminGetAllGroupsParams) WithTimeout ¶
func (o *AdminGetAllGroupsParams) WithTimeout(timeout time.Duration) *AdminGetAllGroupsParams
WithTimeout adds the timeout to the admin get all groups params
func (*AdminGetAllGroupsParams) WithUserID ¶
func (o *AdminGetAllGroupsParams) WithUserID(userID string) *AdminGetAllGroupsParams
WithUserID adds the userID to the admin get all groups params
func (*AdminGetAllGroupsParams) WriteToRequest ¶
func (o *AdminGetAllGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminGetAllGroupsReader ¶
type AdminGetAllGroupsReader struct {
// contains filtered or unexported fields
}
AdminGetAllGroupsReader is a Reader for the AdminGetAllGroups structure.
func (*AdminGetAllGroupsReader) ReadResponse ¶
func (o *AdminGetAllGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminGetAllGroupsUnauthorized ¶
type AdminGetAllGroupsUnauthorized struct {
}AdminGetAllGroupsUnauthorized handles this case with default header values.
Unauthorized
func NewAdminGetAllGroupsUnauthorized ¶
func NewAdminGetAllGroupsUnauthorized() *AdminGetAllGroupsUnauthorized
NewAdminGetAllGroupsUnauthorized creates a AdminGetAllGroupsUnauthorized with default headers values
func (*AdminGetAllGroupsUnauthorized) Error ¶
func (o *AdminGetAllGroupsUnauthorized) Error() string
func (*AdminGetAllGroupsUnauthorized) GetPayload ¶
func (o *AdminGetAllGroupsUnauthorized) GetPayload() *ugcclientmodels.ResponseError
func (*AdminGetAllGroupsUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *AdminGetAllGroupsUnauthorized) ToJSONString() string
type AdminGetGroupContentsInternalServerError ¶
type AdminGetGroupContentsInternalServerError struct {
Payload *ugcclientmodels.ResponseError
}
AdminGetGroupContentsInternalServerError handles this case with default header values.
Internal Server Error
func NewAdminGetGroupContentsInternalServerError ¶
func NewAdminGetGroupContentsInternalServerError() *AdminGetGroupContentsInternalServerError
NewAdminGetGroupContentsInternalServerError creates a AdminGetGroupContentsInternalServerError with default headers values
func (*AdminGetGroupContentsInternalServerError) Error ¶
func (o *AdminGetGroupContentsInternalServerError) Error() string
func (*AdminGetGroupContentsInternalServerError) GetPayload ¶
func (o *AdminGetGroupContentsInternalServerError) GetPayload() *ugcclientmodels.ResponseError
func (*AdminGetGroupContentsInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *AdminGetGroupContentsInternalServerError) ToJSONString() string
type AdminGetGroupContentsNotFound ¶
type AdminGetGroupContentsNotFound struct {
Payload *ugcclientmodels.ResponseError
}
AdminGetGroupContentsNotFound handles this case with default header values.
Not Found
func NewAdminGetGroupContentsNotFound ¶
func NewAdminGetGroupContentsNotFound() *AdminGetGroupContentsNotFound
NewAdminGetGroupContentsNotFound creates a AdminGetGroupContentsNotFound with default headers values
func (*AdminGetGroupContentsNotFound) Error ¶
func (o *AdminGetGroupContentsNotFound) Error() string
func (*AdminGetGroupContentsNotFound) GetPayload ¶
func (o *AdminGetGroupContentsNotFound) GetPayload() *ugcclientmodels.ResponseError
func (*AdminGetGroupContentsNotFound) ToJSONString ¶ added in v0.25.0
func (o *AdminGetGroupContentsNotFound) ToJSONString() string
type AdminGetGroupContentsOK ¶
type AdminGetGroupContentsOK struct {
Payload *ugcclientmodels.ModelsPaginatedContentDownloadResponse
}
AdminGetGroupContentsOK handles this case with default header values.
OK
func NewAdminGetGroupContentsOK ¶
func NewAdminGetGroupContentsOK() *AdminGetGroupContentsOK
NewAdminGetGroupContentsOK creates a AdminGetGroupContentsOK with default headers values
func (*AdminGetGroupContentsOK) Error ¶
func (o *AdminGetGroupContentsOK) Error() string
func (*AdminGetGroupContentsOK) GetPayload ¶
func (o *AdminGetGroupContentsOK) GetPayload() *ugcclientmodels.ModelsPaginatedContentDownloadResponse
func (*AdminGetGroupContentsOK) ToJSONString ¶ added in v0.25.0
func (o *AdminGetGroupContentsOK) ToJSONString() string
type AdminGetGroupContentsParams ¶
type AdminGetGroupContentsParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*GroupID group ID */ GroupID string /*Namespace namespace of the game */ Namespace string /*UserID user ID */ UserID string /*Limit number of content per page */ Limit *int64 /*Offset the offset number to retrieve */ Offset *int64 AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AdminGetGroupContentsParams contains all the parameters to send to the API endpoint for the admin get group contents operation typically these are written to a http.Request
func NewAdminGetGroupContentsParams ¶
func NewAdminGetGroupContentsParams() *AdminGetGroupContentsParams
NewAdminGetGroupContentsParams creates a new AdminGetGroupContentsParams object with the default values initialized.
func NewAdminGetGroupContentsParamsWithContext ¶
func NewAdminGetGroupContentsParamsWithContext(ctx context.Context) *AdminGetGroupContentsParams
NewAdminGetGroupContentsParamsWithContext creates a new AdminGetGroupContentsParams object with the default values initialized, and the ability to set a context for a request
func NewAdminGetGroupContentsParamsWithHTTPClient ¶
func NewAdminGetGroupContentsParamsWithHTTPClient(client *http.Client) *AdminGetGroupContentsParams
NewAdminGetGroupContentsParamsWithHTTPClient creates a new AdminGetGroupContentsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminGetGroupContentsParamsWithTimeout ¶
func NewAdminGetGroupContentsParamsWithTimeout(timeout time.Duration) *AdminGetGroupContentsParams
NewAdminGetGroupContentsParamsWithTimeout creates a new AdminGetGroupContentsParams object with the default values initialized, and the ability to set a timeout on a request
func (*AdminGetGroupContentsParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *AdminGetGroupContentsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin get group contents params
func (*AdminGetGroupContentsParams) SetContext ¶
func (o *AdminGetGroupContentsParams) SetContext(ctx context.Context)
SetContext adds the context to the admin get group contents params
func (*AdminGetGroupContentsParams) SetGroupID ¶
func (o *AdminGetGroupContentsParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the admin get group contents params
func (*AdminGetGroupContentsParams) SetHTTPClient ¶
func (o *AdminGetGroupContentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin get group contents params
func (*AdminGetGroupContentsParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *AdminGetGroupContentsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin get group contents params
func (*AdminGetGroupContentsParams) SetLimit ¶
func (o *AdminGetGroupContentsParams) SetLimit(limit *int64)
SetLimit adds the limit to the admin get group contents params
func (*AdminGetGroupContentsParams) SetNamespace ¶
func (o *AdminGetGroupContentsParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the admin get group contents params
func (*AdminGetGroupContentsParams) SetOffset ¶
func (o *AdminGetGroupContentsParams) SetOffset(offset *int64)
SetOffset adds the offset to the admin get group contents params
func (*AdminGetGroupContentsParams) SetTimeout ¶
func (o *AdminGetGroupContentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin get group contents params
func (*AdminGetGroupContentsParams) SetUserID ¶
func (o *AdminGetGroupContentsParams) SetUserID(userID string)
SetUserID adds the userId to the admin get group contents params
func (*AdminGetGroupContentsParams) WithContext ¶
func (o *AdminGetGroupContentsParams) WithContext(ctx context.Context) *AdminGetGroupContentsParams
WithContext adds the context to the admin get group contents params
func (*AdminGetGroupContentsParams) WithGroupID ¶
func (o *AdminGetGroupContentsParams) WithGroupID(groupID string) *AdminGetGroupContentsParams
WithGroupID adds the groupID to the admin get group contents params
func (*AdminGetGroupContentsParams) WithHTTPClient ¶
func (o *AdminGetGroupContentsParams) WithHTTPClient(client *http.Client) *AdminGetGroupContentsParams
WithHTTPClient adds the HTTPClient to the admin get group contents params
func (*AdminGetGroupContentsParams) WithLimit ¶
func (o *AdminGetGroupContentsParams) WithLimit(limit *int64) *AdminGetGroupContentsParams
WithLimit adds the limit to the admin get group contents params
func (*AdminGetGroupContentsParams) WithNamespace ¶
func (o *AdminGetGroupContentsParams) WithNamespace(namespace string) *AdminGetGroupContentsParams
WithNamespace adds the namespace to the admin get group contents params
func (*AdminGetGroupContentsParams) WithOffset ¶
func (o *AdminGetGroupContentsParams) WithOffset(offset *int64) *AdminGetGroupContentsParams
WithOffset adds the offset to the admin get group contents params
func (*AdminGetGroupContentsParams) WithTimeout ¶
func (o *AdminGetGroupContentsParams) WithTimeout(timeout time.Duration) *AdminGetGroupContentsParams
WithTimeout adds the timeout to the admin get group contents params
func (*AdminGetGroupContentsParams) WithUserID ¶
func (o *AdminGetGroupContentsParams) WithUserID(userID string) *AdminGetGroupContentsParams
WithUserID adds the userID to the admin get group contents params
func (*AdminGetGroupContentsParams) WriteToRequest ¶
func (o *AdminGetGroupContentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminGetGroupContentsReader ¶
type AdminGetGroupContentsReader struct {
// contains filtered or unexported fields
}
AdminGetGroupContentsReader is a Reader for the AdminGetGroupContents structure.
func (*AdminGetGroupContentsReader) ReadResponse ¶
func (o *AdminGetGroupContentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminGetGroupContentsUnauthorized ¶
type AdminGetGroupContentsUnauthorized struct {
}AdminGetGroupContentsUnauthorized handles this case with default header values.
Unauthorized
func NewAdminGetGroupContentsUnauthorized ¶
func NewAdminGetGroupContentsUnauthorized() *AdminGetGroupContentsUnauthorized
NewAdminGetGroupContentsUnauthorized creates a AdminGetGroupContentsUnauthorized with default headers values
func (*AdminGetGroupContentsUnauthorized) Error ¶
func (o *AdminGetGroupContentsUnauthorized) Error() string
func (*AdminGetGroupContentsUnauthorized) GetPayload ¶
func (o *AdminGetGroupContentsUnauthorized) GetPayload() *ugcclientmodels.ResponseError
func (*AdminGetGroupContentsUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *AdminGetGroupContentsUnauthorized) ToJSONString() string
type AdminGetGroupInternalServerError ¶
type AdminGetGroupInternalServerError struct {
Payload *ugcclientmodels.ResponseError
}
AdminGetGroupInternalServerError handles this case with default header values.
Internal Server Error
func NewAdminGetGroupInternalServerError ¶
func NewAdminGetGroupInternalServerError() *AdminGetGroupInternalServerError
NewAdminGetGroupInternalServerError creates a AdminGetGroupInternalServerError with default headers values
func (*AdminGetGroupInternalServerError) Error ¶
func (o *AdminGetGroupInternalServerError) Error() string
func (*AdminGetGroupInternalServerError) GetPayload ¶
func (o *AdminGetGroupInternalServerError) GetPayload() *ugcclientmodels.ResponseError
func (*AdminGetGroupInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *AdminGetGroupInternalServerError) ToJSONString() string
type AdminGetGroupNotFound ¶
type AdminGetGroupNotFound struct {
Payload *ugcclientmodels.ResponseError
}
AdminGetGroupNotFound handles this case with default header values.
Not Found
func NewAdminGetGroupNotFound ¶
func NewAdminGetGroupNotFound() *AdminGetGroupNotFound
NewAdminGetGroupNotFound creates a AdminGetGroupNotFound with default headers values
func (*AdminGetGroupNotFound) Error ¶
func (o *AdminGetGroupNotFound) Error() string
func (*AdminGetGroupNotFound) GetPayload ¶
func (o *AdminGetGroupNotFound) GetPayload() *ugcclientmodels.ResponseError
func (*AdminGetGroupNotFound) ToJSONString ¶ added in v0.25.0
func (o *AdminGetGroupNotFound) ToJSONString() string
type AdminGetGroupOK ¶
type AdminGetGroupOK struct {
Payload *ugcclientmodels.ModelsCreateGroupResponse
}
AdminGetGroupOK handles this case with default header values.
OK
func NewAdminGetGroupOK ¶
func NewAdminGetGroupOK() *AdminGetGroupOK
NewAdminGetGroupOK creates a AdminGetGroupOK with default headers values
func (*AdminGetGroupOK) Error ¶
func (o *AdminGetGroupOK) Error() string
func (*AdminGetGroupOK) GetPayload ¶
func (o *AdminGetGroupOK) GetPayload() *ugcclientmodels.ModelsCreateGroupResponse
func (*AdminGetGroupOK) ToJSONString ¶ added in v0.25.0
func (o *AdminGetGroupOK) ToJSONString() string
type AdminGetGroupParams ¶
type AdminGetGroupParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*GroupID group ID */ GroupID string /*Namespace namespace of the game */ Namespace string /*UserID user ID */ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AdminGetGroupParams contains all the parameters to send to the API endpoint for the admin get group operation typically these are written to a http.Request
func NewAdminGetGroupParams ¶
func NewAdminGetGroupParams() *AdminGetGroupParams
NewAdminGetGroupParams creates a new AdminGetGroupParams object with the default values initialized.
func NewAdminGetGroupParamsWithContext ¶
func NewAdminGetGroupParamsWithContext(ctx context.Context) *AdminGetGroupParams
NewAdminGetGroupParamsWithContext creates a new AdminGetGroupParams object with the default values initialized, and the ability to set a context for a request
func NewAdminGetGroupParamsWithHTTPClient ¶
func NewAdminGetGroupParamsWithHTTPClient(client *http.Client) *AdminGetGroupParams
NewAdminGetGroupParamsWithHTTPClient creates a new AdminGetGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminGetGroupParamsWithTimeout ¶
func NewAdminGetGroupParamsWithTimeout(timeout time.Duration) *AdminGetGroupParams
NewAdminGetGroupParamsWithTimeout creates a new AdminGetGroupParams object with the default values initialized, and the ability to set a timeout on a request
func (*AdminGetGroupParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *AdminGetGroupParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin get group params
func (*AdminGetGroupParams) SetContext ¶
func (o *AdminGetGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the admin get group params
func (*AdminGetGroupParams) SetGroupID ¶
func (o *AdminGetGroupParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the admin get group params
func (*AdminGetGroupParams) SetHTTPClient ¶
func (o *AdminGetGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin get group params
func (*AdminGetGroupParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *AdminGetGroupParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin get group params
func (*AdminGetGroupParams) SetNamespace ¶
func (o *AdminGetGroupParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the admin get group params
func (*AdminGetGroupParams) SetTimeout ¶
func (o *AdminGetGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin get group params
func (*AdminGetGroupParams) SetUserID ¶
func (o *AdminGetGroupParams) SetUserID(userID string)
SetUserID adds the userId to the admin get group params
func (*AdminGetGroupParams) WithContext ¶
func (o *AdminGetGroupParams) WithContext(ctx context.Context) *AdminGetGroupParams
WithContext adds the context to the admin get group params
func (*AdminGetGroupParams) WithGroupID ¶
func (o *AdminGetGroupParams) WithGroupID(groupID string) *AdminGetGroupParams
WithGroupID adds the groupID to the admin get group params
func (*AdminGetGroupParams) WithHTTPClient ¶
func (o *AdminGetGroupParams) WithHTTPClient(client *http.Client) *AdminGetGroupParams
WithHTTPClient adds the HTTPClient to the admin get group params
func (*AdminGetGroupParams) WithNamespace ¶
func (o *AdminGetGroupParams) WithNamespace(namespace string) *AdminGetGroupParams
WithNamespace adds the namespace to the admin get group params
func (*AdminGetGroupParams) WithTimeout ¶
func (o *AdminGetGroupParams) WithTimeout(timeout time.Duration) *AdminGetGroupParams
WithTimeout adds the timeout to the admin get group params
func (*AdminGetGroupParams) WithUserID ¶
func (o *AdminGetGroupParams) WithUserID(userID string) *AdminGetGroupParams
WithUserID adds the userID to the admin get group params
func (*AdminGetGroupParams) WriteToRequest ¶
func (o *AdminGetGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminGetGroupReader ¶
type AdminGetGroupReader struct {
// contains filtered or unexported fields
}
AdminGetGroupReader is a Reader for the AdminGetGroup structure.
func (*AdminGetGroupReader) ReadResponse ¶
func (o *AdminGetGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminGetGroupUnauthorized ¶
type AdminGetGroupUnauthorized struct {
}AdminGetGroupUnauthorized handles this case with default header values.
Unauthorized
func NewAdminGetGroupUnauthorized ¶
func NewAdminGetGroupUnauthorized() *AdminGetGroupUnauthorized
NewAdminGetGroupUnauthorized creates a AdminGetGroupUnauthorized with default headers values
func (*AdminGetGroupUnauthorized) Error ¶
func (o *AdminGetGroupUnauthorized) Error() string
func (*AdminGetGroupUnauthorized) GetPayload ¶
func (o *AdminGetGroupUnauthorized) GetPayload() *ugcclientmodels.ResponseError
func (*AdminGetGroupUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *AdminGetGroupUnauthorized) ToJSONString() string
type AdminUpdateGroupBadRequest ¶
type AdminUpdateGroupBadRequest struct {
Payload *ugcclientmodels.ResponseError
}
AdminUpdateGroupBadRequest handles this case with default header values.
Bad Request
func NewAdminUpdateGroupBadRequest ¶
func NewAdminUpdateGroupBadRequest() *AdminUpdateGroupBadRequest
NewAdminUpdateGroupBadRequest creates a AdminUpdateGroupBadRequest with default headers values
func (*AdminUpdateGroupBadRequest) Error ¶
func (o *AdminUpdateGroupBadRequest) Error() string
func (*AdminUpdateGroupBadRequest) GetPayload ¶
func (o *AdminUpdateGroupBadRequest) GetPayload() *ugcclientmodels.ResponseError
func (*AdminUpdateGroupBadRequest) ToJSONString ¶ added in v0.25.0
func (o *AdminUpdateGroupBadRequest) ToJSONString() string
type AdminUpdateGroupInternalServerError ¶
type AdminUpdateGroupInternalServerError struct {
Payload *ugcclientmodels.ResponseError
}
AdminUpdateGroupInternalServerError handles this case with default header values.
Internal Server Error
func NewAdminUpdateGroupInternalServerError ¶
func NewAdminUpdateGroupInternalServerError() *AdminUpdateGroupInternalServerError
NewAdminUpdateGroupInternalServerError creates a AdminUpdateGroupInternalServerError with default headers values
func (*AdminUpdateGroupInternalServerError) Error ¶
func (o *AdminUpdateGroupInternalServerError) Error() string
func (*AdminUpdateGroupInternalServerError) GetPayload ¶
func (o *AdminUpdateGroupInternalServerError) GetPayload() *ugcclientmodels.ResponseError
func (*AdminUpdateGroupInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *AdminUpdateGroupInternalServerError) ToJSONString() string
type AdminUpdateGroupNotFound ¶
type AdminUpdateGroupNotFound struct {
Payload *ugcclientmodels.ResponseError
}
AdminUpdateGroupNotFound handles this case with default header values.
Not Found
func NewAdminUpdateGroupNotFound ¶
func NewAdminUpdateGroupNotFound() *AdminUpdateGroupNotFound
NewAdminUpdateGroupNotFound creates a AdminUpdateGroupNotFound with default headers values
func (*AdminUpdateGroupNotFound) Error ¶
func (o *AdminUpdateGroupNotFound) Error() string
func (*AdminUpdateGroupNotFound) GetPayload ¶
func (o *AdminUpdateGroupNotFound) GetPayload() *ugcclientmodels.ResponseError
func (*AdminUpdateGroupNotFound) ToJSONString ¶ added in v0.25.0
func (o *AdminUpdateGroupNotFound) ToJSONString() string
type AdminUpdateGroupOK ¶
type AdminUpdateGroupOK struct {
Payload *ugcclientmodels.ModelsCreateGroupResponse
}
AdminUpdateGroupOK handles this case with default header values.
OK
func NewAdminUpdateGroupOK ¶
func NewAdminUpdateGroupOK() *AdminUpdateGroupOK
NewAdminUpdateGroupOK creates a AdminUpdateGroupOK with default headers values
func (*AdminUpdateGroupOK) Error ¶
func (o *AdminUpdateGroupOK) Error() string
func (*AdminUpdateGroupOK) GetPayload ¶
func (o *AdminUpdateGroupOK) GetPayload() *ugcclientmodels.ModelsCreateGroupResponse
func (*AdminUpdateGroupOK) ToJSONString ¶ added in v0.25.0
func (o *AdminUpdateGroupOK) ToJSONString() string
type AdminUpdateGroupParams ¶
type AdminUpdateGroupParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *ugcclientmodels.ModelsCreateGroupRequest /*GroupID group ID */ GroupID string /*Namespace namespace of the game */ Namespace string /*UserID user ID */ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AdminUpdateGroupParams contains all the parameters to send to the API endpoint for the admin update group operation typically these are written to a http.Request
func NewAdminUpdateGroupParams ¶
func NewAdminUpdateGroupParams() *AdminUpdateGroupParams
NewAdminUpdateGroupParams creates a new AdminUpdateGroupParams object with the default values initialized.
func NewAdminUpdateGroupParamsWithContext ¶
func NewAdminUpdateGroupParamsWithContext(ctx context.Context) *AdminUpdateGroupParams
NewAdminUpdateGroupParamsWithContext creates a new AdminUpdateGroupParams object with the default values initialized, and the ability to set a context for a request
func NewAdminUpdateGroupParamsWithHTTPClient ¶
func NewAdminUpdateGroupParamsWithHTTPClient(client *http.Client) *AdminUpdateGroupParams
NewAdminUpdateGroupParamsWithHTTPClient creates a new AdminUpdateGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminUpdateGroupParamsWithTimeout ¶
func NewAdminUpdateGroupParamsWithTimeout(timeout time.Duration) *AdminUpdateGroupParams
NewAdminUpdateGroupParamsWithTimeout creates a new AdminUpdateGroupParams object with the default values initialized, and the ability to set a timeout on a request
func (*AdminUpdateGroupParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *AdminUpdateGroupParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin update group params
func (*AdminUpdateGroupParams) SetBody ¶
func (o *AdminUpdateGroupParams) SetBody(body *ugcclientmodels.ModelsCreateGroupRequest)
SetBody adds the body to the admin update group params
func (*AdminUpdateGroupParams) SetContext ¶
func (o *AdminUpdateGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the admin update group params
func (*AdminUpdateGroupParams) SetGroupID ¶
func (o *AdminUpdateGroupParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the admin update group params
func (*AdminUpdateGroupParams) SetHTTPClient ¶
func (o *AdminUpdateGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin update group params
func (*AdminUpdateGroupParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *AdminUpdateGroupParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin update group params
func (*AdminUpdateGroupParams) SetNamespace ¶
func (o *AdminUpdateGroupParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the admin update group params
func (*AdminUpdateGroupParams) SetTimeout ¶
func (o *AdminUpdateGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin update group params
func (*AdminUpdateGroupParams) SetUserID ¶
func (o *AdminUpdateGroupParams) SetUserID(userID string)
SetUserID adds the userId to the admin update group params
func (*AdminUpdateGroupParams) WithBody ¶
func (o *AdminUpdateGroupParams) WithBody(body *ugcclientmodels.ModelsCreateGroupRequest) *AdminUpdateGroupParams
WithBody adds the body to the admin update group params
func (*AdminUpdateGroupParams) WithContext ¶
func (o *AdminUpdateGroupParams) WithContext(ctx context.Context) *AdminUpdateGroupParams
WithContext adds the context to the admin update group params
func (*AdminUpdateGroupParams) WithGroupID ¶
func (o *AdminUpdateGroupParams) WithGroupID(groupID string) *AdminUpdateGroupParams
WithGroupID adds the groupID to the admin update group params
func (*AdminUpdateGroupParams) WithHTTPClient ¶
func (o *AdminUpdateGroupParams) WithHTTPClient(client *http.Client) *AdminUpdateGroupParams
WithHTTPClient adds the HTTPClient to the admin update group params
func (*AdminUpdateGroupParams) WithNamespace ¶
func (o *AdminUpdateGroupParams) WithNamespace(namespace string) *AdminUpdateGroupParams
WithNamespace adds the namespace to the admin update group params
func (*AdminUpdateGroupParams) WithTimeout ¶
func (o *AdminUpdateGroupParams) WithTimeout(timeout time.Duration) *AdminUpdateGroupParams
WithTimeout adds the timeout to the admin update group params
func (*AdminUpdateGroupParams) WithUserID ¶
func (o *AdminUpdateGroupParams) WithUserID(userID string) *AdminUpdateGroupParams
WithUserID adds the userID to the admin update group params
func (*AdminUpdateGroupParams) WriteToRequest ¶
func (o *AdminUpdateGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminUpdateGroupReader ¶
type AdminUpdateGroupReader struct {
// contains filtered or unexported fields
}
AdminUpdateGroupReader is a Reader for the AdminUpdateGroup structure.
func (*AdminUpdateGroupReader) ReadResponse ¶
func (o *AdminUpdateGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminUpdateGroupUnauthorized ¶
type AdminUpdateGroupUnauthorized struct {
}AdminUpdateGroupUnauthorized handles this case with default header values.
Unauthorized
func NewAdminUpdateGroupUnauthorized ¶
func NewAdminUpdateGroupUnauthorized() *AdminUpdateGroupUnauthorized
NewAdminUpdateGroupUnauthorized creates a AdminUpdateGroupUnauthorized with default headers values
func (*AdminUpdateGroupUnauthorized) Error ¶
func (o *AdminUpdateGroupUnauthorized) Error() string
func (*AdminUpdateGroupUnauthorized) GetPayload ¶
func (o *AdminUpdateGroupUnauthorized) GetPayload() *ugcclientmodels.ResponseError
func (*AdminUpdateGroupUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *AdminUpdateGroupUnauthorized) ToJSONString() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for admin group API
func (*Client) AdminCreateGroup
deprecated
func (a *Client) AdminCreateGroup(params *AdminCreateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateGroupCreated, *AdminCreateGroupBadRequest, *AdminCreateGroupUnauthorized, *AdminCreateGroupInternalServerError, error)
Deprecated: 2022-08-10 - Use AdminCreateGroupShort instead.
AdminCreateGroup create groups Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [CREATE]
func (*Client) AdminCreateGroupShort ¶
func (a *Client) AdminCreateGroupShort(params *AdminCreateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateGroupCreated, error)
AdminCreateGroupShort create groups Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [CREATE]
func (*Client) AdminDeleteGroup
deprecated
func (a *Client) AdminDeleteGroup(params *AdminDeleteGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteGroupNoContent, *AdminDeleteGroupUnauthorized, *AdminDeleteGroupNotFound, *AdminDeleteGroupInternalServerError, error)
Deprecated: 2022-08-10 - Use AdminDeleteGroupShort instead.
AdminDeleteGroup delete group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [DELETE]
func (*Client) AdminDeleteGroupShort ¶
func (a *Client) AdminDeleteGroupShort(params *AdminDeleteGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteGroupNoContent, error)
AdminDeleteGroupShort delete group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [DELETE]
func (*Client) AdminGetAllGroups
deprecated
func (a *Client) AdminGetAllGroups(params *AdminGetAllGroupsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAllGroupsOK, *AdminGetAllGroupsUnauthorized, *AdminGetAllGroupsNotFound, *AdminGetAllGroupsInternalServerError, error)
Deprecated: 2022-08-10 - Use AdminGetAllGroupsShort instead.
AdminGetAllGroups get all user groups Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [READ].
func (*Client) AdminGetAllGroupsShort ¶
func (a *Client) AdminGetAllGroupsShort(params *AdminGetAllGroupsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAllGroupsOK, error)
AdminGetAllGroupsShort get all user groups Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [READ].
func (*Client) AdminGetGroup
deprecated
func (a *Client) AdminGetGroup(params *AdminGetGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetGroupOK, *AdminGetGroupUnauthorized, *AdminGetGroupNotFound, *AdminGetGroupInternalServerError, error)
Deprecated: 2022-08-10 - Use AdminGetGroupShort instead.
AdminGetGroup get specific user group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [READ].
func (*Client) AdminGetGroupContents
deprecated
func (a *Client) AdminGetGroupContents(params *AdminGetGroupContentsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetGroupContentsOK, *AdminGetGroupContentsUnauthorized, *AdminGetGroupContentsNotFound, *AdminGetGroupContentsInternalServerError, error)
Deprecated: 2022-08-10 - Use AdminGetGroupContentsShort instead.
AdminGetGroupContents get contents belong to a group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENT [READ].
func (*Client) AdminGetGroupContentsShort ¶
func (a *Client) AdminGetGroupContentsShort(params *AdminGetGroupContentsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetGroupContentsOK, error)
AdminGetGroupContentsShort get contents belong to a group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENT [READ].
func (*Client) AdminGetGroupShort ¶
func (a *Client) AdminGetGroupShort(params *AdminGetGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetGroupOK, error)
AdminGetGroupShort get specific user group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [READ].
func (*Client) AdminUpdateGroup
deprecated
func (a *Client) AdminUpdateGroup(params *AdminUpdateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateGroupOK, *AdminUpdateGroupBadRequest, *AdminUpdateGroupUnauthorized, *AdminUpdateGroupNotFound, *AdminUpdateGroupInternalServerError, error)
Deprecated: 2022-08-10 - Use AdminUpdateGroupShort instead.
AdminUpdateGroup update group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [UPDATE] replace group name and contents with new ones.
func (*Client) AdminUpdateGroupShort ¶
func (a *Client) AdminUpdateGroupShort(params *AdminUpdateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateGroupOK, error)
AdminUpdateGroupShort update group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [UPDATE] replace group name and contents with new ones.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) SingleAdminDeleteGroup
deprecated
func (a *Client) SingleAdminDeleteGroup(params *SingleAdminDeleteGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminDeleteGroupNoContent, *SingleAdminDeleteGroupUnauthorized, *SingleAdminDeleteGroupNotFound, *SingleAdminDeleteGroupInternalServerError, error)
Deprecated: 2022-08-10 - Use SingleAdminDeleteGroupShort instead.
SingleAdminDeleteGroup delete group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [DELETE]
func (*Client) SingleAdminDeleteGroupShort ¶
func (a *Client) SingleAdminDeleteGroupShort(params *SingleAdminDeleteGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminDeleteGroupNoContent, error)
SingleAdminDeleteGroupShort delete group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [DELETE]
func (*Client) SingleAdminGetAllGroups
deprecated
func (a *Client) SingleAdminGetAllGroups(params *SingleAdminGetAllGroupsParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetAllGroupsOK, *SingleAdminGetAllGroupsUnauthorized, *SingleAdminGetAllGroupsNotFound, *SingleAdminGetAllGroupsInternalServerError, error)
Deprecated: 2022-08-10 - Use SingleAdminGetAllGroupsShort instead.
SingleAdminGetAllGroups get all user groups Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [READ].
func (*Client) SingleAdminGetAllGroupsShort ¶
func (a *Client) SingleAdminGetAllGroupsShort(params *SingleAdminGetAllGroupsParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetAllGroupsOK, error)
SingleAdminGetAllGroupsShort get all user groups Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [READ].
func (*Client) SingleAdminGetGroup
deprecated
func (a *Client) SingleAdminGetGroup(params *SingleAdminGetGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetGroupOK, *SingleAdminGetGroupUnauthorized, *SingleAdminGetGroupNotFound, *SingleAdminGetGroupInternalServerError, error)
Deprecated: 2022-08-10 - Use SingleAdminGetGroupShort instead.
SingleAdminGetGroup get specific user group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [READ].
func (*Client) SingleAdminGetGroupContents
deprecated
func (a *Client) SingleAdminGetGroupContents(params *SingleAdminGetGroupContentsParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetGroupContentsOK, *SingleAdminGetGroupContentsUnauthorized, *SingleAdminGetGroupContentsNotFound, *SingleAdminGetGroupContentsInternalServerError, error)
Deprecated: 2022-08-10 - Use SingleAdminGetGroupContentsShort instead.
SingleAdminGetGroupContents get contents belong to a group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENT [READ].
func (*Client) SingleAdminGetGroupContentsShort ¶
func (a *Client) SingleAdminGetGroupContentsShort(params *SingleAdminGetGroupContentsParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetGroupContentsOK, error)
SingleAdminGetGroupContentsShort get contents belong to a group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENT [READ].
func (*Client) SingleAdminGetGroupShort ¶
func (a *Client) SingleAdminGetGroupShort(params *SingleAdminGetGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetGroupOK, error)
SingleAdminGetGroupShort get specific user group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [READ].
func (*Client) SingleAdminUpdateGroup
deprecated
func (a *Client) SingleAdminUpdateGroup(params *SingleAdminUpdateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminUpdateGroupOK, *SingleAdminUpdateGroupBadRequest, *SingleAdminUpdateGroupUnauthorized, *SingleAdminUpdateGroupNotFound, *SingleAdminUpdateGroupInternalServerError, error)
Deprecated: 2022-08-10 - Use SingleAdminUpdateGroupShort instead.
SingleAdminUpdateGroup update group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [UPDATE] replace group name and contents with new ones.
func (*Client) SingleAdminUpdateGroupShort ¶
func (a *Client) SingleAdminUpdateGroupShort(params *SingleAdminUpdateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminUpdateGroupOK, error)
SingleAdminUpdateGroupShort update group Required permission ADMIN:NAMESPACE:{namespace}:USER:{userId}:CONTENTGROUP [UPDATE] replace group name and contents with new ones.
type ClientService ¶
type ClientService interface { SingleAdminGetAllGroups(params *SingleAdminGetAllGroupsParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetAllGroupsOK, *SingleAdminGetAllGroupsUnauthorized, *SingleAdminGetAllGroupsNotFound, *SingleAdminGetAllGroupsInternalServerError, error) SingleAdminGetAllGroupsShort(params *SingleAdminGetAllGroupsParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetAllGroupsOK, error) AdminCreateGroup(params *AdminCreateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateGroupCreated, *AdminCreateGroupBadRequest, *AdminCreateGroupUnauthorized, *AdminCreateGroupInternalServerError, error) AdminCreateGroupShort(params *AdminCreateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateGroupCreated, error) SingleAdminGetGroup(params *SingleAdminGetGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetGroupOK, *SingleAdminGetGroupUnauthorized, *SingleAdminGetGroupNotFound, *SingleAdminGetGroupInternalServerError, error) SingleAdminGetGroupShort(params *SingleAdminGetGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetGroupOK, error) SingleAdminUpdateGroup(params *SingleAdminUpdateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminUpdateGroupOK, *SingleAdminUpdateGroupBadRequest, *SingleAdminUpdateGroupUnauthorized, *SingleAdminUpdateGroupNotFound, *SingleAdminUpdateGroupInternalServerError, error) SingleAdminUpdateGroupShort(params *SingleAdminUpdateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminUpdateGroupOK, error) SingleAdminDeleteGroup(params *SingleAdminDeleteGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminDeleteGroupNoContent, *SingleAdminDeleteGroupUnauthorized, *SingleAdminDeleteGroupNotFound, *SingleAdminDeleteGroupInternalServerError, error) SingleAdminDeleteGroupShort(params *SingleAdminDeleteGroupParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminDeleteGroupNoContent, error) SingleAdminGetGroupContents(params *SingleAdminGetGroupContentsParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetGroupContentsOK, *SingleAdminGetGroupContentsUnauthorized, *SingleAdminGetGroupContentsNotFound, *SingleAdminGetGroupContentsInternalServerError, error) SingleAdminGetGroupContentsShort(params *SingleAdminGetGroupContentsParams, authInfo runtime.ClientAuthInfoWriter) (*SingleAdminGetGroupContentsOK, error) AdminGetAllGroups(params *AdminGetAllGroupsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAllGroupsOK, *AdminGetAllGroupsUnauthorized, *AdminGetAllGroupsNotFound, *AdminGetAllGroupsInternalServerError, error) AdminGetAllGroupsShort(params *AdminGetAllGroupsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAllGroupsOK, error) AdminGetGroup(params *AdminGetGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetGroupOK, *AdminGetGroupUnauthorized, *AdminGetGroupNotFound, *AdminGetGroupInternalServerError, error) AdminGetGroupShort(params *AdminGetGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetGroupOK, error) AdminUpdateGroup(params *AdminUpdateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateGroupOK, *AdminUpdateGroupBadRequest, *AdminUpdateGroupUnauthorized, *AdminUpdateGroupNotFound, *AdminUpdateGroupInternalServerError, error) AdminUpdateGroupShort(params *AdminUpdateGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateGroupOK, error) AdminDeleteGroup(params *AdminDeleteGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteGroupNoContent, *AdminDeleteGroupUnauthorized, *AdminDeleteGroupNotFound, *AdminDeleteGroupInternalServerError, error) AdminDeleteGroupShort(params *AdminDeleteGroupParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteGroupNoContent, error) AdminGetGroupContents(params *AdminGetGroupContentsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetGroupContentsOK, *AdminGetGroupContentsUnauthorized, *AdminGetGroupContentsNotFound, *AdminGetGroupContentsInternalServerError, error) AdminGetGroupContentsShort(params *AdminGetGroupContentsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetGroupContentsOK, 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 admin group API client.
type SingleAdminDeleteGroupInternalServerError ¶
type SingleAdminDeleteGroupInternalServerError struct {
Payload *ugcclientmodels.ResponseError
}
SingleAdminDeleteGroupInternalServerError handles this case with default header values.
Internal Server Error
func NewSingleAdminDeleteGroupInternalServerError ¶
func NewSingleAdminDeleteGroupInternalServerError() *SingleAdminDeleteGroupInternalServerError
NewSingleAdminDeleteGroupInternalServerError creates a SingleAdminDeleteGroupInternalServerError with default headers values
func (*SingleAdminDeleteGroupInternalServerError) Error ¶
func (o *SingleAdminDeleteGroupInternalServerError) Error() string
func (*SingleAdminDeleteGroupInternalServerError) GetPayload ¶
func (o *SingleAdminDeleteGroupInternalServerError) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminDeleteGroupInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminDeleteGroupInternalServerError) ToJSONString() string
type SingleAdminDeleteGroupNoContent ¶
type SingleAdminDeleteGroupNoContent struct { }
SingleAdminDeleteGroupNoContent handles this case with default header values.
No Content
func NewSingleAdminDeleteGroupNoContent ¶
func NewSingleAdminDeleteGroupNoContent() *SingleAdminDeleteGroupNoContent
NewSingleAdminDeleteGroupNoContent creates a SingleAdminDeleteGroupNoContent with default headers values
func (*SingleAdminDeleteGroupNoContent) Error ¶
func (o *SingleAdminDeleteGroupNoContent) Error() string
type SingleAdminDeleteGroupNotFound ¶
type SingleAdminDeleteGroupNotFound struct {
Payload *ugcclientmodels.ResponseError
}
SingleAdminDeleteGroupNotFound handles this case with default header values.
Not Found
func NewSingleAdminDeleteGroupNotFound ¶
func NewSingleAdminDeleteGroupNotFound() *SingleAdminDeleteGroupNotFound
NewSingleAdminDeleteGroupNotFound creates a SingleAdminDeleteGroupNotFound with default headers values
func (*SingleAdminDeleteGroupNotFound) Error ¶
func (o *SingleAdminDeleteGroupNotFound) Error() string
func (*SingleAdminDeleteGroupNotFound) GetPayload ¶
func (o *SingleAdminDeleteGroupNotFound) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminDeleteGroupNotFound) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminDeleteGroupNotFound) ToJSONString() string
type SingleAdminDeleteGroupParams ¶
type SingleAdminDeleteGroupParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*GroupID group ID */ GroupID string /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SingleAdminDeleteGroupParams contains all the parameters to send to the API endpoint for the single admin delete group operation typically these are written to a http.Request
func NewSingleAdminDeleteGroupParams ¶
func NewSingleAdminDeleteGroupParams() *SingleAdminDeleteGroupParams
NewSingleAdminDeleteGroupParams creates a new SingleAdminDeleteGroupParams object with the default values initialized.
func NewSingleAdminDeleteGroupParamsWithContext ¶
func NewSingleAdminDeleteGroupParamsWithContext(ctx context.Context) *SingleAdminDeleteGroupParams
NewSingleAdminDeleteGroupParamsWithContext creates a new SingleAdminDeleteGroupParams object with the default values initialized, and the ability to set a context for a request
func NewSingleAdminDeleteGroupParamsWithHTTPClient ¶
func NewSingleAdminDeleteGroupParamsWithHTTPClient(client *http.Client) *SingleAdminDeleteGroupParams
NewSingleAdminDeleteGroupParamsWithHTTPClient creates a new SingleAdminDeleteGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSingleAdminDeleteGroupParamsWithTimeout ¶
func NewSingleAdminDeleteGroupParamsWithTimeout(timeout time.Duration) *SingleAdminDeleteGroupParams
NewSingleAdminDeleteGroupParamsWithTimeout creates a new SingleAdminDeleteGroupParams object with the default values initialized, and the ability to set a timeout on a request
func (*SingleAdminDeleteGroupParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *SingleAdminDeleteGroupParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the single admin delete group params
func (*SingleAdminDeleteGroupParams) SetContext ¶
func (o *SingleAdminDeleteGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the single admin delete group params
func (*SingleAdminDeleteGroupParams) SetGroupID ¶
func (o *SingleAdminDeleteGroupParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the single admin delete group params
func (*SingleAdminDeleteGroupParams) SetHTTPClient ¶
func (o *SingleAdminDeleteGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the single admin delete group params
func (*SingleAdminDeleteGroupParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *SingleAdminDeleteGroupParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the single admin delete group params
func (*SingleAdminDeleteGroupParams) SetNamespace ¶
func (o *SingleAdminDeleteGroupParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the single admin delete group params
func (*SingleAdminDeleteGroupParams) SetTimeout ¶
func (o *SingleAdminDeleteGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the single admin delete group params
func (*SingleAdminDeleteGroupParams) WithContext ¶
func (o *SingleAdminDeleteGroupParams) WithContext(ctx context.Context) *SingleAdminDeleteGroupParams
WithContext adds the context to the single admin delete group params
func (*SingleAdminDeleteGroupParams) WithGroupID ¶
func (o *SingleAdminDeleteGroupParams) WithGroupID(groupID string) *SingleAdminDeleteGroupParams
WithGroupID adds the groupID to the single admin delete group params
func (*SingleAdminDeleteGroupParams) WithHTTPClient ¶
func (o *SingleAdminDeleteGroupParams) WithHTTPClient(client *http.Client) *SingleAdminDeleteGroupParams
WithHTTPClient adds the HTTPClient to the single admin delete group params
func (*SingleAdminDeleteGroupParams) WithNamespace ¶
func (o *SingleAdminDeleteGroupParams) WithNamespace(namespace string) *SingleAdminDeleteGroupParams
WithNamespace adds the namespace to the single admin delete group params
func (*SingleAdminDeleteGroupParams) WithTimeout ¶
func (o *SingleAdminDeleteGroupParams) WithTimeout(timeout time.Duration) *SingleAdminDeleteGroupParams
WithTimeout adds the timeout to the single admin delete group params
func (*SingleAdminDeleteGroupParams) WriteToRequest ¶
func (o *SingleAdminDeleteGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SingleAdminDeleteGroupReader ¶
type SingleAdminDeleteGroupReader struct {
// contains filtered or unexported fields
}
SingleAdminDeleteGroupReader is a Reader for the SingleAdminDeleteGroup structure.
func (*SingleAdminDeleteGroupReader) ReadResponse ¶
func (o *SingleAdminDeleteGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SingleAdminDeleteGroupUnauthorized ¶
type SingleAdminDeleteGroupUnauthorized struct {
}SingleAdminDeleteGroupUnauthorized handles this case with default header values.
Unauthorized
func NewSingleAdminDeleteGroupUnauthorized ¶
func NewSingleAdminDeleteGroupUnauthorized() *SingleAdminDeleteGroupUnauthorized
NewSingleAdminDeleteGroupUnauthorized creates a SingleAdminDeleteGroupUnauthorized with default headers values
func (*SingleAdminDeleteGroupUnauthorized) Error ¶
func (o *SingleAdminDeleteGroupUnauthorized) Error() string
func (*SingleAdminDeleteGroupUnauthorized) GetPayload ¶
func (o *SingleAdminDeleteGroupUnauthorized) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminDeleteGroupUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminDeleteGroupUnauthorized) ToJSONString() string
type SingleAdminGetAllGroupsInternalServerError ¶
type SingleAdminGetAllGroupsInternalServerError struct {
Payload *ugcclientmodels.ResponseError
}
SingleAdminGetAllGroupsInternalServerError handles this case with default header values.
Internal Server Error
func NewSingleAdminGetAllGroupsInternalServerError ¶
func NewSingleAdminGetAllGroupsInternalServerError() *SingleAdminGetAllGroupsInternalServerError
NewSingleAdminGetAllGroupsInternalServerError creates a SingleAdminGetAllGroupsInternalServerError with default headers values
func (*SingleAdminGetAllGroupsInternalServerError) Error ¶
func (o *SingleAdminGetAllGroupsInternalServerError) Error() string
func (*SingleAdminGetAllGroupsInternalServerError) GetPayload ¶
func (o *SingleAdminGetAllGroupsInternalServerError) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminGetAllGroupsInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminGetAllGroupsInternalServerError) ToJSONString() string
type SingleAdminGetAllGroupsNotFound ¶
type SingleAdminGetAllGroupsNotFound struct {
Payload *ugcclientmodels.ResponseError
}
SingleAdminGetAllGroupsNotFound handles this case with default header values.
Not Found
func NewSingleAdminGetAllGroupsNotFound ¶
func NewSingleAdminGetAllGroupsNotFound() *SingleAdminGetAllGroupsNotFound
NewSingleAdminGetAllGroupsNotFound creates a SingleAdminGetAllGroupsNotFound with default headers values
func (*SingleAdminGetAllGroupsNotFound) Error ¶
func (o *SingleAdminGetAllGroupsNotFound) Error() string
func (*SingleAdminGetAllGroupsNotFound) GetPayload ¶
func (o *SingleAdminGetAllGroupsNotFound) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminGetAllGroupsNotFound) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminGetAllGroupsNotFound) ToJSONString() string
type SingleAdminGetAllGroupsOK ¶
type SingleAdminGetAllGroupsOK struct {
Payload *ugcclientmodels.ModelsPaginatedGroupResponse
}
SingleAdminGetAllGroupsOK handles this case with default header values.
OK
func NewSingleAdminGetAllGroupsOK ¶
func NewSingleAdminGetAllGroupsOK() *SingleAdminGetAllGroupsOK
NewSingleAdminGetAllGroupsOK creates a SingleAdminGetAllGroupsOK with default headers values
func (*SingleAdminGetAllGroupsOK) Error ¶
func (o *SingleAdminGetAllGroupsOK) Error() string
func (*SingleAdminGetAllGroupsOK) GetPayload ¶
func (o *SingleAdminGetAllGroupsOK) GetPayload() *ugcclientmodels.ModelsPaginatedGroupResponse
func (*SingleAdminGetAllGroupsOK) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminGetAllGroupsOK) ToJSONString() string
type SingleAdminGetAllGroupsParams ¶
type SingleAdminGetAllGroupsParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*Limit number of content per page */ Limit *int64 /*Offset the offset number to retrieve */ Offset *int64 AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SingleAdminGetAllGroupsParams contains all the parameters to send to the API endpoint for the single admin get all groups operation typically these are written to a http.Request
func NewSingleAdminGetAllGroupsParams ¶
func NewSingleAdminGetAllGroupsParams() *SingleAdminGetAllGroupsParams
NewSingleAdminGetAllGroupsParams creates a new SingleAdminGetAllGroupsParams object with the default values initialized.
func NewSingleAdminGetAllGroupsParamsWithContext ¶
func NewSingleAdminGetAllGroupsParamsWithContext(ctx context.Context) *SingleAdminGetAllGroupsParams
NewSingleAdminGetAllGroupsParamsWithContext creates a new SingleAdminGetAllGroupsParams object with the default values initialized, and the ability to set a context for a request
func NewSingleAdminGetAllGroupsParamsWithHTTPClient ¶
func NewSingleAdminGetAllGroupsParamsWithHTTPClient(client *http.Client) *SingleAdminGetAllGroupsParams
NewSingleAdminGetAllGroupsParamsWithHTTPClient creates a new SingleAdminGetAllGroupsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSingleAdminGetAllGroupsParamsWithTimeout ¶
func NewSingleAdminGetAllGroupsParamsWithTimeout(timeout time.Duration) *SingleAdminGetAllGroupsParams
NewSingleAdminGetAllGroupsParamsWithTimeout creates a new SingleAdminGetAllGroupsParams object with the default values initialized, and the ability to set a timeout on a request
func (*SingleAdminGetAllGroupsParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *SingleAdminGetAllGroupsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the single admin get all groups params
func (*SingleAdminGetAllGroupsParams) SetContext ¶
func (o *SingleAdminGetAllGroupsParams) SetContext(ctx context.Context)
SetContext adds the context to the single admin get all groups params
func (*SingleAdminGetAllGroupsParams) SetHTTPClient ¶
func (o *SingleAdminGetAllGroupsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the single admin get all groups params
func (*SingleAdminGetAllGroupsParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *SingleAdminGetAllGroupsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the single admin get all groups params
func (*SingleAdminGetAllGroupsParams) SetLimit ¶
func (o *SingleAdminGetAllGroupsParams) SetLimit(limit *int64)
SetLimit adds the limit to the single admin get all groups params
func (*SingleAdminGetAllGroupsParams) SetNamespace ¶
func (o *SingleAdminGetAllGroupsParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the single admin get all groups params
func (*SingleAdminGetAllGroupsParams) SetOffset ¶
func (o *SingleAdminGetAllGroupsParams) SetOffset(offset *int64)
SetOffset adds the offset to the single admin get all groups params
func (*SingleAdminGetAllGroupsParams) SetTimeout ¶
func (o *SingleAdminGetAllGroupsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the single admin get all groups params
func (*SingleAdminGetAllGroupsParams) WithContext ¶
func (o *SingleAdminGetAllGroupsParams) WithContext(ctx context.Context) *SingleAdminGetAllGroupsParams
WithContext adds the context to the single admin get all groups params
func (*SingleAdminGetAllGroupsParams) WithHTTPClient ¶
func (o *SingleAdminGetAllGroupsParams) WithHTTPClient(client *http.Client) *SingleAdminGetAllGroupsParams
WithHTTPClient adds the HTTPClient to the single admin get all groups params
func (*SingleAdminGetAllGroupsParams) WithLimit ¶
func (o *SingleAdminGetAllGroupsParams) WithLimit(limit *int64) *SingleAdminGetAllGroupsParams
WithLimit adds the limit to the single admin get all groups params
func (*SingleAdminGetAllGroupsParams) WithNamespace ¶
func (o *SingleAdminGetAllGroupsParams) WithNamespace(namespace string) *SingleAdminGetAllGroupsParams
WithNamespace adds the namespace to the single admin get all groups params
func (*SingleAdminGetAllGroupsParams) WithOffset ¶
func (o *SingleAdminGetAllGroupsParams) WithOffset(offset *int64) *SingleAdminGetAllGroupsParams
WithOffset adds the offset to the single admin get all groups params
func (*SingleAdminGetAllGroupsParams) WithTimeout ¶
func (o *SingleAdminGetAllGroupsParams) WithTimeout(timeout time.Duration) *SingleAdminGetAllGroupsParams
WithTimeout adds the timeout to the single admin get all groups params
func (*SingleAdminGetAllGroupsParams) WriteToRequest ¶
func (o *SingleAdminGetAllGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SingleAdminGetAllGroupsReader ¶
type SingleAdminGetAllGroupsReader struct {
// contains filtered or unexported fields
}
SingleAdminGetAllGroupsReader is a Reader for the SingleAdminGetAllGroups structure.
func (*SingleAdminGetAllGroupsReader) ReadResponse ¶
func (o *SingleAdminGetAllGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SingleAdminGetAllGroupsUnauthorized ¶
type SingleAdminGetAllGroupsUnauthorized struct {
}SingleAdminGetAllGroupsUnauthorized handles this case with default header values.
Unauthorized
func NewSingleAdminGetAllGroupsUnauthorized ¶
func NewSingleAdminGetAllGroupsUnauthorized() *SingleAdminGetAllGroupsUnauthorized
NewSingleAdminGetAllGroupsUnauthorized creates a SingleAdminGetAllGroupsUnauthorized with default headers values
func (*SingleAdminGetAllGroupsUnauthorized) Error ¶
func (o *SingleAdminGetAllGroupsUnauthorized) Error() string
func (*SingleAdminGetAllGroupsUnauthorized) GetPayload ¶
func (o *SingleAdminGetAllGroupsUnauthorized) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminGetAllGroupsUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminGetAllGroupsUnauthorized) ToJSONString() string
type SingleAdminGetGroupContentsInternalServerError ¶
type SingleAdminGetGroupContentsInternalServerError struct {
Payload *ugcclientmodels.ResponseError
}
SingleAdminGetGroupContentsInternalServerError handles this case with default header values.
Internal Server Error
func NewSingleAdminGetGroupContentsInternalServerError ¶
func NewSingleAdminGetGroupContentsInternalServerError() *SingleAdminGetGroupContentsInternalServerError
NewSingleAdminGetGroupContentsInternalServerError creates a SingleAdminGetGroupContentsInternalServerError with default headers values
func (*SingleAdminGetGroupContentsInternalServerError) Error ¶
func (o *SingleAdminGetGroupContentsInternalServerError) Error() string
func (*SingleAdminGetGroupContentsInternalServerError) GetPayload ¶
func (o *SingleAdminGetGroupContentsInternalServerError) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminGetGroupContentsInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminGetGroupContentsInternalServerError) ToJSONString() string
type SingleAdminGetGroupContentsNotFound ¶
type SingleAdminGetGroupContentsNotFound struct {
Payload *ugcclientmodels.ResponseError
}
SingleAdminGetGroupContentsNotFound handles this case with default header values.
Not Found
func NewSingleAdminGetGroupContentsNotFound ¶
func NewSingleAdminGetGroupContentsNotFound() *SingleAdminGetGroupContentsNotFound
NewSingleAdminGetGroupContentsNotFound creates a SingleAdminGetGroupContentsNotFound with default headers values
func (*SingleAdminGetGroupContentsNotFound) Error ¶
func (o *SingleAdminGetGroupContentsNotFound) Error() string
func (*SingleAdminGetGroupContentsNotFound) GetPayload ¶
func (o *SingleAdminGetGroupContentsNotFound) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminGetGroupContentsNotFound) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminGetGroupContentsNotFound) ToJSONString() string
type SingleAdminGetGroupContentsOK ¶
type SingleAdminGetGroupContentsOK struct {
Payload *ugcclientmodels.ModelsPaginatedContentDownloadResponse
}
SingleAdminGetGroupContentsOK handles this case with default header values.
OK
func NewSingleAdminGetGroupContentsOK ¶
func NewSingleAdminGetGroupContentsOK() *SingleAdminGetGroupContentsOK
NewSingleAdminGetGroupContentsOK creates a SingleAdminGetGroupContentsOK with default headers values
func (*SingleAdminGetGroupContentsOK) Error ¶
func (o *SingleAdminGetGroupContentsOK) Error() string
func (*SingleAdminGetGroupContentsOK) GetPayload ¶
func (o *SingleAdminGetGroupContentsOK) GetPayload() *ugcclientmodels.ModelsPaginatedContentDownloadResponse
func (*SingleAdminGetGroupContentsOK) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminGetGroupContentsOK) ToJSONString() string
type SingleAdminGetGroupContentsParams ¶
type SingleAdminGetGroupContentsParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*GroupID group ID */ GroupID string /*Namespace namespace of the game */ Namespace string /*Limit number of content per page */ Limit *int64 /*Offset the offset number to retrieve */ Offset *int64 AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SingleAdminGetGroupContentsParams contains all the parameters to send to the API endpoint for the single admin get group contents operation typically these are written to a http.Request
func NewSingleAdminGetGroupContentsParams ¶
func NewSingleAdminGetGroupContentsParams() *SingleAdminGetGroupContentsParams
NewSingleAdminGetGroupContentsParams creates a new SingleAdminGetGroupContentsParams object with the default values initialized.
func NewSingleAdminGetGroupContentsParamsWithContext ¶
func NewSingleAdminGetGroupContentsParamsWithContext(ctx context.Context) *SingleAdminGetGroupContentsParams
NewSingleAdminGetGroupContentsParamsWithContext creates a new SingleAdminGetGroupContentsParams object with the default values initialized, and the ability to set a context for a request
func NewSingleAdminGetGroupContentsParamsWithHTTPClient ¶
func NewSingleAdminGetGroupContentsParamsWithHTTPClient(client *http.Client) *SingleAdminGetGroupContentsParams
NewSingleAdminGetGroupContentsParamsWithHTTPClient creates a new SingleAdminGetGroupContentsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSingleAdminGetGroupContentsParamsWithTimeout ¶
func NewSingleAdminGetGroupContentsParamsWithTimeout(timeout time.Duration) *SingleAdminGetGroupContentsParams
NewSingleAdminGetGroupContentsParamsWithTimeout creates a new SingleAdminGetGroupContentsParams object with the default values initialized, and the ability to set a timeout on a request
func (*SingleAdminGetGroupContentsParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *SingleAdminGetGroupContentsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) SetContext ¶
func (o *SingleAdminGetGroupContentsParams) SetContext(ctx context.Context)
SetContext adds the context to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) SetGroupID ¶
func (o *SingleAdminGetGroupContentsParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) SetHTTPClient ¶
func (o *SingleAdminGetGroupContentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *SingleAdminGetGroupContentsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) SetLimit ¶
func (o *SingleAdminGetGroupContentsParams) SetLimit(limit *int64)
SetLimit adds the limit to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) SetNamespace ¶
func (o *SingleAdminGetGroupContentsParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) SetOffset ¶
func (o *SingleAdminGetGroupContentsParams) SetOffset(offset *int64)
SetOffset adds the offset to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) SetTimeout ¶
func (o *SingleAdminGetGroupContentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) WithContext ¶
func (o *SingleAdminGetGroupContentsParams) WithContext(ctx context.Context) *SingleAdminGetGroupContentsParams
WithContext adds the context to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) WithGroupID ¶
func (o *SingleAdminGetGroupContentsParams) WithGroupID(groupID string) *SingleAdminGetGroupContentsParams
WithGroupID adds the groupID to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) WithHTTPClient ¶
func (o *SingleAdminGetGroupContentsParams) WithHTTPClient(client *http.Client) *SingleAdminGetGroupContentsParams
WithHTTPClient adds the HTTPClient to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) WithLimit ¶
func (o *SingleAdminGetGroupContentsParams) WithLimit(limit *int64) *SingleAdminGetGroupContentsParams
WithLimit adds the limit to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) WithNamespace ¶
func (o *SingleAdminGetGroupContentsParams) WithNamespace(namespace string) *SingleAdminGetGroupContentsParams
WithNamespace adds the namespace to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) WithOffset ¶
func (o *SingleAdminGetGroupContentsParams) WithOffset(offset *int64) *SingleAdminGetGroupContentsParams
WithOffset adds the offset to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) WithTimeout ¶
func (o *SingleAdminGetGroupContentsParams) WithTimeout(timeout time.Duration) *SingleAdminGetGroupContentsParams
WithTimeout adds the timeout to the single admin get group contents params
func (*SingleAdminGetGroupContentsParams) WriteToRequest ¶
func (o *SingleAdminGetGroupContentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SingleAdminGetGroupContentsReader ¶
type SingleAdminGetGroupContentsReader struct {
// contains filtered or unexported fields
}
SingleAdminGetGroupContentsReader is a Reader for the SingleAdminGetGroupContents structure.
func (*SingleAdminGetGroupContentsReader) ReadResponse ¶
func (o *SingleAdminGetGroupContentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SingleAdminGetGroupContentsUnauthorized ¶
type SingleAdminGetGroupContentsUnauthorized struct {
}SingleAdminGetGroupContentsUnauthorized handles this case with default header values.
Unauthorized
func NewSingleAdminGetGroupContentsUnauthorized ¶
func NewSingleAdminGetGroupContentsUnauthorized() *SingleAdminGetGroupContentsUnauthorized
NewSingleAdminGetGroupContentsUnauthorized creates a SingleAdminGetGroupContentsUnauthorized with default headers values
func (*SingleAdminGetGroupContentsUnauthorized) Error ¶
func (o *SingleAdminGetGroupContentsUnauthorized) Error() string
func (*SingleAdminGetGroupContentsUnauthorized) GetPayload ¶
func (o *SingleAdminGetGroupContentsUnauthorized) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminGetGroupContentsUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminGetGroupContentsUnauthorized) ToJSONString() string
type SingleAdminGetGroupInternalServerError ¶
type SingleAdminGetGroupInternalServerError struct {
Payload *ugcclientmodels.ResponseError
}
SingleAdminGetGroupInternalServerError handles this case with default header values.
Internal Server Error
func NewSingleAdminGetGroupInternalServerError ¶
func NewSingleAdminGetGroupInternalServerError() *SingleAdminGetGroupInternalServerError
NewSingleAdminGetGroupInternalServerError creates a SingleAdminGetGroupInternalServerError with default headers values
func (*SingleAdminGetGroupInternalServerError) Error ¶
func (o *SingleAdminGetGroupInternalServerError) Error() string
func (*SingleAdminGetGroupInternalServerError) GetPayload ¶
func (o *SingleAdminGetGroupInternalServerError) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminGetGroupInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminGetGroupInternalServerError) ToJSONString() string
type SingleAdminGetGroupNotFound ¶
type SingleAdminGetGroupNotFound struct {
Payload *ugcclientmodels.ResponseError
}
SingleAdminGetGroupNotFound handles this case with default header values.
Not Found
func NewSingleAdminGetGroupNotFound ¶
func NewSingleAdminGetGroupNotFound() *SingleAdminGetGroupNotFound
NewSingleAdminGetGroupNotFound creates a SingleAdminGetGroupNotFound with default headers values
func (*SingleAdminGetGroupNotFound) Error ¶
func (o *SingleAdminGetGroupNotFound) Error() string
func (*SingleAdminGetGroupNotFound) GetPayload ¶
func (o *SingleAdminGetGroupNotFound) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminGetGroupNotFound) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminGetGroupNotFound) ToJSONString() string
type SingleAdminGetGroupOK ¶
type SingleAdminGetGroupOK struct {
Payload *ugcclientmodels.ModelsCreateGroupResponse
}
SingleAdminGetGroupOK handles this case with default header values.
OK
func NewSingleAdminGetGroupOK ¶
func NewSingleAdminGetGroupOK() *SingleAdminGetGroupOK
NewSingleAdminGetGroupOK creates a SingleAdminGetGroupOK with default headers values
func (*SingleAdminGetGroupOK) Error ¶
func (o *SingleAdminGetGroupOK) Error() string
func (*SingleAdminGetGroupOK) GetPayload ¶
func (o *SingleAdminGetGroupOK) GetPayload() *ugcclientmodels.ModelsCreateGroupResponse
func (*SingleAdminGetGroupOK) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminGetGroupOK) ToJSONString() string
type SingleAdminGetGroupParams ¶
type SingleAdminGetGroupParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*GroupID group ID */ GroupID string /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SingleAdminGetGroupParams contains all the parameters to send to the API endpoint for the single admin get group operation typically these are written to a http.Request
func NewSingleAdminGetGroupParams ¶
func NewSingleAdminGetGroupParams() *SingleAdminGetGroupParams
NewSingleAdminGetGroupParams creates a new SingleAdminGetGroupParams object with the default values initialized.
func NewSingleAdminGetGroupParamsWithContext ¶
func NewSingleAdminGetGroupParamsWithContext(ctx context.Context) *SingleAdminGetGroupParams
NewSingleAdminGetGroupParamsWithContext creates a new SingleAdminGetGroupParams object with the default values initialized, and the ability to set a context for a request
func NewSingleAdminGetGroupParamsWithHTTPClient ¶
func NewSingleAdminGetGroupParamsWithHTTPClient(client *http.Client) *SingleAdminGetGroupParams
NewSingleAdminGetGroupParamsWithHTTPClient creates a new SingleAdminGetGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSingleAdminGetGroupParamsWithTimeout ¶
func NewSingleAdminGetGroupParamsWithTimeout(timeout time.Duration) *SingleAdminGetGroupParams
NewSingleAdminGetGroupParamsWithTimeout creates a new SingleAdminGetGroupParams object with the default values initialized, and the ability to set a timeout on a request
func (*SingleAdminGetGroupParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *SingleAdminGetGroupParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the single admin get group params
func (*SingleAdminGetGroupParams) SetContext ¶
func (o *SingleAdminGetGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the single admin get group params
func (*SingleAdminGetGroupParams) SetGroupID ¶
func (o *SingleAdminGetGroupParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the single admin get group params
func (*SingleAdminGetGroupParams) SetHTTPClient ¶
func (o *SingleAdminGetGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the single admin get group params
func (*SingleAdminGetGroupParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *SingleAdminGetGroupParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the single admin get group params
func (*SingleAdminGetGroupParams) SetNamespace ¶
func (o *SingleAdminGetGroupParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the single admin get group params
func (*SingleAdminGetGroupParams) SetTimeout ¶
func (o *SingleAdminGetGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the single admin get group params
func (*SingleAdminGetGroupParams) WithContext ¶
func (o *SingleAdminGetGroupParams) WithContext(ctx context.Context) *SingleAdminGetGroupParams
WithContext adds the context to the single admin get group params
func (*SingleAdminGetGroupParams) WithGroupID ¶
func (o *SingleAdminGetGroupParams) WithGroupID(groupID string) *SingleAdminGetGroupParams
WithGroupID adds the groupID to the single admin get group params
func (*SingleAdminGetGroupParams) WithHTTPClient ¶
func (o *SingleAdminGetGroupParams) WithHTTPClient(client *http.Client) *SingleAdminGetGroupParams
WithHTTPClient adds the HTTPClient to the single admin get group params
func (*SingleAdminGetGroupParams) WithNamespace ¶
func (o *SingleAdminGetGroupParams) WithNamespace(namespace string) *SingleAdminGetGroupParams
WithNamespace adds the namespace to the single admin get group params
func (*SingleAdminGetGroupParams) WithTimeout ¶
func (o *SingleAdminGetGroupParams) WithTimeout(timeout time.Duration) *SingleAdminGetGroupParams
WithTimeout adds the timeout to the single admin get group params
func (*SingleAdminGetGroupParams) WriteToRequest ¶
func (o *SingleAdminGetGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SingleAdminGetGroupReader ¶
type SingleAdminGetGroupReader struct {
// contains filtered or unexported fields
}
SingleAdminGetGroupReader is a Reader for the SingleAdminGetGroup structure.
func (*SingleAdminGetGroupReader) ReadResponse ¶
func (o *SingleAdminGetGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SingleAdminGetGroupUnauthorized ¶
type SingleAdminGetGroupUnauthorized struct {
}SingleAdminGetGroupUnauthorized handles this case with default header values.
Unauthorized
func NewSingleAdminGetGroupUnauthorized ¶
func NewSingleAdminGetGroupUnauthorized() *SingleAdminGetGroupUnauthorized
NewSingleAdminGetGroupUnauthorized creates a SingleAdminGetGroupUnauthorized with default headers values
func (*SingleAdminGetGroupUnauthorized) Error ¶
func (o *SingleAdminGetGroupUnauthorized) Error() string
func (*SingleAdminGetGroupUnauthorized) GetPayload ¶
func (o *SingleAdminGetGroupUnauthorized) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminGetGroupUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminGetGroupUnauthorized) ToJSONString() string
type SingleAdminUpdateGroupBadRequest ¶
type SingleAdminUpdateGroupBadRequest struct {
Payload *ugcclientmodels.ResponseError
}
SingleAdminUpdateGroupBadRequest handles this case with default header values.
Bad Request
func NewSingleAdminUpdateGroupBadRequest ¶
func NewSingleAdminUpdateGroupBadRequest() *SingleAdminUpdateGroupBadRequest
NewSingleAdminUpdateGroupBadRequest creates a SingleAdminUpdateGroupBadRequest with default headers values
func (*SingleAdminUpdateGroupBadRequest) Error ¶
func (o *SingleAdminUpdateGroupBadRequest) Error() string
func (*SingleAdminUpdateGroupBadRequest) GetPayload ¶
func (o *SingleAdminUpdateGroupBadRequest) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminUpdateGroupBadRequest) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminUpdateGroupBadRequest) ToJSONString() string
type SingleAdminUpdateGroupInternalServerError ¶
type SingleAdminUpdateGroupInternalServerError struct {
Payload *ugcclientmodels.ResponseError
}
SingleAdminUpdateGroupInternalServerError handles this case with default header values.
Internal Server Error
func NewSingleAdminUpdateGroupInternalServerError ¶
func NewSingleAdminUpdateGroupInternalServerError() *SingleAdminUpdateGroupInternalServerError
NewSingleAdminUpdateGroupInternalServerError creates a SingleAdminUpdateGroupInternalServerError with default headers values
func (*SingleAdminUpdateGroupInternalServerError) Error ¶
func (o *SingleAdminUpdateGroupInternalServerError) Error() string
func (*SingleAdminUpdateGroupInternalServerError) GetPayload ¶
func (o *SingleAdminUpdateGroupInternalServerError) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminUpdateGroupInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminUpdateGroupInternalServerError) ToJSONString() string
type SingleAdminUpdateGroupNotFound ¶
type SingleAdminUpdateGroupNotFound struct {
Payload *ugcclientmodels.ResponseError
}
SingleAdminUpdateGroupNotFound handles this case with default header values.
Not Found
func NewSingleAdminUpdateGroupNotFound ¶
func NewSingleAdminUpdateGroupNotFound() *SingleAdminUpdateGroupNotFound
NewSingleAdminUpdateGroupNotFound creates a SingleAdminUpdateGroupNotFound with default headers values
func (*SingleAdminUpdateGroupNotFound) Error ¶
func (o *SingleAdminUpdateGroupNotFound) Error() string
func (*SingleAdminUpdateGroupNotFound) GetPayload ¶
func (o *SingleAdminUpdateGroupNotFound) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminUpdateGroupNotFound) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminUpdateGroupNotFound) ToJSONString() string
type SingleAdminUpdateGroupOK ¶
type SingleAdminUpdateGroupOK struct {
Payload *ugcclientmodels.ModelsCreateGroupResponse
}
SingleAdminUpdateGroupOK handles this case with default header values.
OK
func NewSingleAdminUpdateGroupOK ¶
func NewSingleAdminUpdateGroupOK() *SingleAdminUpdateGroupOK
NewSingleAdminUpdateGroupOK creates a SingleAdminUpdateGroupOK with default headers values
func (*SingleAdminUpdateGroupOK) Error ¶
func (o *SingleAdminUpdateGroupOK) Error() string
func (*SingleAdminUpdateGroupOK) GetPayload ¶
func (o *SingleAdminUpdateGroupOK) GetPayload() *ugcclientmodels.ModelsCreateGroupResponse
func (*SingleAdminUpdateGroupOK) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminUpdateGroupOK) ToJSONString() string
type SingleAdminUpdateGroupParams ¶
type SingleAdminUpdateGroupParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *ugcclientmodels.ModelsCreateGroupRequest /*GroupID group ID */ GroupID string /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SingleAdminUpdateGroupParams contains all the parameters to send to the API endpoint for the single admin update group operation typically these are written to a http.Request
func NewSingleAdminUpdateGroupParams ¶
func NewSingleAdminUpdateGroupParams() *SingleAdminUpdateGroupParams
NewSingleAdminUpdateGroupParams creates a new SingleAdminUpdateGroupParams object with the default values initialized.
func NewSingleAdminUpdateGroupParamsWithContext ¶
func NewSingleAdminUpdateGroupParamsWithContext(ctx context.Context) *SingleAdminUpdateGroupParams
NewSingleAdminUpdateGroupParamsWithContext creates a new SingleAdminUpdateGroupParams object with the default values initialized, and the ability to set a context for a request
func NewSingleAdminUpdateGroupParamsWithHTTPClient ¶
func NewSingleAdminUpdateGroupParamsWithHTTPClient(client *http.Client) *SingleAdminUpdateGroupParams
NewSingleAdminUpdateGroupParamsWithHTTPClient creates a new SingleAdminUpdateGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSingleAdminUpdateGroupParamsWithTimeout ¶
func NewSingleAdminUpdateGroupParamsWithTimeout(timeout time.Duration) *SingleAdminUpdateGroupParams
NewSingleAdminUpdateGroupParamsWithTimeout creates a new SingleAdminUpdateGroupParams object with the default values initialized, and the ability to set a timeout on a request
func (*SingleAdminUpdateGroupParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *SingleAdminUpdateGroupParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the single admin update group params
func (*SingleAdminUpdateGroupParams) SetBody ¶
func (o *SingleAdminUpdateGroupParams) SetBody(body *ugcclientmodels.ModelsCreateGroupRequest)
SetBody adds the body to the single admin update group params
func (*SingleAdminUpdateGroupParams) SetContext ¶
func (o *SingleAdminUpdateGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the single admin update group params
func (*SingleAdminUpdateGroupParams) SetGroupID ¶
func (o *SingleAdminUpdateGroupParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the single admin update group params
func (*SingleAdminUpdateGroupParams) SetHTTPClient ¶
func (o *SingleAdminUpdateGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the single admin update group params
func (*SingleAdminUpdateGroupParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *SingleAdminUpdateGroupParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the single admin update group params
func (*SingleAdminUpdateGroupParams) SetNamespace ¶
func (o *SingleAdminUpdateGroupParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the single admin update group params
func (*SingleAdminUpdateGroupParams) SetTimeout ¶
func (o *SingleAdminUpdateGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the single admin update group params
func (*SingleAdminUpdateGroupParams) WithBody ¶
func (o *SingleAdminUpdateGroupParams) WithBody(body *ugcclientmodels.ModelsCreateGroupRequest) *SingleAdminUpdateGroupParams
WithBody adds the body to the single admin update group params
func (*SingleAdminUpdateGroupParams) WithContext ¶
func (o *SingleAdminUpdateGroupParams) WithContext(ctx context.Context) *SingleAdminUpdateGroupParams
WithContext adds the context to the single admin update group params
func (*SingleAdminUpdateGroupParams) WithGroupID ¶
func (o *SingleAdminUpdateGroupParams) WithGroupID(groupID string) *SingleAdminUpdateGroupParams
WithGroupID adds the groupID to the single admin update group params
func (*SingleAdminUpdateGroupParams) WithHTTPClient ¶
func (o *SingleAdminUpdateGroupParams) WithHTTPClient(client *http.Client) *SingleAdminUpdateGroupParams
WithHTTPClient adds the HTTPClient to the single admin update group params
func (*SingleAdminUpdateGroupParams) WithNamespace ¶
func (o *SingleAdminUpdateGroupParams) WithNamespace(namespace string) *SingleAdminUpdateGroupParams
WithNamespace adds the namespace to the single admin update group params
func (*SingleAdminUpdateGroupParams) WithTimeout ¶
func (o *SingleAdminUpdateGroupParams) WithTimeout(timeout time.Duration) *SingleAdminUpdateGroupParams
WithTimeout adds the timeout to the single admin update group params
func (*SingleAdminUpdateGroupParams) WriteToRequest ¶
func (o *SingleAdminUpdateGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SingleAdminUpdateGroupReader ¶
type SingleAdminUpdateGroupReader struct {
// contains filtered or unexported fields
}
SingleAdminUpdateGroupReader is a Reader for the SingleAdminUpdateGroup structure.
func (*SingleAdminUpdateGroupReader) ReadResponse ¶
func (o *SingleAdminUpdateGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SingleAdminUpdateGroupUnauthorized ¶
type SingleAdminUpdateGroupUnauthorized struct {
}SingleAdminUpdateGroupUnauthorized handles this case with default header values.
Unauthorized
func NewSingleAdminUpdateGroupUnauthorized ¶
func NewSingleAdminUpdateGroupUnauthorized() *SingleAdminUpdateGroupUnauthorized
NewSingleAdminUpdateGroupUnauthorized creates a SingleAdminUpdateGroupUnauthorized with default headers values
func (*SingleAdminUpdateGroupUnauthorized) Error ¶
func (o *SingleAdminUpdateGroupUnauthorized) Error() string
func (*SingleAdminUpdateGroupUnauthorized) GetPayload ¶
func (o *SingleAdminUpdateGroupUnauthorized) GetPayload() *ugcclientmodels.ResponseError
func (*SingleAdminUpdateGroupUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *SingleAdminUpdateGroupUnauthorized) ToJSONString() string
Source Files ¶
- admin_create_group_parameters.go
- admin_create_group_responses.go
- admin_delete_group_parameters.go
- admin_delete_group_responses.go
- admin_get_all_groups_parameters.go
- admin_get_all_groups_responses.go
- admin_get_group_contents_parameters.go
- admin_get_group_contents_responses.go
- admin_get_group_parameters.go
- admin_get_group_responses.go
- admin_group_client.go
- admin_update_group_parameters.go
- admin_update_group_responses.go
- single_admin_delete_group_parameters.go
- single_admin_delete_group_responses.go
- single_admin_get_all_groups_parameters.go
- single_admin_get_all_groups_responses.go
- single_admin_get_group_contents_parameters.go
- single_admin_get_group_contents_responses.go
- single_admin_get_group_parameters.go
- single_admin_get_group_responses.go
- single_admin_update_group_parameters.go
- single_admin_update_group_responses.go