Versions in this module Expand all Collapse all v0 v0.0.26 Aug 11, 2022 Changes in this version + type Client struct + func (a *Client) DeleteNotificationsV1PreferencesPreferenceID(params *DeleteNotificationsV1PreferencesPreferenceIDParams, ...) (*DeleteNotificationsV1PreferencesPreferenceIDOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + DeleteNotificationsV1PreferencesPreferenceID func(params *DeleteNotificationsV1PreferencesPreferenceIDParams, ...) (*DeleteNotificationsV1PreferencesPreferenceIDOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeleteNotificationsV1PreferencesPreferenceIDNotFound struct + Payload *models.ErrrErrorResponse + func NewDeleteNotificationsV1PreferencesPreferenceIDNotFound() *DeleteNotificationsV1PreferencesPreferenceIDNotFound + func (o *DeleteNotificationsV1PreferencesPreferenceIDNotFound) Error() string + func (o *DeleteNotificationsV1PreferencesPreferenceIDNotFound) GetPayload() *models.ErrrErrorResponse + type DeleteNotificationsV1PreferencesPreferenceIDOK struct + func NewDeleteNotificationsV1PreferencesPreferenceIDOK() *DeleteNotificationsV1PreferencesPreferenceIDOK + func (o *DeleteNotificationsV1PreferencesPreferenceIDOK) Error() string + type DeleteNotificationsV1PreferencesPreferenceIDParams struct + Context context.Context + HTTPClient *http.Client + PreferenceID string + func NewDeleteNotificationsV1PreferencesPreferenceIDParams() *DeleteNotificationsV1PreferencesPreferenceIDParams + func NewDeleteNotificationsV1PreferencesPreferenceIDParamsWithContext(ctx context.Context) *DeleteNotificationsV1PreferencesPreferenceIDParams + func NewDeleteNotificationsV1PreferencesPreferenceIDParamsWithHTTPClient(client *http.Client) *DeleteNotificationsV1PreferencesPreferenceIDParams + func NewDeleteNotificationsV1PreferencesPreferenceIDParamsWithTimeout(timeout time.Duration) *DeleteNotificationsV1PreferencesPreferenceIDParams + func (o *DeleteNotificationsV1PreferencesPreferenceIDParams) SetContext(ctx context.Context) + func (o *DeleteNotificationsV1PreferencesPreferenceIDParams) SetDefaults() + func (o *DeleteNotificationsV1PreferencesPreferenceIDParams) SetHTTPClient(client *http.Client) + func (o *DeleteNotificationsV1PreferencesPreferenceIDParams) SetPreferenceID(preferenceID string) + func (o *DeleteNotificationsV1PreferencesPreferenceIDParams) SetTimeout(timeout time.Duration) + func (o *DeleteNotificationsV1PreferencesPreferenceIDParams) WithContext(ctx context.Context) *DeleteNotificationsV1PreferencesPreferenceIDParams + func (o *DeleteNotificationsV1PreferencesPreferenceIDParams) WithDefaults() *DeleteNotificationsV1PreferencesPreferenceIDParams + func (o *DeleteNotificationsV1PreferencesPreferenceIDParams) WithHTTPClient(client *http.Client) *DeleteNotificationsV1PreferencesPreferenceIDParams + func (o *DeleteNotificationsV1PreferencesPreferenceIDParams) WithPreferenceID(preferenceID string) *DeleteNotificationsV1PreferencesPreferenceIDParams + func (o *DeleteNotificationsV1PreferencesPreferenceIDParams) WithTimeout(timeout time.Duration) *DeleteNotificationsV1PreferencesPreferenceIDParams + func (o *DeleteNotificationsV1PreferencesPreferenceIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteNotificationsV1PreferencesPreferenceIDReader struct + func (o *DeleteNotificationsV1PreferencesPreferenceIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteNotificationsV1PreferencesPreferenceIDUnauthorized struct + Payload *models.ErrrErrorResponse + func NewDeleteNotificationsV1PreferencesPreferenceIDUnauthorized() *DeleteNotificationsV1PreferencesPreferenceIDUnauthorized + func (o *DeleteNotificationsV1PreferencesPreferenceIDUnauthorized) Error() string + func (o *DeleteNotificationsV1PreferencesPreferenceIDUnauthorized) GetPayload() *models.ErrrErrorResponse