Versions in this module Expand all Collapse all v0 v0.1.0 Aug 15, 2016 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) DeleteSkusIdentifier(params *DeleteSkusIdentifierParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSkusIdentifierNoContent, error) + func (a *Client) PutProfilesLibraryIdentifier(params *PutProfilesLibraryIdentifierParams, ...) (*PutProfilesLibraryIdentifierOK, error) + func (a *Client) PutTemplatesLibraryIdentifier(params *PutTemplatesLibraryIdentifierParams, ...) (*PutTemplatesLibraryIdentifierOK, error) + func (a *Client) PutWorkflows(params *PutWorkflowsParams, authInfo runtime.ClientAuthInfoWriter) (*PutWorkflowsOK, error) + func (a *Client) PutWorkflowsTasks(params *PutWorkflowsTasksParams, authInfo runtime.ClientAuthInfoWriter) (*PutWorkflowsTasksOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type DeleteSkusIdentifierDefault struct + Payload *models.Error + func NewDeleteSkusIdentifierDefault(code int) *DeleteSkusIdentifierDefault + func (o *DeleteSkusIdentifierDefault) Code() int + func (o *DeleteSkusIdentifierDefault) Error() string + type DeleteSkusIdentifierNoContent struct + Payload DeleteSkusIdentifierNoContentBodyBody + func NewDeleteSkusIdentifierNoContent() *DeleteSkusIdentifierNoContent + func (o *DeleteSkusIdentifierNoContent) Error() string + type DeleteSkusIdentifierNoContentBodyBody interface + type DeleteSkusIdentifierNotFound struct + Payload *models.Error + func NewDeleteSkusIdentifierNotFound() *DeleteSkusIdentifierNotFound + func (o *DeleteSkusIdentifierNotFound) Error() string + type DeleteSkusIdentifierParams struct + Identifier string + func NewDeleteSkusIdentifierParams() *DeleteSkusIdentifierParams + func (o *DeleteSkusIdentifierParams) WithIdentifier(Identifier string) *DeleteSkusIdentifierParams + func (o *DeleteSkusIdentifierParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteSkusIdentifierReader struct + func (o *DeleteSkusIdentifierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutProfilesLibraryIdentifierDefault struct + Payload *models.Error + func NewPutProfilesLibraryIdentifierDefault(code int) *PutProfilesLibraryIdentifierDefault + func (o *PutProfilesLibraryIdentifierDefault) Code() int + func (o *PutProfilesLibraryIdentifierDefault) Error() string + type PutProfilesLibraryIdentifierInternalServerError struct + Payload *models.Error + func NewPutProfilesLibraryIdentifierInternalServerError() *PutProfilesLibraryIdentifierInternalServerError + func (o *PutProfilesLibraryIdentifierInternalServerError) Error() string + type PutProfilesLibraryIdentifierOK struct + Payload PutProfilesLibraryIdentifierOKBodyBody + func NewPutProfilesLibraryIdentifierOK() *PutProfilesLibraryIdentifierOK + func (o *PutProfilesLibraryIdentifierOK) Error() string + type PutProfilesLibraryIdentifierOKBodyBody interface + type PutProfilesLibraryIdentifierParams struct + Identifier string + func NewPutProfilesLibraryIdentifierParams() *PutProfilesLibraryIdentifierParams + func (o *PutProfilesLibraryIdentifierParams) WithIdentifier(Identifier string) *PutProfilesLibraryIdentifierParams + func (o *PutProfilesLibraryIdentifierParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutProfilesLibraryIdentifierReader struct + func (o *PutProfilesLibraryIdentifierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutTemplatesLibraryIdentifierDefault struct + Payload *models.Error + func NewPutTemplatesLibraryIdentifierDefault(code int) *PutTemplatesLibraryIdentifierDefault + func (o *PutTemplatesLibraryIdentifierDefault) Code() int + func (o *PutTemplatesLibraryIdentifierDefault) Error() string + type PutTemplatesLibraryIdentifierNotFound struct + Payload *models.Error + func NewPutTemplatesLibraryIdentifierNotFound() *PutTemplatesLibraryIdentifierNotFound + func (o *PutTemplatesLibraryIdentifierNotFound) Error() string + type PutTemplatesLibraryIdentifierOK struct + Payload PutTemplatesLibraryIdentifierOKBodyBody + func NewPutTemplatesLibraryIdentifierOK() *PutTemplatesLibraryIdentifierOK + func (o *PutTemplatesLibraryIdentifierOK) Error() string + type PutTemplatesLibraryIdentifierOKBodyBody interface + type PutTemplatesLibraryIdentifierParams struct + Identifier string + func NewPutTemplatesLibraryIdentifierParams() *PutTemplatesLibraryIdentifierParams + func (o *PutTemplatesLibraryIdentifierParams) WithIdentifier(Identifier string) *PutTemplatesLibraryIdentifierParams + func (o *PutTemplatesLibraryIdentifierParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutTemplatesLibraryIdentifierReader struct + func (o *PutTemplatesLibraryIdentifierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutWorkflowsDefault struct + Payload *models.Error + func NewPutWorkflowsDefault(code int) *PutWorkflowsDefault + func (o *PutWorkflowsDefault) Code() int + func (o *PutWorkflowsDefault) Error() string + type PutWorkflowsInternalServerError struct + Payload *models.Error + func NewPutWorkflowsInternalServerError() *PutWorkflowsInternalServerError + func (o *PutWorkflowsInternalServerError) Error() string + type PutWorkflowsOK struct + Payload PutWorkflowsOKBodyBody + func NewPutWorkflowsOK() *PutWorkflowsOK + func (o *PutWorkflowsOK) Error() string + type PutWorkflowsOKBodyBody interface + type PutWorkflowsParams struct + Body interface{} + func NewPutWorkflowsParams() *PutWorkflowsParams + func (o *PutWorkflowsParams) WithBody(Body interface{}) *PutWorkflowsParams + func (o *PutWorkflowsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutWorkflowsReader struct + func (o *PutWorkflowsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutWorkflowsTasksDefault struct + Payload *models.Error + func NewPutWorkflowsTasksDefault(code int) *PutWorkflowsTasksDefault + func (o *PutWorkflowsTasksDefault) Code() int + func (o *PutWorkflowsTasksDefault) Error() string + type PutWorkflowsTasksInternalServerError struct + Payload *models.Error + func NewPutWorkflowsTasksInternalServerError() *PutWorkflowsTasksInternalServerError + func (o *PutWorkflowsTasksInternalServerError) Error() string + type PutWorkflowsTasksOK struct + Payload PutWorkflowsTasksOKBodyBody + func NewPutWorkflowsTasksOK() *PutWorkflowsTasksOK + func (o *PutWorkflowsTasksOK) Error() string + type PutWorkflowsTasksOKBodyBody interface + type PutWorkflowsTasksParams struct + Body interface{} + func NewPutWorkflowsTasksParams() *PutWorkflowsTasksParams + func (o *PutWorkflowsTasksParams) WithBody(Body interface{}) *PutWorkflowsTasksParams + func (o *PutWorkflowsTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutWorkflowsTasksReader struct + func (o *PutWorkflowsTasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)