user_operations

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

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 user operations API

func (*Client) DeleteUserOperationByIDUsingDELETE added in v0.4.0

func (a *Client) DeleteUserOperationByIDUsingDELETE(params *DeleteUserOperationByIDUsingDELETEParams, opts ...ClientOption) (*DeleteUserOperationByIDUsingDELETEOK, error)

DeleteUserOperationByIDUsingDELETE deletes a user operation by id

Delete a User Operation with the given id

func (*Client) GetAllUserOperationsUsingGET added in v0.4.0

func (a *Client) GetAllUserOperationsUsingGET(params *GetAllUserOperationsUsingGETParams, opts ...ClientOption) (*GetAllUserOperationsUsingGETOK, error)

GetAllUserOperationsUsingGET gets all user operations

Get all User operations with specified paging and filter parameters.

func (*Client) GetUserOperationByIDUsingGET added in v0.4.0

func (a *Client) GetUserOperationByIDUsingGET(params *GetUserOperationByIDUsingGETParams, opts ...ClientOption) (*GetUserOperationByIDUsingGETOK, error)

GetUserOperationByIDUsingGET gets a user operation

Get a User Operation with the given id

func (*Client) ModifyPatchUserOperationUsingPATCH

func (a *Client) ModifyPatchUserOperationUsingPATCH(params *ModifyPatchUserOperationUsingPATCHParams, opts ...ClientOption) (*ModifyPatchUserOperationUsingPATCHOK, error)

ModifyPatchUserOperationUsingPATCH modifies a user operation

Modify a User Operation with the given id

func (*Client) ModifyPostUserOperationUsingPOST

func (a *Client) ModifyPostUserOperationUsingPOST(params *ModifyPostUserOperationUsingPOSTParams, opts ...ClientOption) (*ModifyPostUserOperationUsingPOSTOK, error)

ModifyPostUserOperationUsingPOST modifies a user operation

