Versions in this module Expand all Collapse all v0 v0.0.1 Oct 26, 2018 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) CreateDeviceProfile(params *CreateDeviceProfileParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDeviceProfileOK, error) + func (a *Client) DeleteDeviceProfile(params *DeleteDeviceProfileParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDeviceProfileOK, error) + func (a *Client) GetDeviceProfile(params *GetDeviceProfileParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeviceProfileOK, error) + func (a *Client) ListDeviceProfiles(params *ListDeviceProfilesParams, authInfo runtime.ClientAuthInfoWriter) (*ListDeviceProfilesOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type CreateDeviceProfileBadRequest struct + Payload *models.ErrorResponse + func NewCreateDeviceProfileBadRequest() *CreateDeviceProfileBadRequest + func (o *CreateDeviceProfileBadRequest) Error() string + type CreateDeviceProfileDefault struct + Payload *models.ErrorResponse + func NewCreateDeviceProfileDefault(code int) *CreateDeviceProfileDefault + func (o *CreateDeviceProfileDefault) Code() int + func (o *CreateDeviceProfileDefault) Error() string + type CreateDeviceProfileForbidden struct + func NewCreateDeviceProfileForbidden() *CreateDeviceProfileForbidden + func (o *CreateDeviceProfileForbidden) Error() string + type CreateDeviceProfileOK struct + Payload *models.DeviceProfile + func NewCreateDeviceProfileOK() *CreateDeviceProfileOK + func (o *CreateDeviceProfileOK) Error() string + type CreateDeviceProfileParams struct + Authorization string + Context context.Context + HTTPClient *http.Client + Request *models.CreateDeviceProfileRequest + func NewCreateDeviceProfileParams() *CreateDeviceProfileParams + func NewCreateDeviceProfileParamsWithContext(ctx context.Context) *CreateDeviceProfileParams + func NewCreateDeviceProfileParamsWithHTTPClient(client *http.Client) *CreateDeviceProfileParams + func NewCreateDeviceProfileParamsWithTimeout(timeout time.Duration) *CreateDeviceProfileParams + func (o *CreateDeviceProfileParams) SetAuthorization(authorization string) + func (o *CreateDeviceProfileParams) SetContext(ctx context.Context) + func (o *CreateDeviceProfileParams) SetHTTPClient(client *http.Client) + func (o *CreateDeviceProfileParams) SetRequest(request *models.CreateDeviceProfileRequest) + func (o *CreateDeviceProfileParams) SetTimeout(timeout time.Duration) + func (o *CreateDeviceProfileParams) WithAuthorization(authorization string) *CreateDeviceProfileParams + func (o *CreateDeviceProfileParams) WithContext(ctx context.Context) *CreateDeviceProfileParams + func (o *CreateDeviceProfileParams) WithHTTPClient(client *http.Client) *CreateDeviceProfileParams + func (o *CreateDeviceProfileParams) WithRequest(request *models.CreateDeviceProfileRequest) *CreateDeviceProfileParams + func (o *CreateDeviceProfileParams) WithTimeout(timeout time.Duration) *CreateDeviceProfileParams + func (o *CreateDeviceProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateDeviceProfileReader struct + func (o *CreateDeviceProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateDeviceProfileTooManyRequests struct + Payload *models.ErrorResponse + func NewCreateDeviceProfileTooManyRequests() *CreateDeviceProfileTooManyRequests + func (o *CreateDeviceProfileTooManyRequests) Error() string + type CreateDeviceProfileUnauthorized struct + func NewCreateDeviceProfileUnauthorized() *CreateDeviceProfileUnauthorized + func (o *CreateDeviceProfileUnauthorized) Error() string + type DeleteDeviceProfileBadRequest struct + Payload *models.ErrorResponse + func NewDeleteDeviceProfileBadRequest() *DeleteDeviceProfileBadRequest + func (o *DeleteDeviceProfileBadRequest) Error() string + type DeleteDeviceProfileDefault struct + Payload *models.ErrorResponse + func NewDeleteDeviceProfileDefault(code int) *DeleteDeviceProfileDefault + func (o *DeleteDeviceProfileDefault) Code() int + func (o *DeleteDeviceProfileDefault) Error() string + type DeleteDeviceProfileForbidden struct + func NewDeleteDeviceProfileForbidden() *DeleteDeviceProfileForbidden + func (o *DeleteDeviceProfileForbidden) Error() string + type DeleteDeviceProfileOK struct + Payload models.DeleteDeviceProfileResponse + func NewDeleteDeviceProfileOK() *DeleteDeviceProfileOK + func (o *DeleteDeviceProfileOK) Error() string + type DeleteDeviceProfileParams struct + Authorization string + Context context.Context + DeviceProfileID string + HTTPClient *http.Client + func NewDeleteDeviceProfileParams() *DeleteDeviceProfileParams + func NewDeleteDeviceProfileParamsWithContext(ctx context.Context) *DeleteDeviceProfileParams + func NewDeleteDeviceProfileParamsWithHTTPClient(client *http.Client) *DeleteDeviceProfileParams + func NewDeleteDeviceProfileParamsWithTimeout(timeout time.Duration) *DeleteDeviceProfileParams + func (o *DeleteDeviceProfileParams) SetAuthorization(authorization string) + func (o *DeleteDeviceProfileParams) SetContext(ctx context.Context) + func (o *DeleteDeviceProfileParams) SetDeviceProfileID(deviceProfileID string) + func (o *DeleteDeviceProfileParams) SetHTTPClient(client *http.Client) + func (o *DeleteDeviceProfileParams) SetTimeout(timeout time.Duration) + func (o *DeleteDeviceProfileParams) WithAuthorization(authorization string) *DeleteDeviceProfileParams + func (o *DeleteDeviceProfileParams) WithContext(ctx context.Context) *DeleteDeviceProfileParams + func (o *DeleteDeviceProfileParams) WithDeviceProfileID(deviceProfileID string) *DeleteDeviceProfileParams + func (o *DeleteDeviceProfileParams) WithHTTPClient(client *http.Client) *DeleteDeviceProfileParams + func (o *DeleteDeviceProfileParams) WithTimeout(timeout time.Duration) *DeleteDeviceProfileParams + func (o *DeleteDeviceProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteDeviceProfileReader struct + func (o *DeleteDeviceProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteDeviceProfileTooManyRequests struct + Payload *models.ErrorResponse + func NewDeleteDeviceProfileTooManyRequests() *DeleteDeviceProfileTooManyRequests + func (o *DeleteDeviceProfileTooManyRequests) Error() string + type DeleteDeviceProfileTranslationsBadRequest struct + Payload *models.ErrorResponse + func NewDeleteDeviceProfileTranslationsBadRequest() *DeleteDeviceProfileTranslationsBadRequest + func (o *DeleteDeviceProfileTranslationsBadRequest) Error() string + type DeleteDeviceProfileTranslationsDefault struct + Payload *models.ErrorResponse + func NewDeleteDeviceProfileTranslationsDefault(code int) *DeleteDeviceProfileTranslationsDefault + func (o *DeleteDeviceProfileTranslationsDefault) Code() int + func (o *DeleteDeviceProfileTranslationsDefault) Error() string + type DeleteDeviceProfileTranslationsForbidden struct + func NewDeleteDeviceProfileTranslationsForbidden() *DeleteDeviceProfileTranslationsForbidden + func (o *DeleteDeviceProfileTranslationsForbidden) Error() string + type DeleteDeviceProfileTranslationsOK struct + Payload interface{} + func NewDeleteDeviceProfileTranslationsOK() *DeleteDeviceProfileTranslationsOK + func (o *DeleteDeviceProfileTranslationsOK) Error() string + type DeleteDeviceProfileTranslationsParams struct + Authorization string + Context context.Context + DeviceProfileID string + HTTPClient *http.Client + Locale string + func NewDeleteDeviceProfileTranslationsParams() *DeleteDeviceProfileTranslationsParams + func NewDeleteDeviceProfileTranslationsParamsWithContext(ctx context.Context) *DeleteDeviceProfileTranslationsParams + func NewDeleteDeviceProfileTranslationsParamsWithHTTPClient(client *http.Client) *DeleteDeviceProfileTranslationsParams + func NewDeleteDeviceProfileTranslationsParamsWithTimeout(timeout time.Duration) *DeleteDeviceProfileTranslationsParams + func (o *DeleteDeviceProfileTranslationsParams) SetAuthorization(authorization string) + func (o *DeleteDeviceProfileTranslationsParams) SetContext(ctx context.Context) + func (o *DeleteDeviceProfileTranslationsParams) SetDeviceProfileID(deviceProfileID string) + func (o *DeleteDeviceProfileTranslationsParams) SetHTTPClient(client *http.Client) + func (o *DeleteDeviceProfileTranslationsParams) SetLocale(locale string) + func (o *DeleteDeviceProfileTranslationsParams) SetTimeout(timeout time.Duration) + func (o *DeleteDeviceProfileTranslationsParams) WithAuthorization(authorization string) *DeleteDeviceProfileTranslationsParams + func (o *DeleteDeviceProfileTranslationsParams) WithContext(ctx context.Context) *DeleteDeviceProfileTranslationsParams + func (o *DeleteDeviceProfileTranslationsParams) WithDeviceProfileID(deviceProfileID string) *DeleteDeviceProfileTranslationsParams + func (o *DeleteDeviceProfileTranslationsParams) WithHTTPClient(client *http.Client) *DeleteDeviceProfileTranslationsParams + func (o *DeleteDeviceProfileTranslationsParams) WithLocale(locale string) *DeleteDeviceProfileTranslationsParams + func (o *DeleteDeviceProfileTranslationsParams) WithTimeout(timeout time.Duration) *DeleteDeviceProfileTranslationsParams + func (o *DeleteDeviceProfileTranslationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteDeviceProfileTranslationsReader struct + func (o *DeleteDeviceProfileTranslationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteDeviceProfileTranslationsTooManyRequests struct + Payload *models.ErrorResponse + func NewDeleteDeviceProfileTranslationsTooManyRequests() *DeleteDeviceProfileTranslationsTooManyRequests + func (o *DeleteDeviceProfileTranslationsTooManyRequests) Error() string + type DeleteDeviceProfileTranslationsUnauthorized struct + func NewDeleteDeviceProfileTranslationsUnauthorized() *DeleteDeviceProfileTranslationsUnauthorized + func (o *DeleteDeviceProfileTranslationsUnauthorized) Error() string + type DeleteDeviceProfileUnauthorized struct + func NewDeleteDeviceProfileUnauthorized() *DeleteDeviceProfileUnauthorized + func (o *DeleteDeviceProfileUnauthorized) Error() string + type GetDeviceProfileBadRequest struct + Payload *models.ErrorResponse + func NewGetDeviceProfileBadRequest() *GetDeviceProfileBadRequest + func (o *GetDeviceProfileBadRequest) Error() string + type GetDeviceProfileDefault struct + Payload *models.ErrorResponse + func NewGetDeviceProfileDefault(code int) *GetDeviceProfileDefault + func (o *GetDeviceProfileDefault) Code() int + func (o *GetDeviceProfileDefault) Error() string + type GetDeviceProfileForbidden struct + func NewGetDeviceProfileForbidden() *GetDeviceProfileForbidden + func (o *GetDeviceProfileForbidden) Error() string + type GetDeviceProfileLocalesDefault struct + Payload *models.ErrorResponse + func NewGetDeviceProfileLocalesDefault(code int) *GetDeviceProfileLocalesDefault + func (o *GetDeviceProfileLocalesDefault) Code() int + func (o *GetDeviceProfileLocalesDefault) Error() string + type GetDeviceProfileLocalesForbidden struct + func NewGetDeviceProfileLocalesForbidden() *GetDeviceProfileLocalesForbidden + func (o *GetDeviceProfileLocalesForbidden) Error() string + type GetDeviceProfileLocalesNotFound struct + Payload *models.ErrorResponse + func NewGetDeviceProfileLocalesNotFound() *GetDeviceProfileLocalesNotFound + func (o *GetDeviceProfileLocalesNotFound) Error() string + type GetDeviceProfileLocalesOK struct + Payload *models.DeviceProfileLocaleTranslations + func NewGetDeviceProfileLocalesOK() *GetDeviceProfileLocalesOK + func (o *GetDeviceProfileLocalesOK) Error() string + type GetDeviceProfileLocalesParams struct + Authorization string + Context context.Context + DeviceProfileID string + HTTPClient *http.Client + func NewGetDeviceProfileLocalesParams() *GetDeviceProfileLocalesParams + func NewGetDeviceProfileLocalesParamsWithContext(ctx context.Context) *GetDeviceProfileLocalesParams + func NewGetDeviceProfileLocalesParamsWithHTTPClient(client *http.Client) *GetDeviceProfileLocalesParams + func NewGetDeviceProfileLocalesParamsWithTimeout(timeout time.Duration) *GetDeviceProfileLocalesParams + func (o *GetDeviceProfileLocalesParams) SetAuthorization(authorization string) + func (o *GetDeviceProfileLocalesParams) SetContext(ctx context.Context) + func (o *GetDeviceProfileLocalesParams) SetDeviceProfileID(deviceProfileID string) + func (o *GetDeviceProfileLocalesParams) SetHTTPClient(client *http.Client) + func (o *GetDeviceProfileLocalesParams) SetTimeout(timeout time.Duration) + func (o *GetDeviceProfileLocalesParams) WithAuthorization(authorization string) *GetDeviceProfileLocalesParams + func (o *GetDeviceProfileLocalesParams) WithContext(ctx context.Context) *GetDeviceProfileLocalesParams + func (o *GetDeviceProfileLocalesParams) WithDeviceProfileID(deviceProfileID string) *GetDeviceProfileLocalesParams + func (o *GetDeviceProfileLocalesParams) WithHTTPClient(client *http.Client) *GetDeviceProfileLocalesParams + func (o *GetDeviceProfileLocalesParams) WithTimeout(timeout time.Duration) *GetDeviceProfileLocalesParams + func (o *GetDeviceProfileLocalesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetDeviceProfileLocalesReader struct + func (o *GetDeviceProfileLocalesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetDeviceProfileLocalesTooManyRequests struct + Payload *models.ErrorResponse + func NewGetDeviceProfileLocalesTooManyRequests() *GetDeviceProfileLocalesTooManyRequests + func (o *GetDeviceProfileLocalesTooManyRequests) Error() string + type GetDeviceProfileLocalesUnauthorized struct + func NewGetDeviceProfileLocalesUnauthorized() *GetDeviceProfileLocalesUnauthorized + func (o *GetDeviceProfileLocalesUnauthorized) Error() string + type GetDeviceProfileOK struct + Payload *models.DeviceProfile + func NewGetDeviceProfileOK() *GetDeviceProfileOK + func (o *GetDeviceProfileOK) Error() string + type GetDeviceProfileParams struct + Authorization string + Context context.Context + DeviceProfileID string + HTTPClient *http.Client + func NewGetDeviceProfileParams() *GetDeviceProfileParams + func NewGetDeviceProfileParamsWithContext(ctx context.Context) *GetDeviceProfileParams + func NewGetDeviceProfileParamsWithHTTPClient(client *http.Client) *GetDeviceProfileParams + func NewGetDeviceProfileParamsWithTimeout(timeout time.Duration) *GetDeviceProfileParams + func (o *GetDeviceProfileParams) SetAuthorization(authorization string) + func (o *GetDeviceProfileParams) SetContext(ctx context.Context) + func (o *GetDeviceProfileParams) SetDeviceProfileID(deviceProfileID string) + func (o *GetDeviceProfileParams) SetHTTPClient(client *http.Client) + func (o *GetDeviceProfileParams) SetTimeout(timeout time.Duration) + func (o *GetDeviceProfileParams) WithAuthorization(authorization string) *GetDeviceProfileParams + func (o *GetDeviceProfileParams) WithContext(ctx context.Context) *GetDeviceProfileParams + func (o *GetDeviceProfileParams) WithDeviceProfileID(deviceProfileID string) *GetDeviceProfileParams + func (o *GetDeviceProfileParams) WithHTTPClient(client *http.Client) *GetDeviceProfileParams + func (o *GetDeviceProfileParams) WithTimeout(timeout time.Duration) *GetDeviceProfileParams + func (o *GetDeviceProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetDeviceProfileReader struct + func (o *GetDeviceProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetDeviceProfileTooManyRequests struct + Payload *models.ErrorResponse + func NewGetDeviceProfileTooManyRequests() *GetDeviceProfileTooManyRequests + func (o *GetDeviceProfileTooManyRequests) Error() string + type GetDeviceProfileTranslationsDefault struct + Payload *models.ErrorResponse + func NewGetDeviceProfileTranslationsDefault(code int) *GetDeviceProfileTranslationsDefault + func (o *GetDeviceProfileTranslationsDefault) Code() int + func (o *GetDeviceProfileTranslationsDefault) Error() string + type GetDeviceProfileTranslationsForbidden struct + func NewGetDeviceProfileTranslationsForbidden() *GetDeviceProfileTranslationsForbidden + func (o *GetDeviceProfileTranslationsForbidden) Error() string + type GetDeviceProfileTranslationsNotFound struct + Payload *models.ErrorResponse + func NewGetDeviceProfileTranslationsNotFound() *GetDeviceProfileTranslationsNotFound + func (o *GetDeviceProfileTranslationsNotFound) Error() string + type GetDeviceProfileTranslationsOK struct + Payload *models.DeviceProfileTranslations + func NewGetDeviceProfileTranslationsOK() *GetDeviceProfileTranslationsOK + func (o *GetDeviceProfileTranslationsOK) Error() string + type GetDeviceProfileTranslationsParams struct + Authorization string + Context context.Context + DeviceProfileID string + HTTPClient *http.Client + Locale string + func NewGetDeviceProfileTranslationsParams() *GetDeviceProfileTranslationsParams + func NewGetDeviceProfileTranslationsParamsWithContext(ctx context.Context) *GetDeviceProfileTranslationsParams + func NewGetDeviceProfileTranslationsParamsWithHTTPClient(client *http.Client) *GetDeviceProfileTranslationsParams + func NewGetDeviceProfileTranslationsParamsWithTimeout(timeout time.Duration) *GetDeviceProfileTranslationsParams + func (o *GetDeviceProfileTranslationsParams) SetAuthorization(authorization string) + func (o *GetDeviceProfileTranslationsParams) SetContext(ctx context.Context) + func (o *GetDeviceProfileTranslationsParams) SetDeviceProfileID(deviceProfileID string) + func (o *GetDeviceProfileTranslationsParams) SetHTTPClient(client *http.Client) + func (o *GetDeviceProfileTranslationsParams) SetLocale(locale string) + func (o *GetDeviceProfileTranslationsParams) SetTimeout(timeout time.Duration) + func (o *GetDeviceProfileTranslationsParams) WithAuthorization(authorization string) *GetDeviceProfileTranslationsParams + func (o *GetDeviceProfileTranslationsParams) WithContext(ctx context.Context) *GetDeviceProfileTranslationsParams + func (o *GetDeviceProfileTranslationsParams) WithDeviceProfileID(deviceProfileID string) *GetDeviceProfileTranslationsParams + func (o *GetDeviceProfileTranslationsParams) WithHTTPClient(client *http.Client) *GetDeviceProfileTranslationsParams + func (o *GetDeviceProfileTranslationsParams) WithLocale(locale string) *GetDeviceProfileTranslationsParams + func (o *GetDeviceProfileTranslationsParams) WithTimeout(timeout time.Duration) *GetDeviceProfileTranslationsParams + func (o *GetDeviceProfileTranslationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetDeviceProfileTranslationsReader struct + func (o *GetDeviceProfileTranslationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetDeviceProfileTranslationsTooManyRequests struct + Payload *models.ErrorResponse + func NewGetDeviceProfileTranslationsTooManyRequests() *GetDeviceProfileTranslationsTooManyRequests + func (o *GetDeviceProfileTranslationsTooManyRequests) Error() string + type GetDeviceProfileTranslationsUnauthorized struct + func NewGetDeviceProfileTranslationsUnauthorized() *GetDeviceProfileTranslationsUnauthorized + func (o *GetDeviceProfileTranslationsUnauthorized) Error() string + type GetDeviceProfileUnauthorized struct + func NewGetDeviceProfileUnauthorized() *GetDeviceProfileUnauthorized + func (o *GetDeviceProfileUnauthorized) Error() string + type ListDeviceProfilesBadRequest struct + Payload *models.ErrorResponse + func NewListDeviceProfilesBadRequest() *ListDeviceProfilesBadRequest + func (o *ListDeviceProfilesBadRequest) Error() string + type ListDeviceProfilesDefault struct + Payload *models.ErrorResponse + func NewListDeviceProfilesDefault(code int) *ListDeviceProfilesDefault + func (o *ListDeviceProfilesDefault) Code() int + func (o *ListDeviceProfilesDefault) Error() string + type ListDeviceProfilesForbidden struct + func NewListDeviceProfilesForbidden() *ListDeviceProfilesForbidden + func (o *ListDeviceProfilesForbidden) Error() string + type ListDeviceProfilesOK struct + Payload *models.PagedDeviceProfiles + func NewListDeviceProfilesOK() *ListDeviceProfilesOK + func (o *ListDeviceProfilesOK) Error() string + type ListDeviceProfilesParams struct + Authorization string + Context context.Context + HTTPClient *http.Client + func NewListDeviceProfilesParams() *ListDeviceProfilesParams + func NewListDeviceProfilesParamsWithContext(ctx context.Context) *ListDeviceProfilesParams + func NewListDeviceProfilesParamsWithHTTPClient(client *http.Client) *ListDeviceProfilesParams + func NewListDeviceProfilesParamsWithTimeout(timeout time.Duration) *ListDeviceProfilesParams + func (o *ListDeviceProfilesParams) SetAuthorization(authorization string) + func (o *ListDeviceProfilesParams) SetContext(ctx context.Context) + func (o *ListDeviceProfilesParams) SetHTTPClient(client *http.Client) + func (o *ListDeviceProfilesParams) SetTimeout(timeout time.Duration) + func (o *ListDeviceProfilesParams) WithAuthorization(authorization string) *ListDeviceProfilesParams + func (o *ListDeviceProfilesParams) WithContext(ctx context.Context) *ListDeviceProfilesParams + func (o *ListDeviceProfilesParams) WithHTTPClient(client *http.Client) *ListDeviceProfilesParams + func (o *ListDeviceProfilesParams) WithTimeout(timeout time.Duration) *ListDeviceProfilesParams + func (o *ListDeviceProfilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListDeviceProfilesReader struct + func (o *ListDeviceProfilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListDeviceProfilesTooManyRequests struct + Payload *models.ErrorResponse + func NewListDeviceProfilesTooManyRequests() *ListDeviceProfilesTooManyRequests + func (o *ListDeviceProfilesTooManyRequests) Error() string + type ListDeviceProfilesUnauthorized struct + func NewListDeviceProfilesUnauthorized() *ListDeviceProfilesUnauthorized + func (o *ListDeviceProfilesUnauthorized) Error() string + type PutDeviceProfileTranslationsBadRequest struct + Payload *models.ErrorResponse + func NewPutDeviceProfileTranslationsBadRequest() *PutDeviceProfileTranslationsBadRequest + func (o *PutDeviceProfileTranslationsBadRequest) Error() string + type PutDeviceProfileTranslationsDefault struct + Payload *models.ErrorResponse + func NewPutDeviceProfileTranslationsDefault(code int) *PutDeviceProfileTranslationsDefault + func (o *PutDeviceProfileTranslationsDefault) Code() int + func (o *PutDeviceProfileTranslationsDefault) Error() string + type PutDeviceProfileTranslationsForbidden struct + func NewPutDeviceProfileTranslationsForbidden() *PutDeviceProfileTranslationsForbidden + func (o *PutDeviceProfileTranslationsForbidden) Error() string + type PutDeviceProfileTranslationsOK struct + Payload *models.DeviceProfileTranslations + func NewPutDeviceProfileTranslationsOK() *PutDeviceProfileTranslationsOK + func (o *PutDeviceProfileTranslationsOK) Error() string + type PutDeviceProfileTranslationsParams struct + Authorization string + Context context.Context + DeviceProfileID string + HTTPClient *http.Client + Locale string + Translations *models.DeviceProfileTranslations + func NewPutDeviceProfileTranslationsParams() *PutDeviceProfileTranslationsParams + func NewPutDeviceProfileTranslationsParamsWithContext(ctx context.Context) *PutDeviceProfileTranslationsParams + func NewPutDeviceProfileTranslationsParamsWithHTTPClient(client *http.Client) *PutDeviceProfileTranslationsParams + func NewPutDeviceProfileTranslationsParamsWithTimeout(timeout time.Duration) *PutDeviceProfileTranslationsParams + func (o *PutDeviceProfileTranslationsParams) SetAuthorization(authorization string) + func (o *PutDeviceProfileTranslationsParams) SetContext(ctx context.Context) + func (o *PutDeviceProfileTranslationsParams) SetDeviceProfileID(deviceProfileID string) + func (o *PutDeviceProfileTranslationsParams) SetHTTPClient(client *http.Client) + func (o *PutDeviceProfileTranslationsParams) SetLocale(locale string) + func (o *PutDeviceProfileTranslationsParams) SetTimeout(timeout time.Duration) + func (o *PutDeviceProfileTranslationsParams) SetTranslations(translations *models.DeviceProfileTranslations) + func (o *PutDeviceProfileTranslationsParams) WithAuthorization(authorization string) *PutDeviceProfileTranslationsParams + func (o *PutDeviceProfileTranslationsParams) WithContext(ctx context.Context) *PutDeviceProfileTranslationsParams + func (o *PutDeviceProfileTranslationsParams) WithDeviceProfileID(deviceProfileID string) *PutDeviceProfileTranslationsParams + func (o *PutDeviceProfileTranslationsParams) WithHTTPClient(client *http.Client) *PutDeviceProfileTranslationsParams + func (o *PutDeviceProfileTranslationsParams) WithLocale(locale string) *PutDeviceProfileTranslationsParams + func (o *PutDeviceProfileTranslationsParams) WithTimeout(timeout time.Duration) *PutDeviceProfileTranslationsParams + func (o *PutDeviceProfileTranslationsParams) WithTranslations(translations *models.DeviceProfileTranslations) *PutDeviceProfileTranslationsParams + func (o *PutDeviceProfileTranslationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutDeviceProfileTranslationsReader struct + func (o *PutDeviceProfileTranslationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutDeviceProfileTranslationsTooManyRequests struct + Payload *models.ErrorResponse + func NewPutDeviceProfileTranslationsTooManyRequests() *PutDeviceProfileTranslationsTooManyRequests + func (o *PutDeviceProfileTranslationsTooManyRequests) Error() string + type PutDeviceProfileTranslationsUnauthorized struct + func NewPutDeviceProfileTranslationsUnauthorized() *PutDeviceProfileTranslationsUnauthorized + func (o *PutDeviceProfileTranslationsUnauthorized) Error() string + type PutDeviceProfileTranslationsUnprocessableEntity struct + Payload *models.ErrorResponse + func NewPutDeviceProfileTranslationsUnprocessableEntity() *PutDeviceProfileTranslationsUnprocessableEntity + func (o *PutDeviceProfileTranslationsUnprocessableEntity) Error() string + type UpdateDeviceProfileBadRequest struct + Payload *models.ErrorResponse + func NewUpdateDeviceProfileBadRequest() *UpdateDeviceProfileBadRequest + func (o *UpdateDeviceProfileBadRequest) Error() string + type UpdateDeviceProfileDefault struct + Payload *models.ErrorResponse + func NewUpdateDeviceProfileDefault(code int) *UpdateDeviceProfileDefault + func (o *UpdateDeviceProfileDefault) Code() int + func (o *UpdateDeviceProfileDefault) Error() string + type UpdateDeviceProfileForbidden struct + func NewUpdateDeviceProfileForbidden() *UpdateDeviceProfileForbidden + func (o *UpdateDeviceProfileForbidden) Error() string + type UpdateDeviceProfileOK struct + Payload *models.DeviceProfile + func NewUpdateDeviceProfileOK() *UpdateDeviceProfileOK + func (o *UpdateDeviceProfileOK) Error() string + type UpdateDeviceProfileParams struct + Authorization string + Context context.Context + DeviceProfileID string + HTTPClient *http.Client + Request *models.UpdateDeviceProfileRequest + func NewUpdateDeviceProfileParams() *UpdateDeviceProfileParams + func NewUpdateDeviceProfileParamsWithContext(ctx context.Context) *UpdateDeviceProfileParams + func NewUpdateDeviceProfileParamsWithHTTPClient(client *http.Client) *UpdateDeviceProfileParams + func NewUpdateDeviceProfileParamsWithTimeout(timeout time.Duration) *UpdateDeviceProfileParams + func (o *UpdateDeviceProfileParams) SetAuthorization(authorization string) + func (o *UpdateDeviceProfileParams) SetContext(ctx context.Context) + func (o *UpdateDeviceProfileParams) SetDeviceProfileID(deviceProfileID string) + func (o *UpdateDeviceProfileParams) SetHTTPClient(client *http.Client) + func (o *UpdateDeviceProfileParams) SetRequest(request *models.UpdateDeviceProfileRequest) + func (o *UpdateDeviceProfileParams) SetTimeout(timeout time.Duration) + func (o *UpdateDeviceProfileParams) WithAuthorization(authorization string) *UpdateDeviceProfileParams + func (o *UpdateDeviceProfileParams) WithContext(ctx context.Context) *UpdateDeviceProfileParams + func (o *UpdateDeviceProfileParams) WithDeviceProfileID(deviceProfileID string) *UpdateDeviceProfileParams + func (o *UpdateDeviceProfileParams) WithHTTPClient(client *http.Client) *UpdateDeviceProfileParams + func (o *UpdateDeviceProfileParams) WithRequest(request *models.UpdateDeviceProfileRequest) *UpdateDeviceProfileParams + func (o *UpdateDeviceProfileParams) WithTimeout(timeout time.Duration) *UpdateDeviceProfileParams + func (o *UpdateDeviceProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateDeviceProfileReader struct + func (o *UpdateDeviceProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateDeviceProfileTooManyRequests struct + Payload *models.ErrorResponse + func NewUpdateDeviceProfileTooManyRequests() *UpdateDeviceProfileTooManyRequests + func (o *UpdateDeviceProfileTooManyRequests) Error() string + type UpdateDeviceProfileUnauthorized struct + func NewUpdateDeviceProfileUnauthorized() *UpdateDeviceProfileUnauthorized + func (o *UpdateDeviceProfileUnauthorized) Error() string