put

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2016 License: MIT Imports: 6 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for put API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new put API client.

func (*Client) DeleteSkusIdentifier

DeleteSkusIdentifier deletes specific sku

Delete specific sku.

func (*Client) PutProfilesLibraryIdentifier

func (a *Client) PutProfilesLibraryIdentifier(params *PutProfilesLibraryIdentifierParams, authInfo runtime.ClientAuthInfoWriter) (*PutProfilesLibraryIdentifierOK, error)

PutProfilesLibraryIdentifier puts a single profile

put a single profile

func (*Client) PutTemplatesLibraryIdentifier

func (a *Client) PutTemplatesLibraryIdentifier(params *PutTemplatesLibraryIdentifierParams, authInfo runtime.ClientAuthInfoWriter) (*PutTemplatesLibraryIdentifierOK, error)

PutTemplatesLibraryIdentifier puts a single template

put a single template

func (*Client) PutWorkflows

func (a *Client) PutWorkflows(params *PutWorkflowsParams, authInfo runtime.ClientAuthInfoWriter) (*PutWorkflowsOK, error)

PutWorkflows defines new workflow

define new workflow

func (*Client) PutWorkflowsTasks

func (a *Client) PutWorkflowsTasks(params *PutWorkflowsTasksParams, authInfo runtime.ClientAuthInfoWriter) (*PutWorkflowsTasksOK, error)

PutWorkflowsTasks adds tasks to task library

Add tasks to task library

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type DeleteSkusIdentifierDefault

type DeleteSkusIdentifierDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteSkusIdentifierDefault handles this case with default header values.

Unexpected error

func NewDeleteSkusIdentifierDefault

func NewDeleteSkusIdentifierDefault(code int) *DeleteSkusIdentifierDefault

NewDeleteSkusIdentifierDefault creates a DeleteSkusIdentifierDefault with default headers values

func (*DeleteSkusIdentifierDefault) Code

func (o *DeleteSkusIdentifierDefault) Code() int

Code gets the status code for the delete skus identifier default response

func (*DeleteSkusIdentifierDefault) Error

type DeleteSkusIdentifierNoContent

type DeleteSkusIdentifierNoContent struct {
	Payload DeleteSkusIdentifierNoContentBodyBody
}

DeleteSkusIdentifierNoContent handles this case with default header values.

return all skus

func NewDeleteSkusIdentifierNoContent

func NewDeleteSkusIdentifierNoContent() *DeleteSkusIdentifierNoContent

NewDeleteSkusIdentifierNoContent creates a DeleteSkusIdentifierNoContent with default headers values

func (*DeleteSkusIdentifierNoContent) Error

type DeleteSkusIdentifierNoContentBodyBody

type DeleteSkusIdentifierNoContentBodyBody interface{}

DeleteSkusIdentifierNoContentBodyBody delete skus identifier no content body body

swagger:model DeleteSkusIdentifierNoContentBodyBody

type DeleteSkusIdentifierNotFound

type DeleteSkusIdentifierNotFound struct {
	Payload *models.Error
}

DeleteSkusIdentifierNotFound handles this case with default header values.

sku with identifier not found, failed.

func NewDeleteSkusIdentifierNotFound

func NewDeleteSkusIdentifierNotFound() *DeleteSkusIdentifierNotFound

NewDeleteSkusIdentifierNotFound creates a DeleteSkusIdentifierNotFound with default headers values

func (*DeleteSkusIdentifierNotFound) Error

type DeleteSkusIdentifierParams

type DeleteSkusIdentifierParams struct {

	/*Identifier
	  The sku objectid.


	*/
	Identifier string
}

DeleteSkusIdentifierParams contains all the parameters to send to the API endpoint for the delete skus identifier operation typically these are written to a http.Request

func NewDeleteSkusIdentifierParams

func NewDeleteSkusIdentifierParams() *DeleteSkusIdentifierParams

NewDeleteSkusIdentifierParams creates a new DeleteSkusIdentifierParams object with the default values initialized.

func (*DeleteSkusIdentifierParams) WithIdentifier

func (o *DeleteSkusIdentifierParams) WithIdentifier(Identifier string) *DeleteSkusIdentifierParams

WithIdentifier adds the identifier to the delete skus identifier params

