Documentation ¶
Index ¶
- Constants
- type Client
- func (a *Client) DeleteDLCItemConfig(params *DeleteDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDLCItemConfigNoContent, error)deprecated
- func (a *Client) DeleteDLCItemConfigShort(params *DeleteDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDLCItemConfigNoContent, error)
- func (a *Client) DeletePlatformDLCConfig(params *DeletePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePlatformDLCConfigNoContent, error)deprecated
- func (a *Client) DeletePlatformDLCConfigShort(params *DeletePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePlatformDLCConfigNoContent, error)
- func (a *Client) GeDLCDurableRewardShortMap(params *GeDLCDurableRewardShortMapParams, ...) (*GeDLCDurableRewardShortMapOK, *GeDLCDurableRewardShortMapNotFound, error)deprecated
- func (a *Client) GeDLCDurableRewardShortMapShort(params *GeDLCDurableRewardShortMapParams, ...) (*GeDLCDurableRewardShortMapOK, error)
- func (a *Client) GetDLCItemConfig(params *GetDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetDLCItemConfigOK, *GetDLCItemConfigNotFound, error)deprecated
- func (a *Client) GetDLCItemConfigShort(params *GetDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetDLCItemConfigOK, error)
- func (a *Client) GetPlatformDLCConfig(params *GetPlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPlatformDLCConfigOK, *GetPlatformDLCConfigNotFound, error)deprecated
- func (a *Client) GetPlatformDLCConfigShort(params *GetPlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPlatformDLCConfigOK, error)
- func (a *Client) GetUserDLC(params *GetUserDLCParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserDLCOK, error)deprecated
- func (a *Client) GetUserDLCByPlatform(params *GetUserDLCByPlatformParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserDLCByPlatformOK, error)deprecated
- func (a *Client) GetUserDLCByPlatformShort(params *GetUserDLCByPlatformParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserDLCByPlatformOK, error)
- func (a *Client) GetUserDLCShort(params *GetUserDLCParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserDLCOK, error)
- func (a *Client) PublicGetMyDLCContent(params *PublicGetMyDLCContentParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMyDLCContentOK, error)deprecated
- func (a *Client) PublicGetMyDLCContentShort(params *PublicGetMyDLCContentParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMyDLCContentOK, error)
- func (a *Client) PublicSyncPsnDLCInventory(params *PublicSyncPsnDLCInventoryParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDLCInventoryNoContent, *PublicSyncPsnDLCInventoryBadRequest, ...)deprecated
- func (a *Client) PublicSyncPsnDLCInventoryShort(params *PublicSyncPsnDLCInventoryParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDLCInventoryNoContent, error)
- func (a *Client) PublicSyncPsnDLCInventoryWithMultipleServiceLabels(params *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams, ...) (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent, ...)deprecated
- func (a *Client) PublicSyncPsnDLCInventoryWithMultipleServiceLabelsShort(params *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams, ...) (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) SyncEpicGameDLC(params *SyncEpicGameDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncEpicGameDLCNoContent, *SyncEpicGameDLCBadRequest, ...)deprecated
- func (a *Client) SyncEpicGameDLCShort(params *SyncEpicGameDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncEpicGameDLCNoContent, error)
- func (a *Client) SyncOculusDLC(params *SyncOculusDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncOculusDLCNoContent, *SyncOculusDLCBadRequest, *SyncOculusDLCNotFound, ...)deprecated
- func (a *Client) SyncOculusDLCShort(params *SyncOculusDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncOculusDLCNoContent, error)
- func (a *Client) SyncSteamDLC(params *SyncSteamDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncSteamDLCNoContent, *SyncSteamDLCBadRequest, *SyncSteamDLCNotFound, error)deprecated
- func (a *Client) SyncSteamDLCShort(params *SyncSteamDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncSteamDLCNoContent, error)
- func (a *Client) SyncXboxDLC(params *SyncXboxDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncXboxDLCNoContent, *SyncXboxDLCBadRequest, *SyncXboxDLCNotFound, error)deprecated
- func (a *Client) SyncXboxDLCShort(params *SyncXboxDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncXboxDLCNoContent, error)
- func (a *Client) UpdateDLCItemConfig(params *UpdateDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDLCItemConfigOK, *UpdateDLCItemConfigBadRequest, ...)deprecated
- func (a *Client) UpdateDLCItemConfigShort(params *UpdateDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDLCItemConfigOK, error)
- func (a *Client) UpdatePlatformDLCConfig(params *UpdatePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePlatformDLCConfigOK, *UpdatePlatformDLCConfigUnprocessableEntity, error)deprecated
- func (a *Client) UpdatePlatformDLCConfigShort(params *UpdatePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePlatformDLCConfigOK, error)
- type ClientService
- type DeleteDLCItemConfigNoContent
- type DeleteDLCItemConfigParams
- func NewDeleteDLCItemConfigParams() *DeleteDLCItemConfigParams
- func NewDeleteDLCItemConfigParamsWithContext(ctx context.Context) *DeleteDLCItemConfigParams
- func NewDeleteDLCItemConfigParamsWithHTTPClient(client *http.Client) *DeleteDLCItemConfigParams
- func NewDeleteDLCItemConfigParamsWithTimeout(timeout time.Duration) *DeleteDLCItemConfigParams
- func (o *DeleteDLCItemConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteDLCItemConfigParams) SetContext(ctx context.Context)
- func (o *DeleteDLCItemConfigParams) SetFlightId(flightId string)
- func (o *DeleteDLCItemConfigParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDLCItemConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteDLCItemConfigParams) SetNamespace(namespace string)
- func (o *DeleteDLCItemConfigParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDLCItemConfigParams) WithContext(ctx context.Context) *DeleteDLCItemConfigParams
- func (o *DeleteDLCItemConfigParams) WithHTTPClient(client *http.Client) *DeleteDLCItemConfigParams
- func (o *DeleteDLCItemConfigParams) WithNamespace(namespace string) *DeleteDLCItemConfigParams
- func (o *DeleteDLCItemConfigParams) WithTimeout(timeout time.Duration) *DeleteDLCItemConfigParams
- func (o *DeleteDLCItemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDLCItemConfigReader
- type DeletePlatformDLCConfigNoContent
- type DeletePlatformDLCConfigParams
- func NewDeletePlatformDLCConfigParams() *DeletePlatformDLCConfigParams
- func NewDeletePlatformDLCConfigParamsWithContext(ctx context.Context) *DeletePlatformDLCConfigParams
- func NewDeletePlatformDLCConfigParamsWithHTTPClient(client *http.Client) *DeletePlatformDLCConfigParams
- func NewDeletePlatformDLCConfigParamsWithTimeout(timeout time.Duration) *DeletePlatformDLCConfigParams
- func (o *DeletePlatformDLCConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeletePlatformDLCConfigParams) SetContext(ctx context.Context)
- func (o *DeletePlatformDLCConfigParams) SetFlightId(flightId string)
- func (o *DeletePlatformDLCConfigParams) SetHTTPClient(client *http.Client)
- func (o *DeletePlatformDLCConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeletePlatformDLCConfigParams) SetNamespace(namespace string)
- func (o *DeletePlatformDLCConfigParams) SetTimeout(timeout time.Duration)
- func (o *DeletePlatformDLCConfigParams) WithContext(ctx context.Context) *DeletePlatformDLCConfigParams
- func (o *DeletePlatformDLCConfigParams) WithHTTPClient(client *http.Client) *DeletePlatformDLCConfigParams
- func (o *DeletePlatformDLCConfigParams) WithNamespace(namespace string) *DeletePlatformDLCConfigParams
- func (o *DeletePlatformDLCConfigParams) WithTimeout(timeout time.Duration) *DeletePlatformDLCConfigParams
- func (o *DeletePlatformDLCConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePlatformDLCConfigReader
- type GeDLCDurableRewardShortMapNotFound
- type GeDLCDurableRewardShortMapOK
- type GeDLCDurableRewardShortMapParams
- func NewGeDLCDurableRewardShortMapParams() *GeDLCDurableRewardShortMapParams
- func NewGeDLCDurableRewardShortMapParamsWithContext(ctx context.Context) *GeDLCDurableRewardShortMapParams
- func NewGeDLCDurableRewardShortMapParamsWithHTTPClient(client *http.Client) *GeDLCDurableRewardShortMapParams
- func NewGeDLCDurableRewardShortMapParamsWithTimeout(timeout time.Duration) *GeDLCDurableRewardShortMapParams
- func (o *GeDLCDurableRewardShortMapParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GeDLCDurableRewardShortMapParams) SetContext(ctx context.Context)
- func (o *GeDLCDurableRewardShortMapParams) SetDLCType(dLCType string)
- func (o *GeDLCDurableRewardShortMapParams) SetFlightId(flightId string)
- func (o *GeDLCDurableRewardShortMapParams) SetHTTPClient(client *http.Client)
- func (o *GeDLCDurableRewardShortMapParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GeDLCDurableRewardShortMapParams) SetNamespace(namespace string)
- func (o *GeDLCDurableRewardShortMapParams) SetTimeout(timeout time.Duration)
- func (o *GeDLCDurableRewardShortMapParams) WithContext(ctx context.Context) *GeDLCDurableRewardShortMapParams
- func (o *GeDLCDurableRewardShortMapParams) WithDLCType(dLCType string) *GeDLCDurableRewardShortMapParams
- func (o *GeDLCDurableRewardShortMapParams) WithHTTPClient(client *http.Client) *GeDLCDurableRewardShortMapParams
- func (o *GeDLCDurableRewardShortMapParams) WithNamespace(namespace string) *GeDLCDurableRewardShortMapParams
- func (o *GeDLCDurableRewardShortMapParams) WithTimeout(timeout time.Duration) *GeDLCDurableRewardShortMapParams
- func (o *GeDLCDurableRewardShortMapParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GeDLCDurableRewardShortMapReader
- type GetDLCItemConfigNotFound
- type GetDLCItemConfigOK
- type GetDLCItemConfigParams
- func NewGetDLCItemConfigParams() *GetDLCItemConfigParams
- func NewGetDLCItemConfigParamsWithContext(ctx context.Context) *GetDLCItemConfigParams
- func NewGetDLCItemConfigParamsWithHTTPClient(client *http.Client) *GetDLCItemConfigParams
- func NewGetDLCItemConfigParamsWithTimeout(timeout time.Duration) *GetDLCItemConfigParams
- func (o *GetDLCItemConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetDLCItemConfigParams) SetContext(ctx context.Context)
- func (o *GetDLCItemConfigParams) SetFlightId(flightId string)
- func (o *GetDLCItemConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetDLCItemConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetDLCItemConfigParams) SetNamespace(namespace string)
- func (o *GetDLCItemConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetDLCItemConfigParams) WithContext(ctx context.Context) *GetDLCItemConfigParams
- func (o *GetDLCItemConfigParams) WithHTTPClient(client *http.Client) *GetDLCItemConfigParams
- func (o *GetDLCItemConfigParams) WithNamespace(namespace string) *GetDLCItemConfigParams
- func (o *GetDLCItemConfigParams) WithTimeout(timeout time.Duration) *GetDLCItemConfigParams
- func (o *GetDLCItemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDLCItemConfigReader
- type GetPlatformDLCConfigNotFound
- type GetPlatformDLCConfigOK
- type GetPlatformDLCConfigParams
- func NewGetPlatformDLCConfigParams() *GetPlatformDLCConfigParams
- func NewGetPlatformDLCConfigParamsWithContext(ctx context.Context) *GetPlatformDLCConfigParams
- func NewGetPlatformDLCConfigParamsWithHTTPClient(client *http.Client) *GetPlatformDLCConfigParams
- func NewGetPlatformDLCConfigParamsWithTimeout(timeout time.Duration) *GetPlatformDLCConfigParams
- func (o *GetPlatformDLCConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetPlatformDLCConfigParams) SetContext(ctx context.Context)
- func (o *GetPlatformDLCConfigParams) SetFlightId(flightId string)
- func (o *GetPlatformDLCConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetPlatformDLCConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetPlatformDLCConfigParams) SetNamespace(namespace string)
- func (o *GetPlatformDLCConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetPlatformDLCConfigParams) WithContext(ctx context.Context) *GetPlatformDLCConfigParams
- func (o *GetPlatformDLCConfigParams) WithHTTPClient(client *http.Client) *GetPlatformDLCConfigParams
- func (o *GetPlatformDLCConfigParams) WithNamespace(namespace string) *GetPlatformDLCConfigParams
- func (o *GetPlatformDLCConfigParams) WithTimeout(timeout time.Duration) *GetPlatformDLCConfigParams
- func (o *GetPlatformDLCConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPlatformDLCConfigReader
- type GetUserDLCByPlatformOK
- type GetUserDLCByPlatformParams
- func NewGetUserDLCByPlatformParams() *GetUserDLCByPlatformParams
- func NewGetUserDLCByPlatformParamsWithContext(ctx context.Context) *GetUserDLCByPlatformParams
- func NewGetUserDLCByPlatformParamsWithHTTPClient(client *http.Client) *GetUserDLCByPlatformParams
- func NewGetUserDLCByPlatformParamsWithTimeout(timeout time.Duration) *GetUserDLCByPlatformParams
- func (o *GetUserDLCByPlatformParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetUserDLCByPlatformParams) SetContext(ctx context.Context)
- func (o *GetUserDLCByPlatformParams) SetFlightId(flightId string)
- func (o *GetUserDLCByPlatformParams) SetHTTPClient(client *http.Client)
- func (o *GetUserDLCByPlatformParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetUserDLCByPlatformParams) SetNamespace(namespace string)
- func (o *GetUserDLCByPlatformParams) SetTimeout(timeout time.Duration)
- func (o *GetUserDLCByPlatformParams) SetType(typeVar string)
- func (o *GetUserDLCByPlatformParams) SetUserID(userID string)
- func (o *GetUserDLCByPlatformParams) WithContext(ctx context.Context) *GetUserDLCByPlatformParams
- func (o *GetUserDLCByPlatformParams) WithHTTPClient(client *http.Client) *GetUserDLCByPlatformParams
- func (o *GetUserDLCByPlatformParams) WithNamespace(namespace string) *GetUserDLCByPlatformParams
- func (o *GetUserDLCByPlatformParams) WithTimeout(timeout time.Duration) *GetUserDLCByPlatformParams
- func (o *GetUserDLCByPlatformParams) WithType(typeVar string) *GetUserDLCByPlatformParams
- func (o *GetUserDLCByPlatformParams) WithUserID(userID string) *GetUserDLCByPlatformParams
- func (o *GetUserDLCByPlatformParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserDLCByPlatformReader
- type GetUserDLCOK
- type GetUserDLCParams
- func (o *GetUserDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetUserDLCParams) SetContext(ctx context.Context)
- func (o *GetUserDLCParams) SetFlightId(flightId string)
- func (o *GetUserDLCParams) SetHTTPClient(client *http.Client)
- func (o *GetUserDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetUserDLCParams) SetIncludeAllNamespaces(includeAllNamespaces *bool)
- func (o *GetUserDLCParams) SetNamespace(namespace string)
- func (o *GetUserDLCParams) SetStatus(status *string)
- func (o *GetUserDLCParams) SetTimeout(timeout time.Duration)
- func (o *GetUserDLCParams) SetType(typeVar *string)
- func (o *GetUserDLCParams) SetUserID(userID string)
- func (o *GetUserDLCParams) WithContext(ctx context.Context) *GetUserDLCParams
- func (o *GetUserDLCParams) WithHTTPClient(client *http.Client) *GetUserDLCParams
- func (o *GetUserDLCParams) WithIncludeAllNamespaces(includeAllNamespaces *bool) *GetUserDLCParams
- func (o *GetUserDLCParams) WithNamespace(namespace string) *GetUserDLCParams
- func (o *GetUserDLCParams) WithStatus(status *string) *GetUserDLCParams
- func (o *GetUserDLCParams) WithTimeout(timeout time.Duration) *GetUserDLCParams
- func (o *GetUserDLCParams) WithType(typeVar *string) *GetUserDLCParams
- func (o *GetUserDLCParams) WithUserID(userID string) *GetUserDLCParams
- func (o *GetUserDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserDLCReader
- type PublicGetMyDLCContentOK
- type PublicGetMyDLCContentParams
- func NewPublicGetMyDLCContentParams() *PublicGetMyDLCContentParams
- func NewPublicGetMyDLCContentParamsWithContext(ctx context.Context) *PublicGetMyDLCContentParams
- func NewPublicGetMyDLCContentParamsWithHTTPClient(client *http.Client) *PublicGetMyDLCContentParams
- func NewPublicGetMyDLCContentParamsWithTimeout(timeout time.Duration) *PublicGetMyDLCContentParams
- func (o *PublicGetMyDLCContentParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicGetMyDLCContentParams) SetContext(ctx context.Context)
- func (o *PublicGetMyDLCContentParams) SetFlightId(flightId string)
- func (o *PublicGetMyDLCContentParams) SetHTTPClient(client *http.Client)
- func (o *PublicGetMyDLCContentParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicGetMyDLCContentParams) SetIncludeAllNamespaces(includeAllNamespaces *bool)
- func (o *PublicGetMyDLCContentParams) SetTimeout(timeout time.Duration)
- func (o *PublicGetMyDLCContentParams) SetType(typeVar string)
- func (o *PublicGetMyDLCContentParams) WithContext(ctx context.Context) *PublicGetMyDLCContentParams
- func (o *PublicGetMyDLCContentParams) WithHTTPClient(client *http.Client) *PublicGetMyDLCContentParams
- func (o *PublicGetMyDLCContentParams) WithIncludeAllNamespaces(includeAllNamespaces *bool) *PublicGetMyDLCContentParams
- func (o *PublicGetMyDLCContentParams) WithTimeout(timeout time.Duration) *PublicGetMyDLCContentParams
- func (o *PublicGetMyDLCContentParams) WithType(typeVar string) *PublicGetMyDLCContentParams
- func (o *PublicGetMyDLCContentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicGetMyDLCContentReader
- type PublicSyncPsnDLCInventoryBadRequest
- type PublicSyncPsnDLCInventoryNoContent
- type PublicSyncPsnDLCInventoryNotFound
- type PublicSyncPsnDLCInventoryParams
- func NewPublicSyncPsnDLCInventoryParams() *PublicSyncPsnDLCInventoryParams
- func NewPublicSyncPsnDLCInventoryParamsWithContext(ctx context.Context) *PublicSyncPsnDLCInventoryParams
- func NewPublicSyncPsnDLCInventoryParamsWithHTTPClient(client *http.Client) *PublicSyncPsnDLCInventoryParams
- func NewPublicSyncPsnDLCInventoryParamsWithTimeout(timeout time.Duration) *PublicSyncPsnDLCInventoryParams
- func (o *PublicSyncPsnDLCInventoryParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicSyncPsnDLCInventoryParams) SetBody(body *platformclientmodels.PlayStationDLCSyncRequest)
- func (o *PublicSyncPsnDLCInventoryParams) SetContext(ctx context.Context)
- func (o *PublicSyncPsnDLCInventoryParams) SetFlightId(flightId string)
- func (o *PublicSyncPsnDLCInventoryParams) SetHTTPClient(client *http.Client)
- func (o *PublicSyncPsnDLCInventoryParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicSyncPsnDLCInventoryParams) SetNamespace(namespace string)
- func (o *PublicSyncPsnDLCInventoryParams) SetTimeout(timeout time.Duration)
- func (o *PublicSyncPsnDLCInventoryParams) SetUserID(userID string)
- func (o *PublicSyncPsnDLCInventoryParams) WithBody(body *platformclientmodels.PlayStationDLCSyncRequest) *PublicSyncPsnDLCInventoryParams
- func (o *PublicSyncPsnDLCInventoryParams) WithContext(ctx context.Context) *PublicSyncPsnDLCInventoryParams
- func (o *PublicSyncPsnDLCInventoryParams) WithHTTPClient(client *http.Client) *PublicSyncPsnDLCInventoryParams
- func (o *PublicSyncPsnDLCInventoryParams) WithNamespace(namespace string) *PublicSyncPsnDLCInventoryParams
- func (o *PublicSyncPsnDLCInventoryParams) WithTimeout(timeout time.Duration) *PublicSyncPsnDLCInventoryParams
- func (o *PublicSyncPsnDLCInventoryParams) WithUserID(userID string) *PublicSyncPsnDLCInventoryParams
- func (o *PublicSyncPsnDLCInventoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicSyncPsnDLCInventoryReader
- type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest
- type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent
- type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound
- type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
- func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams() *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
- func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParamsWithContext(ctx context.Context) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
- func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParamsWithHTTPClient(client *http.Client) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
- func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParamsWithTimeout(timeout time.Duration) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetBody(body *platformclientmodels.PlayStationDLCSyncMultiServiceLabelsRequest)
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetContext(ctx context.Context)
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetFlightId(flightId string)
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetHTTPClient(client *http.Client)
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetNamespace(namespace string)
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetTimeout(timeout time.Duration)
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetUserID(userID string)
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithBody(body *platformclientmodels.PlayStationDLCSyncMultiServiceLabelsRequest) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithContext(ctx context.Context) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithHTTPClient(client *http.Client) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithNamespace(namespace string) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithTimeout(timeout time.Duration) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithUserID(userID string) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
- func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsReader
- type SyncEpicGameDLCBadRequest
- type SyncEpicGameDLCNoContent
- type SyncEpicGameDLCNotFound
- type SyncEpicGameDLCParams
- func NewSyncEpicGameDLCParams() *SyncEpicGameDLCParams
- func NewSyncEpicGameDLCParamsWithContext(ctx context.Context) *SyncEpicGameDLCParams
- func NewSyncEpicGameDLCParamsWithHTTPClient(client *http.Client) *SyncEpicGameDLCParams
- func NewSyncEpicGameDLCParamsWithTimeout(timeout time.Duration) *SyncEpicGameDLCParams
- func (o *SyncEpicGameDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *SyncEpicGameDLCParams) SetBody(body *platformclientmodels.EpicGamesDLCSyncRequest)
- func (o *SyncEpicGameDLCParams) SetContext(ctx context.Context)
- func (o *SyncEpicGameDLCParams) SetFlightId(flightId string)
- func (o *SyncEpicGameDLCParams) SetHTTPClient(client *http.Client)
- func (o *SyncEpicGameDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *SyncEpicGameDLCParams) SetNamespace(namespace string)
- func (o *SyncEpicGameDLCParams) SetTimeout(timeout time.Duration)
- func (o *SyncEpicGameDLCParams) SetUserID(userID string)
- func (o *SyncEpicGameDLCParams) WithBody(body *platformclientmodels.EpicGamesDLCSyncRequest) *SyncEpicGameDLCParams
- func (o *SyncEpicGameDLCParams) WithContext(ctx context.Context) *SyncEpicGameDLCParams
- func (o *SyncEpicGameDLCParams) WithHTTPClient(client *http.Client) *SyncEpicGameDLCParams
- func (o *SyncEpicGameDLCParams) WithNamespace(namespace string) *SyncEpicGameDLCParams
- func (o *SyncEpicGameDLCParams) WithTimeout(timeout time.Duration) *SyncEpicGameDLCParams
- func (o *SyncEpicGameDLCParams) WithUserID(userID string) *SyncEpicGameDLCParams
- func (o *SyncEpicGameDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncEpicGameDLCReader
- type SyncOculusDLCBadRequest
- type SyncOculusDLCNoContent
- type SyncOculusDLCNotFound
- type SyncOculusDLCParams
- func (o *SyncOculusDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *SyncOculusDLCParams) SetContext(ctx context.Context)
- func (o *SyncOculusDLCParams) SetFlightId(flightId string)
- func (o *SyncOculusDLCParams) SetHTTPClient(client *http.Client)
- func (o *SyncOculusDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *SyncOculusDLCParams) SetNamespace(namespace string)
- func (o *SyncOculusDLCParams) SetTimeout(timeout time.Duration)
- func (o *SyncOculusDLCParams) SetUserID(userID string)
- func (o *SyncOculusDLCParams) WithContext(ctx context.Context) *SyncOculusDLCParams
- func (o *SyncOculusDLCParams) WithHTTPClient(client *http.Client) *SyncOculusDLCParams
- func (o *SyncOculusDLCParams) WithNamespace(namespace string) *SyncOculusDLCParams
- func (o *SyncOculusDLCParams) WithTimeout(timeout time.Duration) *SyncOculusDLCParams
- func (o *SyncOculusDLCParams) WithUserID(userID string) *SyncOculusDLCParams
- func (o *SyncOculusDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncOculusDLCReader
- type SyncSteamDLCBadRequest
- type SyncSteamDLCNoContent
- type SyncSteamDLCNotFound
- type SyncSteamDLCParams
- func (o *SyncSteamDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *SyncSteamDLCParams) SetBody(body *platformclientmodels.SteamDLCSyncRequest)
- func (o *SyncSteamDLCParams) SetContext(ctx context.Context)
- func (o *SyncSteamDLCParams) SetFlightId(flightId string)
- func (o *SyncSteamDLCParams) SetHTTPClient(client *http.Client)
- func (o *SyncSteamDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *SyncSteamDLCParams) SetNamespace(namespace string)
- func (o *SyncSteamDLCParams) SetTimeout(timeout time.Duration)
- func (o *SyncSteamDLCParams) SetUserID(userID string)
- func (o *SyncSteamDLCParams) WithBody(body *platformclientmodels.SteamDLCSyncRequest) *SyncSteamDLCParams
- func (o *SyncSteamDLCParams) WithContext(ctx context.Context) *SyncSteamDLCParams
- func (o *SyncSteamDLCParams) WithHTTPClient(client *http.Client) *SyncSteamDLCParams
- func (o *SyncSteamDLCParams) WithNamespace(namespace string) *SyncSteamDLCParams
- func (o *SyncSteamDLCParams) WithTimeout(timeout time.Duration) *SyncSteamDLCParams
- func (o *SyncSteamDLCParams) WithUserID(userID string) *SyncSteamDLCParams
- func (o *SyncSteamDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncSteamDLCReader
- type SyncXboxDLCBadRequest
- type SyncXboxDLCNoContent
- type SyncXboxDLCNotFound
- type SyncXboxDLCParams
- func (o *SyncXboxDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *SyncXboxDLCParams) SetBody(body *platformclientmodels.XblDLCSyncRequest)
- func (o *SyncXboxDLCParams) SetContext(ctx context.Context)
- func (o *SyncXboxDLCParams) SetFlightId(flightId string)
- func (o *SyncXboxDLCParams) SetHTTPClient(client *http.Client)
- func (o *SyncXboxDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *SyncXboxDLCParams) SetNamespace(namespace string)
- func (o *SyncXboxDLCParams) SetTimeout(timeout time.Duration)
- func (o *SyncXboxDLCParams) SetUserID(userID string)
- func (o *SyncXboxDLCParams) WithBody(body *platformclientmodels.XblDLCSyncRequest) *SyncXboxDLCParams
- func (o *SyncXboxDLCParams) WithContext(ctx context.Context) *SyncXboxDLCParams
- func (o *SyncXboxDLCParams) WithHTTPClient(client *http.Client) *SyncXboxDLCParams
- func (o *SyncXboxDLCParams) WithNamespace(namespace string) *SyncXboxDLCParams
- func (o *SyncXboxDLCParams) WithTimeout(timeout time.Duration) *SyncXboxDLCParams
- func (o *SyncXboxDLCParams) WithUserID(userID string) *SyncXboxDLCParams
- func (o *SyncXboxDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncXboxDLCReader
- type UpdateDLCItemConfigBadRequest
- type UpdateDLCItemConfigConflict
- type UpdateDLCItemConfigOK
- type UpdateDLCItemConfigParams
- func NewUpdateDLCItemConfigParams() *UpdateDLCItemConfigParams
- func NewUpdateDLCItemConfigParamsWithContext(ctx context.Context) *UpdateDLCItemConfigParams
- func NewUpdateDLCItemConfigParamsWithHTTPClient(client *http.Client) *UpdateDLCItemConfigParams
- func NewUpdateDLCItemConfigParamsWithTimeout(timeout time.Duration) *UpdateDLCItemConfigParams
- func (o *UpdateDLCItemConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdateDLCItemConfigParams) SetBody(body *platformclientmodels.DLCItemConfigUpdate)
- func (o *UpdateDLCItemConfigParams) SetContext(ctx context.Context)
- func (o *UpdateDLCItemConfigParams) SetFlightId(flightId string)
- func (o *UpdateDLCItemConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateDLCItemConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdateDLCItemConfigParams) SetNamespace(namespace string)
- func (o *UpdateDLCItemConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateDLCItemConfigParams) WithBody(body *platformclientmodels.DLCItemConfigUpdate) *UpdateDLCItemConfigParams
- func (o *UpdateDLCItemConfigParams) WithContext(ctx context.Context) *UpdateDLCItemConfigParams
- func (o *UpdateDLCItemConfigParams) WithHTTPClient(client *http.Client) *UpdateDLCItemConfigParams
- func (o *UpdateDLCItemConfigParams) WithNamespace(namespace string) *UpdateDLCItemConfigParams
- func (o *UpdateDLCItemConfigParams) WithTimeout(timeout time.Duration) *UpdateDLCItemConfigParams
- func (o *UpdateDLCItemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateDLCItemConfigReader
- type UpdateDLCItemConfigUnprocessableEntity
- type UpdatePlatformDLCConfigOK
- type UpdatePlatformDLCConfigParams
- func NewUpdatePlatformDLCConfigParams() *UpdatePlatformDLCConfigParams
- func NewUpdatePlatformDLCConfigParamsWithContext(ctx context.Context) *UpdatePlatformDLCConfigParams
- func NewUpdatePlatformDLCConfigParamsWithHTTPClient(client *http.Client) *UpdatePlatformDLCConfigParams
- func NewUpdatePlatformDLCConfigParamsWithTimeout(timeout time.Duration) *UpdatePlatformDLCConfigParams
- func (o *UpdatePlatformDLCConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdatePlatformDLCConfigParams) SetBody(body *platformclientmodels.PlatformDLCConfigUpdate)
- func (o *UpdatePlatformDLCConfigParams) SetContext(ctx context.Context)
- func (o *UpdatePlatformDLCConfigParams) SetFlightId(flightId string)
- func (o *UpdatePlatformDLCConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdatePlatformDLCConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdatePlatformDLCConfigParams) SetNamespace(namespace string)
- func (o *UpdatePlatformDLCConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdatePlatformDLCConfigParams) WithBody(body *platformclientmodels.PlatformDLCConfigUpdate) *UpdatePlatformDLCConfigParams
- func (o *UpdatePlatformDLCConfigParams) WithContext(ctx context.Context) *UpdatePlatformDLCConfigParams
- func (o *UpdatePlatformDLCConfigParams) WithHTTPClient(client *http.Client) *UpdatePlatformDLCConfigParams
- func (o *UpdatePlatformDLCConfigParams) WithNamespace(namespace string) *UpdatePlatformDLCConfigParams
- func (o *UpdatePlatformDLCConfigParams) WithTimeout(timeout time.Duration) *UpdatePlatformDLCConfigParams
- func (o *UpdatePlatformDLCConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdatePlatformDLCConfigReader
- type UpdatePlatformDLCConfigUnprocessableEntity
Constants ¶
const ( GeDLCDurableRewardShortMapEPICGAMESConstant = "EPICGAMES" GeDLCDurableRewardShortMapOCULUSConstant = "OCULUS" GeDLCDurableRewardShortMapPSNConstant = "PSN" GeDLCDurableRewardShortMapSTEAMConstant = "STEAM" GeDLCDurableRewardShortMapXBOXConstant = "XBOX" )
Get the enum in GeDLCDurableRewardShortMapParams
const ( GetUserDLCByPlatformEPICGAMESConstant = "EPICGAMES" GetUserDLCByPlatformOCULUSConstant = "OCULUS" GetUserDLCByPlatformPSNConstant = "PSN" GetUserDLCByPlatformSTEAMConstant = "STEAM" GetUserDLCByPlatformXBOXConstant = "XBOX" )
Get the enum in GetUserDLCByPlatformParams
const ( GetUserDLCFULFILLEDConstant = "FULFILLED" GetUserDLCREVOKEDConstant = "REVOKED" GetUserDLCREVOKEFAILEDConstant = "REVOKE_FAILED" )
Get the enum in GetUserDLCParams
const ( GetUserDLCEPICGAMESConstant = "EPICGAMES" GetUserDLCOCULUSConstant = "OCULUS" GetUserDLCPSNConstant = "PSN" GetUserDLCSTEAMConstant = "STEAM" GetUserDLCXBOXConstant = "XBOX" )
Get the enum in GetUserDLCParams
const ( PublicGetMyDLCContentEPICGAMESConstant = "EPICGAMES" PublicGetMyDLCContentOCULUSConstant = "OCULUS" PublicGetMyDLCContentPSNConstant = "PSN" PublicGetMyDLCContentSTEAMConstant = "STEAM" PublicGetMyDLCContentXBOXConstant = "XBOX" )
Get the enum in PublicGetMyDLCContentParams
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for dlc API
func (*Client) DeleteDLCItemConfig
deprecated
func (a *Client) DeleteDLCItemConfig(params *DeleteDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDLCItemConfigNoContent, error)
Deprecated: 2022-08-10 - Use DeleteDLCItemConfigShort instead.
DeleteDLCItemConfig delete a dlc item config delete a DLC item config.
func (*Client) DeleteDLCItemConfigShort ¶
func (a *Client) DeleteDLCItemConfigShort(params *DeleteDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDLCItemConfigNoContent, error)
DeleteDLCItemConfigShort delete a dlc item config delete a DLC item config.
func (*Client) DeletePlatformDLCConfig
deprecated
func (a *Client) DeletePlatformDLCConfig(params *DeletePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePlatformDLCConfigNoContent, error)
Deprecated: 2022-08-10 - Use DeletePlatformDLCConfigShort instead.
DeletePlatformDLCConfig delete a platform dlc config delete a Platform DLC config.
func (*Client) DeletePlatformDLCConfigShort ¶
func (a *Client) DeletePlatformDLCConfigShort(params *DeletePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePlatformDLCConfigNoContent, error)
DeletePlatformDLCConfigShort delete a platform dlc config delete a Platform DLC config.
func (*Client) GeDLCDurableRewardShortMap
deprecated
added in
v0.56.0
func (a *Client) GeDLCDurableRewardShortMap(params *GeDLCDurableRewardShortMapParams, authInfo runtime.ClientAuthInfoWriter) (*GeDLCDurableRewardShortMapOK, *GeDLCDurableRewardShortMapNotFound, error)
Deprecated: 2022-08-10 - Use GeDLCDurableRewardShortMapShort instead.
GeDLCDurableRewardShortMap get dlc durable reward simple map Get dlc reward simple map, only return the sku of durable item reward.
func (*Client) GeDLCDurableRewardShortMapShort ¶ added in v0.56.0
func (a *Client) GeDLCDurableRewardShortMapShort(params *GeDLCDurableRewardShortMapParams, authInfo runtime.ClientAuthInfoWriter) (*GeDLCDurableRewardShortMapOK, error)
GeDLCDurableRewardShortMapShort get dlc durable reward simple map Get dlc reward simple map, only return the sku of durable item reward.
func (*Client) GetDLCItemConfig
deprecated
func (a *Client) GetDLCItemConfig(params *GetDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetDLCItemConfigOK, *GetDLCItemConfigNotFound, error)
Deprecated: 2022-08-10 - Use GetDLCItemConfigShort instead.
GetDLCItemConfig get dlc item config Get DLC item config.
func (*Client) GetDLCItemConfigShort ¶
func (a *Client) GetDLCItemConfigShort(params *GetDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetDLCItemConfigOK, error)
GetDLCItemConfigShort get dlc item config Get DLC item config.
func (*Client) GetPlatformDLCConfig
deprecated
func (a *Client) GetPlatformDLCConfig(params *GetPlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPlatformDLCConfigOK, *GetPlatformDLCConfigNotFound, error)
Deprecated: 2022-08-10 - Use GetPlatformDLCConfigShort instead.
GetPlatformDLCConfig get platform dlc config Get Platform DLC config.
func (*Client) GetPlatformDLCConfigShort ¶
func (a *Client) GetPlatformDLCConfigShort(params *GetPlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPlatformDLCConfigOK, error)
GetPlatformDLCConfigShort get platform dlc config Get Platform DLC config.
func (*Client) GetUserDLC
deprecated
func (a *Client) GetUserDLC(params *GetUserDLCParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserDLCOK, error)
Deprecated: 2022-08-10 - Use GetUserDLCShort instead.
GetUserDLC get user dlc records Get user dlc records. Note: includeAllNamespaces means this endpoint will return user dlcs from all namespace, example scenario isadmin may need to check the user dlcs before unlink a 3rd party account, so the user dlcs should be from all namespaces because unlinking is a platform level action Other detail info:
- Returns : user dlc
func (*Client) GetUserDLCByPlatform
deprecated
added in
v0.43.0
func (a *Client) GetUserDLCByPlatform(params *GetUserDLCByPlatformParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserDLCByPlatformOK, error)
Deprecated: 2022-08-10 - Use GetUserDLCByPlatformShort instead.
GetUserDLCByPlatform get user dlc by platform Get user dlc by platform. Other detail info:
- Returns : user dlc
func (*Client) GetUserDLCByPlatformShort ¶ added in v0.43.0
func (a *Client) GetUserDLCByPlatformShort(params *GetUserDLCByPlatformParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserDLCByPlatformOK, error)
GetUserDLCByPlatformShort get user dlc by platform Get user dlc by platform. Other detail info:
- Returns : user dlc
func (*Client) GetUserDLCShort ¶
func (a *Client) GetUserDLCShort(params *GetUserDLCParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserDLCOK, error)
GetUserDLCShort get user dlc records Get user dlc records. Note: includeAllNamespaces means this endpoint will return user dlcs from all namespace, example scenario isadmin may need to check the user dlcs before unlink a 3rd party account, so the user dlcs should be from all namespaces because unlinking is a platform level action Other detail info:
- Returns : user dlc
func (*Client) PublicGetMyDLCContent
deprecated
added in
v0.72.0
func (a *Client) PublicGetMyDLCContent(params *PublicGetMyDLCContentParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMyDLCContentOK, error)
Deprecated: 2022-08-10 - Use PublicGetMyDLCContentShort instead.
PublicGetMyDLCContent get user dlc reward contents Get user dlc reward contents. If includeAllNamespaces is false, will only return the dlc synced from the current namespace Other detail info:
- Returns : user dlc
func (*Client) PublicGetMyDLCContentShort ¶ added in v0.72.0
func (a *Client) PublicGetMyDLCContentShort(params *PublicGetMyDLCContentParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMyDLCContentOK, error)
PublicGetMyDLCContentShort get user dlc reward contents Get user dlc reward contents. If includeAllNamespaces is false, will only return the dlc synced from the current namespace Other detail info:
- Returns : user dlc
func (*Client) PublicSyncPsnDLCInventory
deprecated
func (a *Client) PublicSyncPsnDLCInventory(params *PublicSyncPsnDLCInventoryParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDLCInventoryNoContent, *PublicSyncPsnDLCInventoryBadRequest, *PublicSyncPsnDLCInventoryNotFound, error)
Deprecated: 2022-08-10 - Use PublicSyncPsnDLCInventoryShort instead.
PublicSyncPsnDLCInventory synchronize with dlc entitlements in psn store. Synchronize with dlc entitlements in PSN Store.Other detail info:
- Returns : result of synchronization
func (*Client) PublicSyncPsnDLCInventoryShort ¶
func (a *Client) PublicSyncPsnDLCInventoryShort(params *PublicSyncPsnDLCInventoryParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDLCInventoryNoContent, error)
PublicSyncPsnDLCInventoryShort synchronize with dlc entitlements in psn store. Synchronize with dlc entitlements in PSN Store.Other detail info:
- Returns : result of synchronization
func (*Client) PublicSyncPsnDLCInventoryWithMultipleServiceLabels
deprecated
func (a *Client) PublicSyncPsnDLCInventoryWithMultipleServiceLabels(params *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent, *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest, *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound, error)
Deprecated: 2022-08-10 - Use PublicSyncPsnDLCInventoryWithMultipleServiceLabelsShort instead.
PublicSyncPsnDLCInventoryWithMultipleServiceLabels synchronize with dlc entitlements in psn store with multiple service labels. Synchronize with dlc entitlements in PSN Store with multiple service labels.Other detail info:
- Returns : result of synchronization
func (*Client) PublicSyncPsnDLCInventoryWithMultipleServiceLabelsShort ¶
func (a *Client) PublicSyncPsnDLCInventoryWithMultipleServiceLabelsShort(params *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent, error)
PublicSyncPsnDLCInventoryWithMultipleServiceLabelsShort synchronize with dlc entitlements in psn store with multiple service labels. Synchronize with dlc entitlements in PSN Store with multiple service labels.Other detail info:
- Returns : result of synchronization
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) SyncEpicGameDLC
deprecated
func (a *Client) SyncEpicGameDLC(params *SyncEpicGameDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncEpicGameDLCNoContent, *SyncEpicGameDLCBadRequest, *SyncEpicGameDLCNotFound, error)
Deprecated: 2022-08-10 - Use SyncEpicGameDLCShort instead.
SyncEpicGameDLC sync epic games dlc items Sync epic games dlc items
func (*Client) SyncEpicGameDLCShort ¶
func (a *Client) SyncEpicGameDLCShort(params *SyncEpicGameDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncEpicGameDLCNoContent, error)
SyncEpicGameDLCShort sync epic games dlc items Sync epic games dlc items
func (*Client) SyncOculusDLC
deprecated
added in
v0.50.0
func (a *Client) SyncOculusDLC(params *SyncOculusDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncOculusDLCNoContent, *SyncOculusDLCBadRequest, *SyncOculusDLCNotFound, error)
Deprecated: 2022-08-10 - Use SyncOculusDLCShort instead.
SyncOculusDLC sync oculus dlc. Sync oculus dlc
func (*Client) SyncOculusDLCShort ¶ added in v0.50.0
func (a *Client) SyncOculusDLCShort(params *SyncOculusDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncOculusDLCNoContent, error)
SyncOculusDLCShort sync oculus dlc. Sync oculus dlc
func (*Client) SyncSteamDLC
deprecated
func (a *Client) SyncSteamDLC(params *SyncSteamDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncSteamDLCNoContent, *SyncSteamDLCBadRequest, *SyncSteamDLCNotFound, error)
Deprecated: 2022-08-10 - Use SyncSteamDLCShort instead.
SyncSteamDLC sync steam dlc. Sync steam dlc
func (*Client) SyncSteamDLCShort ¶
func (a *Client) SyncSteamDLCShort(params *SyncSteamDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncSteamDLCNoContent, error)
SyncSteamDLCShort sync steam dlc. Sync steam dlc
func (*Client) SyncXboxDLC
deprecated
func (a *Client) SyncXboxDLC(params *SyncXboxDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncXboxDLCNoContent, *SyncXboxDLCBadRequest, *SyncXboxDLCNotFound, error)
Deprecated: 2022-08-10 - Use SyncXboxDLCShort instead.
SyncXboxDLC sync xbox dlc items. Sync Xbox inventory's dlc items
func (*Client) SyncXboxDLCShort ¶
func (a *Client) SyncXboxDLCShort(params *SyncXboxDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncXboxDLCNoContent, error)
SyncXboxDLCShort sync xbox dlc items. Sync Xbox inventory's dlc items
func (*Client) UpdateDLCItemConfig
deprecated
func (a *Client) UpdateDLCItemConfig(params *UpdateDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDLCItemConfigOK, *UpdateDLCItemConfigBadRequest, *UpdateDLCItemConfigConflict, *UpdateDLCItemConfigUnprocessableEntity, error)
Deprecated: 2022-08-10 - Use UpdateDLCItemConfigShort instead.
UpdateDLCItemConfig update dlc item config Update DLC item config. Other detail info:
- Returns : updated DLC item config
func (*Client) UpdateDLCItemConfigShort ¶
func (a *Client) UpdateDLCItemConfigShort(params *UpdateDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDLCItemConfigOK, error)
UpdateDLCItemConfigShort update dlc item config Update DLC item config. Other detail info:
- Returns : updated DLC item config
func (*Client) UpdatePlatformDLCConfig
deprecated
func (a *Client) UpdatePlatformDLCConfig(params *UpdatePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePlatformDLCConfigOK, *UpdatePlatformDLCConfigUnprocessableEntity, error)
Deprecated: 2022-08-10 - Use UpdatePlatformDLCConfigShort instead.
UpdatePlatformDLCConfig update platform dlc config Update Platform DLC config. Other detail info:
- Returns : updated Platform DLC config
## Restrictions for platform dlc map
1. Cannot use "." as the key name -
{ "data.2": "value" }
2. Cannot use "$" as the prefix in key names -
{ "$data": "value" }
func (*Client) UpdatePlatformDLCConfigShort ¶
func (a *Client) UpdatePlatformDLCConfigShort(params *UpdatePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePlatformDLCConfigOK, error)
UpdatePlatformDLCConfigShort update platform dlc config Update Platform DLC config. Other detail info:
- Returns : updated Platform DLC config
## Restrictions for platform dlc map
1. Cannot use "." as the key name -
{ "data.2": "value" }
2. Cannot use "$" as the prefix in key names -
{ "$data": "value" }
type ClientService ¶
type ClientService interface { GetDLCItemConfig(params *GetDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetDLCItemConfigOK, *GetDLCItemConfigNotFound, error) GetDLCItemConfigShort(params *GetDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetDLCItemConfigOK, error) UpdateDLCItemConfig(params *UpdateDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDLCItemConfigOK, *UpdateDLCItemConfigBadRequest, *UpdateDLCItemConfigConflict, *UpdateDLCItemConfigUnprocessableEntity, error) UpdateDLCItemConfigShort(params *UpdateDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDLCItemConfigOK, error) DeleteDLCItemConfig(params *DeleteDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDLCItemConfigNoContent, error) DeleteDLCItemConfigShort(params *DeleteDLCItemConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDLCItemConfigNoContent, error) GetPlatformDLCConfig(params *GetPlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPlatformDLCConfigOK, *GetPlatformDLCConfigNotFound, error) GetPlatformDLCConfigShort(params *GetPlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPlatformDLCConfigOK, error) UpdatePlatformDLCConfig(params *UpdatePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePlatformDLCConfigOK, *UpdatePlatformDLCConfigUnprocessableEntity, error) UpdatePlatformDLCConfigShort(params *UpdatePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePlatformDLCConfigOK, error) DeletePlatformDLCConfig(params *DeletePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePlatformDLCConfigNoContent, error) DeletePlatformDLCConfigShort(params *DeletePlatformDLCConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePlatformDLCConfigNoContent, error) GetUserDLCByPlatform(params *GetUserDLCByPlatformParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserDLCByPlatformOK, error) GetUserDLCByPlatformShort(params *GetUserDLCByPlatformParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserDLCByPlatformOK, error) GetUserDLC(params *GetUserDLCParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserDLCOK, error) GetUserDLCShort(params *GetUserDLCParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserDLCOK, error) GeDLCDurableRewardShortMap(params *GeDLCDurableRewardShortMapParams, authInfo runtime.ClientAuthInfoWriter) (*GeDLCDurableRewardShortMapOK, *GeDLCDurableRewardShortMapNotFound, error) GeDLCDurableRewardShortMapShort(params *GeDLCDurableRewardShortMapParams, authInfo runtime.ClientAuthInfoWriter) (*GeDLCDurableRewardShortMapOK, error) SyncEpicGameDLC(params *SyncEpicGameDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncEpicGameDLCNoContent, *SyncEpicGameDLCBadRequest, *SyncEpicGameDLCNotFound, error) SyncEpicGameDLCShort(params *SyncEpicGameDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncEpicGameDLCNoContent, error) SyncOculusDLC(params *SyncOculusDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncOculusDLCNoContent, *SyncOculusDLCBadRequest, *SyncOculusDLCNotFound, error) SyncOculusDLCShort(params *SyncOculusDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncOculusDLCNoContent, error) PublicSyncPsnDLCInventory(params *PublicSyncPsnDLCInventoryParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDLCInventoryNoContent, *PublicSyncPsnDLCInventoryBadRequest, *PublicSyncPsnDLCInventoryNotFound, error) PublicSyncPsnDLCInventoryShort(params *PublicSyncPsnDLCInventoryParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDLCInventoryNoContent, error) PublicSyncPsnDLCInventoryWithMultipleServiceLabels(params *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent, *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest, *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound, error) PublicSyncPsnDLCInventoryWithMultipleServiceLabelsShort(params *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams, authInfo runtime.ClientAuthInfoWriter) (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent, error) SyncSteamDLC(params *SyncSteamDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncSteamDLCNoContent, *SyncSteamDLCBadRequest, *SyncSteamDLCNotFound, error) SyncSteamDLCShort(params *SyncSteamDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncSteamDLCNoContent, error) SyncXboxDLC(params *SyncXboxDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncXboxDLCNoContent, *SyncXboxDLCBadRequest, *SyncXboxDLCNotFound, error) SyncXboxDLCShort(params *SyncXboxDLCParams, authInfo runtime.ClientAuthInfoWriter) (*SyncXboxDLCNoContent, error) PublicGetMyDLCContent(params *PublicGetMyDLCContentParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMyDLCContentOK, error) PublicGetMyDLCContentShort(params *PublicGetMyDLCContentParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMyDLCContentOK, 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 dlc API client.
type DeleteDLCItemConfigNoContent ¶
type DeleteDLCItemConfigNoContent struct { }
DeleteDLCItemConfigNoContent handles this case with default header values.
Delete successfully
func NewDeleteDLCItemConfigNoContent ¶
func NewDeleteDLCItemConfigNoContent() *DeleteDLCItemConfigNoContent
NewDeleteDLCItemConfigNoContent creates a DeleteDLCItemConfigNoContent with default headers values
func (*DeleteDLCItemConfigNoContent) Error ¶
func (o *DeleteDLCItemConfigNoContent) Error() string
type DeleteDLCItemConfigParams ¶
type DeleteDLCItemConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace, only accept alphabet and numeric */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
DeleteDLCItemConfigParams contains all the parameters to send to the API endpoint for the delete dlc item config operation typically these are written to a http.Request
func NewDeleteDLCItemConfigParams ¶
func NewDeleteDLCItemConfigParams() *DeleteDLCItemConfigParams
NewDeleteDLCItemConfigParams creates a new DeleteDLCItemConfigParams object with the default values initialized.
func NewDeleteDLCItemConfigParamsWithContext ¶
func NewDeleteDLCItemConfigParamsWithContext(ctx context.Context) *DeleteDLCItemConfigParams
NewDeleteDLCItemConfigParamsWithContext creates a new DeleteDLCItemConfigParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteDLCItemConfigParamsWithHTTPClient ¶
func NewDeleteDLCItemConfigParamsWithHTTPClient(client *http.Client) *DeleteDLCItemConfigParams
NewDeleteDLCItemConfigParamsWithHTTPClient creates a new DeleteDLCItemConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteDLCItemConfigParamsWithTimeout ¶
func NewDeleteDLCItemConfigParamsWithTimeout(timeout time.Duration) *DeleteDLCItemConfigParams
NewDeleteDLCItemConfigParamsWithTimeout creates a new DeleteDLCItemConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteDLCItemConfigParams) SetAuthInfoWriter ¶
func (o *DeleteDLCItemConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete dlc item config params
func (*DeleteDLCItemConfigParams) SetContext ¶
func (o *DeleteDLCItemConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the delete dlc item config params
func (*DeleteDLCItemConfigParams) SetFlightId ¶ added in v0.63.0
func (o *DeleteDLCItemConfigParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*DeleteDLCItemConfigParams) SetHTTPClient ¶
func (o *DeleteDLCItemConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete dlc item config params
func (*DeleteDLCItemConfigParams) SetHTTPClientTransport ¶
func (o *DeleteDLCItemConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete dlc item config params
func (*DeleteDLCItemConfigParams) SetNamespace ¶
func (o *DeleteDLCItemConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete dlc item config params
func (*DeleteDLCItemConfigParams) SetTimeout ¶
func (o *DeleteDLCItemConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete dlc item config params
func (*DeleteDLCItemConfigParams) WithContext ¶
func (o *DeleteDLCItemConfigParams) WithContext(ctx context.Context) *DeleteDLCItemConfigParams
WithContext adds the context to the delete dlc item config params
func (*DeleteDLCItemConfigParams) WithHTTPClient ¶
func (o *DeleteDLCItemConfigParams) WithHTTPClient(client *http.Client) *DeleteDLCItemConfigParams
WithHTTPClient adds the HTTPClient to the delete dlc item config params
func (*DeleteDLCItemConfigParams) WithNamespace ¶
func (o *DeleteDLCItemConfigParams) WithNamespace(namespace string) *DeleteDLCItemConfigParams
WithNamespace adds the namespace to the delete dlc item config params
func (*DeleteDLCItemConfigParams) WithTimeout ¶
func (o *DeleteDLCItemConfigParams) WithTimeout(timeout time.Duration) *DeleteDLCItemConfigParams
WithTimeout adds the timeout to the delete dlc item config params
func (*DeleteDLCItemConfigParams) WriteToRequest ¶
func (o *DeleteDLCItemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDLCItemConfigReader ¶
type DeleteDLCItemConfigReader struct {
// contains filtered or unexported fields
}
DeleteDLCItemConfigReader is a Reader for the DeleteDLCItemConfig structure.
func (*DeleteDLCItemConfigReader) ReadResponse ¶
func (o *DeleteDLCItemConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePlatformDLCConfigNoContent ¶
type DeletePlatformDLCConfigNoContent struct { }
DeletePlatformDLCConfigNoContent handles this case with default header values.
Delete successfully
func NewDeletePlatformDLCConfigNoContent ¶
func NewDeletePlatformDLCConfigNoContent() *DeletePlatformDLCConfigNoContent
NewDeletePlatformDLCConfigNoContent creates a DeletePlatformDLCConfigNoContent with default headers values
func (*DeletePlatformDLCConfigNoContent) Error ¶
func (o *DeletePlatformDLCConfigNoContent) Error() string
type DeletePlatformDLCConfigParams ¶
type DeletePlatformDLCConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace, only accept alphabet and numeric */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
DeletePlatformDLCConfigParams contains all the parameters to send to the API endpoint for the delete platform dlc config operation typically these are written to a http.Request
func NewDeletePlatformDLCConfigParams ¶
func NewDeletePlatformDLCConfigParams() *DeletePlatformDLCConfigParams
NewDeletePlatformDLCConfigParams creates a new DeletePlatformDLCConfigParams object with the default values initialized.
func NewDeletePlatformDLCConfigParamsWithContext ¶
func NewDeletePlatformDLCConfigParamsWithContext(ctx context.Context) *DeletePlatformDLCConfigParams
NewDeletePlatformDLCConfigParamsWithContext creates a new DeletePlatformDLCConfigParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePlatformDLCConfigParamsWithHTTPClient ¶
func NewDeletePlatformDLCConfigParamsWithHTTPClient(client *http.Client) *DeletePlatformDLCConfigParams
NewDeletePlatformDLCConfigParamsWithHTTPClient creates a new DeletePlatformDLCConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePlatformDLCConfigParamsWithTimeout ¶
func NewDeletePlatformDLCConfigParamsWithTimeout(timeout time.Duration) *DeletePlatformDLCConfigParams
NewDeletePlatformDLCConfigParamsWithTimeout creates a new DeletePlatformDLCConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePlatformDLCConfigParams) SetAuthInfoWriter ¶
func (o *DeletePlatformDLCConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete platform dlc config params
func (*DeletePlatformDLCConfigParams) SetContext ¶
func (o *DeletePlatformDLCConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the delete platform dlc config params
func (*DeletePlatformDLCConfigParams) SetFlightId ¶ added in v0.63.0
func (o *DeletePlatformDLCConfigParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*DeletePlatformDLCConfigParams) SetHTTPClient ¶
func (o *DeletePlatformDLCConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete platform dlc config params
func (*DeletePlatformDLCConfigParams) SetHTTPClientTransport ¶
func (o *DeletePlatformDLCConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete platform dlc config params
func (*DeletePlatformDLCConfigParams) SetNamespace ¶
func (o *DeletePlatformDLCConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete platform dlc config params
func (*DeletePlatformDLCConfigParams) SetTimeout ¶
func (o *DeletePlatformDLCConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete platform dlc config params
func (*DeletePlatformDLCConfigParams) WithContext ¶
func (o *DeletePlatformDLCConfigParams) WithContext(ctx context.Context) *DeletePlatformDLCConfigParams
WithContext adds the context to the delete platform dlc config params
func (*DeletePlatformDLCConfigParams) WithHTTPClient ¶
func (o *DeletePlatformDLCConfigParams) WithHTTPClient(client *http.Client) *DeletePlatformDLCConfigParams
WithHTTPClient adds the HTTPClient to the delete platform dlc config params
func (*DeletePlatformDLCConfigParams) WithNamespace ¶
func (o *DeletePlatformDLCConfigParams) WithNamespace(namespace string) *DeletePlatformDLCConfigParams
WithNamespace adds the namespace to the delete platform dlc config params
func (*DeletePlatformDLCConfigParams) WithTimeout ¶
func (o *DeletePlatformDLCConfigParams) WithTimeout(timeout time.Duration) *DeletePlatformDLCConfigParams
WithTimeout adds the timeout to the delete platform dlc config params
func (*DeletePlatformDLCConfigParams) WriteToRequest ¶
func (o *DeletePlatformDLCConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePlatformDLCConfigReader ¶
type DeletePlatformDLCConfigReader struct {
// contains filtered or unexported fields
}
DeletePlatformDLCConfigReader is a Reader for the DeletePlatformDLCConfig structure.
func (*DeletePlatformDLCConfigReader) ReadResponse ¶
func (o *DeletePlatformDLCConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GeDLCDurableRewardShortMapNotFound ¶ added in v0.56.0
type GeDLCDurableRewardShortMapNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
GeDLCDurableRewardShortMapNotFound handles this case with default header values.
<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>39442</td><td>DLC item config cannot be found in namespace [{namespace}]</td></tr><tr><td>39441</td><td>Platform dlc config cannot be found in namespace [{namespace}]</td></tr><tr><td>30341</td><td>Item [{itemId}] does not exist in namespace [{namespace}]</td></tr></table>
func NewGeDLCDurableRewardShortMapNotFound ¶ added in v0.56.0
func NewGeDLCDurableRewardShortMapNotFound() *GeDLCDurableRewardShortMapNotFound
NewGeDLCDurableRewardShortMapNotFound creates a GeDLCDurableRewardShortMapNotFound with default headers values
func (*GeDLCDurableRewardShortMapNotFound) Error ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapNotFound) Error() string
func (*GeDLCDurableRewardShortMapNotFound) GetPayload ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapNotFound) GetPayload() *platformclientmodels.ErrorEntity
func (*GeDLCDurableRewardShortMapNotFound) ToJSONString ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapNotFound) ToJSONString() string
type GeDLCDurableRewardShortMapOK ¶ added in v0.56.0
type GeDLCDurableRewardShortMapOK struct {
Payload *platformclientmodels.DLCConfigRewardShortInfo
}
GeDLCDurableRewardShortMapOK handles this case with default header values.
successful operation
func NewGeDLCDurableRewardShortMapOK ¶ added in v0.56.0
func NewGeDLCDurableRewardShortMapOK() *GeDLCDurableRewardShortMapOK
NewGeDLCDurableRewardShortMapOK creates a GeDLCDurableRewardShortMapOK with default headers values
func (*GeDLCDurableRewardShortMapOK) Error ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapOK) Error() string
func (*GeDLCDurableRewardShortMapOK) GetPayload ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapOK) GetPayload() *platformclientmodels.DLCConfigRewardShortInfo
func (*GeDLCDurableRewardShortMapOK) ToJSONString ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapOK) ToJSONString() string
type GeDLCDurableRewardShortMapParams ¶ added in v0.56.0
type GeDLCDurableRewardShortMapParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace*/ Namespace string /*DLCType*/ DLCType string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GeDLCDurableRewardShortMapParams contains all the parameters to send to the API endpoint for the ge dlc durable reward short map operation typically these are written to a http.Request
func NewGeDLCDurableRewardShortMapParams ¶ added in v0.56.0
func NewGeDLCDurableRewardShortMapParams() *GeDLCDurableRewardShortMapParams
NewGeDLCDurableRewardShortMapParams creates a new GeDLCDurableRewardShortMapParams object with the default values initialized.
func NewGeDLCDurableRewardShortMapParamsWithContext ¶ added in v0.56.0
func NewGeDLCDurableRewardShortMapParamsWithContext(ctx context.Context) *GeDLCDurableRewardShortMapParams
NewGeDLCDurableRewardShortMapParamsWithContext creates a new GeDLCDurableRewardShortMapParams object with the default values initialized, and the ability to set a context for a request
func NewGeDLCDurableRewardShortMapParamsWithHTTPClient ¶ added in v0.56.0
func NewGeDLCDurableRewardShortMapParamsWithHTTPClient(client *http.Client) *GeDLCDurableRewardShortMapParams
NewGeDLCDurableRewardShortMapParamsWithHTTPClient creates a new GeDLCDurableRewardShortMapParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGeDLCDurableRewardShortMapParamsWithTimeout ¶ added in v0.56.0
func NewGeDLCDurableRewardShortMapParamsWithTimeout(timeout time.Duration) *GeDLCDurableRewardShortMapParams
NewGeDLCDurableRewardShortMapParamsWithTimeout creates a new GeDLCDurableRewardShortMapParams object with the default values initialized, and the ability to set a timeout on a request
func (*GeDLCDurableRewardShortMapParams) SetAuthInfoWriter ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the ge dlc durable reward short map params
func (*GeDLCDurableRewardShortMapParams) SetContext ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapParams) SetContext(ctx context.Context)
SetContext adds the context to the ge dlc durable reward short map params
func (*GeDLCDurableRewardShortMapParams) SetDLCType ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapParams) SetDLCType(dLCType string)
SetDLCType adds the dlcType to the ge dlc durable reward short map params
func (*GeDLCDurableRewardShortMapParams) SetFlightId ¶ added in v0.63.0
func (o *GeDLCDurableRewardShortMapParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GeDLCDurableRewardShortMapParams) SetHTTPClient ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the ge dlc durable reward short map params
func (*GeDLCDurableRewardShortMapParams) SetHTTPClientTransport ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the ge dlc durable reward short map params
func (*GeDLCDurableRewardShortMapParams) SetNamespace ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the ge dlc durable reward short map params
func (*GeDLCDurableRewardShortMapParams) SetTimeout ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the ge dlc durable reward short map params
func (*GeDLCDurableRewardShortMapParams) WithContext ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapParams) WithContext(ctx context.Context) *GeDLCDurableRewardShortMapParams
WithContext adds the context to the ge dlc durable reward short map params
func (*GeDLCDurableRewardShortMapParams) WithDLCType ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapParams) WithDLCType(dLCType string) *GeDLCDurableRewardShortMapParams
WithDLCType adds the dLCType to the ge dlc durable reward short map params
func (*GeDLCDurableRewardShortMapParams) WithHTTPClient ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapParams) WithHTTPClient(client *http.Client) *GeDLCDurableRewardShortMapParams
WithHTTPClient adds the HTTPClient to the ge dlc durable reward short map params
func (*GeDLCDurableRewardShortMapParams) WithNamespace ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapParams) WithNamespace(namespace string) *GeDLCDurableRewardShortMapParams
WithNamespace adds the namespace to the ge dlc durable reward short map params
func (*GeDLCDurableRewardShortMapParams) WithTimeout ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapParams) WithTimeout(timeout time.Duration) *GeDLCDurableRewardShortMapParams
WithTimeout adds the timeout to the ge dlc durable reward short map params
func (*GeDLCDurableRewardShortMapParams) WriteToRequest ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GeDLCDurableRewardShortMapReader ¶ added in v0.56.0
type GeDLCDurableRewardShortMapReader struct {
// contains filtered or unexported fields
}
GeDLCDurableRewardShortMapReader is a Reader for the GeDLCDurableRewardShortMap structure.
func (*GeDLCDurableRewardShortMapReader) ReadResponse ¶ added in v0.56.0
func (o *GeDLCDurableRewardShortMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDLCItemConfigNotFound ¶
type GetDLCItemConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
GetDLCItemConfigNotFound handles this case with default header values.
<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>39442</td><td>DLC item config cannot be found in namespace [{namespace}]</td></tr></table>
func NewGetDLCItemConfigNotFound ¶
func NewGetDLCItemConfigNotFound() *GetDLCItemConfigNotFound
NewGetDLCItemConfigNotFound creates a GetDLCItemConfigNotFound with default headers values
func (*GetDLCItemConfigNotFound) Error ¶
func (o *GetDLCItemConfigNotFound) Error() string
func (*GetDLCItemConfigNotFound) GetPayload ¶
func (o *GetDLCItemConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
func (*GetDLCItemConfigNotFound) ToJSONString ¶
func (o *GetDLCItemConfigNotFound) ToJSONString() string
type GetDLCItemConfigOK ¶
type GetDLCItemConfigOK struct {
Payload *platformclientmodels.DLCItemConfigInfo
}
GetDLCItemConfigOK handles this case with default header values.
successful operation
func NewGetDLCItemConfigOK ¶
func NewGetDLCItemConfigOK() *GetDLCItemConfigOK
NewGetDLCItemConfigOK creates a GetDLCItemConfigOK with default headers values
func (*GetDLCItemConfigOK) Error ¶
func (o *GetDLCItemConfigOK) Error() string
func (*GetDLCItemConfigOK) GetPayload ¶
func (o *GetDLCItemConfigOK) GetPayload() *platformclientmodels.DLCItemConfigInfo
func (*GetDLCItemConfigOK) ToJSONString ¶
func (o *GetDLCItemConfigOK) ToJSONString() string
type GetDLCItemConfigParams ¶
type GetDLCItemConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace*/ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GetDLCItemConfigParams contains all the parameters to send to the API endpoint for the get dlc item config operation typically these are written to a http.Request
func NewGetDLCItemConfigParams ¶
func NewGetDLCItemConfigParams() *GetDLCItemConfigParams
NewGetDLCItemConfigParams creates a new GetDLCItemConfigParams object with the default values initialized.
func NewGetDLCItemConfigParamsWithContext ¶
func NewGetDLCItemConfigParamsWithContext(ctx context.Context) *GetDLCItemConfigParams
NewGetDLCItemConfigParamsWithContext creates a new GetDLCItemConfigParams object with the default values initialized, and the ability to set a context for a request
func NewGetDLCItemConfigParamsWithHTTPClient ¶
func NewGetDLCItemConfigParamsWithHTTPClient(client *http.Client) *GetDLCItemConfigParams
NewGetDLCItemConfigParamsWithHTTPClient creates a new GetDLCItemConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetDLCItemConfigParamsWithTimeout ¶
func NewGetDLCItemConfigParamsWithTimeout(timeout time.Duration) *GetDLCItemConfigParams
NewGetDLCItemConfigParamsWithTimeout creates a new GetDLCItemConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetDLCItemConfigParams) SetAuthInfoWriter ¶
func (o *GetDLCItemConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get dlc item config params
func (*GetDLCItemConfigParams) SetContext ¶
func (o *GetDLCItemConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get dlc item config params
func (*GetDLCItemConfigParams) SetFlightId ¶ added in v0.63.0
func (o *GetDLCItemConfigParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetDLCItemConfigParams) SetHTTPClient ¶
func (o *GetDLCItemConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get dlc item config params
func (*GetDLCItemConfigParams) SetHTTPClientTransport ¶
func (o *GetDLCItemConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get dlc item config params
func (*GetDLCItemConfigParams) SetNamespace ¶
func (o *GetDLCItemConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get dlc item config params
func (*GetDLCItemConfigParams) SetTimeout ¶
func (o *GetDLCItemConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get dlc item config params
func (*GetDLCItemConfigParams) WithContext ¶
func (o *GetDLCItemConfigParams) WithContext(ctx context.Context) *GetDLCItemConfigParams
WithContext adds the context to the get dlc item config params
func (*GetDLCItemConfigParams) WithHTTPClient ¶
func (o *GetDLCItemConfigParams) WithHTTPClient(client *http.Client) *GetDLCItemConfigParams
WithHTTPClient adds the HTTPClient to the get dlc item config params
func (*GetDLCItemConfigParams) WithNamespace ¶
func (o *GetDLCItemConfigParams) WithNamespace(namespace string) *GetDLCItemConfigParams
WithNamespace adds the namespace to the get dlc item config params
func (*GetDLCItemConfigParams) WithTimeout ¶
func (o *GetDLCItemConfigParams) WithTimeout(timeout time.Duration) *GetDLCItemConfigParams
WithTimeout adds the timeout to the get dlc item config params
func (*GetDLCItemConfigParams) WriteToRequest ¶
func (o *GetDLCItemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDLCItemConfigReader ¶
type GetDLCItemConfigReader struct {
// contains filtered or unexported fields
}
GetDLCItemConfigReader is a Reader for the GetDLCItemConfig structure.
func (*GetDLCItemConfigReader) ReadResponse ¶
func (o *GetDLCItemConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPlatformDLCConfigNotFound ¶
type GetPlatformDLCConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
GetPlatformDLCConfigNotFound handles this case with default header values.
<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>39341</td><td>Platform DLC config cannot be found in namespace [{namespace}]</td></tr></table>
func NewGetPlatformDLCConfigNotFound ¶
func NewGetPlatformDLCConfigNotFound() *GetPlatformDLCConfigNotFound
NewGetPlatformDLCConfigNotFound creates a GetPlatformDLCConfigNotFound with default headers values
func (*GetPlatformDLCConfigNotFound) Error ¶
func (o *GetPlatformDLCConfigNotFound) Error() string
func (*GetPlatformDLCConfigNotFound) GetPayload ¶
func (o *GetPlatformDLCConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
func (*GetPlatformDLCConfigNotFound) ToJSONString ¶
func (o *GetPlatformDLCConfigNotFound) ToJSONString() string
type GetPlatformDLCConfigOK ¶
type GetPlatformDLCConfigOK struct {
Payload *platformclientmodels.PlatformDLCConfigInfo
}
GetPlatformDLCConfigOK handles this case with default header values.
successful operation
func NewGetPlatformDLCConfigOK ¶
func NewGetPlatformDLCConfigOK() *GetPlatformDLCConfigOK
NewGetPlatformDLCConfigOK creates a GetPlatformDLCConfigOK with default headers values
func (*GetPlatformDLCConfigOK) Error ¶
func (o *GetPlatformDLCConfigOK) Error() string
func (*GetPlatformDLCConfigOK) GetPayload ¶
func (o *GetPlatformDLCConfigOK) GetPayload() *platformclientmodels.PlatformDLCConfigInfo
func (*GetPlatformDLCConfigOK) ToJSONString ¶
func (o *GetPlatformDLCConfigOK) ToJSONString() string
type GetPlatformDLCConfigParams ¶
type GetPlatformDLCConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace*/ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GetPlatformDLCConfigParams contains all the parameters to send to the API endpoint for the get platform dlc config operation typically these are written to a http.Request
func NewGetPlatformDLCConfigParams ¶
func NewGetPlatformDLCConfigParams() *GetPlatformDLCConfigParams
NewGetPlatformDLCConfigParams creates a new GetPlatformDLCConfigParams object with the default values initialized.
func NewGetPlatformDLCConfigParamsWithContext ¶
func NewGetPlatformDLCConfigParamsWithContext(ctx context.Context) *GetPlatformDLCConfigParams
NewGetPlatformDLCConfigParamsWithContext creates a new GetPlatformDLCConfigParams object with the default values initialized, and the ability to set a context for a request
func NewGetPlatformDLCConfigParamsWithHTTPClient ¶
func NewGetPlatformDLCConfigParamsWithHTTPClient(client *http.Client) *GetPlatformDLCConfigParams
NewGetPlatformDLCConfigParamsWithHTTPClient creates a new GetPlatformDLCConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPlatformDLCConfigParamsWithTimeout ¶
func NewGetPlatformDLCConfigParamsWithTimeout(timeout time.Duration) *GetPlatformDLCConfigParams
NewGetPlatformDLCConfigParamsWithTimeout creates a new GetPlatformDLCConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPlatformDLCConfigParams) SetAuthInfoWriter ¶
func (o *GetPlatformDLCConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get platform dlc config params
func (*GetPlatformDLCConfigParams) SetContext ¶
func (o *GetPlatformDLCConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get platform dlc config params
func (*GetPlatformDLCConfigParams) SetFlightId ¶ added in v0.63.0
func (o *GetPlatformDLCConfigParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetPlatformDLCConfigParams) SetHTTPClient ¶
func (o *GetPlatformDLCConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get platform dlc config params
func (*GetPlatformDLCConfigParams) SetHTTPClientTransport ¶
func (o *GetPlatformDLCConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get platform dlc config params
func (*GetPlatformDLCConfigParams) SetNamespace ¶
func (o *GetPlatformDLCConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get platform dlc config params
func (*GetPlatformDLCConfigParams) SetTimeout ¶
func (o *GetPlatformDLCConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get platform dlc config params
func (*GetPlatformDLCConfigParams) WithContext ¶
func (o *GetPlatformDLCConfigParams) WithContext(ctx context.Context) *GetPlatformDLCConfigParams
WithContext adds the context to the get platform dlc config params
func (*GetPlatformDLCConfigParams) WithHTTPClient ¶
func (o *GetPlatformDLCConfigParams) WithHTTPClient(client *http.Client) *GetPlatformDLCConfigParams
WithHTTPClient adds the HTTPClient to the get platform dlc config params
func (*GetPlatformDLCConfigParams) WithNamespace ¶
func (o *GetPlatformDLCConfigParams) WithNamespace(namespace string) *GetPlatformDLCConfigParams
WithNamespace adds the namespace to the get platform dlc config params
func (*GetPlatformDLCConfigParams) WithTimeout ¶
func (o *GetPlatformDLCConfigParams) WithTimeout(timeout time.Duration) *GetPlatformDLCConfigParams
WithTimeout adds the timeout to the get platform dlc config params
func (*GetPlatformDLCConfigParams) WriteToRequest ¶
func (o *GetPlatformDLCConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPlatformDLCConfigReader ¶
type GetPlatformDLCConfigReader struct {
// contains filtered or unexported fields
}
GetPlatformDLCConfigReader is a Reader for the GetPlatformDLCConfig structure.
func (*GetPlatformDLCConfigReader) ReadResponse ¶
func (o *GetPlatformDLCConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUserDLCByPlatformOK ¶ added in v0.43.0
type GetUserDLCByPlatformOK struct {
Payload *platformclientmodels.UserDLC
}
GetUserDLCByPlatformOK handles this case with default header values.
successful operation
func NewGetUserDLCByPlatformOK ¶ added in v0.43.0
func NewGetUserDLCByPlatformOK() *GetUserDLCByPlatformOK
NewGetUserDLCByPlatformOK creates a GetUserDLCByPlatformOK with default headers values
func (*GetUserDLCByPlatformOK) Error ¶ added in v0.43.0
func (o *GetUserDLCByPlatformOK) Error() string
func (*GetUserDLCByPlatformOK) GetPayload ¶ added in v0.43.0
func (o *GetUserDLCByPlatformOK) GetPayload() *platformclientmodels.UserDLC
func (*GetUserDLCByPlatformOK) ToJSONString ¶ added in v0.43.0
func (o *GetUserDLCByPlatformOK) ToJSONString() string
type GetUserDLCByPlatformParams ¶ added in v0.43.0
type GetUserDLCByPlatformParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace*/ Namespace string /*UserID*/ UserID string /*Type*/ Type string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GetUserDLCByPlatformParams contains all the parameters to send to the API endpoint for the get user dlc by platform operation typically these are written to a http.Request
func NewGetUserDLCByPlatformParams ¶ added in v0.43.0
func NewGetUserDLCByPlatformParams() *GetUserDLCByPlatformParams
NewGetUserDLCByPlatformParams creates a new GetUserDLCByPlatformParams object with the default values initialized.
func NewGetUserDLCByPlatformParamsWithContext ¶ added in v0.43.0
func NewGetUserDLCByPlatformParamsWithContext(ctx context.Context) *GetUserDLCByPlatformParams
NewGetUserDLCByPlatformParamsWithContext creates a new GetUserDLCByPlatformParams object with the default values initialized, and the ability to set a context for a request
func NewGetUserDLCByPlatformParamsWithHTTPClient ¶ added in v0.43.0
func NewGetUserDLCByPlatformParamsWithHTTPClient(client *http.Client) *GetUserDLCByPlatformParams
NewGetUserDLCByPlatformParamsWithHTTPClient creates a new GetUserDLCByPlatformParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUserDLCByPlatformParamsWithTimeout ¶ added in v0.43.0
func NewGetUserDLCByPlatformParamsWithTimeout(timeout time.Duration) *GetUserDLCByPlatformParams
NewGetUserDLCByPlatformParamsWithTimeout creates a new GetUserDLCByPlatformParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUserDLCByPlatformParams) SetAuthInfoWriter ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get user dlc by platform params
func (*GetUserDLCByPlatformParams) SetContext ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) SetContext(ctx context.Context)
SetContext adds the context to the get user dlc by platform params
func (*GetUserDLCByPlatformParams) SetFlightId ¶ added in v0.63.0
func (o *GetUserDLCByPlatformParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetUserDLCByPlatformParams) SetHTTPClient ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get user dlc by platform params
func (*GetUserDLCByPlatformParams) SetHTTPClientTransport ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get user dlc by platform params
func (*GetUserDLCByPlatformParams) SetNamespace ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get user dlc by platform params
func (*GetUserDLCByPlatformParams) SetTimeout ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get user dlc by platform params
func (*GetUserDLCByPlatformParams) SetType ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) SetType(typeVar string)
SetType adds the type to the get user dlc by platform params
func (*GetUserDLCByPlatformParams) SetUserID ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) SetUserID(userID string)
SetUserID adds the userId to the get user dlc by platform params
func (*GetUserDLCByPlatformParams) WithContext ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) WithContext(ctx context.Context) *GetUserDLCByPlatformParams
WithContext adds the context to the get user dlc by platform params
func (*GetUserDLCByPlatformParams) WithHTTPClient ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) WithHTTPClient(client *http.Client) *GetUserDLCByPlatformParams
WithHTTPClient adds the HTTPClient to the get user dlc by platform params
func (*GetUserDLCByPlatformParams) WithNamespace ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) WithNamespace(namespace string) *GetUserDLCByPlatformParams
WithNamespace adds the namespace to the get user dlc by platform params
func (*GetUserDLCByPlatformParams) WithTimeout ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) WithTimeout(timeout time.Duration) *GetUserDLCByPlatformParams
WithTimeout adds the timeout to the get user dlc by platform params
func (*GetUserDLCByPlatformParams) WithType ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) WithType(typeVar string) *GetUserDLCByPlatformParams
WithType adds the typeVar to the get user dlc by platform params
func (*GetUserDLCByPlatformParams) WithUserID ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) WithUserID(userID string) *GetUserDLCByPlatformParams
WithUserID adds the userID to the get user dlc by platform params
func (*GetUserDLCByPlatformParams) WriteToRequest ¶ added in v0.43.0
func (o *GetUserDLCByPlatformParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUserDLCByPlatformReader ¶ added in v0.43.0
type GetUserDLCByPlatformReader struct {
// contains filtered or unexported fields
}
GetUserDLCByPlatformReader is a Reader for the GetUserDLCByPlatform structure.
func (*GetUserDLCByPlatformReader) ReadResponse ¶ added in v0.43.0
func (o *GetUserDLCByPlatformReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUserDLCOK ¶
type GetUserDLCOK struct {
Payload []*platformclientmodels.UserDLCRecord
}
GetUserDLCOK handles this case with default header values.
successful operation
func NewGetUserDLCOK ¶
func NewGetUserDLCOK() *GetUserDLCOK
NewGetUserDLCOK creates a GetUserDLCOK with default headers values
func (*GetUserDLCOK) Error ¶
func (o *GetUserDLCOK) Error() string
func (*GetUserDLCOK) GetPayload ¶
func (o *GetUserDLCOK) GetPayload() []*platformclientmodels.UserDLCRecord
func (*GetUserDLCOK) ToJSONString ¶
func (o *GetUserDLCOK) ToJSONString() string
type GetUserDLCParams ¶
type GetUserDLCParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace*/ Namespace string /*UserID*/ UserID string /*IncludeAllNamespaces*/ IncludeAllNamespaces *bool /*Status*/ Status *string /*Type*/ Type *string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GetUserDLCParams contains all the parameters to send to the API endpoint for the get user dlc operation typically these are written to a http.Request
func NewGetUserDLCParams ¶
func NewGetUserDLCParams() *GetUserDLCParams
NewGetUserDLCParams creates a new GetUserDLCParams object with the default values initialized.
func NewGetUserDLCParamsWithContext ¶
func NewGetUserDLCParamsWithContext(ctx context.Context) *GetUserDLCParams
NewGetUserDLCParamsWithContext creates a new GetUserDLCParams object with the default values initialized, and the ability to set a context for a request
func NewGetUserDLCParamsWithHTTPClient ¶
func NewGetUserDLCParamsWithHTTPClient(client *http.Client) *GetUserDLCParams
NewGetUserDLCParamsWithHTTPClient creates a new GetUserDLCParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUserDLCParamsWithTimeout ¶
func NewGetUserDLCParamsWithTimeout(timeout time.Duration) *GetUserDLCParams
NewGetUserDLCParamsWithTimeout creates a new GetUserDLCParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUserDLCParams) SetAuthInfoWriter ¶
func (o *GetUserDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get user dlc params
func (*GetUserDLCParams) SetContext ¶
func (o *GetUserDLCParams) SetContext(ctx context.Context)
SetContext adds the context to the get user dlc params
func (*GetUserDLCParams) SetFlightId ¶ added in v0.63.0
func (o *GetUserDLCParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetUserDLCParams) SetHTTPClient ¶
func (o *GetUserDLCParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get user dlc params
func (*GetUserDLCParams) SetHTTPClientTransport ¶
func (o *GetUserDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get user dlc params
func (*GetUserDLCParams) SetIncludeAllNamespaces ¶ added in v0.72.0
func (o *GetUserDLCParams) SetIncludeAllNamespaces(includeAllNamespaces *bool)
SetIncludeAllNamespaces adds the includeAllNamespaces to the get user dlc params
func (*GetUserDLCParams) SetNamespace ¶
func (o *GetUserDLCParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get user dlc params
func (*GetUserDLCParams) SetStatus ¶ added in v0.72.0
func (o *GetUserDLCParams) SetStatus(status *string)
SetStatus adds the status to the get user dlc params
func (*GetUserDLCParams) SetTimeout ¶
func (o *GetUserDLCParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get user dlc params
func (*GetUserDLCParams) SetType ¶
func (o *GetUserDLCParams) SetType(typeVar *string)
SetType adds the type to the get user dlc params
func (*GetUserDLCParams) SetUserID ¶
func (o *GetUserDLCParams) SetUserID(userID string)
SetUserID adds the userId to the get user dlc params
func (*GetUserDLCParams) WithContext ¶
func (o *GetUserDLCParams) WithContext(ctx context.Context) *GetUserDLCParams
WithContext adds the context to the get user dlc params
func (*GetUserDLCParams) WithHTTPClient ¶
func (o *GetUserDLCParams) WithHTTPClient(client *http.Client) *GetUserDLCParams
WithHTTPClient adds the HTTPClient to the get user dlc params
func (*GetUserDLCParams) WithIncludeAllNamespaces ¶ added in v0.72.0
func (o *GetUserDLCParams) WithIncludeAllNamespaces(includeAllNamespaces *bool) *GetUserDLCParams
WithIncludeAllNamespaces adds the includeAllNamespaces to the get user dlc params
func (*GetUserDLCParams) WithNamespace ¶
func (o *GetUserDLCParams) WithNamespace(namespace string) *GetUserDLCParams
WithNamespace adds the namespace to the get user dlc params
func (*GetUserDLCParams) WithStatus ¶ added in v0.72.0
func (o *GetUserDLCParams) WithStatus(status *string) *GetUserDLCParams
WithStatus adds the status to the get user dlc params
func (*GetUserDLCParams) WithTimeout ¶
func (o *GetUserDLCParams) WithTimeout(timeout time.Duration) *GetUserDLCParams
WithTimeout adds the timeout to the get user dlc params
func (*GetUserDLCParams) WithType ¶
func (o *GetUserDLCParams) WithType(typeVar *string) *GetUserDLCParams
WithType adds the typeVar to the get user dlc params
func (*GetUserDLCParams) WithUserID ¶
func (o *GetUserDLCParams) WithUserID(userID string) *GetUserDLCParams
WithUserID adds the userID to the get user dlc params
func (*GetUserDLCParams) WriteToRequest ¶
func (o *GetUserDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUserDLCReader ¶
type GetUserDLCReader struct {
// contains filtered or unexported fields
}
GetUserDLCReader is a Reader for the GetUserDLC structure.
func (*GetUserDLCReader) ReadResponse ¶
func (o *GetUserDLCReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PublicGetMyDLCContentOK ¶ added in v0.72.0
type PublicGetMyDLCContentOK struct {
Payload *platformclientmodels.SimpleUserDLCRewardContentsResponse
}
PublicGetMyDLCContentOK handles this case with default header values.
successful operation
func NewPublicGetMyDLCContentOK ¶ added in v0.72.0
func NewPublicGetMyDLCContentOK() *PublicGetMyDLCContentOK
NewPublicGetMyDLCContentOK creates a PublicGetMyDLCContentOK with default headers values
func (*PublicGetMyDLCContentOK) Error ¶ added in v0.72.0
func (o *PublicGetMyDLCContentOK) Error() string
func (*PublicGetMyDLCContentOK) GetPayload ¶ added in v0.72.0
func (o *PublicGetMyDLCContentOK) GetPayload() *platformclientmodels.SimpleUserDLCRewardContentsResponse
func (*PublicGetMyDLCContentOK) ToJSONString ¶ added in v0.72.0
func (o *PublicGetMyDLCContentOK) ToJSONString() string
type PublicGetMyDLCContentParams ¶ added in v0.72.0
type PublicGetMyDLCContentParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*IncludeAllNamespaces*/ IncludeAllNamespaces *bool /*Type*/ Type string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
PublicGetMyDLCContentParams contains all the parameters to send to the API endpoint for the public get my dlc content operation typically these are written to a http.Request
func NewPublicGetMyDLCContentParams ¶ added in v0.72.0
func NewPublicGetMyDLCContentParams() *PublicGetMyDLCContentParams
NewPublicGetMyDLCContentParams creates a new PublicGetMyDLCContentParams object with the default values initialized.
func NewPublicGetMyDLCContentParamsWithContext ¶ added in v0.72.0
func NewPublicGetMyDLCContentParamsWithContext(ctx context.Context) *PublicGetMyDLCContentParams
NewPublicGetMyDLCContentParamsWithContext creates a new PublicGetMyDLCContentParams object with the default values initialized, and the ability to set a context for a request
func NewPublicGetMyDLCContentParamsWithHTTPClient ¶ added in v0.72.0
func NewPublicGetMyDLCContentParamsWithHTTPClient(client *http.Client) *PublicGetMyDLCContentParams
NewPublicGetMyDLCContentParamsWithHTTPClient creates a new PublicGetMyDLCContentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPublicGetMyDLCContentParamsWithTimeout ¶ added in v0.72.0
func NewPublicGetMyDLCContentParamsWithTimeout(timeout time.Duration) *PublicGetMyDLCContentParams
NewPublicGetMyDLCContentParamsWithTimeout creates a new PublicGetMyDLCContentParams object with the default values initialized, and the ability to set a timeout on a request
func (*PublicGetMyDLCContentParams) SetAuthInfoWriter ¶ added in v0.72.0
func (o *PublicGetMyDLCContentParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the public get my dlc content params
func (*PublicGetMyDLCContentParams) SetContext ¶ added in v0.72.0
func (o *PublicGetMyDLCContentParams) SetContext(ctx context.Context)
SetContext adds the context to the public get my dlc content params
func (*PublicGetMyDLCContentParams) SetFlightId ¶ added in v0.72.0
func (o *PublicGetMyDLCContentParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*PublicGetMyDLCContentParams) SetHTTPClient ¶ added in v0.72.0
func (o *PublicGetMyDLCContentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the public get my dlc content params
func (*PublicGetMyDLCContentParams) SetHTTPClientTransport ¶ added in v0.72.0
func (o *PublicGetMyDLCContentParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the public get my dlc content params
func (*PublicGetMyDLCContentParams) SetIncludeAllNamespaces ¶ added in v0.72.0
func (o *PublicGetMyDLCContentParams) SetIncludeAllNamespaces(includeAllNamespaces *bool)
SetIncludeAllNamespaces adds the includeAllNamespaces to the public get my dlc content params
func (*PublicGetMyDLCContentParams) SetTimeout ¶ added in v0.72.0
func (o *PublicGetMyDLCContentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the public get my dlc content params
func (*PublicGetMyDLCContentParams) SetType ¶ added in v0.72.0
func (o *PublicGetMyDLCContentParams) SetType(typeVar string)
SetType adds the type to the public get my dlc content params
func (*PublicGetMyDLCContentParams) WithContext ¶ added in v0.72.0
func (o *PublicGetMyDLCContentParams) WithContext(ctx context.Context) *PublicGetMyDLCContentParams
WithContext adds the context to the public get my dlc content params
func (*PublicGetMyDLCContentParams) WithHTTPClient ¶ added in v0.72.0
func (o *PublicGetMyDLCContentParams) WithHTTPClient(client *http.Client) *PublicGetMyDLCContentParams
WithHTTPClient adds the HTTPClient to the public get my dlc content params
func (*PublicGetMyDLCContentParams) WithIncludeAllNamespaces ¶ added in v0.72.0
func (o *PublicGetMyDLCContentParams) WithIncludeAllNamespaces(includeAllNamespaces *bool) *PublicGetMyDLCContentParams
WithIncludeAllNamespaces adds the includeAllNamespaces to the public get my dlc content params
func (*PublicGetMyDLCContentParams) WithTimeout ¶ added in v0.72.0
func (o *PublicGetMyDLCContentParams) WithTimeout(timeout time.Duration) *PublicGetMyDLCContentParams
WithTimeout adds the timeout to the public get my dlc content params
func (*PublicGetMyDLCContentParams) WithType ¶ added in v0.72.0
func (o *PublicGetMyDLCContentParams) WithType(typeVar string) *PublicGetMyDLCContentParams
WithType adds the typeVar to the public get my dlc content params
func (*PublicGetMyDLCContentParams) WriteToRequest ¶ added in v0.72.0
func (o *PublicGetMyDLCContentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PublicGetMyDLCContentReader ¶ added in v0.72.0
type PublicGetMyDLCContentReader struct {
// contains filtered or unexported fields
}
PublicGetMyDLCContentReader is a Reader for the PublicGetMyDLCContent structure.
func (*PublicGetMyDLCContentReader) ReadResponse ¶ added in v0.72.0
func (o *PublicGetMyDLCContentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PublicSyncPsnDLCInventoryBadRequest ¶
type PublicSyncPsnDLCInventoryBadRequest struct {
Payload *platformclientmodels.ErrorEntity
}
PublicSyncPsnDLCInventoryBadRequest handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>39125</td><td>Invalid platform [{platformId}] user token</td></tr><tr><td>39126</td><td>User id [{}] in namespace [{}] doesn't link platform [{}]</td></tr><tr><td>39127</td><td>Invalid service label [{serviceLabel}]</td></tr><tr><td>39132</td><td>Bad request for playstation under namespace [{namespace}], reason: [{reason}].</td></tr></table>
func NewPublicSyncPsnDLCInventoryBadRequest ¶
func NewPublicSyncPsnDLCInventoryBadRequest() *PublicSyncPsnDLCInventoryBadRequest
NewPublicSyncPsnDLCInventoryBadRequest creates a PublicSyncPsnDLCInventoryBadRequest with default headers values
func (*PublicSyncPsnDLCInventoryBadRequest) Error ¶
func (o *PublicSyncPsnDLCInventoryBadRequest) Error() string
func (*PublicSyncPsnDLCInventoryBadRequest) GetPayload ¶
func (o *PublicSyncPsnDLCInventoryBadRequest) GetPayload() *platformclientmodels.ErrorEntity
func (*PublicSyncPsnDLCInventoryBadRequest) ToJSONString ¶
func (o *PublicSyncPsnDLCInventoryBadRequest) ToJSONString() string
type PublicSyncPsnDLCInventoryNoContent ¶
type PublicSyncPsnDLCInventoryNoContent struct { }
PublicSyncPsnDLCInventoryNoContent handles this case with default header values.
Successful operation
func NewPublicSyncPsnDLCInventoryNoContent ¶
func NewPublicSyncPsnDLCInventoryNoContent() *PublicSyncPsnDLCInventoryNoContent
NewPublicSyncPsnDLCInventoryNoContent creates a PublicSyncPsnDLCInventoryNoContent with default headers values
func (*PublicSyncPsnDLCInventoryNoContent) Error ¶
func (o *PublicSyncPsnDLCInventoryNoContent) Error() string
type PublicSyncPsnDLCInventoryNotFound ¶ added in v0.73.0
type PublicSyncPsnDLCInventoryNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
PublicSyncPsnDLCInventoryNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>39143</td><td>PlayStation IAP config not found in namespace [{namespace}]</td></tr></table>
func NewPublicSyncPsnDLCInventoryNotFound ¶ added in v0.73.0
func NewPublicSyncPsnDLCInventoryNotFound() *PublicSyncPsnDLCInventoryNotFound
NewPublicSyncPsnDLCInventoryNotFound creates a PublicSyncPsnDLCInventoryNotFound with default headers values
func (*PublicSyncPsnDLCInventoryNotFound) Error ¶ added in v0.73.0
func (o *PublicSyncPsnDLCInventoryNotFound) Error() string
func (*PublicSyncPsnDLCInventoryNotFound) GetPayload ¶ added in v0.73.0
func (o *PublicSyncPsnDLCInventoryNotFound) GetPayload() *platformclientmodels.ErrorEntity
func (*PublicSyncPsnDLCInventoryNotFound) ToJSONString ¶ added in v0.73.0
func (o *PublicSyncPsnDLCInventoryNotFound) ToJSONString() string
type PublicSyncPsnDLCInventoryParams ¶
type PublicSyncPsnDLCInventoryParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *platformclientmodels.PlayStationDLCSyncRequest /*Namespace*/ Namespace string /*UserID*/ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
PublicSyncPsnDLCInventoryParams contains all the parameters to send to the API endpoint for the public sync psn dlc inventory operation typically these are written to a http.Request
func NewPublicSyncPsnDLCInventoryParams ¶
func NewPublicSyncPsnDLCInventoryParams() *PublicSyncPsnDLCInventoryParams
NewPublicSyncPsnDLCInventoryParams creates a new PublicSyncPsnDLCInventoryParams object with the default values initialized.
func NewPublicSyncPsnDLCInventoryParamsWithContext ¶
func NewPublicSyncPsnDLCInventoryParamsWithContext(ctx context.Context) *PublicSyncPsnDLCInventoryParams
NewPublicSyncPsnDLCInventoryParamsWithContext creates a new PublicSyncPsnDLCInventoryParams object with the default values initialized, and the ability to set a context for a request
func NewPublicSyncPsnDLCInventoryParamsWithHTTPClient ¶
func NewPublicSyncPsnDLCInventoryParamsWithHTTPClient(client *http.Client) *PublicSyncPsnDLCInventoryParams
NewPublicSyncPsnDLCInventoryParamsWithHTTPClient creates a new PublicSyncPsnDLCInventoryParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPublicSyncPsnDLCInventoryParamsWithTimeout ¶
func NewPublicSyncPsnDLCInventoryParamsWithTimeout(timeout time.Duration) *PublicSyncPsnDLCInventoryParams
NewPublicSyncPsnDLCInventoryParamsWithTimeout creates a new PublicSyncPsnDLCInventoryParams object with the default values initialized, and the ability to set a timeout on a request
func (*PublicSyncPsnDLCInventoryParams) SetAuthInfoWriter ¶
func (o *PublicSyncPsnDLCInventoryParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the public sync psn dlc inventory params
func (*PublicSyncPsnDLCInventoryParams) SetBody ¶
func (o *PublicSyncPsnDLCInventoryParams) SetBody(body *platformclientmodels.PlayStationDLCSyncRequest)
SetBody adds the body to the public sync psn dlc inventory params
func (*PublicSyncPsnDLCInventoryParams) SetContext ¶
func (o *PublicSyncPsnDLCInventoryParams) SetContext(ctx context.Context)
SetContext adds the context to the public sync psn dlc inventory params
func (*PublicSyncPsnDLCInventoryParams) SetFlightId ¶ added in v0.63.0
func (o *PublicSyncPsnDLCInventoryParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*PublicSyncPsnDLCInventoryParams) SetHTTPClient ¶
func (o *PublicSyncPsnDLCInventoryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the public sync psn dlc inventory params
func (*PublicSyncPsnDLCInventoryParams) SetHTTPClientTransport ¶
func (o *PublicSyncPsnDLCInventoryParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the public sync psn dlc inventory params
func (*PublicSyncPsnDLCInventoryParams) SetNamespace ¶
func (o *PublicSyncPsnDLCInventoryParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the public sync psn dlc inventory params
func (*PublicSyncPsnDLCInventoryParams) SetTimeout ¶
func (o *PublicSyncPsnDLCInventoryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the public sync psn dlc inventory params
func (*PublicSyncPsnDLCInventoryParams) SetUserID ¶
func (o *PublicSyncPsnDLCInventoryParams) SetUserID(userID string)
SetUserID adds the userId to the public sync psn dlc inventory params
func (*PublicSyncPsnDLCInventoryParams) WithBody ¶
func (o *PublicSyncPsnDLCInventoryParams) WithBody(body *platformclientmodels.PlayStationDLCSyncRequest) *PublicSyncPsnDLCInventoryParams
WithBody adds the body to the public sync psn dlc inventory params
func (*PublicSyncPsnDLCInventoryParams) WithContext ¶
func (o *PublicSyncPsnDLCInventoryParams) WithContext(ctx context.Context) *PublicSyncPsnDLCInventoryParams
WithContext adds the context to the public sync psn dlc inventory params
func (*PublicSyncPsnDLCInventoryParams) WithHTTPClient ¶
func (o *PublicSyncPsnDLCInventoryParams) WithHTTPClient(client *http.Client) *PublicSyncPsnDLCInventoryParams
WithHTTPClient adds the HTTPClient to the public sync psn dlc inventory params
func (*PublicSyncPsnDLCInventoryParams) WithNamespace ¶
func (o *PublicSyncPsnDLCInventoryParams) WithNamespace(namespace string) *PublicSyncPsnDLCInventoryParams
WithNamespace adds the namespace to the public sync psn dlc inventory params
func (*PublicSyncPsnDLCInventoryParams) WithTimeout ¶
func (o *PublicSyncPsnDLCInventoryParams) WithTimeout(timeout time.Duration) *PublicSyncPsnDLCInventoryParams
WithTimeout adds the timeout to the public sync psn dlc inventory params
func (*PublicSyncPsnDLCInventoryParams) WithUserID ¶
func (o *PublicSyncPsnDLCInventoryParams) WithUserID(userID string) *PublicSyncPsnDLCInventoryParams
WithUserID adds the userID to the public sync psn dlc inventory params
func (*PublicSyncPsnDLCInventoryParams) WriteToRequest ¶
func (o *PublicSyncPsnDLCInventoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PublicSyncPsnDLCInventoryReader ¶
type PublicSyncPsnDLCInventoryReader struct {
// contains filtered or unexported fields
}
PublicSyncPsnDLCInventoryReader is a Reader for the PublicSyncPsnDLCInventory structure.
func (*PublicSyncPsnDLCInventoryReader) ReadResponse ¶
func (o *PublicSyncPsnDLCInventoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest ¶
type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest struct {
Payload *platformclientmodels.ErrorEntity
}
PublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>39125</td><td>Invalid platform [{platformId}] user token</td></tr><tr><td>39126</td><td>User id [{}] in namespace [{}] doesn't link platform [{}]</td></tr><tr><td>39127</td><td>Invalid service label [{serviceLabel}]</td></tr><tr><td>39132</td><td>Bad request for playstation under namespace [{namespace}], reason: [{reason}].</td></tr></table>
func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest ¶
func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest() *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest
NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest creates a PublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest with default headers values
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest) Error ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest) Error() string
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest) GetPayload ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest) GetPayload() *platformclientmodels.ErrorEntity
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest) ToJSONString ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsBadRequest) ToJSONString() string
type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent ¶
type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent struct { }
PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent handles this case with default header values.
Successful operation
func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent ¶
func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent() *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent
NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent creates a PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent with default headers values
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent) Error ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNoContent) Error() string
type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound ¶ added in v0.73.0
type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>39143</td><td>PlayStation IAP config not found in namespace [{namespace}]</td></tr></table>
func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound ¶ added in v0.73.0
func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound() *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound
NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound creates a PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound with default headers values
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound) Error ¶ added in v0.73.0
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound) Error() string
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound) GetPayload ¶ added in v0.73.0
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound) GetPayload() *platformclientmodels.ErrorEntity
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound) ToJSONString ¶ added in v0.73.0
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsNotFound) ToJSONString() string
type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams ¶
type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *platformclientmodels.PlayStationDLCSyncMultiServiceLabelsRequest /*Namespace*/ Namespace string /*UserID*/ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams contains all the parameters to send to the API endpoint for the public sync psn dlc inventory with multiple service labels operation typically these are written to a http.Request
func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams ¶
func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams() *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams creates a new PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams object with the default values initialized.
func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParamsWithContext ¶
func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParamsWithContext(ctx context.Context) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParamsWithContext creates a new PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams object with the default values initialized, and the ability to set a context for a request
func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParamsWithHTTPClient ¶
func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParamsWithHTTPClient(client *http.Client) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParamsWithHTTPClient creates a new PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParamsWithTimeout ¶
func NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParamsWithTimeout(timeout time.Duration) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
NewPublicSyncPsnDLCInventoryWithMultipleServiceLabelsParamsWithTimeout creates a new PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams object with the default values initialized, and the ability to set a timeout on a request
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetAuthInfoWriter ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the public sync psn dlc inventory with multiple service labels params
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetBody ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetBody(body *platformclientmodels.PlayStationDLCSyncMultiServiceLabelsRequest)
SetBody adds the body to the public sync psn dlc inventory with multiple service labels params
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetContext ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetContext(ctx context.Context)
SetContext adds the context to the public sync psn dlc inventory with multiple service labels params
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetFlightId ¶ added in v0.63.0
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetHTTPClient ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the public sync psn dlc inventory with multiple service labels params
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetHTTPClientTransport ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the public sync psn dlc inventory with multiple service labels params
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetNamespace ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the public sync psn dlc inventory with multiple service labels params
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetTimeout ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the public sync psn dlc inventory with multiple service labels params
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetUserID ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) SetUserID(userID string)
SetUserID adds the userId to the public sync psn dlc inventory with multiple service labels params
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithBody ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithBody(body *platformclientmodels.PlayStationDLCSyncMultiServiceLabelsRequest) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
WithBody adds the body to the public sync psn dlc inventory with multiple service labels params
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithContext ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithContext(ctx context.Context) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
WithContext adds the context to the public sync psn dlc inventory with multiple service labels params
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithHTTPClient ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithHTTPClient(client *http.Client) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
WithHTTPClient adds the HTTPClient to the public sync psn dlc inventory with multiple service labels params
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithNamespace ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithNamespace(namespace string) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
WithNamespace adds the namespace to the public sync psn dlc inventory with multiple service labels params
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithTimeout ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithTimeout(timeout time.Duration) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
WithTimeout adds the timeout to the public sync psn dlc inventory with multiple service labels params
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithUserID ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WithUserID(userID string) *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams
WithUserID adds the userID to the public sync psn dlc inventory with multiple service labels params
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WriteToRequest ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsReader ¶
type PublicSyncPsnDLCInventoryWithMultipleServiceLabelsReader struct {
// contains filtered or unexported fields
}
PublicSyncPsnDLCInventoryWithMultipleServiceLabelsReader is a Reader for the PublicSyncPsnDLCInventoryWithMultipleServiceLabels structure.
func (*PublicSyncPsnDLCInventoryWithMultipleServiceLabelsReader) ReadResponse ¶
func (o *PublicSyncPsnDLCInventoryWithMultipleServiceLabelsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncEpicGameDLCBadRequest ¶
type SyncEpicGameDLCBadRequest struct {
Payload *platformclientmodels.ErrorEntity
}
SyncEpicGameDLCBadRequest handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>39125</td><td>Invalid platform [{platformId}] user token</td></tr><tr><td>39126</td><td>User id [{}] in namespace [{}] doesn't link platform [{}]</td></tr></table>
func NewSyncEpicGameDLCBadRequest ¶
func NewSyncEpicGameDLCBadRequest() *SyncEpicGameDLCBadRequest
NewSyncEpicGameDLCBadRequest creates a SyncEpicGameDLCBadRequest with default headers values
func (*SyncEpicGameDLCBadRequest) Error ¶
func (o *SyncEpicGameDLCBadRequest) Error() string
func (*SyncEpicGameDLCBadRequest) GetPayload ¶
func (o *SyncEpicGameDLCBadRequest) GetPayload() *platformclientmodels.ErrorEntity
func (*SyncEpicGameDLCBadRequest) ToJSONString ¶
func (o *SyncEpicGameDLCBadRequest) ToJSONString() string
type SyncEpicGameDLCNoContent ¶
type SyncEpicGameDLCNoContent struct { }
SyncEpicGameDLCNoContent handles this case with default header values.
Successful operation
func NewSyncEpicGameDLCNoContent ¶
func NewSyncEpicGameDLCNoContent() *SyncEpicGameDLCNoContent
NewSyncEpicGameDLCNoContent creates a SyncEpicGameDLCNoContent with default headers values
func (*SyncEpicGameDLCNoContent) Error ¶
func (o *SyncEpicGameDLCNoContent) Error() string
type SyncEpicGameDLCNotFound ¶ added in v0.73.0
type SyncEpicGameDLCNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
SyncEpicGameDLCNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>39147</td><td>Epic IAP config not found in namespace [{namespace}].</td></tr></table>
func NewSyncEpicGameDLCNotFound ¶ added in v0.73.0
func NewSyncEpicGameDLCNotFound() *SyncEpicGameDLCNotFound
NewSyncEpicGameDLCNotFound creates a SyncEpicGameDLCNotFound with default headers values
func (*SyncEpicGameDLCNotFound) Error ¶ added in v0.73.0
func (o *SyncEpicGameDLCNotFound) Error() string
func (*SyncEpicGameDLCNotFound) GetPayload ¶ added in v0.73.0
func (o *SyncEpicGameDLCNotFound) GetPayload() *platformclientmodels.ErrorEntity
func (*SyncEpicGameDLCNotFound) ToJSONString ¶ added in v0.73.0
func (o *SyncEpicGameDLCNotFound) ToJSONString() string
type SyncEpicGameDLCParams ¶
type SyncEpicGameDLCParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *platformclientmodels.EpicGamesDLCSyncRequest /*Namespace*/ Namespace string /*UserID*/ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
SyncEpicGameDLCParams contains all the parameters to send to the API endpoint for the sync epic game dlc operation typically these are written to a http.Request
func NewSyncEpicGameDLCParams ¶
func NewSyncEpicGameDLCParams() *SyncEpicGameDLCParams
NewSyncEpicGameDLCParams creates a new SyncEpicGameDLCParams object with the default values initialized.
func NewSyncEpicGameDLCParamsWithContext ¶
func NewSyncEpicGameDLCParamsWithContext(ctx context.Context) *SyncEpicGameDLCParams
NewSyncEpicGameDLCParamsWithContext creates a new SyncEpicGameDLCParams object with the default values initialized, and the ability to set a context for a request
func NewSyncEpicGameDLCParamsWithHTTPClient ¶
func NewSyncEpicGameDLCParamsWithHTTPClient(client *http.Client) *SyncEpicGameDLCParams
NewSyncEpicGameDLCParamsWithHTTPClient creates a new SyncEpicGameDLCParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSyncEpicGameDLCParamsWithTimeout ¶
func NewSyncEpicGameDLCParamsWithTimeout(timeout time.Duration) *SyncEpicGameDLCParams
NewSyncEpicGameDLCParamsWithTimeout creates a new SyncEpicGameDLCParams object with the default values initialized, and the ability to set a timeout on a request
func (*SyncEpicGameDLCParams) SetAuthInfoWriter ¶
func (o *SyncEpicGameDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the sync epic game dlc params
func (*SyncEpicGameDLCParams) SetBody ¶
func (o *SyncEpicGameDLCParams) SetBody(body *platformclientmodels.EpicGamesDLCSyncRequest)
SetBody adds the body to the sync epic game dlc params
func (*SyncEpicGameDLCParams) SetContext ¶
func (o *SyncEpicGameDLCParams) SetContext(ctx context.Context)
SetContext adds the context to the sync epic game dlc params
func (*SyncEpicGameDLCParams) SetFlightId ¶ added in v0.63.0
func (o *SyncEpicGameDLCParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*SyncEpicGameDLCParams) SetHTTPClient ¶
func (o *SyncEpicGameDLCParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync epic game dlc params
func (*SyncEpicGameDLCParams) SetHTTPClientTransport ¶
func (o *SyncEpicGameDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the sync epic game dlc params
func (*SyncEpicGameDLCParams) SetNamespace ¶
func (o *SyncEpicGameDLCParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the sync epic game dlc params
func (*SyncEpicGameDLCParams) SetTimeout ¶
func (o *SyncEpicGameDLCParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync epic game dlc params
func (*SyncEpicGameDLCParams) SetUserID ¶
func (o *SyncEpicGameDLCParams) SetUserID(userID string)
SetUserID adds the userId to the sync epic game dlc params
func (*SyncEpicGameDLCParams) WithBody ¶
func (o *SyncEpicGameDLCParams) WithBody(body *platformclientmodels.EpicGamesDLCSyncRequest) *SyncEpicGameDLCParams
WithBody adds the body to the sync epic game dlc params
func (*SyncEpicGameDLCParams) WithContext ¶
func (o *SyncEpicGameDLCParams) WithContext(ctx context.Context) *SyncEpicGameDLCParams
WithContext adds the context to the sync epic game dlc params
func (*SyncEpicGameDLCParams) WithHTTPClient ¶
func (o *SyncEpicGameDLCParams) WithHTTPClient(client *http.Client) *SyncEpicGameDLCParams
WithHTTPClient adds the HTTPClient to the sync epic game dlc params
func (*SyncEpicGameDLCParams) WithNamespace ¶
func (o *SyncEpicGameDLCParams) WithNamespace(namespace string) *SyncEpicGameDLCParams
WithNamespace adds the namespace to the sync epic game dlc params
func (*SyncEpicGameDLCParams) WithTimeout ¶
func (o *SyncEpicGameDLCParams) WithTimeout(timeout time.Duration) *SyncEpicGameDLCParams
WithTimeout adds the timeout to the sync epic game dlc params
func (*SyncEpicGameDLCParams) WithUserID ¶
func (o *SyncEpicGameDLCParams) WithUserID(userID string) *SyncEpicGameDLCParams
WithUserID adds the userID to the sync epic game dlc params
func (*SyncEpicGameDLCParams) WriteToRequest ¶
func (o *SyncEpicGameDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncEpicGameDLCReader ¶
type SyncEpicGameDLCReader struct {
// contains filtered or unexported fields
}
SyncEpicGameDLCReader is a Reader for the SyncEpicGameDLC structure.
func (*SyncEpicGameDLCReader) ReadResponse ¶
func (o *SyncEpicGameDLCReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncOculusDLCBadRequest ¶ added in v0.50.0
type SyncOculusDLCBadRequest struct {
Payload *platformclientmodels.ErrorEntity
}
SyncOculusDLCBadRequest handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>39126</td><td>User id [{}] in namespace [{}] doesn't link platform [{}]</td></tr><tr><td>39134</td><td>Invalid Oculus IAP config under namespace [{namespace}]: [{message}]</td></tr><tr><td>39133</td><td>Bad request for Oculus: [{reason}]</td></tr></table>
func NewSyncOculusDLCBadRequest ¶ added in v0.50.0
func NewSyncOculusDLCBadRequest() *SyncOculusDLCBadRequest
NewSyncOculusDLCBadRequest creates a SyncOculusDLCBadRequest with default headers values
func (*SyncOculusDLCBadRequest) Error ¶ added in v0.50.0
func (o *SyncOculusDLCBadRequest) Error() string
func (*SyncOculusDLCBadRequest) GetPayload ¶ added in v0.50.0
func (o *SyncOculusDLCBadRequest) GetPayload() *platformclientmodels.ErrorEntity
func (*SyncOculusDLCBadRequest) ToJSONString ¶ added in v0.50.0
func (o *SyncOculusDLCBadRequest) ToJSONString() string
type SyncOculusDLCNoContent ¶ added in v0.50.0
type SyncOculusDLCNoContent struct { }
SyncOculusDLCNoContent handles this case with default header values.
Successful operation
func NewSyncOculusDLCNoContent ¶ added in v0.50.0
func NewSyncOculusDLCNoContent() *SyncOculusDLCNoContent
NewSyncOculusDLCNoContent creates a SyncOculusDLCNoContent with default headers values
func (*SyncOculusDLCNoContent) Error ¶ added in v0.50.0
func (o *SyncOculusDLCNoContent) Error() string
type SyncOculusDLCNotFound ¶ added in v0.73.0
type SyncOculusDLCNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
SyncOculusDLCNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>39146</td><td>Oculus IAP config not found in namespace [{namespace}].</td></tr></table>
func NewSyncOculusDLCNotFound ¶ added in v0.73.0
func NewSyncOculusDLCNotFound() *SyncOculusDLCNotFound
NewSyncOculusDLCNotFound creates a SyncOculusDLCNotFound with default headers values
func (*SyncOculusDLCNotFound) Error ¶ added in v0.73.0
func (o *SyncOculusDLCNotFound) Error() string
func (*SyncOculusDLCNotFound) GetPayload ¶ added in v0.73.0
func (o *SyncOculusDLCNotFound) GetPayload() *platformclientmodels.ErrorEntity
func (*SyncOculusDLCNotFound) ToJSONString ¶ added in v0.73.0
func (o *SyncOculusDLCNotFound) ToJSONString() string
type SyncOculusDLCParams ¶ added in v0.50.0
type SyncOculusDLCParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace*/ Namespace string /*UserID*/ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
SyncOculusDLCParams contains all the parameters to send to the API endpoint for the sync oculus dlc operation typically these are written to a http.Request
func NewSyncOculusDLCParams ¶ added in v0.50.0
func NewSyncOculusDLCParams() *SyncOculusDLCParams
NewSyncOculusDLCParams creates a new SyncOculusDLCParams object with the default values initialized.
func NewSyncOculusDLCParamsWithContext ¶ added in v0.50.0
func NewSyncOculusDLCParamsWithContext(ctx context.Context) *SyncOculusDLCParams
NewSyncOculusDLCParamsWithContext creates a new SyncOculusDLCParams object with the default values initialized, and the ability to set a context for a request
func NewSyncOculusDLCParamsWithHTTPClient ¶ added in v0.50.0
func NewSyncOculusDLCParamsWithHTTPClient(client *http.Client) *SyncOculusDLCParams
NewSyncOculusDLCParamsWithHTTPClient creates a new SyncOculusDLCParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSyncOculusDLCParamsWithTimeout ¶ added in v0.50.0
func NewSyncOculusDLCParamsWithTimeout(timeout time.Duration) *SyncOculusDLCParams
NewSyncOculusDLCParamsWithTimeout creates a new SyncOculusDLCParams object with the default values initialized, and the ability to set a timeout on a request
func (*SyncOculusDLCParams) SetAuthInfoWriter ¶ added in v0.50.0
func (o *SyncOculusDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the sync oculus dlc params
func (*SyncOculusDLCParams) SetContext ¶ added in v0.50.0
func (o *SyncOculusDLCParams) SetContext(ctx context.Context)
SetContext adds the context to the sync oculus dlc params
func (*SyncOculusDLCParams) SetFlightId ¶ added in v0.63.0
func (o *SyncOculusDLCParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*SyncOculusDLCParams) SetHTTPClient ¶ added in v0.50.0
func (o *SyncOculusDLCParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync oculus dlc params
func (*SyncOculusDLCParams) SetHTTPClientTransport ¶ added in v0.50.0
func (o *SyncOculusDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the sync oculus dlc params
func (*SyncOculusDLCParams) SetNamespace ¶ added in v0.50.0
func (o *SyncOculusDLCParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the sync oculus dlc params
func (*SyncOculusDLCParams) SetTimeout ¶ added in v0.50.0
func (o *SyncOculusDLCParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync oculus dlc params
func (*SyncOculusDLCParams) SetUserID ¶ added in v0.50.0
func (o *SyncOculusDLCParams) SetUserID(userID string)
SetUserID adds the userId to the sync oculus dlc params
func (*SyncOculusDLCParams) WithContext ¶ added in v0.50.0
func (o *SyncOculusDLCParams) WithContext(ctx context.Context) *SyncOculusDLCParams
WithContext adds the context to the sync oculus dlc params
func (*SyncOculusDLCParams) WithHTTPClient ¶ added in v0.50.0
func (o *SyncOculusDLCParams) WithHTTPClient(client *http.Client) *SyncOculusDLCParams
WithHTTPClient adds the HTTPClient to the sync oculus dlc params
func (*SyncOculusDLCParams) WithNamespace ¶ added in v0.50.0
func (o *SyncOculusDLCParams) WithNamespace(namespace string) *SyncOculusDLCParams
WithNamespace adds the namespace to the sync oculus dlc params
func (*SyncOculusDLCParams) WithTimeout ¶ added in v0.50.0
func (o *SyncOculusDLCParams) WithTimeout(timeout time.Duration) *SyncOculusDLCParams
WithTimeout adds the timeout to the sync oculus dlc params
func (*SyncOculusDLCParams) WithUserID ¶ added in v0.50.0
func (o *SyncOculusDLCParams) WithUserID(userID string) *SyncOculusDLCParams
WithUserID adds the userID to the sync oculus dlc params
func (*SyncOculusDLCParams) WriteToRequest ¶ added in v0.50.0
func (o *SyncOculusDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncOculusDLCReader ¶ added in v0.50.0
type SyncOculusDLCReader struct {
// contains filtered or unexported fields
}
SyncOculusDLCReader is a Reader for the SyncOculusDLC structure.
func (*SyncOculusDLCReader) ReadResponse ¶ added in v0.50.0
func (o *SyncOculusDLCReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncSteamDLCBadRequest ¶
type SyncSteamDLCBadRequest struct {
Payload *platformclientmodels.ErrorEntity
}
SyncSteamDLCBadRequest handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>39124</td><td>IAP request platform [{platformId}] user id is not linked with current user</td></tr></table>
func NewSyncSteamDLCBadRequest ¶
func NewSyncSteamDLCBadRequest() *SyncSteamDLCBadRequest
NewSyncSteamDLCBadRequest creates a SyncSteamDLCBadRequest with default headers values
func (*SyncSteamDLCBadRequest) Error ¶
func (o *SyncSteamDLCBadRequest) Error() string
func (*SyncSteamDLCBadRequest) GetPayload ¶
func (o *SyncSteamDLCBadRequest) GetPayload() *platformclientmodels.ErrorEntity
func (*SyncSteamDLCBadRequest) ToJSONString ¶
func (o *SyncSteamDLCBadRequest) ToJSONString() string
type SyncSteamDLCNoContent ¶
type SyncSteamDLCNoContent struct { }
SyncSteamDLCNoContent handles this case with default header values.
Successful operation
func NewSyncSteamDLCNoContent ¶
func NewSyncSteamDLCNoContent() *SyncSteamDLCNoContent
NewSyncSteamDLCNoContent creates a SyncSteamDLCNoContent with default headers values
func (*SyncSteamDLCNoContent) Error ¶
func (o *SyncSteamDLCNoContent) Error() string
type SyncSteamDLCNotFound ¶ added in v0.73.0
type SyncSteamDLCNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
SyncSteamDLCNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>39144</td><td>Steam IAP config not found in namespace [{namespace}].</td></tr></table>
func NewSyncSteamDLCNotFound ¶ added in v0.73.0
func NewSyncSteamDLCNotFound() *SyncSteamDLCNotFound
NewSyncSteamDLCNotFound creates a SyncSteamDLCNotFound with default headers values
func (*SyncSteamDLCNotFound) Error ¶ added in v0.73.0
func (o *SyncSteamDLCNotFound) Error() string
func (*SyncSteamDLCNotFound) GetPayload ¶ added in v0.73.0
func (o *SyncSteamDLCNotFound) GetPayload() *platformclientmodels.ErrorEntity
func (*SyncSteamDLCNotFound) ToJSONString ¶ added in v0.73.0
func (o *SyncSteamDLCNotFound) ToJSONString() string
type SyncSteamDLCParams ¶
type SyncSteamDLCParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *platformclientmodels.SteamDLCSyncRequest /*Namespace*/ Namespace string /*UserID*/ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
SyncSteamDLCParams contains all the parameters to send to the API endpoint for the sync steam dlc operation typically these are written to a http.Request
func NewSyncSteamDLCParams ¶
func NewSyncSteamDLCParams() *SyncSteamDLCParams
NewSyncSteamDLCParams creates a new SyncSteamDLCParams object with the default values initialized.
func NewSyncSteamDLCParamsWithContext ¶
func NewSyncSteamDLCParamsWithContext(ctx context.Context) *SyncSteamDLCParams
NewSyncSteamDLCParamsWithContext creates a new SyncSteamDLCParams object with the default values initialized, and the ability to set a context for a request
func NewSyncSteamDLCParamsWithHTTPClient ¶
func NewSyncSteamDLCParamsWithHTTPClient(client *http.Client) *SyncSteamDLCParams
NewSyncSteamDLCParamsWithHTTPClient creates a new SyncSteamDLCParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSyncSteamDLCParamsWithTimeout ¶
func NewSyncSteamDLCParamsWithTimeout(timeout time.Duration) *SyncSteamDLCParams
NewSyncSteamDLCParamsWithTimeout creates a new SyncSteamDLCParams object with the default values initialized, and the ability to set a timeout on a request
func (*SyncSteamDLCParams) SetAuthInfoWriter ¶
func (o *SyncSteamDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the sync steam dlc params
func (*SyncSteamDLCParams) SetBody ¶
func (o *SyncSteamDLCParams) SetBody(body *platformclientmodels.SteamDLCSyncRequest)
SetBody adds the body to the sync steam dlc params
func (*SyncSteamDLCParams) SetContext ¶
func (o *SyncSteamDLCParams) SetContext(ctx context.Context)
SetContext adds the context to the sync steam dlc params
func (*SyncSteamDLCParams) SetFlightId ¶ added in v0.63.0
func (o *SyncSteamDLCParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*SyncSteamDLCParams) SetHTTPClient ¶
func (o *SyncSteamDLCParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync steam dlc params
func (*SyncSteamDLCParams) SetHTTPClientTransport ¶
func (o *SyncSteamDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the sync steam dlc params
func (*SyncSteamDLCParams) SetNamespace ¶
func (o *SyncSteamDLCParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the sync steam dlc params
func (*SyncSteamDLCParams) SetTimeout ¶
func (o *SyncSteamDLCParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync steam dlc params
func (*SyncSteamDLCParams) SetUserID ¶
func (o *SyncSteamDLCParams) SetUserID(userID string)
SetUserID adds the userId to the sync steam dlc params
func (*SyncSteamDLCParams) WithBody ¶
func (o *SyncSteamDLCParams) WithBody(body *platformclientmodels.SteamDLCSyncRequest) *SyncSteamDLCParams
WithBody adds the body to the sync steam dlc params
func (*SyncSteamDLCParams) WithContext ¶
func (o *SyncSteamDLCParams) WithContext(ctx context.Context) *SyncSteamDLCParams
WithContext adds the context to the sync steam dlc params
func (*SyncSteamDLCParams) WithHTTPClient ¶
func (o *SyncSteamDLCParams) WithHTTPClient(client *http.Client) *SyncSteamDLCParams
WithHTTPClient adds the HTTPClient to the sync steam dlc params
func (*SyncSteamDLCParams) WithNamespace ¶
func (o *SyncSteamDLCParams) WithNamespace(namespace string) *SyncSteamDLCParams
WithNamespace adds the namespace to the sync steam dlc params
func (*SyncSteamDLCParams) WithTimeout ¶
func (o *SyncSteamDLCParams) WithTimeout(timeout time.Duration) *SyncSteamDLCParams
WithTimeout adds the timeout to the sync steam dlc params
func (*SyncSteamDLCParams) WithUserID ¶
func (o *SyncSteamDLCParams) WithUserID(userID string) *SyncSteamDLCParams
WithUserID adds the userID to the sync steam dlc params
func (*SyncSteamDLCParams) WriteToRequest ¶
func (o *SyncSteamDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncSteamDLCReader ¶
type SyncSteamDLCReader struct {
// contains filtered or unexported fields
}
SyncSteamDLCReader is a Reader for the SyncSteamDLC structure.
func (*SyncSteamDLCReader) ReadResponse ¶
func (o *SyncSteamDLCReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncXboxDLCBadRequest ¶
type SyncXboxDLCBadRequest struct {
Payload *platformclientmodels.ErrorEntity
}
SyncXboxDLCBadRequest handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>39125</td><td>Invalid platform [{platformId}] user token</td></tr><tr><td>39126</td><td>User id [{}] in namespace [{}] doesn't link platform [{}]</td></tr><tr><td>39221</td><td>Invalid Xbox Business Partner Certificate or password: [{message}]</td></tr></table>
func NewSyncXboxDLCBadRequest ¶
func NewSyncXboxDLCBadRequest() *SyncXboxDLCBadRequest
NewSyncXboxDLCBadRequest creates a SyncXboxDLCBadRequest with default headers values
func (*SyncXboxDLCBadRequest) Error ¶
func (o *SyncXboxDLCBadRequest) Error() string
func (*SyncXboxDLCBadRequest) GetPayload ¶
func (o *SyncXboxDLCBadRequest) GetPayload() *platformclientmodels.ErrorEntity
func (*SyncXboxDLCBadRequest) ToJSONString ¶
func (o *SyncXboxDLCBadRequest) ToJSONString() string
type SyncXboxDLCNoContent ¶
type SyncXboxDLCNoContent struct { }
SyncXboxDLCNoContent handles this case with default header values.
Successful operation
func NewSyncXboxDLCNoContent ¶
func NewSyncXboxDLCNoContent() *SyncXboxDLCNoContent
NewSyncXboxDLCNoContent creates a SyncXboxDLCNoContent with default headers values
func (*SyncXboxDLCNoContent) Error ¶
func (o *SyncXboxDLCNoContent) Error() string
type SyncXboxDLCNotFound ¶ added in v0.73.0
type SyncXboxDLCNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
SyncXboxDLCNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>39145</td><td>XBox IAP config not found in namespace [{namespace}].</td></tr></table>
func NewSyncXboxDLCNotFound ¶ added in v0.73.0
func NewSyncXboxDLCNotFound() *SyncXboxDLCNotFound
NewSyncXboxDLCNotFound creates a SyncXboxDLCNotFound with default headers values
func (*SyncXboxDLCNotFound) Error ¶ added in v0.73.0
func (o *SyncXboxDLCNotFound) Error() string
func (*SyncXboxDLCNotFound) GetPayload ¶ added in v0.73.0
func (o *SyncXboxDLCNotFound) GetPayload() *platformclientmodels.ErrorEntity
func (*SyncXboxDLCNotFound) ToJSONString ¶ added in v0.73.0
func (o *SyncXboxDLCNotFound) ToJSONString() string
type SyncXboxDLCParams ¶
type SyncXboxDLCParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *platformclientmodels.XblDLCSyncRequest /*Namespace*/ Namespace string /*UserID*/ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
SyncXboxDLCParams contains all the parameters to send to the API endpoint for the sync xbox dlc operation typically these are written to a http.Request
func NewSyncXboxDLCParams ¶
func NewSyncXboxDLCParams() *SyncXboxDLCParams
NewSyncXboxDLCParams creates a new SyncXboxDLCParams object with the default values initialized.
func NewSyncXboxDLCParamsWithContext ¶
func NewSyncXboxDLCParamsWithContext(ctx context.Context) *SyncXboxDLCParams
NewSyncXboxDLCParamsWithContext creates a new SyncXboxDLCParams object with the default values initialized, and the ability to set a context for a request
func NewSyncXboxDLCParamsWithHTTPClient ¶
func NewSyncXboxDLCParamsWithHTTPClient(client *http.Client) *SyncXboxDLCParams
NewSyncXboxDLCParamsWithHTTPClient creates a new SyncXboxDLCParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSyncXboxDLCParamsWithTimeout ¶
func NewSyncXboxDLCParamsWithTimeout(timeout time.Duration) *SyncXboxDLCParams
NewSyncXboxDLCParamsWithTimeout creates a new SyncXboxDLCParams object with the default values initialized, and the ability to set a timeout on a request
func (*SyncXboxDLCParams) SetAuthInfoWriter ¶
func (o *SyncXboxDLCParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the sync xbox dlc params
func (*SyncXboxDLCParams) SetBody ¶
func (o *SyncXboxDLCParams) SetBody(body *platformclientmodels.XblDLCSyncRequest)
SetBody adds the body to the sync xbox dlc params
func (*SyncXboxDLCParams) SetContext ¶
func (o *SyncXboxDLCParams) SetContext(ctx context.Context)
SetContext adds the context to the sync xbox dlc params
func (*SyncXboxDLCParams) SetFlightId ¶ added in v0.63.0
func (o *SyncXboxDLCParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*SyncXboxDLCParams) SetHTTPClient ¶
func (o *SyncXboxDLCParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync xbox dlc params
func (*SyncXboxDLCParams) SetHTTPClientTransport ¶
func (o *SyncXboxDLCParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the sync xbox dlc params
func (*SyncXboxDLCParams) SetNamespace ¶
func (o *SyncXboxDLCParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the sync xbox dlc params
func (*SyncXboxDLCParams) SetTimeout ¶
func (o *SyncXboxDLCParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync xbox dlc params
func (*SyncXboxDLCParams) SetUserID ¶
func (o *SyncXboxDLCParams) SetUserID(userID string)
SetUserID adds the userId to the sync xbox dlc params
func (*SyncXboxDLCParams) WithBody ¶
func (o *SyncXboxDLCParams) WithBody(body *platformclientmodels.XblDLCSyncRequest) *SyncXboxDLCParams
WithBody adds the body to the sync xbox dlc params
func (*SyncXboxDLCParams) WithContext ¶
func (o *SyncXboxDLCParams) WithContext(ctx context.Context) *SyncXboxDLCParams
WithContext adds the context to the sync xbox dlc params
func (*SyncXboxDLCParams) WithHTTPClient ¶
func (o *SyncXboxDLCParams) WithHTTPClient(client *http.Client) *SyncXboxDLCParams
WithHTTPClient adds the HTTPClient to the sync xbox dlc params
func (*SyncXboxDLCParams) WithNamespace ¶
func (o *SyncXboxDLCParams) WithNamespace(namespace string) *SyncXboxDLCParams
WithNamespace adds the namespace to the sync xbox dlc params
func (*SyncXboxDLCParams) WithTimeout ¶
func (o *SyncXboxDLCParams) WithTimeout(timeout time.Duration) *SyncXboxDLCParams
WithTimeout adds the timeout to the sync xbox dlc params
func (*SyncXboxDLCParams) WithUserID ¶
func (o *SyncXboxDLCParams) WithUserID(userID string) *SyncXboxDLCParams
WithUserID adds the userID to the sync xbox dlc params
func (*SyncXboxDLCParams) WriteToRequest ¶
func (o *SyncXboxDLCParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncXboxDLCReader ¶
type SyncXboxDLCReader struct {
// contains filtered or unexported fields
}
SyncXboxDLCReader is a Reader for the SyncXboxDLC structure.
func (*SyncXboxDLCReader) ReadResponse ¶
func (o *SyncXboxDLCReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDLCItemConfigBadRequest ¶ added in v0.59.0
type UpdateDLCItemConfigBadRequest struct {
Payload *platformclientmodels.ErrorEntity
}
UpdateDLCItemConfigBadRequest handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>394721</td><td>Invalid platform DLC config namespace [{namespace}]: [{message}]</td></tr></table>
func NewUpdateDLCItemConfigBadRequest ¶ added in v0.59.0
func NewUpdateDLCItemConfigBadRequest() *UpdateDLCItemConfigBadRequest
NewUpdateDLCItemConfigBadRequest creates a UpdateDLCItemConfigBadRequest with default headers values
func (*UpdateDLCItemConfigBadRequest) Error ¶ added in v0.59.0
func (o *UpdateDLCItemConfigBadRequest) Error() string
func (*UpdateDLCItemConfigBadRequest) GetPayload ¶ added in v0.59.0
func (o *UpdateDLCItemConfigBadRequest) GetPayload() *platformclientmodels.ErrorEntity
func (*UpdateDLCItemConfigBadRequest) ToJSONString ¶ added in v0.59.0
func (o *UpdateDLCItemConfigBadRequest) ToJSONString() string
type UpdateDLCItemConfigConflict ¶
type UpdateDLCItemConfigConflict struct {
Payload *platformclientmodels.ErrorEntity
}
UpdateDLCItemConfigConflict handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>39471</td><td>Duplicated dlc reward id [{dlcRewardId}] in namespace [{namespace}] </td></tr></table>
func NewUpdateDLCItemConfigConflict ¶
func NewUpdateDLCItemConfigConflict() *UpdateDLCItemConfigConflict
NewUpdateDLCItemConfigConflict creates a UpdateDLCItemConfigConflict with default headers values
func (*UpdateDLCItemConfigConflict) Error ¶
func (o *UpdateDLCItemConfigConflict) Error() string
func (*UpdateDLCItemConfigConflict) GetPayload ¶
func (o *UpdateDLCItemConfigConflict) GetPayload() *platformclientmodels.ErrorEntity
func (*UpdateDLCItemConfigConflict) ToJSONString ¶
func (o *UpdateDLCItemConfigConflict) ToJSONString() string
type UpdateDLCItemConfigOK ¶
type UpdateDLCItemConfigOK struct {
Payload *platformclientmodels.DLCItemConfigInfo
}
UpdateDLCItemConfigOK handles this case with default header values.
successful operation
func NewUpdateDLCItemConfigOK ¶
func NewUpdateDLCItemConfigOK() *UpdateDLCItemConfigOK
NewUpdateDLCItemConfigOK creates a UpdateDLCItemConfigOK with default headers values
func (*UpdateDLCItemConfigOK) Error ¶
func (o *UpdateDLCItemConfigOK) Error() string
func (*UpdateDLCItemConfigOK) GetPayload ¶
func (o *UpdateDLCItemConfigOK) GetPayload() *platformclientmodels.DLCItemConfigInfo
func (*UpdateDLCItemConfigOK) ToJSONString ¶
func (o *UpdateDLCItemConfigOK) ToJSONString() string
type UpdateDLCItemConfigParams ¶
type UpdateDLCItemConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *platformclientmodels.DLCItemConfigUpdate /*Namespace*/ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
UpdateDLCItemConfigParams contains all the parameters to send to the API endpoint for the update dlc item config operation typically these are written to a http.Request
func NewUpdateDLCItemConfigParams ¶
func NewUpdateDLCItemConfigParams() *UpdateDLCItemConfigParams
NewUpdateDLCItemConfigParams creates a new UpdateDLCItemConfigParams object with the default values initialized.
func NewUpdateDLCItemConfigParamsWithContext ¶
func NewUpdateDLCItemConfigParamsWithContext(ctx context.Context) *UpdateDLCItemConfigParams
NewUpdateDLCItemConfigParamsWithContext creates a new UpdateDLCItemConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateDLCItemConfigParamsWithHTTPClient ¶
func NewUpdateDLCItemConfigParamsWithHTTPClient(client *http.Client) *UpdateDLCItemConfigParams
NewUpdateDLCItemConfigParamsWithHTTPClient creates a new UpdateDLCItemConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateDLCItemConfigParamsWithTimeout ¶
func NewUpdateDLCItemConfigParamsWithTimeout(timeout time.Duration) *UpdateDLCItemConfigParams
NewUpdateDLCItemConfigParamsWithTimeout creates a new UpdateDLCItemConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateDLCItemConfigParams) SetAuthInfoWriter ¶
func (o *UpdateDLCItemConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the update dlc item config params
func (*UpdateDLCItemConfigParams) SetBody ¶
func (o *UpdateDLCItemConfigParams) SetBody(body *platformclientmodels.DLCItemConfigUpdate)
SetBody adds the body to the update dlc item config params
func (*UpdateDLCItemConfigParams) SetContext ¶
func (o *UpdateDLCItemConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update dlc item config params
func (*UpdateDLCItemConfigParams) SetFlightId ¶ added in v0.63.0
func (o *UpdateDLCItemConfigParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*UpdateDLCItemConfigParams) SetHTTPClient ¶
func (o *UpdateDLCItemConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update dlc item config params
func (*UpdateDLCItemConfigParams) SetHTTPClientTransport ¶
func (o *UpdateDLCItemConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the update dlc item config params
func (*UpdateDLCItemConfigParams) SetNamespace ¶
func (o *UpdateDLCItemConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the update dlc item config params
func (*UpdateDLCItemConfigParams) SetTimeout ¶
func (o *UpdateDLCItemConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update dlc item config params
func (*UpdateDLCItemConfigParams) WithBody ¶
func (o *UpdateDLCItemConfigParams) WithBody(body *platformclientmodels.DLCItemConfigUpdate) *UpdateDLCItemConfigParams
WithBody adds the body to the update dlc item config params
func (*UpdateDLCItemConfigParams) WithContext ¶
func (o *UpdateDLCItemConfigParams) WithContext(ctx context.Context) *UpdateDLCItemConfigParams
WithContext adds the context to the update dlc item config params
func (*UpdateDLCItemConfigParams) WithHTTPClient ¶
func (o *UpdateDLCItemConfigParams) WithHTTPClient(client *http.Client) *UpdateDLCItemConfigParams
WithHTTPClient adds the HTTPClient to the update dlc item config params
func (*UpdateDLCItemConfigParams) WithNamespace ¶
func (o *UpdateDLCItemConfigParams) WithNamespace(namespace string) *UpdateDLCItemConfigParams
WithNamespace adds the namespace to the update dlc item config params
func (*UpdateDLCItemConfigParams) WithTimeout ¶
func (o *UpdateDLCItemConfigParams) WithTimeout(timeout time.Duration) *UpdateDLCItemConfigParams
WithTimeout adds the timeout to the update dlc item config params
func (*UpdateDLCItemConfigParams) WriteToRequest ¶
func (o *UpdateDLCItemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateDLCItemConfigReader ¶
type UpdateDLCItemConfigReader struct {
// contains filtered or unexported fields
}
UpdateDLCItemConfigReader is a Reader for the UpdateDLCItemConfig structure.
func (*UpdateDLCItemConfigReader) ReadResponse ¶
func (o *UpdateDLCItemConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDLCItemConfigUnprocessableEntity ¶
type UpdateDLCItemConfigUnprocessableEntity struct {
Payload *platformclientmodels.ValidationErrorEntity
}
UpdateDLCItemConfigUnprocessableEntity handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>
func NewUpdateDLCItemConfigUnprocessableEntity ¶
func NewUpdateDLCItemConfigUnprocessableEntity() *UpdateDLCItemConfigUnprocessableEntity
NewUpdateDLCItemConfigUnprocessableEntity creates a UpdateDLCItemConfigUnprocessableEntity with default headers values
func (*UpdateDLCItemConfigUnprocessableEntity) Error ¶
func (o *UpdateDLCItemConfigUnprocessableEntity) Error() string
func (*UpdateDLCItemConfigUnprocessableEntity) GetPayload ¶
func (o *UpdateDLCItemConfigUnprocessableEntity) GetPayload() *platformclientmodels.ValidationErrorEntity
func (*UpdateDLCItemConfigUnprocessableEntity) ToJSONString ¶
func (o *UpdateDLCItemConfigUnprocessableEntity) ToJSONString() string
type UpdatePlatformDLCConfigOK ¶
type UpdatePlatformDLCConfigOK struct {
Payload *platformclientmodels.PlatformDLCConfigInfo
}
UpdatePlatformDLCConfigOK handles this case with default header values.
successful operation
func NewUpdatePlatformDLCConfigOK ¶
func NewUpdatePlatformDLCConfigOK() *UpdatePlatformDLCConfigOK
NewUpdatePlatformDLCConfigOK creates a UpdatePlatformDLCConfigOK with default headers values
func (*UpdatePlatformDLCConfigOK) Error ¶
func (o *UpdatePlatformDLCConfigOK) Error() string
func (*UpdatePlatformDLCConfigOK) GetPayload ¶
func (o *UpdatePlatformDLCConfigOK) GetPayload() *platformclientmodels.PlatformDLCConfigInfo
func (*UpdatePlatformDLCConfigOK) ToJSONString ¶
func (o *UpdatePlatformDLCConfigOK) ToJSONString() string
type UpdatePlatformDLCConfigParams ¶
type UpdatePlatformDLCConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *platformclientmodels.PlatformDLCConfigUpdate /*Namespace*/ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
UpdatePlatformDLCConfigParams contains all the parameters to send to the API endpoint for the update platform dlc config operation typically these are written to a http.Request
func NewUpdatePlatformDLCConfigParams ¶
func NewUpdatePlatformDLCConfigParams() *UpdatePlatformDLCConfigParams
NewUpdatePlatformDLCConfigParams creates a new UpdatePlatformDLCConfigParams object with the default values initialized.
func NewUpdatePlatformDLCConfigParamsWithContext ¶
func NewUpdatePlatformDLCConfigParamsWithContext(ctx context.Context) *UpdatePlatformDLCConfigParams
NewUpdatePlatformDLCConfigParamsWithContext creates a new UpdatePlatformDLCConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdatePlatformDLCConfigParamsWithHTTPClient ¶
func NewUpdatePlatformDLCConfigParamsWithHTTPClient(client *http.Client) *UpdatePlatformDLCConfigParams
NewUpdatePlatformDLCConfigParamsWithHTTPClient creates a new UpdatePlatformDLCConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdatePlatformDLCConfigParamsWithTimeout ¶
func NewUpdatePlatformDLCConfigParamsWithTimeout(timeout time.Duration) *UpdatePlatformDLCConfigParams
NewUpdatePlatformDLCConfigParamsWithTimeout creates a new UpdatePlatformDLCConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdatePlatformDLCConfigParams) SetAuthInfoWriter ¶
func (o *UpdatePlatformDLCConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the update platform dlc config params
func (*UpdatePlatformDLCConfigParams) SetBody ¶
func (o *UpdatePlatformDLCConfigParams) SetBody(body *platformclientmodels.PlatformDLCConfigUpdate)
SetBody adds the body to the update platform dlc config params
func (*UpdatePlatformDLCConfigParams) SetContext ¶
func (o *UpdatePlatformDLCConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update platform dlc config params
func (*UpdatePlatformDLCConfigParams) SetFlightId ¶ added in v0.63.0
func (o *UpdatePlatformDLCConfigParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*UpdatePlatformDLCConfigParams) SetHTTPClient ¶
func (o *UpdatePlatformDLCConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update platform dlc config params
func (*UpdatePlatformDLCConfigParams) SetHTTPClientTransport ¶
func (o *UpdatePlatformDLCConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the update platform dlc config params
func (*UpdatePlatformDLCConfigParams) SetNamespace ¶
func (o *UpdatePlatformDLCConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the update platform dlc config params
func (*UpdatePlatformDLCConfigParams) SetTimeout ¶
func (o *UpdatePlatformDLCConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update platform dlc config params
func (*UpdatePlatformDLCConfigParams) WithBody ¶
func (o *UpdatePlatformDLCConfigParams) WithBody(body *platformclientmodels.PlatformDLCConfigUpdate) *UpdatePlatformDLCConfigParams
WithBody adds the body to the update platform dlc config params
func (*UpdatePlatformDLCConfigParams) WithContext ¶
func (o *UpdatePlatformDLCConfigParams) WithContext(ctx context.Context) *UpdatePlatformDLCConfigParams
WithContext adds the context to the update platform dlc config params
func (*UpdatePlatformDLCConfigParams) WithHTTPClient ¶
func (o *UpdatePlatformDLCConfigParams) WithHTTPClient(client *http.Client) *UpdatePlatformDLCConfigParams
WithHTTPClient adds the HTTPClient to the update platform dlc config params
func (*UpdatePlatformDLCConfigParams) WithNamespace ¶
func (o *UpdatePlatformDLCConfigParams) WithNamespace(namespace string) *UpdatePlatformDLCConfigParams
WithNamespace adds the namespace to the update platform dlc config params
func (*UpdatePlatformDLCConfigParams) WithTimeout ¶
func (o *UpdatePlatformDLCConfigParams) WithTimeout(timeout time.Duration) *UpdatePlatformDLCConfigParams
WithTimeout adds the timeout to the update platform dlc config params
func (*UpdatePlatformDLCConfigParams) WriteToRequest ¶
func (o *UpdatePlatformDLCConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdatePlatformDLCConfigReader ¶
type UpdatePlatformDLCConfigReader struct {
// contains filtered or unexported fields
}
UpdatePlatformDLCConfigReader is a Reader for the UpdatePlatformDLCConfig structure.
func (*UpdatePlatformDLCConfigReader) ReadResponse ¶
func (o *UpdatePlatformDLCConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatePlatformDLCConfigUnprocessableEntity ¶
type UpdatePlatformDLCConfigUnprocessableEntity struct {
Payload *platformclientmodels.ValidationErrorEntity
}
UpdatePlatformDLCConfigUnprocessableEntity handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>
func NewUpdatePlatformDLCConfigUnprocessableEntity ¶
func NewUpdatePlatformDLCConfigUnprocessableEntity() *UpdatePlatformDLCConfigUnprocessableEntity
NewUpdatePlatformDLCConfigUnprocessableEntity creates a UpdatePlatformDLCConfigUnprocessableEntity with default headers values
func (*UpdatePlatformDLCConfigUnprocessableEntity) Error ¶
func (o *UpdatePlatformDLCConfigUnprocessableEntity) Error() string
func (*UpdatePlatformDLCConfigUnprocessableEntity) GetPayload ¶
func (o *UpdatePlatformDLCConfigUnprocessableEntity) GetPayload() *platformclientmodels.ValidationErrorEntity
func (*UpdatePlatformDLCConfigUnprocessableEntity) ToJSONString ¶
func (o *UpdatePlatformDLCConfigUnprocessableEntity) ToJSONString() string
Source Files ¶
- delete_dlc_item_config_parameters.go
- delete_dlc_item_config_responses.go
- delete_platform_dlc_config_parameters.go
- delete_platform_dlc_config_responses.go
- dlc_client.go
- ge_dlc_durable_reward_short_map_parameters.go
- ge_dlc_durable_reward_short_map_responses.go
- get_dlc_item_config_parameters.go
- get_dlc_item_config_responses.go
- get_platform_dlc_config_parameters.go
- get_platform_dlc_config_responses.go
- get_user_dlc_by_platform_parameters.go
- get_user_dlc_by_platform_responses.go
- get_user_dlc_parameters.go
- get_user_dlc_responses.go
- public_get_my_dlc_content_parameters.go
- public_get_my_dlc_content_responses.go
- public_sync_psn_dlc_inventory_parameters.go
- public_sync_psn_dlc_inventory_responses.go
- public_sync_psn_dlc_inventory_with_multiple_service_labels_parameters.go
- public_sync_psn_dlc_inventory_with_multiple_service_labels_responses.go
- sync_epic_game_dlc_parameters.go
- sync_epic_game_dlc_responses.go
- sync_oculus_dlc_parameters.go
- sync_oculus_dlc_responses.go
- sync_steam_dlc_parameters.go
- sync_steam_dlc_responses.go
- sync_xbox_dlc_parameters.go
- sync_xbox_dlc_responses.go
- update_dlc_item_config_parameters.go
- update_dlc_item_config_responses.go
- update_platform_dlc_config_parameters.go
- update_platform_dlc_config_responses.go