Modify a User Operation with the given id

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteUserOperationByIDUsingDELETE(params *DeleteUserOperationByIDUsingDELETEParams, opts ...ClientOption) (*DeleteUserOperationByIDUsingDELETEOK, error)

	GetAllUserOperationsUsingGET(params *GetAllUserOperationsUsingGETParams, opts ...ClientOption) (*GetAllUserOperationsUsingGETOK, error)

	GetUserOperationByIDUsingGET(params *GetUserOperationByIDUsingGETParams, opts ...ClientOption) (*GetUserOperationByIDUsingGETOK, error)

	ModifyPatchUserOperationUsingPATCH(params *ModifyPatchUserOperationUsingPATCHParams, opts ...ClientOption) (*ModifyPatchUserOperationUsingPATCHOK, error)

	ModifyPostUserOperationUsingPOST(params *ModifyPostUserOperationUsingPOSTParams, opts ...ClientOption) (*ModifyPostUserOperationUsingPOSTOK, 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 user operations API client.

type DeleteUserOperationByIDUsingDELETEForbidden added in v0.4.0

type DeleteUserOperationByIDUsingDELETEForbidden struct {
}

DeleteUserOperationByIDUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteUserOperationByIDUsingDELETEForbidden added in v0.4.0

func NewDeleteUserOperationByIDUsingDELETEForbidden() *DeleteUserOperationByIDUsingDELETEForbidden

NewDeleteUserOperationByIDUsingDELETEForbidden creates a DeleteUserOperationByIDUsingDELETEForbidden with default headers values

func (*DeleteUserOperationByIDUsingDELETEForbidden) Error added in v0.4.0

func (*DeleteUserOperationByIDUsingDELETEForbidden) IsClientError added in v0.5.0

IsClientError returns true when this delete user operation by Id using d e l e t e forbidden response has a 4xx status code

func (*DeleteUserOperationByIDUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete user operation by Id using d e l e t e forbidden response a status code equal to that given

func (*DeleteUserOperationByIDUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete user operation by Id using d e l e t e forbidden response has a 3xx status code

func (*DeleteUserOperationByIDUsingDELETEForbidden) IsServerError added in v0.5.0

IsServerError returns true when this delete user operation by Id using d e l e t e forbidden response has a 5xx status code

func (*DeleteUserOperationByIDUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete user operation by Id using d e l e t e forbidden response has a 2xx status code

func (*DeleteUserOperationByIDUsingDELETEForbidden) String added in v0.5.0

type DeleteUserOperationByIDUsingDELETEInternalServerError added in v0.4.0

type DeleteUserOperationByIDUsingDELETEInternalServerError struct {
}

DeleteUserOperationByIDUsingDELETEInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeleteUserOperationByIDUsingDELETEInternalServerError added in v0.4.0

func NewDeleteUserOperationByIDUsingDELETEInternalServerError() *DeleteUserOperationByIDUsingDELETEInternalServerError

NewDeleteUserOperationByIDUsingDELETEInternalServerError creates a DeleteUserOperationByIDUsingDELETEInternalServerError with default headers values

func (*DeleteUserOperationByIDUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeleteUserOperationByIDUsingDELETEInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this delete user operation by Id using d e l e t e internal server error response has a 4xx status code

func (*DeleteUserOperationByIDUsingDELETEInternalServerError) IsCode added in v0.5.0

IsCode returns true when this delete user operation by Id using d e l e t e internal server error response a status code equal to that given

func (*DeleteUserOperationByIDUsingDELETEInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this delete user operation by Id using d e l e t e internal server error response has a 3xx status code

func (*DeleteUserOperationByIDUsingDELETEInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this delete user operation by Id using d e l e t e internal server error response has a 5xx status code

func (*DeleteUserOperationByIDUsingDELETEInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this delete user operation by Id using d e l e t e internal server error response has a 2xx status code

func (*DeleteUserOperationByIDUsingDELETEInternalServerError) String added in v0.5.0

type DeleteUserOperationByIDUsingDELETENotFound added in v0.4.0

type DeleteUserOperationByIDUsingDELETENotFound struct {
	Payload *models.Error
}

DeleteUserOperationByIDUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteUserOperationByIDUsingDELETENotFound added in v0.4.0

func NewDeleteUserOperationByIDUsingDELETENotFound() *DeleteUserOperationByIDUsingDELETENotFound

NewDeleteUserOperationByIDUsingDELETENotFound creates a DeleteUserOperationByIDUsingDELETENotFound with default headers values

func (*DeleteUserOperationByIDUsingDELETENotFound) Error added in v0.4.0

func (*DeleteUserOperationByIDUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeleteUserOperationByIDUsingDELETENotFound) IsClientError added in v0.5.0

IsClientError returns true when this delete user operation by Id using d e l e t e not found response has a 4xx status code

func (*DeleteUserOperationByIDUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete user operation by Id using d e l e t e not found response a status code equal to that given

func (*DeleteUserOperationByIDUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete user operation by Id using d e l e t e not found response has a 3xx status code

func (*DeleteUserOperationByIDUsingDELETENotFound) IsServerError added in v0.5.0

IsServerError returns true when this delete user operation by Id using d e l e t e not found response has a 5xx status code

func (*DeleteUserOperationByIDUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete user operation by Id using d e l e t e not found response has a 2xx status code

func (*DeleteUserOperationByIDUsingDELETENotFound) String added in v0.5.0

type DeleteUserOperationByIDUsingDELETEOK added in v0.4.0

type DeleteUserOperationByIDUsingDELETEOK struct {
	Payload models.UserOperation
}

DeleteUserOperationByIDUsingDELETEOK describes a response with status code 200, with default header values.

'Success' with the deleted User Operation

func NewDeleteUserOperationByIDUsingDELETEOK added in v0.4.0

func NewDeleteUserOperationByIDUsingDELETEOK() *DeleteUserOperationByIDUsingDELETEOK

NewDeleteUserOperationByIDUsingDELETEOK creates a DeleteUserOperationByIDUsingDELETEOK with default headers values

func (*DeleteUserOperationByIDUsingDELETEOK) Error added in v0.4.0

func (*DeleteUserOperationByIDUsingDELETEOK) GetPayload added in v0.4.0

func (*DeleteUserOperationByIDUsingDELETEOK) IsClientError added in v0.5.0

func (o *DeleteUserOperationByIDUsingDELETEOK) IsClientError() bool

IsClientError returns true when this delete user operation by Id using d e l e t e o k response has a 4xx status code

func (*DeleteUserOperationByIDUsingDELETEOK) IsCode added in v0.5.0

IsCode returns true when this delete user operation by Id using d e l e t e o k response a status code equal to that given

func (*DeleteUserOperationByIDUsingDELETEOK) IsRedirect added in v0.5.0

IsRedirect returns true when this delete user operation by Id using d e l e t e o k response has a 3xx status code

func (*DeleteUserOperationByIDUsingDELETEOK) IsServerError added in v0.5.0

func (o *DeleteUserOperationByIDUsingDELETEOK) IsServerError() bool

IsServerError returns true when this delete user operation by Id using d e l e t e o k response has a 5xx status code

func (*DeleteUserOperationByIDUsingDELETEOK) IsSuccess added in v0.5.0

IsSuccess returns true when this delete user operation by Id using d e l e t e o k response has a 2xx status code

func (*DeleteUserOperationByIDUsingDELETEOK) String added in v0.5.0

type DeleteUserOperationByIDUsingDELETEParams added in v0.4.0

type DeleteUserOperationByIDUsingDELETEParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   The ID of the User Operation
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteUserOperationByIDUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete user operation by Id using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeleteUserOperationByIDUsingDELETEParams added in v0.4.0

func NewDeleteUserOperationByIDUsingDELETEParams() *DeleteUserOperationByIDUsingDELETEParams

NewDeleteUserOperationByIDUsingDELETEParams creates a new DeleteUserOperationByIDUsingDELETEParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteUserOperationByIDUsingDELETEParamsWithContext added in v0.4.0

func NewDeleteUserOperationByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteUserOperationByIDUsingDELETEParams

NewDeleteUserOperationByIDUsingDELETEParamsWithContext creates a new DeleteUserOperationByIDUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteUserOperationByIDUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeleteUserOperationByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteUserOperationByIDUsingDELETEParams

NewDeleteUserOperationByIDUsingDELETEParamsWithHTTPClient creates a new DeleteUserOperationByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserOperationByIDUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeleteUserOperationByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteUserOperationByIDUsingDELETEParams

NewDeleteUserOperationByIDUsingDELETEParamsWithTimeout creates a new DeleteUserOperationByIDUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteUserOperationByIDUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeleteUserOperationByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete user operation by Id using d e l e t e params

func (*DeleteUserOperationByIDUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeleteUserOperationByIDUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete user operation by Id using d e l e t e params

func (*DeleteUserOperationByIDUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete user operation by Id using d e l e t e params

func (*DeleteUserOperationByIDUsingDELETEParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the delete user operation by Id using d e l e t e params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteUserOperationByIDUsingDELETEParams) SetHTTPClient added in v0.4.0

func (o *DeleteUserOperationByIDUsingDELETEParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete user operation by Id using d e l e t e params

func (*DeleteUserOperationByIDUsingDELETEParams) SetID added in v0.4.0

SetID adds the id to the delete user operation by Id using d e l e t e params

func (*DeleteUserOperationByIDUsingDELETEParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the delete user operation by Id using d e l e t e params

func (*DeleteUserOperationByIDUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete user operation by Id using d e l e t e params

func (*DeleteUserOperationByIDUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete user operation by Id using d e l e t e params

func (*DeleteUserOperationByIDUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete user operation by Id using d e l e t e params

func (*DeleteUserOperationByIDUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete user operation by Id using d e l e t e params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteUserOperationByIDUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete user operation by Id using d e l e t e params

func (*DeleteUserOperationByIDUsingDELETEParams) WithID added in v0.4.0

WithID adds the id to the delete user operation by Id using d e l e t e params

func (*DeleteUserOperationByIDUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete user operation by Id using d e l e t e params

func (*DeleteUserOperationByIDUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteUserOperationByIDUsingDELETEReader added in v0.4.0

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

DeleteUserOperationByIDUsingDELETEReader is a Reader for the DeleteUserOperationByIDUsingDELETE structure.

func (*DeleteUserOperationByIDUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteUserOperationByIDUsingDELETEUnauthorized added in v0.4.0

type DeleteUserOperationByIDUsingDELETEUnauthorized struct {
}

DeleteUserOperationByIDUsingDELETEUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeleteUserOperationByIDUsingDELETEUnauthorized added in v0.4.0

func NewDeleteUserOperationByIDUsingDELETEUnauthorized() *DeleteUserOperationByIDUsingDELETEUnauthorized

NewDeleteUserOperationByIDUsingDELETEUnauthorized creates a DeleteUserOperationByIDUsingDELETEUnauthorized with default headers values

func (*DeleteUserOperationByIDUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeleteUserOperationByIDUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete user operation by Id using d e l e t e unauthorized response has a 4xx status code

func (*DeleteUserOperationByIDUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete user operation by Id using d e l e t e unauthorized response a status code equal to that given

func (*DeleteUserOperationByIDUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete user operation by Id using d e l e t e unauthorized response has a 3xx status code

func (*DeleteUserOperationByIDUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete user operation by Id using d e l e t e unauthorized response has a 5xx status code

func (*DeleteUserOperationByIDUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete user operation by Id using d e l e t e unauthorized response has a 2xx status code

func (*DeleteUserOperationByIDUsingDELETEUnauthorized) String added in v0.5.0

type GetAllUserOperationsUsingGETForbidden added in v0.4.0

type GetAllUserOperationsUsingGETForbidden struct {
}

GetAllUserOperationsUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAllUserOperationsUsingGETForbidden added in v0.4.0

func NewGetAllUserOperationsUsingGETForbidden() *GetAllUserOperationsUsingGETForbidden

NewGetAllUserOperationsUsingGETForbidden creates a GetAllUserOperationsUsingGETForbidden with default headers values

func (*GetAllUserOperationsUsingGETForbidden) Error added in v0.4.0

func (*GetAllUserOperationsUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetAllUserOperationsUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get all user operations using g e t forbidden response has a 4xx status code

func (*GetAllUserOperationsUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get all user operations using g e t forbidden response a status code equal to that given

func (*GetAllUserOperationsUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get all user operations using g e t forbidden response has a 3xx status code

func (*GetAllUserOperationsUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetAllUserOperationsUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get all user operations using g e t forbidden response has a 5xx status code

func (*GetAllUserOperationsUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get all user operations using g e t forbidden response has a 2xx status code

func (*GetAllUserOperationsUsingGETForbidden) String added in v0.5.0

type GetAllUserOperationsUsingGETInternalServerError added in v0.4.0

type GetAllUserOperationsUsingGETInternalServerError struct {
}

GetAllUserOperationsUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetAllUserOperationsUsingGETInternalServerError added in v0.4.0

func NewGetAllUserOperationsUsingGETInternalServerError() *GetAllUserOperationsUsingGETInternalServerError

NewGetAllUserOperationsUsingGETInternalServerError creates a GetAllUserOperationsUsingGETInternalServerError with default headers values

func (*GetAllUserOperationsUsingGETInternalServerError) Error added in v0.4.0

func (*GetAllUserOperationsUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get all user operations using g e t internal server error response has a 4xx status code

func (*GetAllUserOperationsUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get all user operations using g e t internal server error response a status code equal to that given

func (*GetAllUserOperationsUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get all user operations using g e t internal server error response has a 3xx status code

func (*GetAllUserOperationsUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get all user operations using g e t internal server error response has a 5xx status code

func (*GetAllUserOperationsUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get all user operations using g e t internal server error response has a 2xx status code

func (*GetAllUserOperationsUsingGETInternalServerError) String added in v0.5.0

type GetAllUserOperationsUsingGETNotFound added in v0.4.0

type GetAllUserOperationsUsingGETNotFound struct {
	Payload *models.Error
}

GetAllUserOperationsUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAllUserOperationsUsingGETNotFound added in v0.4.0

func NewGetAllUserOperationsUsingGETNotFound() *GetAllUserOperationsUsingGETNotFound

NewGetAllUserOperationsUsingGETNotFound creates a GetAllUserOperationsUsingGETNotFound with default headers values

func (*GetAllUserOperationsUsingGETNotFound) Error added in v0.4.0

func (*GetAllUserOperationsUsingGETNotFound) GetPayload added in v0.4.0

func (*GetAllUserOperationsUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetAllUserOperationsUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get all user operations using g e t not found response has a 4xx status code

func (*GetAllUserOperationsUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get all user operations using g e t not found response a status code equal to that given

func (*GetAllUserOperationsUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get all user operations using g e t not found response has a 3xx status code

func (*GetAllUserOperationsUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetAllUserOperationsUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get all user operations using g e t not found response has a 5xx status code

func (*GetAllUserOperationsUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get all user operations using g e t not found response has a 2xx status code

func (*GetAllUserOperationsUsingGETNotFound) String added in v0.5.0

type GetAllUserOperationsUsingGETOK added in v0.4.0

type GetAllUserOperationsUsingGETOK struct {
	Payload models.UserOperations
}

GetAllUserOperationsUsingGETOK describes a response with status code 200, with default header values.

'Success' with the requested User Operations

func NewGetAllUserOperationsUsingGETOK added in v0.4.0

func NewGetAllUserOperationsUsingGETOK() *GetAllUserOperationsUsingGETOK

NewGetAllUserOperationsUsingGETOK creates a GetAllUserOperationsUsingGETOK with default headers values

func (*GetAllUserOperationsUsingGETOK) Error added in v0.4.0

func (*GetAllUserOperationsUsingGETOK) GetPayload added in v0.4.0

func (*GetAllUserOperationsUsingGETOK) IsClientError added in v0.5.0

func (o *GetAllUserOperationsUsingGETOK) IsClientError() bool

IsClientError returns true when this get all user operations using g e t o k response has a 4xx status code

func (*GetAllUserOperationsUsingGETOK) IsCode added in v0.5.0

func (o *GetAllUserOperationsUsingGETOK) IsCode(code int) bool

IsCode returns true when this get all user operations using g e t o k response a status code equal to that given

func (*GetAllUserOperationsUsingGETOK) IsRedirect added in v0.5.0

func (o *GetAllUserOperationsUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get all user operations using g e t o k response has a 3xx status code

func (*GetAllUserOperationsUsingGETOK) IsServerError added in v0.5.0

func (o *GetAllUserOperationsUsingGETOK) IsServerError() bool

IsServerError returns true when this get all user operations using g e t o k response has a 5xx status code

func (*GetAllUserOperationsUsingGETOK) IsSuccess added in v0.5.0

func (o *GetAllUserOperationsUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get all user operations using g e t o k response has a 2xx status code

func (*GetAllUserOperationsUsingGETOK) String added in v0.5.0

type GetAllUserOperationsUsingGETParams added in v0.4.0

type GetAllUserOperationsUsingGETParams struct {

	/* DollarFilter.

	   To list User Operations with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' User Operations for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' User Operations for listing

	   Default: "25"
	*/
	DollarTop *string

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAllUserOperationsUsingGETParams contains all the parameters to send to the API endpoint

for the get all user operations using g e t operation.

Typically these are written to a http.Request.

func NewGetAllUserOperationsUsingGETParams added in v0.4.0

func NewGetAllUserOperationsUsingGETParams() *GetAllUserOperationsUsingGETParams

NewGetAllUserOperationsUsingGETParams creates a new GetAllUserOperationsUsingGETParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAllUserOperationsUsingGETParamsWithContext added in v0.4.0

func NewGetAllUserOperationsUsingGETParamsWithContext(ctx context.Context) *GetAllUserOperationsUsingGETParams

NewGetAllUserOperationsUsingGETParamsWithContext creates a new GetAllUserOperationsUsingGETParams object with the ability to set a context for a request.

func NewGetAllUserOperationsUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetAllUserOperationsUsingGETParamsWithHTTPClient(client *http.Client) *GetAllUserOperationsUsingGETParams

NewGetAllUserOperationsUsingGETParamsWithHTTPClient creates a new GetAllUserOperationsUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllUserOperationsUsingGETParamsWithTimeout added in v0.4.0

func NewGetAllUserOperationsUsingGETParamsWithTimeout(timeout time.Duration) *GetAllUserOperationsUsingGETParams

NewGetAllUserOperationsUsingGETParamsWithTimeout creates a new GetAllUserOperationsUsingGETParams object with the ability to set a timeout on a request.

func (*GetAllUserOperationsUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetAllUserOperationsUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetAllUserOperationsUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) SetDefaults added in v0.4.0

func (o *GetAllUserOperationsUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get all user operations using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetAllUserOperationsUsingGETParams) SetDollarFilter added in v0.4.0

func (o *GetAllUserOperationsUsingGETParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) SetDollarOrderby added in v0.4.0

func (o *GetAllUserOperationsUsingGETParams) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) SetDollarSkip added in v0.4.0

func (o *GetAllUserOperationsUsingGETParams) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) SetDollarTop added in v0.4.0

func (o *GetAllUserOperationsUsingGETParams) SetDollarTop(dollarTop *string)

SetDollarTop adds the dollarTop to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) SetHTTPClient added in v0.4.0

func (o *GetAllUserOperationsUsingGETParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) SetPage added in v0.4.0

func (o *GetAllUserOperationsUsingGETParams) SetPage(page *string)

SetPage adds the page to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) SetTimeout added in v0.4.0

func (o *GetAllUserOperationsUsingGETParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get all user operations using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetAllUserOperationsUsingGETParams) WithDollarFilter added in v0.4.0

WithDollarFilter adds the dollarFilter to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) WithDollarOrderby added in v0.4.0

WithDollarOrderby adds the dollarOrderby to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) WithDollarSkip added in v0.4.0

WithDollarSkip adds the dollarSkip to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) WithPage added in v0.4.0

WithPage adds the page to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get all user operations using get params

func (*GetAllUserOperationsUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetAllUserOperationsUsingGETReader added in v0.4.0

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

GetAllUserOperationsUsingGETReader is a Reader for the GetAllUserOperationsUsingGET structure.

func (*GetAllUserOperationsUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetAllUserOperationsUsingGETUnauthorized added in v0.4.0

type GetAllUserOperationsUsingGETUnauthorized struct {
}

GetAllUserOperationsUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetAllUserOperationsUsingGETUnauthorized added in v0.4.0

func NewGetAllUserOperationsUsingGETUnauthorized() *GetAllUserOperationsUsingGETUnauthorized

NewGetAllUserOperationsUsingGETUnauthorized creates a GetAllUserOperationsUsingGETUnauthorized with default headers values

func (*GetAllUserOperationsUsingGETUnauthorized) Error added in v0.4.0

func (*GetAllUserOperationsUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get all user operations using g e t unauthorized response has a 4xx status code

func (*GetAllUserOperationsUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get all user operations using g e t unauthorized response a status code equal to that given

func (*GetAllUserOperationsUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get all user operations using g e t unauthorized response has a 3xx status code

func (*GetAllUserOperationsUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get all user operations using g e t unauthorized response has a 5xx status code

func (*GetAllUserOperationsUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get all user operations using g e t unauthorized response has a 2xx status code

func (*GetAllUserOperationsUsingGETUnauthorized) String added in v0.5.0

type GetUserOperationByIDUsingGETForbidden added in v0.4.0

type GetUserOperationByIDUsingGETForbidden struct {
}

GetUserOperationByIDUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetUserOperationByIDUsingGETForbidden added in v0.4.0

func NewGetUserOperationByIDUsingGETForbidden() *GetUserOperationByIDUsingGETForbidden

NewGetUserOperationByIDUsingGETForbidden creates a GetUserOperationByIDUsingGETForbidden with default headers values

func (*GetUserOperationByIDUsingGETForbidden) Error added in v0.4.0

func (*GetUserOperationByIDUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetUserOperationByIDUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get user operation by Id using g e t forbidden response has a 4xx status code

func (*GetUserOperationByIDUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get user operation by Id using g e t forbidden response a status code equal to that given

func (*GetUserOperationByIDUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get user operation by Id using g e t forbidden response has a 3xx status code

func (*GetUserOperationByIDUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetUserOperationByIDUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get user operation by Id using g e t forbidden response has a 5xx status code

func (*GetUserOperationByIDUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get user operation by Id using g e t forbidden response has a 2xx status code

func (*GetUserOperationByIDUsingGETForbidden) String added in v0.5.0

type GetUserOperationByIDUsingGETInternalServerError added in v0.4.0

type GetUserOperationByIDUsingGETInternalServerError struct {
}

GetUserOperationByIDUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetUserOperationByIDUsingGETInternalServerError added in v0.4.0

func NewGetUserOperationByIDUsingGETInternalServerError() *GetUserOperationByIDUsingGETInternalServerError

NewGetUserOperationByIDUsingGETInternalServerError creates a GetUserOperationByIDUsingGETInternalServerError with default headers values

func (*GetUserOperationByIDUsingGETInternalServerError) Error added in v0.4.0

func (*GetUserOperationByIDUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get user operation by Id using g e t internal server error response has a 4xx status code

func (*GetUserOperationByIDUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get user operation by Id using g e t internal server error response a status code equal to that given

func (*GetUserOperationByIDUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get user operation by Id using g e t internal server error response has a 3xx status code

func (*GetUserOperationByIDUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get user operation by Id using g e t internal server error response has a 5xx status code

func (*GetUserOperationByIDUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get user operation by Id using g e t internal server error response has a 2xx status code

func (*GetUserOperationByIDUsingGETInternalServerError) String added in v0.5.0

type GetUserOperationByIDUsingGETNotFound added in v0.4.0

type GetUserOperationByIDUsingGETNotFound struct {
	Payload *models.Error
}

GetUserOperationByIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetUserOperationByIDUsingGETNotFound added in v0.4.0

func NewGetUserOperationByIDUsingGETNotFound() *GetUserOperationByIDUsingGETNotFound

NewGetUserOperationByIDUsingGETNotFound creates a GetUserOperationByIDUsingGETNotFound with default headers values

func (*GetUserOperationByIDUsingGETNotFound) Error added in v0.4.0

func (*GetUserOperationByIDUsingGETNotFound) GetPayload added in v0.4.0

func (*GetUserOperationByIDUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetUserOperationByIDUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get user operation by Id using g e t not found response has a 4xx status code

func (*GetUserOperationByIDUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get user operation by Id using g e t not found response a status code equal to that given

func (*GetUserOperationByIDUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get user operation by Id using g e t not found response has a 3xx status code

func (*GetUserOperationByIDUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetUserOperationByIDUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get user operation by Id using g e t not found response has a 5xx status code

func (*GetUserOperationByIDUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get user operation by Id using g e t not found response has a 2xx status code

func (*GetUserOperationByIDUsingGETNotFound) String added in v0.5.0

type GetUserOperationByIDUsingGETOK added in v0.4.0

type GetUserOperationByIDUsingGETOK struct {
	Payload models.UserOperation
}

GetUserOperationByIDUsingGETOK describes a response with status code 200, with default header values.

'Success' with the requested User Operation

func NewGetUserOperationByIDUsingGETOK added in v0.4.0

func NewGetUserOperationByIDUsingGETOK() *GetUserOperationByIDUsingGETOK

NewGetUserOperationByIDUsingGETOK creates a GetUserOperationByIDUsingGETOK with default headers values

func (*GetUserOperationByIDUsingGETOK) Error added in v0.4.0

func (*GetUserOperationByIDUsingGETOK) GetPayload added in v0.4.0

func (*GetUserOperationByIDUsingGETOK) IsClientError added in v0.5.0

func (o *GetUserOperationByIDUsingGETOK) IsClientError() bool

IsClientError returns true when this get user operation by Id using g e t o k response has a 4xx status code

func (*GetUserOperationByIDUsingGETOK) IsCode added in v0.5.0

func (o *GetUserOperationByIDUsingGETOK) IsCode(code int) bool

IsCode returns true when this get user operation by Id using g e t o k response a status code equal to that given

func (*GetUserOperationByIDUsingGETOK) IsRedirect added in v0.5.0

func (o *GetUserOperationByIDUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get user operation by Id using g e t o k response has a 3xx status code

func (*GetUserOperationByIDUsingGETOK) IsServerError added in v0.5.0

func (o *GetUserOperationByIDUsingGETOK) IsServerError() bool

IsServerError returns true when this get user operation by Id using g e t o k response has a 5xx status code

func (*GetUserOperationByIDUsingGETOK) IsSuccess added in v0.5.0

func (o *GetUserOperationByIDUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get user operation by Id using g e t o k response has a 2xx status code

func (*GetUserOperationByIDUsingGETOK) String added in v0.5.0

type GetUserOperationByIDUsingGETParams added in v0.4.0

type GetUserOperationByIDUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   The ID of the User Operation
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUserOperationByIDUsingGETParams contains all the parameters to send to the API endpoint

for the get user operation by Id using g e t operation.

Typically these are written to a http.Request.

func NewGetUserOperationByIDUsingGETParams added in v0.4.0

func NewGetUserOperationByIDUsingGETParams() *GetUserOperationByIDUsingGETParams

NewGetUserOperationByIDUsingGETParams creates a new GetUserOperationByIDUsingGETParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetUserOperationByIDUsingGETParamsWithContext added in v0.4.0

func NewGetUserOperationByIDUsingGETParamsWithContext(ctx context.Context) *GetUserOperationByIDUsingGETParams

NewGetUserOperationByIDUsingGETParamsWithContext creates a new GetUserOperationByIDUsingGETParams object with the ability to set a context for a request.

func NewGetUserOperationByIDUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetUserOperationByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetUserOperationByIDUsingGETParams

NewGetUserOperationByIDUsingGETParamsWithHTTPClient creates a new GetUserOperationByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserOperationByIDUsingGETParamsWithTimeout added in v0.4.0

func NewGetUserOperationByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetUserOperationByIDUsingGETParams

NewGetUserOperationByIDUsingGETParamsWithTimeout creates a new GetUserOperationByIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetUserOperationByIDUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetUserOperationByIDUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get user operation by Id using get params

func (*GetUserOperationByIDUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetUserOperationByIDUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get user operation by Id using get params

func (*GetUserOperationByIDUsingGETParams) SetContext added in v0.4.0

SetContext adds the context to the get user operation by Id using get params

func (*GetUserOperationByIDUsingGETParams) SetDefaults added in v0.4.0

func (o *GetUserOperationByIDUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get user operation by Id using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserOperationByIDUsingGETParams) SetHTTPClient added in v0.4.0

func (o *GetUserOperationByIDUsingGETParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get user operation by Id using get params

func (*GetUserOperationByIDUsingGETParams) SetID added in v0.4.0

SetID adds the id to the get user operation by Id using get params

func (*GetUserOperationByIDUsingGETParams) SetTimeout added in v0.4.0

func (o *GetUserOperationByIDUsingGETParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get user operation by Id using get params

func (*GetUserOperationByIDUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get user operation by Id using get params

func (*GetUserOperationByIDUsingGETParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the get user operation by Id using get params

func (*GetUserOperationByIDUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get user operation by Id using get params

func (*GetUserOperationByIDUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get user operation by Id using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserOperationByIDUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get user operation by Id using get params

func (*GetUserOperationByIDUsingGETParams) WithID added in v0.4.0

WithID adds the id to the get user operation by Id using get params

func (*GetUserOperationByIDUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get user operation by Id using get params

func (*GetUserOperationByIDUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetUserOperationByIDUsingGETReader added in v0.4.0

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

GetUserOperationByIDUsingGETReader is a Reader for the GetUserOperationByIDUsingGET structure.

func (*GetUserOperationByIDUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetUserOperationByIDUsingGETUnauthorized added in v0.4.0

type GetUserOperationByIDUsingGETUnauthorized struct {
}

GetUserOperationByIDUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetUserOperationByIDUsingGETUnauthorized added in v0.4.0

func NewGetUserOperationByIDUsingGETUnauthorized() *GetUserOperationByIDUsingGETUnauthorized

NewGetUserOperationByIDUsingGETUnauthorized creates a GetUserOperationByIDUsingGETUnauthorized with default headers values

func (*GetUserOperationByIDUsingGETUnauthorized) Error added in v0.4.0

func (*GetUserOperationByIDUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get user operation by Id using g e t unauthorized response has a 4xx status code

func (*GetUserOperationByIDUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get user operation by Id using g e t unauthorized response a status code equal to that given

func (*GetUserOperationByIDUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get user operation by Id using g e t unauthorized response has a 3xx status code

func (*GetUserOperationByIDUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get user operation by Id using g e t unauthorized response has a 5xx status code

func (*GetUserOperationByIDUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get user operation by Id using g e t unauthorized response has a 2xx status code

func (*GetUserOperationByIDUsingGETUnauthorized) String added in v0.5.0

type ModifyPatchUserOperationUsingPATCHForbidden

type ModifyPatchUserOperationUsingPATCHForbidden struct {
}

ModifyPatchUserOperationUsingPATCHForbidden describes a response with status code 403, with default header values.

Forbidden

func NewModifyPatchUserOperationUsingPATCHForbidden

func NewModifyPatchUserOperationUsingPATCHForbidden() *ModifyPatchUserOperationUsingPATCHForbidden

NewModifyPatchUserOperationUsingPATCHForbidden creates a ModifyPatchUserOperationUsingPATCHForbidden with default headers values

func (*ModifyPatchUserOperationUsingPATCHForbidden) Error

func (*ModifyPatchUserOperationUsingPATCHForbidden) IsClientError added in v0.5.0

IsClientError returns true when this modify patch user operation using p a t c h forbidden response has a 4xx status code

func (*ModifyPatchUserOperationUsingPATCHForbidden) IsCode added in v0.5.0

IsCode returns true when this modify patch user operation using p a t c h forbidden response a status code equal to that given

func (*ModifyPatchUserOperationUsingPATCHForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this modify patch user operation using p a t c h forbidden response has a 3xx status code

func (*ModifyPatchUserOperationUsingPATCHForbidden) IsServerError added in v0.5.0

IsServerError returns true when this modify patch user operation using p a t c h forbidden response has a 5xx status code

func (*ModifyPatchUserOperationUsingPATCHForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this modify patch user operation using p a t c h forbidden response has a 2xx status code

func (*ModifyPatchUserOperationUsingPATCHForbidden) String added in v0.5.0

type ModifyPatchUserOperationUsingPATCHInternalServerError

type ModifyPatchUserOperationUsingPATCHInternalServerError struct {
}

ModifyPatchUserOperationUsingPATCHInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewModifyPatchUserOperationUsingPATCHInternalServerError

func NewModifyPatchUserOperationUsingPATCHInternalServerError() *ModifyPatchUserOperationUsingPATCHInternalServerError

NewModifyPatchUserOperationUsingPATCHInternalServerError creates a ModifyPatchUserOperationUsingPATCHInternalServerError with default headers values

func (*ModifyPatchUserOperationUsingPATCHInternalServerError) Error

func (*ModifyPatchUserOperationUsingPATCHInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this modify patch user operation using p a t c h internal server error response has a 4xx status code

func (*ModifyPatchUserOperationUsingPATCHInternalServerError) IsCode added in v0.5.0

IsCode returns true when this modify patch user operation using p a t c h internal server error response a status code equal to that given

func (*ModifyPatchUserOperationUsingPATCHInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this modify patch user operation using p a t c h internal server error response has a 3xx status code

func (*ModifyPatchUserOperationUsingPATCHInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this modify patch user operation using p a t c h internal server error response has a 5xx status code

func (*ModifyPatchUserOperationUsingPATCHInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this modify patch user operation using p a t c h internal server error response has a 2xx status code

func (*ModifyPatchUserOperationUsingPATCHInternalServerError) String added in v0.5.0

type ModifyPatchUserOperationUsingPATCHNotFound

type ModifyPatchUserOperationUsingPATCHNotFound struct {
	Payload *models.Error
}

ModifyPatchUserOperationUsingPATCHNotFound describes a response with status code 404, with default header values.

Not Found

func NewModifyPatchUserOperationUsingPATCHNotFound

func NewModifyPatchUserOperationUsingPATCHNotFound() *ModifyPatchUserOperationUsingPATCHNotFound

NewModifyPatchUserOperationUsingPATCHNotFound creates a ModifyPatchUserOperationUsingPATCHNotFound with default headers values

func (*ModifyPatchUserOperationUsingPATCHNotFound) Error

func (*ModifyPatchUserOperationUsingPATCHNotFound) GetPayload

func (*ModifyPatchUserOperationUsingPATCHNotFound) IsClientError added in v0.5.0

IsClientError returns true when this modify patch user operation using p a t c h not found response has a 4xx status code

func (*ModifyPatchUserOperationUsingPATCHNotFound) IsCode added in v0.5.0

IsCode returns true when this modify patch user operation using p a t c h not found response a status code equal to that given

func (*ModifyPatchUserOperationUsingPATCHNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this modify patch user operation using p a t c h not found response has a 3xx status code

func (*ModifyPatchUserOperationUsingPATCHNotFound) IsServerError added in v0.5.0

IsServerError returns true when this modify patch user operation using p a t c h not found response has a 5xx status code

func (*ModifyPatchUserOperationUsingPATCHNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this modify patch user operation using p a t c h not found response has a 2xx status code

func (*ModifyPatchUserOperationUsingPATCHNotFound) String added in v0.5.0

type ModifyPatchUserOperationUsingPATCHOK

type ModifyPatchUserOperationUsingPATCHOK struct {
	Payload *models.UserOpResource
}

ModifyPatchUserOperationUsingPATCHOK describes a response with status code 200, with default header values.

'Success' with the modified User Operation

func NewModifyPatchUserOperationUsingPATCHOK

func NewModifyPatchUserOperationUsingPATCHOK() *ModifyPatchUserOperationUsingPATCHOK

NewModifyPatchUserOperationUsingPATCHOK creates a ModifyPatchUserOperationUsingPATCHOK with default headers values

func (*ModifyPatchUserOperationUsingPATCHOK) Error

func (*ModifyPatchUserOperationUsingPATCHOK) GetPayload

func (*ModifyPatchUserOperationUsingPATCHOK) IsClientError added in v0.5.0

func (o *ModifyPatchUserOperationUsingPATCHOK) IsClientError() bool

IsClientError returns true when this modify patch user operation using p a t c h o k response has a 4xx status code

func (*ModifyPatchUserOperationUsingPATCHOK) IsCode added in v0.5.0

IsCode returns true when this modify patch user operation using p a t c h o k response a status code equal to that given

func (*ModifyPatchUserOperationUsingPATCHOK) IsRedirect added in v0.5.0

IsRedirect returns true when this modify patch user operation using p a t c h o k response has a 3xx status code

func (*ModifyPatchUserOperationUsingPATCHOK) IsServerError added in v0.5.0

func (o *ModifyPatchUserOperationUsingPATCHOK) IsServerError() bool

IsServerError returns true when this modify patch user operation using p a t c h o k response has a 5xx status code

func (*ModifyPatchUserOperationUsingPATCHOK) IsSuccess added in v0.5.0

IsSuccess returns true when this modify patch user operation using p a t c h o k response has a 2xx status code

func (*ModifyPatchUserOperationUsingPATCHOK) String added in v0.5.0

type ModifyPatchUserOperationUsingPATCHParams

type ModifyPatchUserOperationUsingPATCHParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   User's response to the User Operation request
	*/
	Body models.UserOpResponse

	/* ID.

	   The ID of the User Operation
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ModifyPatchUserOperationUsingPATCHParams contains all the parameters to send to the API endpoint

for the modify patch user operation using p a t c h operation.

Typically these are written to a http.Request.

func NewModifyPatchUserOperationUsingPATCHParams

func NewModifyPatchUserOperationUsingPATCHParams() *ModifyPatchUserOperationUsingPATCHParams

NewModifyPatchUserOperationUsingPATCHParams creates a new ModifyPatchUserOperationUsingPATCHParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewModifyPatchUserOperationUsingPATCHParamsWithContext

func NewModifyPatchUserOperationUsingPATCHParamsWithContext(ctx context.Context) *ModifyPatchUserOperationUsingPATCHParams

NewModifyPatchUserOperationUsingPATCHParamsWithContext creates a new ModifyPatchUserOperationUsingPATCHParams object with the ability to set a context for a request.

func NewModifyPatchUserOperationUsingPATCHParamsWithHTTPClient

func NewModifyPatchUserOperationUsingPATCHParamsWithHTTPClient(client *http.Client) *ModifyPatchUserOperationUsingPATCHParams

NewModifyPatchUserOperationUsingPATCHParamsWithHTTPClient creates a new ModifyPatchUserOperationUsingPATCHParams object with the ability to set a custom HTTPClient for a request.

func NewModifyPatchUserOperationUsingPATCHParamsWithTimeout

func NewModifyPatchUserOperationUsingPATCHParamsWithTimeout(timeout time.Duration) *ModifyPatchUserOperationUsingPATCHParams

NewModifyPatchUserOperationUsingPATCHParamsWithTimeout creates a new ModifyPatchUserOperationUsingPATCHParams object with the ability to set a timeout on a request.

func (*ModifyPatchUserOperationUsingPATCHParams) SetAPIVersion

func (o *ModifyPatchUserOperationUsingPATCHParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the modify patch user operation using p a t c h params

func (*ModifyPatchUserOperationUsingPATCHParams) SetAuthorization

func (o *ModifyPatchUserOperationUsingPATCHParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the modify patch user operation using p a t c h params

func (*ModifyPatchUserOperationUsingPATCHParams) SetBody

SetBody adds the body to the modify patch user operation using p a t c h params

func (*ModifyPatchUserOperationUsingPATCHParams) SetContext

SetContext adds the context to the modify patch user operation using p a t c h params

func (*ModifyPatchUserOperationUsingPATCHParams) SetDefaults

SetDefaults hydrates default values in the modify patch user operation using p a t c h params (not the query body).

All values with no default are reset to their zero value.

func (*ModifyPatchUserOperationUsingPATCHParams) SetHTTPClient

func (o *ModifyPatchUserOperationUsingPATCHParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the modify patch user operation using p a t c h params

func (*ModifyPatchUserOperationUsingPATCHParams) SetID

SetID adds the id to the modify patch user operation using p a t c h params

func (*ModifyPatchUserOperationUsingPATCHParams) SetTimeout

SetTimeout adds the timeout to the modify patch user operation using p a t c h params

func (*ModifyPatchUserOperationUsingPATCHParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the modify patch user operation using p a t c h params

func (*ModifyPatchUserOperationUsingPATCHParams) WithAuthorization

WithAuthorization adds the authorization to the modify patch user operation using p a t c h params

func (*ModifyPatchUserOperationUsingPATCHParams) WithBody

WithBody adds the body to the modify patch user operation using p a t c h params

func (*ModifyPatchUserOperationUsingPATCHParams) WithContext

WithContext adds the context to the modify patch user operation using p a t c h params

func (*ModifyPatchUserOperationUsingPATCHParams) WithDefaults

WithDefaults hydrates default values in the modify patch user operation using p a t c h params (not the query body).

All values with no default are reset to their zero value.

func (*ModifyPatchUserOperationUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the modify patch user operation using p a t c h params

func (*ModifyPatchUserOperationUsingPATCHParams) WithID

WithID adds the id to the modify patch user operation using p a t c h params

func (*ModifyPatchUserOperationUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the modify patch user operation using p a t c h params

func (*ModifyPatchUserOperationUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ModifyPatchUserOperationUsingPATCHReader

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

ModifyPatchUserOperationUsingPATCHReader is a Reader for the ModifyPatchUserOperationUsingPATCH structure.

func (*ModifyPatchUserOperationUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ModifyPatchUserOperationUsingPATCHUnauthorized

type ModifyPatchUserOperationUsingPATCHUnauthorized struct {
}

ModifyPatchUserOperationUsingPATCHUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewModifyPatchUserOperationUsingPATCHUnauthorized

func NewModifyPatchUserOperationUsingPATCHUnauthorized() *ModifyPatchUserOperationUsingPATCHUnauthorized

NewModifyPatchUserOperationUsingPATCHUnauthorized creates a ModifyPatchUserOperationUsingPATCHUnauthorized with default headers values

func (*ModifyPatchUserOperationUsingPATCHUnauthorized) Error

func (*ModifyPatchUserOperationUsingPATCHUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this modify patch user operation using p a t c h unauthorized response has a 4xx status code

func (*ModifyPatchUserOperationUsingPATCHUnauthorized) IsCode added in v0.5.0

IsCode returns true when this modify patch user operation using p a t c h unauthorized response a status code equal to that given

func (*ModifyPatchUserOperationUsingPATCHUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this modify patch user operation using p a t c h unauthorized response has a 3xx status code

func (*ModifyPatchUserOperationUsingPATCHUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this modify patch user operation using p a t c h unauthorized response has a 5xx status code

func (*ModifyPatchUserOperationUsingPATCHUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this modify patch user operation using p a t c h unauthorized response has a 2xx status code

func (*ModifyPatchUserOperationUsingPATCHUnauthorized) String added in v0.5.0

type ModifyPostUserOperationUsingPOSTForbidden

type ModifyPostUserOperationUsingPOSTForbidden struct {
}

ModifyPostUserOperationUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewModifyPostUserOperationUsingPOSTForbidden

func NewModifyPostUserOperationUsingPOSTForbidden() *ModifyPostUserOperationUsingPOSTForbidden

NewModifyPostUserOperationUsingPOSTForbidden creates a ModifyPostUserOperationUsingPOSTForbidden with default headers values

func (*ModifyPostUserOperationUsingPOSTForbidden) Error

func (*ModifyPostUserOperationUsingPOSTForbidden) IsClientError added in v0.5.0

IsClientError returns true when this modify post user operation using p o s t forbidden response has a 4xx status code

func (*ModifyPostUserOperationUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this modify post user operation using p o s t forbidden response a status code equal to that given

func (*ModifyPostUserOperationUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this modify post user operation using p o s t forbidden response has a 3xx status code

func (*ModifyPostUserOperationUsingPOSTForbidden) IsServerError added in v0.5.0

IsServerError returns true when this modify post user operation using p o s t forbidden response has a 5xx status code

func (*ModifyPostUserOperationUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this modify post user operation using p o s t forbidden response has a 2xx status code

func (*ModifyPostUserOperationUsingPOSTForbidden) String added in v0.5.0

type ModifyPostUserOperationUsingPOSTInternalServerError

type ModifyPostUserOperationUsingPOSTInternalServerError struct {
}

ModifyPostUserOperationUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewModifyPostUserOperationUsingPOSTInternalServerError

func NewModifyPostUserOperationUsingPOSTInternalServerError() *ModifyPostUserOperationUsingPOSTInternalServerError

NewModifyPostUserOperationUsingPOSTInternalServerError creates a ModifyPostUserOperationUsingPOSTInternalServerError with default headers values

func (*ModifyPostUserOperationUsingPOSTInternalServerError) Error

func (*ModifyPostUserOperationUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this modify post user operation using p o s t internal server error response has a 4xx status code

func (*ModifyPostUserOperationUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this modify post user operation using p o s t internal server error response a status code equal to that given

func (*ModifyPostUserOperationUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this modify post user operation using p o s t internal server error response has a 3xx status code

func (*ModifyPostUserOperationUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this modify post user operation using p o s t internal server error response has a 5xx status code

func (*ModifyPostUserOperationUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this modify post user operation using p o s t internal server error response has a 2xx status code

func (*ModifyPostUserOperationUsingPOSTInternalServerError) String added in v0.5.0

type ModifyPostUserOperationUsingPOSTNotFound

type ModifyPostUserOperationUsingPOSTNotFound struct {
	Payload *models.Error
}

ModifyPostUserOperationUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewModifyPostUserOperationUsingPOSTNotFound

func NewModifyPostUserOperationUsingPOSTNotFound() *ModifyPostUserOperationUsingPOSTNotFound

NewModifyPostUserOperationUsingPOSTNotFound creates a ModifyPostUserOperationUsingPOSTNotFound with default headers values

func (*ModifyPostUserOperationUsingPOSTNotFound) Error

func (*ModifyPostUserOperationUsingPOSTNotFound) GetPayload

func (*ModifyPostUserOperationUsingPOSTNotFound) IsClientError added in v0.5.0

IsClientError returns true when this modify post user operation using p o s t not found response has a 4xx status code

func (*ModifyPostUserOperationUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this modify post user operation using p o s t not found response a status code equal to that given

func (*ModifyPostUserOperationUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this modify post user operation using p o s t not found response has a 3xx status code

func (*ModifyPostUserOperationUsingPOSTNotFound) IsServerError added in v0.5.0

IsServerError returns true when this modify post user operation using p o s t not found response has a 5xx status code

func (*ModifyPostUserOperationUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this modify post user operation using p o s t not found response has a 2xx status code

func (*ModifyPostUserOperationUsingPOSTNotFound) String added in v0.5.0

type ModifyPostUserOperationUsingPOSTOK

type ModifyPostUserOperationUsingPOSTOK struct {
	Payload *models.UserOpResource
}

ModifyPostUserOperationUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with the modified User Operation

func NewModifyPostUserOperationUsingPOSTOK

func NewModifyPostUserOperationUsingPOSTOK() *ModifyPostUserOperationUsingPOSTOK

NewModifyPostUserOperationUsingPOSTOK creates a ModifyPostUserOperationUsingPOSTOK with default headers values

func (*ModifyPostUserOperationUsingPOSTOK) Error

func (*ModifyPostUserOperationUsingPOSTOK) GetPayload

func (*ModifyPostUserOperationUsingPOSTOK) IsClientError added in v0.5.0

func (o *ModifyPostUserOperationUsingPOSTOK) IsClientError() bool

IsClientError returns true when this modify post user operation using p o s t o k response has a 4xx status code

func (*ModifyPostUserOperationUsingPOSTOK) IsCode added in v0.5.0

IsCode returns true when this modify post user operation using p o s t o k response a status code equal to that given

func (*ModifyPostUserOperationUsingPOSTOK) IsRedirect added in v0.5.0

func (o *ModifyPostUserOperationUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this modify post user operation using p o s t o k response has a 3xx status code

func (*ModifyPostUserOperationUsingPOSTOK) IsServerError added in v0.5.0

func (o *ModifyPostUserOperationUsingPOSTOK) IsServerError() bool

IsServerError returns true when this modify post user operation using p o s t o k response has a 5xx status code

func (*ModifyPostUserOperationUsingPOSTOK) IsSuccess added in v0.5.0

IsSuccess returns true when this modify post user operation using p o s t o k response has a 2xx status code

func (*ModifyPostUserOperationUsingPOSTOK) String added in v0.5.0

type ModifyPostUserOperationUsingPOSTParams

type ModifyPostUserOperationUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   User's response to the User Operation request
	*/
	Body models.UserOpResponse

	/* ID.

	   The ID of the User Operation
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ModifyPostUserOperationUsingPOSTParams contains all the parameters to send to the API endpoint

for the modify post user operation using p o s t operation.

Typically these are written to a http.Request.

func NewModifyPostUserOperationUsingPOSTParams

func NewModifyPostUserOperationUsingPOSTParams() *ModifyPostUserOperationUsingPOSTParams

NewModifyPostUserOperationUsingPOSTParams creates a new ModifyPostUserOperationUsingPOSTParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewModifyPostUserOperationUsingPOSTParamsWithContext

func NewModifyPostUserOperationUsingPOSTParamsWithContext(ctx context.Context) *ModifyPostUserOperationUsingPOSTParams

NewModifyPostUserOperationUsingPOSTParamsWithContext creates a new ModifyPostUserOperationUsingPOSTParams object with the ability to set a context for a request.

func NewModifyPostUserOperationUsingPOSTParamsWithHTTPClient

func NewModifyPostUserOperationUsingPOSTParamsWithHTTPClient(client *http.Client) *ModifyPostUserOperationUsingPOSTParams

NewModifyPostUserOperationUsingPOSTParamsWithHTTPClient creates a new ModifyPostUserOperationUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewModifyPostUserOperationUsingPOSTParamsWithTimeout

func NewModifyPostUserOperationUsingPOSTParamsWithTimeout(timeout time.Duration) *ModifyPostUserOperationUsingPOSTParams

NewModifyPostUserOperationUsingPOSTParamsWithTimeout creates a new ModifyPostUserOperationUsingPOSTParams object with the ability to set a timeout on a request.

func (*ModifyPostUserOperationUsingPOSTParams) SetAPIVersion

func (o *ModifyPostUserOperationUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the modify post user operation using p o s t params

func (*ModifyPostUserOperationUsingPOSTParams) SetAuthorization

func (o *ModifyPostUserOperationUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the modify post user operation using p o s t params

func (*ModifyPostUserOperationUsingPOSTParams) SetBody

SetBody adds the body to the modify post user operation using p o s t params

func (*ModifyPostUserOperationUsingPOSTParams) SetContext

SetContext adds the context to the modify post user operation using p o s t params

func (*ModifyPostUserOperationUsingPOSTParams) SetDefaults

func (o *ModifyPostUserOperationUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the modify post user operation using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*ModifyPostUserOperationUsingPOSTParams) SetHTTPClient

func (o *ModifyPostUserOperationUsingPOSTParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the modify post user operation using p o s t params

func (*ModifyPostUserOperationUsingPOSTParams) SetID

SetID adds the id to the modify post user operation using p o s t params

func (*ModifyPostUserOperationUsingPOSTParams) SetTimeout

func (o *ModifyPostUserOperationUsingPOSTParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the modify post user operation using p o s t params

func (*ModifyPostUserOperationUsingPOSTParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the modify post user operation using p o s t params

func (*ModifyPostUserOperationUsingPOSTParams) WithAuthorization

WithAuthorization adds the authorization to the modify post user operation using p o s t params

func (*ModifyPostUserOperationUsingPOSTParams) WithBody

WithBody adds the body to the modify post user operation using p o s t params

func (*ModifyPostUserOperationUsingPOSTParams) WithContext

WithContext adds the context to the modify post user operation using p o s t params

func (*ModifyPostUserOperationUsingPOSTParams) WithDefaults

WithDefaults hydrates default values in the modify post user operation using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*ModifyPostUserOperationUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the modify post user operation using p o s t params

func (*ModifyPostUserOperationUsingPOSTParams) WithID

WithID adds the id to the modify post user operation using p o s t params

func (*ModifyPostUserOperationUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the modify post user operation using p o s t params

func (*ModifyPostUserOperationUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ModifyPostUserOperationUsingPOSTReader

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

ModifyPostUserOperationUsingPOSTReader is a Reader for the ModifyPostUserOperationUsingPOST structure.

func (*ModifyPostUserOperationUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ModifyPostUserOperationUsingPOSTUnauthorized

type ModifyPostUserOperationUsingPOSTUnauthorized struct {
}

ModifyPostUserOperationUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewModifyPostUserOperationUsingPOSTUnauthorized

func NewModifyPostUserOperationUsingPOSTUnauthorized() *ModifyPostUserOperationUsingPOSTUnauthorized

NewModifyPostUserOperationUsingPOSTUnauthorized creates a ModifyPostUserOperationUsingPOSTUnauthorized with default headers values

func (*ModifyPostUserOperationUsingPOSTUnauthorized) Error

func (*ModifyPostUserOperationUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this modify post user operation using p o s t unauthorized response has a 4xx status code

func (*ModifyPostUserOperationUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this modify post user operation using p o s t unauthorized response a status code equal to that given

func (*ModifyPostUserOperationUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this modify post user operation using p o s t unauthorized response has a 3xx status code

func (*ModifyPostUserOperationUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this modify post user operation using p o s t unauthorized response has a 5xx status code

func (*ModifyPostUserOperationUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this modify post user operation using p o s t unauthorized response has a 2xx status code

func (*ModifyPostUserOperationUsingPOSTUnauthorized) String added in v0.5.0

Jump to

Keyboard shortcuts

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