func (*DeleteSkusIdentifierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSkusIdentifierReader

type DeleteSkusIdentifierReader struct {
	// contains filtered or unexported fields
}

DeleteSkusIdentifierReader is a Reader for the DeleteSkusIdentifier structure.

func (*DeleteSkusIdentifierReader) ReadResponse

func (o *DeleteSkusIdentifierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type PutProfilesLibraryIdentifierDefault

type PutProfilesLibraryIdentifierDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

PutProfilesLibraryIdentifierDefault handles this case with default header values.

Unexpected error

func NewPutProfilesLibraryIdentifierDefault

func NewPutProfilesLibraryIdentifierDefault(code int) *PutProfilesLibraryIdentifierDefault

NewPutProfilesLibraryIdentifierDefault creates a PutProfilesLibraryIdentifierDefault with default headers values

func (*PutProfilesLibraryIdentifierDefault) Code

Code gets the status code for the put profiles library identifier default response

func (*PutProfilesLibraryIdentifierDefault) Error

type PutProfilesLibraryIdentifierInternalServerError

type PutProfilesLibraryIdentifierInternalServerError struct {
	Payload *models.Error
}

PutProfilesLibraryIdentifierInternalServerError handles this case with default header values.

Upload failed.

func NewPutProfilesLibraryIdentifierInternalServerError

func NewPutProfilesLibraryIdentifierInternalServerError() *PutProfilesLibraryIdentifierInternalServerError

NewPutProfilesLibraryIdentifierInternalServerError creates a PutProfilesLibraryIdentifierInternalServerError with default headers values

func (*PutProfilesLibraryIdentifierInternalServerError) Error

type PutProfilesLibraryIdentifierOK

type PutProfilesLibraryIdentifierOK struct {
	Payload PutProfilesLibraryIdentifierOKBodyBody
}

PutProfilesLibraryIdentifierOK handles this case with default header values.

profile to put

func NewPutProfilesLibraryIdentifierOK

func NewPutProfilesLibraryIdentifierOK() *PutProfilesLibraryIdentifierOK

NewPutProfilesLibraryIdentifierOK creates a PutProfilesLibraryIdentifierOK with default headers values

func (*PutProfilesLibraryIdentifierOK) Error

type PutProfilesLibraryIdentifierOKBodyBody

type PutProfilesLibraryIdentifierOKBodyBody interface{}

PutProfilesLibraryIdentifierOKBodyBody put profiles library identifier o k body body

swagger:model PutProfilesLibraryIdentifierOKBodyBody

type PutProfilesLibraryIdentifierParams

type PutProfilesLibraryIdentifierParams struct {

	/*Identifier
	  The profile name.


	*/
	Identifier string
}

PutProfilesLibraryIdentifierParams contains all the parameters to send to the API endpoint for the put profiles library identifier operation typically these are written to a http.Request

func NewPutProfilesLibraryIdentifierParams

func NewPutProfilesLibraryIdentifierParams() *PutProfilesLibraryIdentifierParams

NewPutProfilesLibraryIdentifierParams creates a new PutProfilesLibraryIdentifierParams object with the default values initialized.

func (*PutProfilesLibraryIdentifierParams) WithIdentifier

WithIdentifier adds the identifier to the put profiles library identifier params

func (*PutProfilesLibraryIdentifierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutProfilesLibraryIdentifierReader

type PutProfilesLibraryIdentifierReader struct {
	// contains filtered or unexported fields
}

PutProfilesLibraryIdentifierReader is a Reader for the PutProfilesLibraryIdentifier structure.

func (*PutProfilesLibraryIdentifierReader) ReadResponse

func (o *PutProfilesLibraryIdentifierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type PutTemplatesLibraryIdentifierDefault

type PutTemplatesLibraryIdentifierDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

PutTemplatesLibraryIdentifierDefault handles this case with default header values.

Unexpected error

func NewPutTemplatesLibraryIdentifierDefault

func NewPutTemplatesLibraryIdentifierDefault(code int) *PutTemplatesLibraryIdentifierDefault

NewPutTemplatesLibraryIdentifierDefault creates a PutTemplatesLibraryIdentifierDefault with default headers values

func (*PutTemplatesLibraryIdentifierDefault) Code

Code gets the status code for the put templates library identifier default response

func (*PutTemplatesLibraryIdentifierDefault) Error

type PutTemplatesLibraryIdentifierNotFound

type PutTemplatesLibraryIdentifierNotFound struct {
	Payload *models.Error
}

PutTemplatesLibraryIdentifierNotFound handles this case with default header values.

There is no template with specified identifier.

func NewPutTemplatesLibraryIdentifierNotFound

func NewPutTemplatesLibraryIdentifierNotFound() *PutTemplatesLibraryIdentifierNotFound

NewPutTemplatesLibraryIdentifierNotFound creates a PutTemplatesLibraryIdentifierNotFound with default headers values

func (*PutTemplatesLibraryIdentifierNotFound) Error

type PutTemplatesLibraryIdentifierOK

type PutTemplatesLibraryIdentifierOK struct {
	Payload PutTemplatesLibraryIdentifierOKBodyBody
}

PutTemplatesLibraryIdentifierOK handles this case with default header values.

return template

func NewPutTemplatesLibraryIdentifierOK

func NewPutTemplatesLibraryIdentifierOK() *PutTemplatesLibraryIdentifierOK

NewPutTemplatesLibraryIdentifierOK creates a PutTemplatesLibraryIdentifierOK with default headers values

func (*PutTemplatesLibraryIdentifierOK) Error

type PutTemplatesLibraryIdentifierOKBodyBody

type PutTemplatesLibraryIdentifierOKBodyBody interface{}

PutTemplatesLibraryIdentifierOKBodyBody put templates library identifier o k body body

swagger:model PutTemplatesLibraryIdentifierOKBodyBody

type PutTemplatesLibraryIdentifierParams

type PutTemplatesLibraryIdentifierParams struct {

	/*Identifier
	  objectid of template


	*/
	Identifier string
}

PutTemplatesLibraryIdentifierParams contains all the parameters to send to the API endpoint for the put templates library identifier operation typically these are written to a http.Request

func NewPutTemplatesLibraryIdentifierParams

func NewPutTemplatesLibraryIdentifierParams() *PutTemplatesLibraryIdentifierParams

NewPutTemplatesLibraryIdentifierParams creates a new PutTemplatesLibraryIdentifierParams object with the default values initialized.

func (*PutTemplatesLibraryIdentifierParams) WithIdentifier

WithIdentifier adds the identifier to the put templates library identifier params

func (*PutTemplatesLibraryIdentifierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutTemplatesLibraryIdentifierReader

type PutTemplatesLibraryIdentifierReader struct {
	// contains filtered or unexported fields
}

PutTemplatesLibraryIdentifierReader is a Reader for the PutTemplatesLibraryIdentifier structure.

func (*PutTemplatesLibraryIdentifierReader) ReadResponse

func (o *PutTemplatesLibraryIdentifierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type PutWorkflowsDefault

type PutWorkflowsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

PutWorkflowsDefault handles this case with default header values.

Upload failed

func NewPutWorkflowsDefault

func NewPutWorkflowsDefault(code int) *PutWorkflowsDefault

NewPutWorkflowsDefault creates a PutWorkflowsDefault with default headers values

func (*PutWorkflowsDefault) Code

func (o *PutWorkflowsDefault) Code() int

Code gets the status code for the put workflows default response

func (*PutWorkflowsDefault) Error

func (o *PutWorkflowsDefault) Error() string

type PutWorkflowsInternalServerError

type PutWorkflowsInternalServerError struct {
	Payload *models.Error
}

PutWorkflowsInternalServerError handles this case with default header values.

Error problem was encountered, workflow was not written.

func NewPutWorkflowsInternalServerError

func NewPutWorkflowsInternalServerError() *PutWorkflowsInternalServerError

NewPutWorkflowsInternalServerError creates a PutWorkflowsInternalServerError with default headers values

func (*PutWorkflowsInternalServerError) Error

type PutWorkflowsOK

type PutWorkflowsOK struct {
	Payload PutWorkflowsOKBodyBody
}

PutWorkflowsOK handles this case with default header values.

Fetch workflows

func NewPutWorkflowsOK

func NewPutWorkflowsOK() *PutWorkflowsOK

NewPutWorkflowsOK creates a PutWorkflowsOK with default headers values

func (*PutWorkflowsOK) Error

func (o *PutWorkflowsOK) Error() string

type PutWorkflowsOKBodyBody

type PutWorkflowsOKBodyBody interface{}

PutWorkflowsOKBodyBody put workflows o k body body

swagger:model PutWorkflowsOKBodyBody

type PutWorkflowsParams

type PutWorkflowsParams struct {

	/*Body*/
	Body interface{}
}

PutWorkflowsParams contains all the parameters to send to the API endpoint for the put workflows operation typically these are written to a http.Request

func NewPutWorkflowsParams

func NewPutWorkflowsParams() *PutWorkflowsParams

NewPutWorkflowsParams creates a new PutWorkflowsParams object with the default values initialized.

func (*PutWorkflowsParams) WithBody

func (o *PutWorkflowsParams) WithBody(Body interface{}) *PutWorkflowsParams

WithBody adds the body to the put workflows params

func (*PutWorkflowsParams) WriteToRequest

func (o *PutWorkflowsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PutWorkflowsReader

type PutWorkflowsReader struct {
	// contains filtered or unexported fields
}

PutWorkflowsReader is a Reader for the PutWorkflows structure.

func (*PutWorkflowsReader) ReadResponse

func (o *PutWorkflowsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type PutWorkflowsTasksDefault

type PutWorkflowsTasksDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

PutWorkflowsTasksDefault handles this case with default header values.

Upload failed

func NewPutWorkflowsTasksDefault

func NewPutWorkflowsTasksDefault(code int) *PutWorkflowsTasksDefault

NewPutWorkflowsTasksDefault creates a PutWorkflowsTasksDefault with default headers values

func (*PutWorkflowsTasksDefault) Code

func (o *PutWorkflowsTasksDefault) Code() int

Code gets the status code for the put workflows tasks default response

func (*PutWorkflowsTasksDefault) Error

func (o *PutWorkflowsTasksDefault) Error() string

type PutWorkflowsTasksInternalServerError

type PutWorkflowsTasksInternalServerError struct {
	Payload *models.Error
}

PutWorkflowsTasksInternalServerError handles this case with default header values.

Error problem was encountered, task was not written.

func NewPutWorkflowsTasksInternalServerError

func NewPutWorkflowsTasksInternalServerError() *PutWorkflowsTasksInternalServerError

NewPutWorkflowsTasksInternalServerError creates a PutWorkflowsTasksInternalServerError with default headers values

func (*PutWorkflowsTasksInternalServerError) Error

type PutWorkflowsTasksOK

type PutWorkflowsTasksOK struct {
	Payload PutWorkflowsTasksOKBodyBody
}

PutWorkflowsTasksOK handles this case with default header values.

Add tasks to task library

func NewPutWorkflowsTasksOK

func NewPutWorkflowsTasksOK() *PutWorkflowsTasksOK

NewPutWorkflowsTasksOK creates a PutWorkflowsTasksOK with default headers values

func (*PutWorkflowsTasksOK) Error

func (o *PutWorkflowsTasksOK) Error() string

type PutWorkflowsTasksOKBodyBody

type PutWorkflowsTasksOKBodyBody interface{}

PutWorkflowsTasksOKBodyBody put workflows tasks o k body body

swagger:model PutWorkflowsTasksOKBodyBody

type PutWorkflowsTasksParams

type PutWorkflowsTasksParams struct {

	/*Body*/
	Body interface{}
}

PutWorkflowsTasksParams contains all the parameters to send to the API endpoint for the put workflows tasks operation typically these are written to a http.Request

func NewPutWorkflowsTasksParams

func NewPutWorkflowsTasksParams() *PutWorkflowsTasksParams

NewPutWorkflowsTasksParams creates a new PutWorkflowsTasksParams object with the default values initialized.

func (*PutWorkflowsTasksParams) WithBody

func (o *PutWorkflowsTasksParams) WithBody(Body interface{}) *PutWorkflowsTasksParams

WithBody adds the body to the put workflows tasks params

func (*PutWorkflowsTasksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutWorkflowsTasksReader

type PutWorkflowsTasksReader struct {
	// contains filtered or unexported fields
}

PutWorkflowsTasksReader is a Reader for the PutWorkflowsTasks structure.

func (*PutWorkflowsTasksReader) ReadResponse

func (o *PutWorkflowsTasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL