content_management

package
v0.0.0-...-e2f0fdc Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   DeleteContentmanagementDocument deletes a document
	*/
	DeleteContentmanagementDocument(ctx context.Context, params *DeleteContentmanagementDocumentParams) (*DeleteContentmanagementDocumentAccepted, error)
	/*
	   DeleteContentmanagementShare deletes an existing share
	   This revokes sharing rights specified in the share record
	*/
	DeleteContentmanagementShare(ctx context.Context, params *DeleteContentmanagementShareParams) error
	/*
	   DeleteContentmanagementStatusStatusID cancels the command for this status
	*/
	DeleteContentmanagementStatusStatusID(ctx context.Context, params *DeleteContentmanagementStatusStatusIDParams) error
	/*
	   DeleteContentmanagementWorkspace deletes a workspace
	*/
	DeleteContentmanagementWorkspace(ctx context.Context, params *DeleteContentmanagementWorkspaceParams) (*DeleteContentmanagementWorkspaceAccepted, error)
	/*
	   DeleteContentmanagementWorkspaceMember deletes a member from a workspace
	*/
	DeleteContentmanagementWorkspaceMember(ctx context.Context, params *DeleteContentmanagementWorkspaceMemberParams) error
	/*
	   DeleteContentmanagementWorkspaceTagvalue deletes workspace tag
	   Delete a tag from a workspace. Will remove this tag from all documents.
	*/
	DeleteContentmanagementWorkspaceTagvalue(ctx context.Context, params *DeleteContentmanagementWorkspaceTagvalueParams) error
	/*
	   GetContentmanagementDocument gets a document
	*/
	GetContentmanagementDocument(ctx context.Context, params *GetContentmanagementDocumentParams) (*GetContentmanagementDocumentOK, error)
	/*
	   GetContentmanagementDocumentAudits gets a list of audits for a document
	*/
	GetContentmanagementDocumentAudits(ctx context.Context, params *GetContentmanagementDocumentAuditsParams) (*GetContentmanagementDocumentAuditsOK, error)
	/*
	   GetContentmanagementDocumentContent downloads a document
	*/
	GetContentmanagementDocumentContent(ctx context.Context, params *GetContentmanagementDocumentContentParams) (*GetContentmanagementDocumentContentOK, *GetContentmanagementDocumentContentAccepted, error)
	/*
	   GetContentmanagementDocuments gets a list of documents
	*/
	GetContentmanagementDocuments(ctx context.Context, params *GetContentmanagementDocumentsParams) (*GetContentmanagementDocumentsOK, error)
	/*
	   GetContentmanagementQuery queries content
	*/
	GetContentmanagementQuery(ctx context.Context, params *GetContentmanagementQueryParams) (*GetContentmanagementQueryOK, error)
	/*
	   GetContentmanagementSecurityprofile gets a security profile
	*/
	GetContentmanagementSecurityprofile(ctx context.Context, params *GetContentmanagementSecurityprofileParams) (*GetContentmanagementSecurityprofileOK, error)
	/*
	   GetContentmanagementSecurityprofiles gets a list of security profiles
	*/
	GetContentmanagementSecurityprofiles(ctx context.Context, params *GetContentmanagementSecurityprofilesParams) (*GetContentmanagementSecurityprofilesOK, error)
	/*
	   GetContentmanagementShare retrieves details about an existing share
	*/
	GetContentmanagementShare(ctx context.Context, params *GetContentmanagementShareParams) (*GetContentmanagementShareOK, error)
	/*
	   GetContentmanagementSharedSharedID gets shared documents securely download a shared document
	   This method requires the download sharing URI obtained in the get document response (downloadSharingUri). Documents may be shared between users in the same workspace. Documents may also be shared between any user by creating a content management share.
	*/
	GetContentmanagementSharedSharedID(ctx context.Context, params *GetContentmanagementSharedSharedIDParams) (*GetContentmanagementSharedSharedIDOK, *GetContentmanagementSharedSharedIDAccepted, error)
	/*
	   GetContentmanagementShares gets a list of shares you must specify at least one filter e g entity Id
	   Failing to specify a filter will return 400.
	*/
	GetContentmanagementShares(ctx context.Context, params *GetContentmanagementSharesParams) (*GetContentmanagementSharesOK, error)
	/*
	   GetContentmanagementStatus gets a list of statuses for pending operations
	*/
	GetContentmanagementStatus(ctx context.Context, params *GetContentmanagementStatusParams) (*GetContentmanagementStatusOK, error)
	/*
	   GetContentmanagementStatusStatusID gets a status
	*/
	GetContentmanagementStatusStatusID(ctx context.Context, params *GetContentmanagementStatusStatusIDParams) (*GetContentmanagementStatusStatusIDOK, error)
	/*
	   GetContentmanagementUsage gets usage details
	*/
	GetContentmanagementUsage(ctx context.Context, params *GetContentmanagementUsageParams) (*GetContentmanagementUsageOK, error)
	/*
	   GetContentmanagementWorkspace gets a workspace
	*/
	GetContentmanagementWorkspace(ctx context.Context, params *GetContentmanagementWorkspaceParams) (*GetContentmanagementWorkspaceOK, error)
	/*
	   GetContentmanagementWorkspaceDocuments gets a list of documents
	*/
	GetContentmanagementWorkspaceDocuments(ctx context.Context, params *GetContentmanagementWorkspaceDocumentsParams) (*GetContentmanagementWorkspaceDocumentsOK, error)
	/*
	   GetContentmanagementWorkspaceMember gets a workspace member
	*/
	GetContentmanagementWorkspaceMember(ctx context.Context, params *GetContentmanagementWorkspaceMemberParams) (*GetContentmanagementWorkspaceMemberOK, error)
	/*
	   GetContentmanagementWorkspaceMembers gets a list workspace members
	*/
	GetContentmanagementWorkspaceMembers(ctx context.Context, params *GetContentmanagementWorkspaceMembersParams) (*GetContentmanagementWorkspaceMembersOK, error)
	/*
	   GetContentmanagementWorkspaceTagvalue gets a workspace tag
	*/
	GetContentmanagementWorkspaceTagvalue(ctx context.Context, params *GetContentmanagementWorkspaceTagvalueParams) (*GetContentmanagementWorkspaceTagvalueOK, error)
	/*
	   GetContentmanagementWorkspaceTagvalues gets a list of workspace tags
	*/
	GetContentmanagementWorkspaceTagvalues(ctx context.Context, params *GetContentmanagementWorkspaceTagvaluesParams) (*GetContentmanagementWorkspaceTagvaluesOK, error)
	/*
	   GetContentmanagementWorkspaces gets a list of workspaces
	   Specifying 'content' access will return all workspaces the user has document access to, while 'admin' access will return all group workspaces the user has administrative rights to.
	*/
	GetContentmanagementWorkspaces(ctx context.Context, params *GetContentmanagementWorkspacesParams) (*GetContentmanagementWorkspacesOK, error)
	/*
	   PostContentmanagementAuditquery queries audits
	*/
	PostContentmanagementAuditquery(ctx context.Context, params *PostContentmanagementAuditqueryParams) (*PostContentmanagementAuditqueryOK, error)
	/*
	   PostContentmanagementDocument updates a document
	*/
	PostContentmanagementDocument(ctx context.Context, params *PostContentmanagementDocumentParams) (*PostContentmanagementDocumentOK, error)
	/*
	   PostContentmanagementDocumentContent replaces the contents of a document
	*/
	PostContentmanagementDocumentContent(ctx context.Context, params *PostContentmanagementDocumentContentParams) (*PostContentmanagementDocumentContentAccepted, error)
	/*
	   PostContentmanagementDocuments adds a document
	*/
	PostContentmanagementDocuments(ctx context.Context, params *PostContentmanagementDocumentsParams) (*PostContentmanagementDocumentsOK, error)
	/*
	   PostContentmanagementQuery queries content
	*/
	PostContentmanagementQuery(ctx context.Context, params *PostContentmanagementQueryParams) (*PostContentmanagementQueryOK, error)
	/*
	   PostContentmanagementShares creates a new share or updates an existing share if the entity has already been shared
	*/
	PostContentmanagementShares(ctx context.Context, params *PostContentmanagementSharesParams) (*PostContentmanagementSharesOK, error)
	/*
	   PostContentmanagementWorkspaceTagvalues creates a workspace tag
	*/
	PostContentmanagementWorkspaceTagvalues(ctx context.Context, params *PostContentmanagementWorkspaceTagvaluesParams) (*PostContentmanagementWorkspaceTagvaluesOK, error)
	/*
	   PostContentmanagementWorkspaceTagvaluesQuery performs a prefix query on tags in the workspace
	*/
	PostContentmanagementWorkspaceTagvaluesQuery(ctx context.Context, params *PostContentmanagementWorkspaceTagvaluesQueryParams) (*PostContentmanagementWorkspaceTagvaluesQueryOK, error)
	/*
	   PostContentmanagementWorkspaces creates a group workspace
	*/
	PostContentmanagementWorkspaces(ctx context.Context, params *PostContentmanagementWorkspacesParams) (*PostContentmanagementWorkspacesOK, error)
	/*
	   PutContentmanagementWorkspace updates a workspace
	*/
	PutContentmanagementWorkspace(ctx context.Context, params *PutContentmanagementWorkspaceParams) (*PutContentmanagementWorkspaceOK, error)
	/*
	   PutContentmanagementWorkspaceMember adds a member to a workspace
	*/
	PutContentmanagementWorkspaceMember(ctx context.Context, params *PutContentmanagementWorkspaceMemberParams) (*PutContentmanagementWorkspaceMemberOK, error)
	/*
	   PutContentmanagementWorkspaceTagvalue updates a workspace tag will update all documents with the new tag value
	*/
	PutContentmanagementWorkspaceTagvalue(ctx context.Context, params *PutContentmanagementWorkspaceTagvalueParams) (*PutContentmanagementWorkspaceTagvalueOK, *PutContentmanagementWorkspaceTagvalueAccepted, error)
}

API is the interface of the content management client

type Client

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

Client for content management API

func New

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

New creates a new content management API client.

func (*Client) DeleteContentmanagementDocument

DeleteContentmanagementDocument deletes a document

func (*Client) DeleteContentmanagementShare

func (a *Client) DeleteContentmanagementShare(ctx context.Context, params *DeleteContentmanagementShareParams) error

DeleteContentmanagementShare deletes an existing share

This revokes sharing rights specified in the share record

func (*Client) DeleteContentmanagementStatusStatusID

func (a *Client) DeleteContentmanagementStatusStatusID(ctx context.Context, params *DeleteContentmanagementStatusStatusIDParams) error

DeleteContentmanagementStatusStatusID cancels the command for this status

func (*Client) DeleteContentmanagementWorkspace

DeleteContentmanagementWorkspace deletes a workspace

func (*Client) DeleteContentmanagementWorkspaceMember

func (a *Client) DeleteContentmanagementWorkspaceMember(ctx context.Context, params *DeleteContentmanagementWorkspaceMemberParams) error

DeleteContentmanagementWorkspaceMember deletes a member from a workspace

func (*Client) DeleteContentmanagementWorkspaceTagvalue

func (a *Client) DeleteContentmanagementWorkspaceTagvalue(ctx context.Context, params *DeleteContentmanagementWorkspaceTagvalueParams) error

DeleteContentmanagementWorkspaceTagvalue deletes workspace tag

Delete a tag from a workspace. Will remove this tag from all documents.

func (*Client) GetContentmanagementDocument

func (a *Client) GetContentmanagementDocument(ctx context.Context, params *GetContentmanagementDocumentParams) (*GetContentmanagementDocumentOK, error)

GetContentmanagementDocument gets a document

func (*Client) GetContentmanagementDocumentAudits

func (a *Client) GetContentmanagementDocumentAudits(ctx context.Context, params *GetContentmanagementDocumentAuditsParams) (*GetContentmanagementDocumentAuditsOK, error)

GetContentmanagementDocumentAudits gets a list of audits for a document

func (*Client) GetContentmanagementDocumentContent

GetContentmanagementDocumentContent downloads a document

func (*Client) GetContentmanagementDocuments

func (a *Client) GetContentmanagementDocuments(ctx context.Context, params *GetContentmanagementDocumentsParams) (*GetContentmanagementDocumentsOK, error)

GetContentmanagementDocuments gets a list of documents

func (*Client) GetContentmanagementQuery

func (a *Client) GetContentmanagementQuery(ctx context.Context, params *GetContentmanagementQueryParams) (*GetContentmanagementQueryOK, error)

GetContentmanagementQuery queries content

func (*Client) GetContentmanagementSecurityprofile

func (a *Client) GetContentmanagementSecurityprofile(ctx context.Context, params *GetContentmanagementSecurityprofileParams) (*GetContentmanagementSecurityprofileOK, error)

GetContentmanagementSecurityprofile gets a security profile

func (*Client) GetContentmanagementSecurityprofiles

func (a *Client) GetContentmanagementSecurityprofiles(ctx context.Context, params *GetContentmanagementSecurityprofilesParams) (*GetContentmanagementSecurityprofilesOK, error)

GetContentmanagementSecurityprofiles gets a list of security profiles

func (*Client) GetContentmanagementShare

func (a *Client) GetContentmanagementShare(ctx context.Context, params *GetContentmanagementShareParams) (*GetContentmanagementShareOK, error)

GetContentmanagementShare retrieves details about an existing share

func (*Client) GetContentmanagementSharedSharedID

GetContentmanagementSharedSharedID gets shared documents securely download a shared document

This method requires the download sharing URI obtained in the get document response (downloadSharingUri). Documents may be shared between users in the same workspace. Documents may also be shared between any user by creating a content management share.

func (*Client) GetContentmanagementShares

func (a *Client) GetContentmanagementShares(ctx context.Context, params *GetContentmanagementSharesParams) (*GetContentmanagementSharesOK, error)

GetContentmanagementShares gets a list of shares you must specify at least one filter e g entity Id

Failing to specify a filter will return 400.

func (*Client) GetContentmanagementStatus

func (a *Client) GetContentmanagementStatus(ctx context.Context, params *GetContentmanagementStatusParams) (*GetContentmanagementStatusOK, error)

GetContentmanagementStatus gets a list of statuses for pending operations

func (*Client) GetContentmanagementStatusStatusID

func (a *Client) GetContentmanagementStatusStatusID(ctx context.Context, params *GetContentmanagementStatusStatusIDParams) (*GetContentmanagementStatusStatusIDOK, error)

GetContentmanagementStatusStatusID gets a status

func (*Client) GetContentmanagementUsage

func (a *Client) GetContentmanagementUsage(ctx context.Context, params *GetContentmanagementUsageParams) (*GetContentmanagementUsageOK, error)

GetContentmanagementUsage gets usage details

func (*Client) GetContentmanagementWorkspace

func (a *Client) GetContentmanagementWorkspace(ctx context.Context, params *GetContentmanagementWorkspaceParams) (*GetContentmanagementWorkspaceOK, error)

GetContentmanagementWorkspace gets a workspace

func (*Client) GetContentmanagementWorkspaceDocuments

func (a *Client) GetContentmanagementWorkspaceDocuments(ctx context.Context, params *GetContentmanagementWorkspaceDocumentsParams) (*GetContentmanagementWorkspaceDocumentsOK, error)

GetContentmanagementWorkspaceDocuments gets a list of documents

func (*Client) GetContentmanagementWorkspaceMember

func (a *Client) GetContentmanagementWorkspaceMember(ctx context.Context, params *GetContentmanagementWorkspaceMemberParams) (*GetContentmanagementWorkspaceMemberOK, error)

GetContentmanagementWorkspaceMember gets a workspace member

func (*Client) GetContentmanagementWorkspaceMembers

func (a *Client) GetContentmanagementWorkspaceMembers(ctx context.Context, params *GetContentmanagementWorkspaceMembersParams) (*GetContentmanagementWorkspaceMembersOK, error)

GetContentmanagementWorkspaceMembers gets a list workspace members

func (*Client) GetContentmanagementWorkspaceTagvalue

func (a *Client) GetContentmanagementWorkspaceTagvalue(ctx context.Context, params *GetContentmanagementWorkspaceTagvalueParams) (*GetContentmanagementWorkspaceTagvalueOK, error)

GetContentmanagementWorkspaceTagvalue gets a workspace tag

func (*Client) GetContentmanagementWorkspaceTagvalues

func (a *Client) GetContentmanagementWorkspaceTagvalues(ctx context.Context, params *GetContentmanagementWorkspaceTagvaluesParams) (*GetContentmanagementWorkspaceTagvaluesOK, error)

GetContentmanagementWorkspaceTagvalues gets a list of workspace tags

func (*Client) GetContentmanagementWorkspaces

func (a *Client) GetContentmanagementWorkspaces(ctx context.Context, params *GetContentmanagementWorkspacesParams) (*GetContentmanagementWorkspacesOK, error)

GetContentmanagementWorkspaces gets a list of workspaces

Specifying 'content' access will return all workspaces the user has document access to, while 'admin' access will return all group workspaces the user has administrative rights to.

func (*Client) PostContentmanagementAuditquery

func (a *Client) PostContentmanagementAuditquery(ctx context.Context, params *PostContentmanagementAuditqueryParams) (*PostContentmanagementAuditqueryOK, error)

PostContentmanagementAuditquery queries audits

func (*Client) PostContentmanagementDocument

func (a *Client) PostContentmanagementDocument(ctx context.Context, params *PostContentmanagementDocumentParams) (*PostContentmanagementDocumentOK, error)

PostContentmanagementDocument updates a document

func (*Client) PostContentmanagementDocumentContent

PostContentmanagementDocumentContent replaces the contents of a document

func (*Client) PostContentmanagementDocuments

func (a *Client) PostContentmanagementDocuments(ctx context.Context, params *PostContentmanagementDocumentsParams) (*PostContentmanagementDocumentsOK, error)

PostContentmanagementDocuments adds a document

func (*Client) PostContentmanagementQuery

func (a *Client) PostContentmanagementQuery(ctx context.Context, params *PostContentmanagementQueryParams) (*PostContentmanagementQueryOK, error)

PostContentmanagementQuery queries content

func (*Client) PostContentmanagementShares

func (a *Client) PostContentmanagementShares(ctx context.Context, params *PostContentmanagementSharesParams) (*PostContentmanagementSharesOK, error)

PostContentmanagementShares creates a new share or updates an existing share if the entity has already been shared

func (*Client) PostContentmanagementWorkspaceTagvalues

func (a *Client) PostContentmanagementWorkspaceTagvalues(ctx context.Context, params *PostContentmanagementWorkspaceTagvaluesParams) (*PostContentmanagementWorkspaceTagvaluesOK, error)

PostContentmanagementWorkspaceTagvalues creates a workspace tag

func (*Client) PostContentmanagementWorkspaceTagvaluesQuery

PostContentmanagementWorkspaceTagvaluesQuery performs a prefix query on tags in the workspace

func (*Client) PostContentmanagementWorkspaces

func (a *Client) PostContentmanagementWorkspaces(ctx context.Context, params *PostContentmanagementWorkspacesParams) (*PostContentmanagementWorkspacesOK, error)

PostContentmanagementWorkspaces creates a group workspace

func (*Client) PutContentmanagementWorkspace

func (a *Client) PutContentmanagementWorkspace(ctx context.Context, params *PutContentmanagementWorkspaceParams) (*PutContentmanagementWorkspaceOK, error)

PutContentmanagementWorkspace updates a workspace

func (*Client) PutContentmanagementWorkspaceMember

func (a *Client) PutContentmanagementWorkspaceMember(ctx context.Context, params *PutContentmanagementWorkspaceMemberParams) (*PutContentmanagementWorkspaceMemberOK, error)

PutContentmanagementWorkspaceMember adds a member to a workspace

func (*Client) PutContentmanagementWorkspaceTagvalue

PutContentmanagementWorkspaceTagvalue updates a workspace tag will update all documents with the new tag value

type DeleteContentmanagementDocumentAccepted

type DeleteContentmanagementDocumentAccepted struct {
}

DeleteContentmanagementDocumentAccepted describes a response with status code 202, with default header values.

Accepted - Processing Delete

func NewDeleteContentmanagementDocumentAccepted

func NewDeleteContentmanagementDocumentAccepted() *DeleteContentmanagementDocumentAccepted

NewDeleteContentmanagementDocumentAccepted creates a DeleteContentmanagementDocumentAccepted with default headers values

func (*DeleteContentmanagementDocumentAccepted) Error

func (*DeleteContentmanagementDocumentAccepted) IsClientError

func (o *DeleteContentmanagementDocumentAccepted) IsClientError() bool

IsClientError returns true when this delete contentmanagement document accepted response has a 4xx status code

func (*DeleteContentmanagementDocumentAccepted) IsCode

IsCode returns true when this delete contentmanagement document accepted response a status code equal to that given

func (*DeleteContentmanagementDocumentAccepted) IsRedirect

IsRedirect returns true when this delete contentmanagement document accepted response has a 3xx status code

func (*DeleteContentmanagementDocumentAccepted) IsServerError

func (o *DeleteContentmanagementDocumentAccepted) IsServerError() bool

IsServerError returns true when this delete contentmanagement document accepted response has a 5xx status code

func (*DeleteContentmanagementDocumentAccepted) IsSuccess

IsSuccess returns true when this delete contentmanagement document accepted response has a 2xx status code

func (*DeleteContentmanagementDocumentAccepted) String

type DeleteContentmanagementDocumentBadRequest

type DeleteContentmanagementDocumentBadRequest struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementDocumentBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteContentmanagementDocumentBadRequest

func NewDeleteContentmanagementDocumentBadRequest() *DeleteContentmanagementDocumentBadRequest

NewDeleteContentmanagementDocumentBadRequest creates a DeleteContentmanagementDocumentBadRequest with default headers values

func (*DeleteContentmanagementDocumentBadRequest) Error

func (*DeleteContentmanagementDocumentBadRequest) GetPayload

func (*DeleteContentmanagementDocumentBadRequest) IsClientError

IsClientError returns true when this delete contentmanagement document bad request response has a 4xx status code

func (*DeleteContentmanagementDocumentBadRequest) IsCode

IsCode returns true when this delete contentmanagement document bad request response a status code equal to that given

func (*DeleteContentmanagementDocumentBadRequest) IsRedirect

IsRedirect returns true when this delete contentmanagement document bad request response has a 3xx status code

func (*DeleteContentmanagementDocumentBadRequest) IsServerError

IsServerError returns true when this delete contentmanagement document bad request response has a 5xx status code

func (*DeleteContentmanagementDocumentBadRequest) IsSuccess

IsSuccess returns true when this delete contentmanagement document bad request response has a 2xx status code

func (*DeleteContentmanagementDocumentBadRequest) String

type DeleteContentmanagementDocumentForbidden

type DeleteContentmanagementDocumentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteContentmanagementDocumentForbidden

func NewDeleteContentmanagementDocumentForbidden() *DeleteContentmanagementDocumentForbidden

NewDeleteContentmanagementDocumentForbidden creates a DeleteContentmanagementDocumentForbidden with default headers values

func (*DeleteContentmanagementDocumentForbidden) Error

func (*DeleteContentmanagementDocumentForbidden) GetPayload

func (*DeleteContentmanagementDocumentForbidden) IsClientError

IsClientError returns true when this delete contentmanagement document forbidden response has a 4xx status code

func (*DeleteContentmanagementDocumentForbidden) IsCode

IsCode returns true when this delete contentmanagement document forbidden response a status code equal to that given

func (*DeleteContentmanagementDocumentForbidden) IsRedirect

IsRedirect returns true when this delete contentmanagement document forbidden response has a 3xx status code

func (*DeleteContentmanagementDocumentForbidden) IsServerError

IsServerError returns true when this delete contentmanagement document forbidden response has a 5xx status code

func (*DeleteContentmanagementDocumentForbidden) IsSuccess

IsSuccess returns true when this delete contentmanagement document forbidden response has a 2xx status code

func (*DeleteContentmanagementDocumentForbidden) String

type DeleteContentmanagementDocumentGatewayTimeout

type DeleteContentmanagementDocumentGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementDocumentGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteContentmanagementDocumentGatewayTimeout

func NewDeleteContentmanagementDocumentGatewayTimeout() *DeleteContentmanagementDocumentGatewayTimeout

NewDeleteContentmanagementDocumentGatewayTimeout creates a DeleteContentmanagementDocumentGatewayTimeout with default headers values

func (*DeleteContentmanagementDocumentGatewayTimeout) Error

func (*DeleteContentmanagementDocumentGatewayTimeout) GetPayload

func (*DeleteContentmanagementDocumentGatewayTimeout) IsClientError

IsClientError returns true when this delete contentmanagement document gateway timeout response has a 4xx status code

func (*DeleteContentmanagementDocumentGatewayTimeout) IsCode

IsCode returns true when this delete contentmanagement document gateway timeout response a status code equal to that given

func (*DeleteContentmanagementDocumentGatewayTimeout) IsRedirect

IsRedirect returns true when this delete contentmanagement document gateway timeout response has a 3xx status code

func (*DeleteContentmanagementDocumentGatewayTimeout) IsServerError

IsServerError returns true when this delete contentmanagement document gateway timeout response has a 5xx status code

func (*DeleteContentmanagementDocumentGatewayTimeout) IsSuccess

IsSuccess returns true when this delete contentmanagement document gateway timeout response has a 2xx status code

func (*DeleteContentmanagementDocumentGatewayTimeout) String

type DeleteContentmanagementDocumentInternalServerError

type DeleteContentmanagementDocumentInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteContentmanagementDocumentInternalServerError

func NewDeleteContentmanagementDocumentInternalServerError() *DeleteContentmanagementDocumentInternalServerError

NewDeleteContentmanagementDocumentInternalServerError creates a DeleteContentmanagementDocumentInternalServerError with default headers values

func (*DeleteContentmanagementDocumentInternalServerError) Error

func (*DeleteContentmanagementDocumentInternalServerError) GetPayload

func (*DeleteContentmanagementDocumentInternalServerError) IsClientError

IsClientError returns true when this delete contentmanagement document internal server error response has a 4xx status code

func (*DeleteContentmanagementDocumentInternalServerError) IsCode

IsCode returns true when this delete contentmanagement document internal server error response a status code equal to that given

func (*DeleteContentmanagementDocumentInternalServerError) IsRedirect

IsRedirect returns true when this delete contentmanagement document internal server error response has a 3xx status code

func (*DeleteContentmanagementDocumentInternalServerError) IsServerError

IsServerError returns true when this delete contentmanagement document internal server error response has a 5xx status code

func (*DeleteContentmanagementDocumentInternalServerError) IsSuccess

IsSuccess returns true when this delete contentmanagement document internal server error response has a 2xx status code

func (*DeleteContentmanagementDocumentInternalServerError) String

type DeleteContentmanagementDocumentLocked

type DeleteContentmanagementDocumentLocked struct {
}

DeleteContentmanagementDocumentLocked describes a response with status code 423, with default header values.

Locked - The document is locked by another operation

func NewDeleteContentmanagementDocumentLocked

func NewDeleteContentmanagementDocumentLocked() *DeleteContentmanagementDocumentLocked

NewDeleteContentmanagementDocumentLocked creates a DeleteContentmanagementDocumentLocked with default headers values

func (*DeleteContentmanagementDocumentLocked) Error

func (*DeleteContentmanagementDocumentLocked) IsClientError

func (o *DeleteContentmanagementDocumentLocked) IsClientError() bool

IsClientError returns true when this delete contentmanagement document locked response has a 4xx status code

func (*DeleteContentmanagementDocumentLocked) IsCode

IsCode returns true when this delete contentmanagement document locked response a status code equal to that given

func (*DeleteContentmanagementDocumentLocked) IsRedirect

IsRedirect returns true when this delete contentmanagement document locked response has a 3xx status code

func (*DeleteContentmanagementDocumentLocked) IsServerError

func (o *DeleteContentmanagementDocumentLocked) IsServerError() bool

IsServerError returns true when this delete contentmanagement document locked response has a 5xx status code

func (*DeleteContentmanagementDocumentLocked) IsSuccess

IsSuccess returns true when this delete contentmanagement document locked response has a 2xx status code

func (*DeleteContentmanagementDocumentLocked) String

type DeleteContentmanagementDocumentNotFound

type DeleteContentmanagementDocumentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteContentmanagementDocumentNotFound

func NewDeleteContentmanagementDocumentNotFound() *DeleteContentmanagementDocumentNotFound

NewDeleteContentmanagementDocumentNotFound creates a DeleteContentmanagementDocumentNotFound with default headers values

func (*DeleteContentmanagementDocumentNotFound) Error

func (*DeleteContentmanagementDocumentNotFound) GetPayload

func (*DeleteContentmanagementDocumentNotFound) IsClientError

func (o *DeleteContentmanagementDocumentNotFound) IsClientError() bool

IsClientError returns true when this delete contentmanagement document not found response has a 4xx status code

func (*DeleteContentmanagementDocumentNotFound) IsCode

IsCode returns true when this delete contentmanagement document not found response a status code equal to that given

func (*DeleteContentmanagementDocumentNotFound) IsRedirect

IsRedirect returns true when this delete contentmanagement document not found response has a 3xx status code

func (*DeleteContentmanagementDocumentNotFound) IsServerError

func (o *DeleteContentmanagementDocumentNotFound) IsServerError() bool

IsServerError returns true when this delete contentmanagement document not found response has a 5xx status code

func (*DeleteContentmanagementDocumentNotFound) IsSuccess

IsSuccess returns true when this delete contentmanagement document not found response has a 2xx status code

func (*DeleteContentmanagementDocumentNotFound) String

type DeleteContentmanagementDocumentParams

type DeleteContentmanagementDocumentParams struct {

	/* DocumentID.

	   Document ID
	*/
	DocumentID string

	/* Override.

	   Override any lock on the document
	*/
	Override *bool

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

DeleteContentmanagementDocumentParams contains all the parameters to send to the API endpoint

for the delete contentmanagement document operation.

Typically these are written to a http.Request.

func NewDeleteContentmanagementDocumentParams

func NewDeleteContentmanagementDocumentParams() *DeleteContentmanagementDocumentParams

NewDeleteContentmanagementDocumentParams creates a new DeleteContentmanagementDocumentParams 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 NewDeleteContentmanagementDocumentParamsWithContext

func NewDeleteContentmanagementDocumentParamsWithContext(ctx context.Context) *DeleteContentmanagementDocumentParams

NewDeleteContentmanagementDocumentParamsWithContext creates a new DeleteContentmanagementDocumentParams object with the ability to set a context for a request.

func NewDeleteContentmanagementDocumentParamsWithHTTPClient

func NewDeleteContentmanagementDocumentParamsWithHTTPClient(client *http.Client) *DeleteContentmanagementDocumentParams

NewDeleteContentmanagementDocumentParamsWithHTTPClient creates a new DeleteContentmanagementDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteContentmanagementDocumentParamsWithTimeout

func NewDeleteContentmanagementDocumentParamsWithTimeout(timeout time.Duration) *DeleteContentmanagementDocumentParams

NewDeleteContentmanagementDocumentParamsWithTimeout creates a new DeleteContentmanagementDocumentParams object with the ability to set a timeout on a request.

func (*DeleteContentmanagementDocumentParams) SetContext

SetContext adds the context to the delete contentmanagement document params

func (*DeleteContentmanagementDocumentParams) SetDefaults

func (o *DeleteContentmanagementDocumentParams) SetDefaults()

SetDefaults hydrates default values in the delete contentmanagement document params (not the query body).

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

func (*DeleteContentmanagementDocumentParams) SetDocumentID

func (o *DeleteContentmanagementDocumentParams) SetDocumentID(documentID string)

SetDocumentID adds the documentId to the delete contentmanagement document params

func (*DeleteContentmanagementDocumentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete contentmanagement document params

func (*DeleteContentmanagementDocumentParams) SetOverride

func (o *DeleteContentmanagementDocumentParams) SetOverride(override *bool)

SetOverride adds the override to the delete contentmanagement document params

func (*DeleteContentmanagementDocumentParams) SetTimeout

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

SetTimeout adds the timeout to the delete contentmanagement document params

func (*DeleteContentmanagementDocumentParams) WithContext

WithContext adds the context to the delete contentmanagement document params

func (*DeleteContentmanagementDocumentParams) WithDefaults

WithDefaults hydrates default values in the delete contentmanagement document params (not the query body).

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

func (*DeleteContentmanagementDocumentParams) WithDocumentID

WithDocumentID adds the documentID to the delete contentmanagement document params

func (*DeleteContentmanagementDocumentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete contentmanagement document params

func (*DeleteContentmanagementDocumentParams) WithOverride

WithOverride adds the override to the delete contentmanagement document params

func (*DeleteContentmanagementDocumentParams) WithTimeout

WithTimeout adds the timeout to the delete contentmanagement document params

func (*DeleteContentmanagementDocumentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteContentmanagementDocumentReader

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

DeleteContentmanagementDocumentReader is a Reader for the DeleteContentmanagementDocument structure.

func (*DeleteContentmanagementDocumentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteContentmanagementDocumentRequestEntityTooLarge

type DeleteContentmanagementDocumentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementDocumentRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteContentmanagementDocumentRequestEntityTooLarge

func NewDeleteContentmanagementDocumentRequestEntityTooLarge() *DeleteContentmanagementDocumentRequestEntityTooLarge

NewDeleteContentmanagementDocumentRequestEntityTooLarge creates a DeleteContentmanagementDocumentRequestEntityTooLarge with default headers values

func (*DeleteContentmanagementDocumentRequestEntityTooLarge) Error

func (*DeleteContentmanagementDocumentRequestEntityTooLarge) GetPayload

func (*DeleteContentmanagementDocumentRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete contentmanagement document request entity too large response has a 4xx status code

func (*DeleteContentmanagementDocumentRequestEntityTooLarge) IsCode

IsCode returns true when this delete contentmanagement document request entity too large response a status code equal to that given

func (*DeleteContentmanagementDocumentRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete contentmanagement document request entity too large response has a 3xx status code

func (*DeleteContentmanagementDocumentRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete contentmanagement document request entity too large response has a 5xx status code

func (*DeleteContentmanagementDocumentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete contentmanagement document request entity too large response has a 2xx status code

func (*DeleteContentmanagementDocumentRequestEntityTooLarge) String

type DeleteContentmanagementDocumentRequestTimeout

type DeleteContentmanagementDocumentRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementDocumentRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteContentmanagementDocumentRequestTimeout

func NewDeleteContentmanagementDocumentRequestTimeout() *DeleteContentmanagementDocumentRequestTimeout

NewDeleteContentmanagementDocumentRequestTimeout creates a DeleteContentmanagementDocumentRequestTimeout with default headers values

func (*DeleteContentmanagementDocumentRequestTimeout) Error

func (*DeleteContentmanagementDocumentRequestTimeout) GetPayload

func (*DeleteContentmanagementDocumentRequestTimeout) IsClientError

IsClientError returns true when this delete contentmanagement document request timeout response has a 4xx status code

func (*DeleteContentmanagementDocumentRequestTimeout) IsCode

IsCode returns true when this delete contentmanagement document request timeout response a status code equal to that given

func (*DeleteContentmanagementDocumentRequestTimeout) IsRedirect

IsRedirect returns true when this delete contentmanagement document request timeout response has a 3xx status code

func (*DeleteContentmanagementDocumentRequestTimeout) IsServerError

IsServerError returns true when this delete contentmanagement document request timeout response has a 5xx status code

func (*DeleteContentmanagementDocumentRequestTimeout) IsSuccess

IsSuccess returns true when this delete contentmanagement document request timeout response has a 2xx status code

func (*DeleteContentmanagementDocumentRequestTimeout) String

type DeleteContentmanagementDocumentServiceUnavailable

type DeleteContentmanagementDocumentServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementDocumentServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteContentmanagementDocumentServiceUnavailable

func NewDeleteContentmanagementDocumentServiceUnavailable() *DeleteContentmanagementDocumentServiceUnavailable

NewDeleteContentmanagementDocumentServiceUnavailable creates a DeleteContentmanagementDocumentServiceUnavailable with default headers values

func (*DeleteContentmanagementDocumentServiceUnavailable) Error

func (*DeleteContentmanagementDocumentServiceUnavailable) GetPayload

func (*DeleteContentmanagementDocumentServiceUnavailable) IsClientError

IsClientError returns true when this delete contentmanagement document service unavailable response has a 4xx status code

func (*DeleteContentmanagementDocumentServiceUnavailable) IsCode

IsCode returns true when this delete contentmanagement document service unavailable response a status code equal to that given

func (*DeleteContentmanagementDocumentServiceUnavailable) IsRedirect

IsRedirect returns true when this delete contentmanagement document service unavailable response has a 3xx status code

func (*DeleteContentmanagementDocumentServiceUnavailable) IsServerError

IsServerError returns true when this delete contentmanagement document service unavailable response has a 5xx status code

func (*DeleteContentmanagementDocumentServiceUnavailable) IsSuccess

IsSuccess returns true when this delete contentmanagement document service unavailable response has a 2xx status code

func (*DeleteContentmanagementDocumentServiceUnavailable) String

type DeleteContentmanagementDocumentTooManyRequests

type DeleteContentmanagementDocumentTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementDocumentTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteContentmanagementDocumentTooManyRequests

func NewDeleteContentmanagementDocumentTooManyRequests() *DeleteContentmanagementDocumentTooManyRequests

NewDeleteContentmanagementDocumentTooManyRequests creates a DeleteContentmanagementDocumentTooManyRequests with default headers values

func (*DeleteContentmanagementDocumentTooManyRequests) Error

func (*DeleteContentmanagementDocumentTooManyRequests) GetPayload

func (*DeleteContentmanagementDocumentTooManyRequests) IsClientError

IsClientError returns true when this delete contentmanagement document too many requests response has a 4xx status code

func (*DeleteContentmanagementDocumentTooManyRequests) IsCode

IsCode returns true when this delete contentmanagement document too many requests response a status code equal to that given

func (*DeleteContentmanagementDocumentTooManyRequests) IsRedirect

IsRedirect returns true when this delete contentmanagement document too many requests response has a 3xx status code

func (*DeleteContentmanagementDocumentTooManyRequests) IsServerError

IsServerError returns true when this delete contentmanagement document too many requests response has a 5xx status code

func (*DeleteContentmanagementDocumentTooManyRequests) IsSuccess

IsSuccess returns true when this delete contentmanagement document too many requests response has a 2xx status code

func (*DeleteContentmanagementDocumentTooManyRequests) String

type DeleteContentmanagementDocumentUnauthorized

type DeleteContentmanagementDocumentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteContentmanagementDocumentUnauthorized

func NewDeleteContentmanagementDocumentUnauthorized() *DeleteContentmanagementDocumentUnauthorized

NewDeleteContentmanagementDocumentUnauthorized creates a DeleteContentmanagementDocumentUnauthorized with default headers values

func (*DeleteContentmanagementDocumentUnauthorized) Error

func (*DeleteContentmanagementDocumentUnauthorized) GetPayload

func (*DeleteContentmanagementDocumentUnauthorized) IsClientError

IsClientError returns true when this delete contentmanagement document unauthorized response has a 4xx status code

func (*DeleteContentmanagementDocumentUnauthorized) IsCode

IsCode returns true when this delete contentmanagement document unauthorized response a status code equal to that given

func (*DeleteContentmanagementDocumentUnauthorized) IsRedirect

IsRedirect returns true when this delete contentmanagement document unauthorized response has a 3xx status code

func (*DeleteContentmanagementDocumentUnauthorized) IsServerError

IsServerError returns true when this delete contentmanagement document unauthorized response has a 5xx status code

func (*DeleteContentmanagementDocumentUnauthorized) IsSuccess

IsSuccess returns true when this delete contentmanagement document unauthorized response has a 2xx status code

func (*DeleteContentmanagementDocumentUnauthorized) String

type DeleteContentmanagementDocumentUnsupportedMediaType

type DeleteContentmanagementDocumentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementDocumentUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteContentmanagementDocumentUnsupportedMediaType

func NewDeleteContentmanagementDocumentUnsupportedMediaType() *DeleteContentmanagementDocumentUnsupportedMediaType

NewDeleteContentmanagementDocumentUnsupportedMediaType creates a DeleteContentmanagementDocumentUnsupportedMediaType with default headers values

func (*DeleteContentmanagementDocumentUnsupportedMediaType) Error

func (*DeleteContentmanagementDocumentUnsupportedMediaType) GetPayload

func (*DeleteContentmanagementDocumentUnsupportedMediaType) IsClientError

IsClientError returns true when this delete contentmanagement document unsupported media type response has a 4xx status code

func (*DeleteContentmanagementDocumentUnsupportedMediaType) IsCode

IsCode returns true when this delete contentmanagement document unsupported media type response a status code equal to that given

func (*DeleteContentmanagementDocumentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete contentmanagement document unsupported media type response has a 3xx status code

func (*DeleteContentmanagementDocumentUnsupportedMediaType) IsServerError

IsServerError returns true when this delete contentmanagement document unsupported media type response has a 5xx status code

func (*DeleteContentmanagementDocumentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete contentmanagement document unsupported media type response has a 2xx status code

func (*DeleteContentmanagementDocumentUnsupportedMediaType) String

type DeleteContentmanagementShareBadRequest

type DeleteContentmanagementShareBadRequest struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementShareBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteContentmanagementShareBadRequest

func NewDeleteContentmanagementShareBadRequest() *DeleteContentmanagementShareBadRequest

NewDeleteContentmanagementShareBadRequest creates a DeleteContentmanagementShareBadRequest with default headers values

func (*DeleteContentmanagementShareBadRequest) Error

func (*DeleteContentmanagementShareBadRequest) GetPayload

func (*DeleteContentmanagementShareBadRequest) IsClientError

func (o *DeleteContentmanagementShareBadRequest) IsClientError() bool

IsClientError returns true when this delete contentmanagement share bad request response has a 4xx status code

func (*DeleteContentmanagementShareBadRequest) IsCode

IsCode returns true when this delete contentmanagement share bad request response a status code equal to that given

func (*DeleteContentmanagementShareBadRequest) IsRedirect

IsRedirect returns true when this delete contentmanagement share bad request response has a 3xx status code

func (*DeleteContentmanagementShareBadRequest) IsServerError

func (o *DeleteContentmanagementShareBadRequest) IsServerError() bool

IsServerError returns true when this delete contentmanagement share bad request response has a 5xx status code

func (*DeleteContentmanagementShareBadRequest) IsSuccess

IsSuccess returns true when this delete contentmanagement share bad request response has a 2xx status code

func (*DeleteContentmanagementShareBadRequest) String

type DeleteContentmanagementShareDefault

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

DeleteContentmanagementShareDefault describes a response with status code -1, with default header values.

successful operation

func NewDeleteContentmanagementShareDefault

func NewDeleteContentmanagementShareDefault(code int) *DeleteContentmanagementShareDefault

NewDeleteContentmanagementShareDefault creates a DeleteContentmanagementShareDefault with default headers values

func (*DeleteContentmanagementShareDefault) Code

Code gets the status code for the delete contentmanagement share default response

func (*DeleteContentmanagementShareDefault) Error

func (*DeleteContentmanagementShareDefault) IsClientError

func (o *DeleteContentmanagementShareDefault) IsClientError() bool

IsClientError returns true when this delete contentmanagement share default response has a 4xx status code

func (*DeleteContentmanagementShareDefault) IsCode

IsCode returns true when this delete contentmanagement share default response a status code equal to that given

func (*DeleteContentmanagementShareDefault) IsRedirect

func (o *DeleteContentmanagementShareDefault) IsRedirect() bool

IsRedirect returns true when this delete contentmanagement share default response has a 3xx status code

func (*DeleteContentmanagementShareDefault) IsServerError

func (o *DeleteContentmanagementShareDefault) IsServerError() bool

IsServerError returns true when this delete contentmanagement share default response has a 5xx status code

func (*DeleteContentmanagementShareDefault) IsSuccess

IsSuccess returns true when this delete contentmanagement share default response has a 2xx status code

func (*DeleteContentmanagementShareDefault) String

type DeleteContentmanagementShareForbidden

type DeleteContentmanagementShareForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteContentmanagementShareForbidden

func NewDeleteContentmanagementShareForbidden() *DeleteContentmanagementShareForbidden

NewDeleteContentmanagementShareForbidden creates a DeleteContentmanagementShareForbidden with default headers values

func (*DeleteContentmanagementShareForbidden) Error

func (*DeleteContentmanagementShareForbidden) GetPayload

func (*DeleteContentmanagementShareForbidden) IsClientError

func (o *DeleteContentmanagementShareForbidden) IsClientError() bool

IsClientError returns true when this delete contentmanagement share forbidden response has a 4xx status code

func (*DeleteContentmanagementShareForbidden) IsCode

IsCode returns true when this delete contentmanagement share forbidden response a status code equal to that given

func (*DeleteContentmanagementShareForbidden) IsRedirect

IsRedirect returns true when this delete contentmanagement share forbidden response has a 3xx status code

func (*DeleteContentmanagementShareForbidden) IsServerError

func (o *DeleteContentmanagementShareForbidden) IsServerError() bool

IsServerError returns true when this delete contentmanagement share forbidden response has a 5xx status code

func (*DeleteContentmanagementShareForbidden) IsSuccess

IsSuccess returns true when this delete contentmanagement share forbidden response has a 2xx status code

func (*DeleteContentmanagementShareForbidden) String

type DeleteContentmanagementShareGatewayTimeout

type DeleteContentmanagementShareGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementShareGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteContentmanagementShareGatewayTimeout

func NewDeleteContentmanagementShareGatewayTimeout() *DeleteContentmanagementShareGatewayTimeout

NewDeleteContentmanagementShareGatewayTimeout creates a DeleteContentmanagementShareGatewayTimeout with default headers values

func (*DeleteContentmanagementShareGatewayTimeout) Error

func (*DeleteContentmanagementShareGatewayTimeout) GetPayload

func (*DeleteContentmanagementShareGatewayTimeout) IsClientError

IsClientError returns true when this delete contentmanagement share gateway timeout response has a 4xx status code

func (*DeleteContentmanagementShareGatewayTimeout) IsCode

IsCode returns true when this delete contentmanagement share gateway timeout response a status code equal to that given

func (*DeleteContentmanagementShareGatewayTimeout) IsRedirect

IsRedirect returns true when this delete contentmanagement share gateway timeout response has a 3xx status code

func (*DeleteContentmanagementShareGatewayTimeout) IsServerError

IsServerError returns true when this delete contentmanagement share gateway timeout response has a 5xx status code

func (*DeleteContentmanagementShareGatewayTimeout) IsSuccess

IsSuccess returns true when this delete contentmanagement share gateway timeout response has a 2xx status code

func (*DeleteContentmanagementShareGatewayTimeout) String

type DeleteContentmanagementShareInternalServerError

type DeleteContentmanagementShareInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteContentmanagementShareInternalServerError

func NewDeleteContentmanagementShareInternalServerError() *DeleteContentmanagementShareInternalServerError

NewDeleteContentmanagementShareInternalServerError creates a DeleteContentmanagementShareInternalServerError with default headers values

func (*DeleteContentmanagementShareInternalServerError) Error

func (*DeleteContentmanagementShareInternalServerError) GetPayload

func (*DeleteContentmanagementShareInternalServerError) IsClientError

IsClientError returns true when this delete contentmanagement share internal server error response has a 4xx status code

func (*DeleteContentmanagementShareInternalServerError) IsCode

IsCode returns true when this delete contentmanagement share internal server error response a status code equal to that given

func (*DeleteContentmanagementShareInternalServerError) IsRedirect

IsRedirect returns true when this delete contentmanagement share internal server error response has a 3xx status code

func (*DeleteContentmanagementShareInternalServerError) IsServerError

IsServerError returns true when this delete contentmanagement share internal server error response has a 5xx status code

func (*DeleteContentmanagementShareInternalServerError) IsSuccess

IsSuccess returns true when this delete contentmanagement share internal server error response has a 2xx status code

func (*DeleteContentmanagementShareInternalServerError) String

type DeleteContentmanagementShareNotFound

type DeleteContentmanagementShareNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteContentmanagementShareNotFound

func NewDeleteContentmanagementShareNotFound() *DeleteContentmanagementShareNotFound

NewDeleteContentmanagementShareNotFound creates a DeleteContentmanagementShareNotFound with default headers values

func (*DeleteContentmanagementShareNotFound) Error

func (*DeleteContentmanagementShareNotFound) GetPayload

func (*DeleteContentmanagementShareNotFound) IsClientError

func (o *DeleteContentmanagementShareNotFound) IsClientError() bool

IsClientError returns true when this delete contentmanagement share not found response has a 4xx status code

func (*DeleteContentmanagementShareNotFound) IsCode

IsCode returns true when this delete contentmanagement share not found response a status code equal to that given

func (*DeleteContentmanagementShareNotFound) IsRedirect

IsRedirect returns true when this delete contentmanagement share not found response has a 3xx status code

func (*DeleteContentmanagementShareNotFound) IsServerError

func (o *DeleteContentmanagementShareNotFound) IsServerError() bool

IsServerError returns true when this delete contentmanagement share not found response has a 5xx status code

func (*DeleteContentmanagementShareNotFound) IsSuccess

IsSuccess returns true when this delete contentmanagement share not found response has a 2xx status code

func (*DeleteContentmanagementShareNotFound) String

type DeleteContentmanagementShareParams

type DeleteContentmanagementShareParams struct {

	/* ShareID.

	   Share ID
	*/
	ShareID string

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

DeleteContentmanagementShareParams contains all the parameters to send to the API endpoint

for the delete contentmanagement share operation.

Typically these are written to a http.Request.

func NewDeleteContentmanagementShareParams

func NewDeleteContentmanagementShareParams() *DeleteContentmanagementShareParams

NewDeleteContentmanagementShareParams creates a new DeleteContentmanagementShareParams 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 NewDeleteContentmanagementShareParamsWithContext

func NewDeleteContentmanagementShareParamsWithContext(ctx context.Context) *DeleteContentmanagementShareParams

NewDeleteContentmanagementShareParamsWithContext creates a new DeleteContentmanagementShareParams object with the ability to set a context for a request.

func NewDeleteContentmanagementShareParamsWithHTTPClient

func NewDeleteContentmanagementShareParamsWithHTTPClient(client *http.Client) *DeleteContentmanagementShareParams

NewDeleteContentmanagementShareParamsWithHTTPClient creates a new DeleteContentmanagementShareParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteContentmanagementShareParamsWithTimeout

func NewDeleteContentmanagementShareParamsWithTimeout(timeout time.Duration) *DeleteContentmanagementShareParams

NewDeleteContentmanagementShareParamsWithTimeout creates a new DeleteContentmanagementShareParams object with the ability to set a timeout on a request.

func (*DeleteContentmanagementShareParams) SetContext

SetContext adds the context to the delete contentmanagement share params

func (*DeleteContentmanagementShareParams) SetDefaults

func (o *DeleteContentmanagementShareParams) SetDefaults()

SetDefaults hydrates default values in the delete contentmanagement share params (not the query body).

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

func (*DeleteContentmanagementShareParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete contentmanagement share params

func (*DeleteContentmanagementShareParams) SetShareID

func (o *DeleteContentmanagementShareParams) SetShareID(shareID string)

SetShareID adds the shareId to the delete contentmanagement share params

func (*DeleteContentmanagementShareParams) SetTimeout

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

SetTimeout adds the timeout to the delete contentmanagement share params

func (*DeleteContentmanagementShareParams) WithContext

WithContext adds the context to the delete contentmanagement share params

func (*DeleteContentmanagementShareParams) WithDefaults

WithDefaults hydrates default values in the delete contentmanagement share params (not the query body).

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

func (*DeleteContentmanagementShareParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete contentmanagement share params

func (*DeleteContentmanagementShareParams) WithShareID

WithShareID adds the shareID to the delete contentmanagement share params

func (*DeleteContentmanagementShareParams) WithTimeout

WithTimeout adds the timeout to the delete contentmanagement share params

func (*DeleteContentmanagementShareParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteContentmanagementShareReader

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

DeleteContentmanagementShareReader is a Reader for the DeleteContentmanagementShare structure.

func (*DeleteContentmanagementShareReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteContentmanagementShareRequestEntityTooLarge

type DeleteContentmanagementShareRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementShareRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteContentmanagementShareRequestEntityTooLarge

func NewDeleteContentmanagementShareRequestEntityTooLarge() *DeleteContentmanagementShareRequestEntityTooLarge

NewDeleteContentmanagementShareRequestEntityTooLarge creates a DeleteContentmanagementShareRequestEntityTooLarge with default headers values

func (*DeleteContentmanagementShareRequestEntityTooLarge) Error

func (*DeleteContentmanagementShareRequestEntityTooLarge) GetPayload

func (*DeleteContentmanagementShareRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete contentmanagement share request entity too large response has a 4xx status code

func (*DeleteContentmanagementShareRequestEntityTooLarge) IsCode

IsCode returns true when this delete contentmanagement share request entity too large response a status code equal to that given

func (*DeleteContentmanagementShareRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete contentmanagement share request entity too large response has a 3xx status code

func (*DeleteContentmanagementShareRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete contentmanagement share request entity too large response has a 5xx status code

func (*DeleteContentmanagementShareRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete contentmanagement share request entity too large response has a 2xx status code

func (*DeleteContentmanagementShareRequestEntityTooLarge) String

type DeleteContentmanagementShareRequestTimeout

type DeleteContentmanagementShareRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementShareRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteContentmanagementShareRequestTimeout

func NewDeleteContentmanagementShareRequestTimeout() *DeleteContentmanagementShareRequestTimeout

NewDeleteContentmanagementShareRequestTimeout creates a DeleteContentmanagementShareRequestTimeout with default headers values

func (*DeleteContentmanagementShareRequestTimeout) Error

func (*DeleteContentmanagementShareRequestTimeout) GetPayload

func (*DeleteContentmanagementShareRequestTimeout) IsClientError

IsClientError returns true when this delete contentmanagement share request timeout response has a 4xx status code

func (*DeleteContentmanagementShareRequestTimeout) IsCode

IsCode returns true when this delete contentmanagement share request timeout response a status code equal to that given

func (*DeleteContentmanagementShareRequestTimeout) IsRedirect

IsRedirect returns true when this delete contentmanagement share request timeout response has a 3xx status code

func (*DeleteContentmanagementShareRequestTimeout) IsServerError

IsServerError returns true when this delete contentmanagement share request timeout response has a 5xx status code

func (*DeleteContentmanagementShareRequestTimeout) IsSuccess

IsSuccess returns true when this delete contentmanagement share request timeout response has a 2xx status code

func (*DeleteContentmanagementShareRequestTimeout) String

type DeleteContentmanagementShareServiceUnavailable

type DeleteContentmanagementShareServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementShareServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteContentmanagementShareServiceUnavailable

func NewDeleteContentmanagementShareServiceUnavailable() *DeleteContentmanagementShareServiceUnavailable

NewDeleteContentmanagementShareServiceUnavailable creates a DeleteContentmanagementShareServiceUnavailable with default headers values

func (*DeleteContentmanagementShareServiceUnavailable) Error

func (*DeleteContentmanagementShareServiceUnavailable) GetPayload

func (*DeleteContentmanagementShareServiceUnavailable) IsClientError

IsClientError returns true when this delete contentmanagement share service unavailable response has a 4xx status code

func (*DeleteContentmanagementShareServiceUnavailable) IsCode

IsCode returns true when this delete contentmanagement share service unavailable response a status code equal to that given

func (*DeleteContentmanagementShareServiceUnavailable) IsRedirect

IsRedirect returns true when this delete contentmanagement share service unavailable response has a 3xx status code

func (*DeleteContentmanagementShareServiceUnavailable) IsServerError

IsServerError returns true when this delete contentmanagement share service unavailable response has a 5xx status code

func (*DeleteContentmanagementShareServiceUnavailable) IsSuccess

IsSuccess returns true when this delete contentmanagement share service unavailable response has a 2xx status code

func (*DeleteContentmanagementShareServiceUnavailable) String

type DeleteContentmanagementShareTooManyRequests

type DeleteContentmanagementShareTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementShareTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteContentmanagementShareTooManyRequests

func NewDeleteContentmanagementShareTooManyRequests() *DeleteContentmanagementShareTooManyRequests

NewDeleteContentmanagementShareTooManyRequests creates a DeleteContentmanagementShareTooManyRequests with default headers values

func (*DeleteContentmanagementShareTooManyRequests) Error

func (*DeleteContentmanagementShareTooManyRequests) GetPayload

func (*DeleteContentmanagementShareTooManyRequests) IsClientError

IsClientError returns true when this delete contentmanagement share too many requests response has a 4xx status code

func (*DeleteContentmanagementShareTooManyRequests) IsCode

IsCode returns true when this delete contentmanagement share too many requests response a status code equal to that given

func (*DeleteContentmanagementShareTooManyRequests) IsRedirect

IsRedirect returns true when this delete contentmanagement share too many requests response has a 3xx status code

func (*DeleteContentmanagementShareTooManyRequests) IsServerError

IsServerError returns true when this delete contentmanagement share too many requests response has a 5xx status code

func (*DeleteContentmanagementShareTooManyRequests) IsSuccess

IsSuccess returns true when this delete contentmanagement share too many requests response has a 2xx status code

func (*DeleteContentmanagementShareTooManyRequests) String

type DeleteContentmanagementShareUnauthorized

type DeleteContentmanagementShareUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteContentmanagementShareUnauthorized

func NewDeleteContentmanagementShareUnauthorized() *DeleteContentmanagementShareUnauthorized

NewDeleteContentmanagementShareUnauthorized creates a DeleteContentmanagementShareUnauthorized with default headers values

func (*DeleteContentmanagementShareUnauthorized) Error

func (*DeleteContentmanagementShareUnauthorized) GetPayload

func (*DeleteContentmanagementShareUnauthorized) IsClientError

IsClientError returns true when this delete contentmanagement share unauthorized response has a 4xx status code

func (*DeleteContentmanagementShareUnauthorized) IsCode

IsCode returns true when this delete contentmanagement share unauthorized response a status code equal to that given

func (*DeleteContentmanagementShareUnauthorized) IsRedirect

IsRedirect returns true when this delete contentmanagement share unauthorized response has a 3xx status code

func (*DeleteContentmanagementShareUnauthorized) IsServerError

IsServerError returns true when this delete contentmanagement share unauthorized response has a 5xx status code

func (*DeleteContentmanagementShareUnauthorized) IsSuccess

IsSuccess returns true when this delete contentmanagement share unauthorized response has a 2xx status code

func (*DeleteContentmanagementShareUnauthorized) String

type DeleteContentmanagementShareUnsupportedMediaType

type DeleteContentmanagementShareUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementShareUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteContentmanagementShareUnsupportedMediaType

func NewDeleteContentmanagementShareUnsupportedMediaType() *DeleteContentmanagementShareUnsupportedMediaType

NewDeleteContentmanagementShareUnsupportedMediaType creates a DeleteContentmanagementShareUnsupportedMediaType with default headers values

func (*DeleteContentmanagementShareUnsupportedMediaType) Error

func (*DeleteContentmanagementShareUnsupportedMediaType) GetPayload

func (*DeleteContentmanagementShareUnsupportedMediaType) IsClientError

IsClientError returns true when this delete contentmanagement share unsupported media type response has a 4xx status code

func (*DeleteContentmanagementShareUnsupportedMediaType) IsCode

IsCode returns true when this delete contentmanagement share unsupported media type response a status code equal to that given

func (*DeleteContentmanagementShareUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete contentmanagement share unsupported media type response has a 3xx status code

func (*DeleteContentmanagementShareUnsupportedMediaType) IsServerError

IsServerError returns true when this delete contentmanagement share unsupported media type response has a 5xx status code

func (*DeleteContentmanagementShareUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete contentmanagement share unsupported media type response has a 2xx status code

func (*DeleteContentmanagementShareUnsupportedMediaType) String

type DeleteContentmanagementStatusStatusIDBadRequest

type DeleteContentmanagementStatusStatusIDBadRequest struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementStatusStatusIDBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteContentmanagementStatusStatusIDBadRequest

func NewDeleteContentmanagementStatusStatusIDBadRequest() *DeleteContentmanagementStatusStatusIDBadRequest

NewDeleteContentmanagementStatusStatusIDBadRequest creates a DeleteContentmanagementStatusStatusIDBadRequest with default headers values

func (*DeleteContentmanagementStatusStatusIDBadRequest) Error

func (*DeleteContentmanagementStatusStatusIDBadRequest) GetPayload

func (*DeleteContentmanagementStatusStatusIDBadRequest) IsClientError

IsClientError returns true when this delete contentmanagement status status Id bad request response has a 4xx status code

func (*DeleteContentmanagementStatusStatusIDBadRequest) IsCode

IsCode returns true when this delete contentmanagement status status Id bad request response a status code equal to that given

func (*DeleteContentmanagementStatusStatusIDBadRequest) IsRedirect

IsRedirect returns true when this delete contentmanagement status status Id bad request response has a 3xx status code

func (*DeleteContentmanagementStatusStatusIDBadRequest) IsServerError

IsServerError returns true when this delete contentmanagement status status Id bad request response has a 5xx status code

func (*DeleteContentmanagementStatusStatusIDBadRequest) IsSuccess

IsSuccess returns true when this delete contentmanagement status status Id bad request response has a 2xx status code

func (*DeleteContentmanagementStatusStatusIDBadRequest) String

type DeleteContentmanagementStatusStatusIDDefault

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

DeleteContentmanagementStatusStatusIDDefault describes a response with status code -1, with default header values.

successful operation

func NewDeleteContentmanagementStatusStatusIDDefault

func NewDeleteContentmanagementStatusStatusIDDefault(code int) *DeleteContentmanagementStatusStatusIDDefault

NewDeleteContentmanagementStatusStatusIDDefault creates a DeleteContentmanagementStatusStatusIDDefault with default headers values

func (*DeleteContentmanagementStatusStatusIDDefault) Code

Code gets the status code for the delete contentmanagement status status Id default response

func (*DeleteContentmanagementStatusStatusIDDefault) Error

func (*DeleteContentmanagementStatusStatusIDDefault) IsClientError

IsClientError returns true when this delete contentmanagement status status Id default response has a 4xx status code

func (*DeleteContentmanagementStatusStatusIDDefault) IsCode

IsCode returns true when this delete contentmanagement status status Id default response a status code equal to that given

func (*DeleteContentmanagementStatusStatusIDDefault) IsRedirect

IsRedirect returns true when this delete contentmanagement status status Id default response has a 3xx status code

func (*DeleteContentmanagementStatusStatusIDDefault) IsServerError

IsServerError returns true when this delete contentmanagement status status Id default response has a 5xx status code

func (*DeleteContentmanagementStatusStatusIDDefault) IsSuccess

IsSuccess returns true when this delete contentmanagement status status Id default response has a 2xx status code

func (*DeleteContentmanagementStatusStatusIDDefault) String

type DeleteContentmanagementStatusStatusIDForbidden

type DeleteContentmanagementStatusStatusIDForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteContentmanagementStatusStatusIDForbidden

func NewDeleteContentmanagementStatusStatusIDForbidden() *DeleteContentmanagementStatusStatusIDForbidden

NewDeleteContentmanagementStatusStatusIDForbidden creates a DeleteContentmanagementStatusStatusIDForbidden with default headers values

func (*DeleteContentmanagementStatusStatusIDForbidden) Error

func (*DeleteContentmanagementStatusStatusIDForbidden) GetPayload

func (*DeleteContentmanagementStatusStatusIDForbidden) IsClientError

IsClientError returns true when this delete contentmanagement status status Id forbidden response has a 4xx status code

func (*DeleteContentmanagementStatusStatusIDForbidden) IsCode

IsCode returns true when this delete contentmanagement status status Id forbidden response a status code equal to that given

func (*DeleteContentmanagementStatusStatusIDForbidden) IsRedirect

IsRedirect returns true when this delete contentmanagement status status Id forbidden response has a 3xx status code

func (*DeleteContentmanagementStatusStatusIDForbidden) IsServerError

IsServerError returns true when this delete contentmanagement status status Id forbidden response has a 5xx status code

func (*DeleteContentmanagementStatusStatusIDForbidden) IsSuccess

IsSuccess returns true when this delete contentmanagement status status Id forbidden response has a 2xx status code

func (*DeleteContentmanagementStatusStatusIDForbidden) String

type DeleteContentmanagementStatusStatusIDGatewayTimeout

type DeleteContentmanagementStatusStatusIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementStatusStatusIDGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteContentmanagementStatusStatusIDGatewayTimeout

func NewDeleteContentmanagementStatusStatusIDGatewayTimeout() *DeleteContentmanagementStatusStatusIDGatewayTimeout

NewDeleteContentmanagementStatusStatusIDGatewayTimeout creates a DeleteContentmanagementStatusStatusIDGatewayTimeout with default headers values

func (*DeleteContentmanagementStatusStatusIDGatewayTimeout) Error

func (*DeleteContentmanagementStatusStatusIDGatewayTimeout) GetPayload

func (*DeleteContentmanagementStatusStatusIDGatewayTimeout) IsClientError

IsClientError returns true when this delete contentmanagement status status Id gateway timeout response has a 4xx status code

func (*DeleteContentmanagementStatusStatusIDGatewayTimeout) IsCode

IsCode returns true when this delete contentmanagement status status Id gateway timeout response a status code equal to that given

func (*DeleteContentmanagementStatusStatusIDGatewayTimeout) IsRedirect

IsRedirect returns true when this delete contentmanagement status status Id gateway timeout response has a 3xx status code

func (*DeleteContentmanagementStatusStatusIDGatewayTimeout) IsServerError

IsServerError returns true when this delete contentmanagement status status Id gateway timeout response has a 5xx status code

func (*DeleteContentmanagementStatusStatusIDGatewayTimeout) IsSuccess

IsSuccess returns true when this delete contentmanagement status status Id gateway timeout response has a 2xx status code

func (*DeleteContentmanagementStatusStatusIDGatewayTimeout) String

type DeleteContentmanagementStatusStatusIDInternalServerError

type DeleteContentmanagementStatusStatusIDInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteContentmanagementStatusStatusIDInternalServerError

func NewDeleteContentmanagementStatusStatusIDInternalServerError() *DeleteContentmanagementStatusStatusIDInternalServerError

NewDeleteContentmanagementStatusStatusIDInternalServerError creates a DeleteContentmanagementStatusStatusIDInternalServerError with default headers values

func (*DeleteContentmanagementStatusStatusIDInternalServerError) Error

func (*DeleteContentmanagementStatusStatusIDInternalServerError) GetPayload

func (*DeleteContentmanagementStatusStatusIDInternalServerError) IsClientError

IsClientError returns true when this delete contentmanagement status status Id internal server error response has a 4xx status code

func (*DeleteContentmanagementStatusStatusIDInternalServerError) IsCode

IsCode returns true when this delete contentmanagement status status Id internal server error response a status code equal to that given

func (*DeleteContentmanagementStatusStatusIDInternalServerError) IsRedirect

IsRedirect returns true when this delete contentmanagement status status Id internal server error response has a 3xx status code

func (*DeleteContentmanagementStatusStatusIDInternalServerError) IsServerError

IsServerError returns true when this delete contentmanagement status status Id internal server error response has a 5xx status code

func (*DeleteContentmanagementStatusStatusIDInternalServerError) IsSuccess

IsSuccess returns true when this delete contentmanagement status status Id internal server error response has a 2xx status code

func (*DeleteContentmanagementStatusStatusIDInternalServerError) String

type DeleteContentmanagementStatusStatusIDNotFound

type DeleteContentmanagementStatusStatusIDNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteContentmanagementStatusStatusIDNotFound

func NewDeleteContentmanagementStatusStatusIDNotFound() *DeleteContentmanagementStatusStatusIDNotFound

NewDeleteContentmanagementStatusStatusIDNotFound creates a DeleteContentmanagementStatusStatusIDNotFound with default headers values

func (*DeleteContentmanagementStatusStatusIDNotFound) Error

func (*DeleteContentmanagementStatusStatusIDNotFound) GetPayload

func (*DeleteContentmanagementStatusStatusIDNotFound) IsClientError

IsClientError returns true when this delete contentmanagement status status Id not found response has a 4xx status code

func (*DeleteContentmanagementStatusStatusIDNotFound) IsCode

IsCode returns true when this delete contentmanagement status status Id not found response a status code equal to that given

func (*DeleteContentmanagementStatusStatusIDNotFound) IsRedirect

IsRedirect returns true when this delete contentmanagement status status Id not found response has a 3xx status code

func (*DeleteContentmanagementStatusStatusIDNotFound) IsServerError

IsServerError returns true when this delete contentmanagement status status Id not found response has a 5xx status code

func (*DeleteContentmanagementStatusStatusIDNotFound) IsSuccess

IsSuccess returns true when this delete contentmanagement status status Id not found response has a 2xx status code

func (*DeleteContentmanagementStatusStatusIDNotFound) String

type DeleteContentmanagementStatusStatusIDParams

type DeleteContentmanagementStatusStatusIDParams struct {

	/* StatusID.

	   Status ID
	*/
	StatusID string

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

DeleteContentmanagementStatusStatusIDParams contains all the parameters to send to the API endpoint

for the delete contentmanagement status status Id operation.

Typically these are written to a http.Request.

func NewDeleteContentmanagementStatusStatusIDParams

func NewDeleteContentmanagementStatusStatusIDParams() *DeleteContentmanagementStatusStatusIDParams

NewDeleteContentmanagementStatusStatusIDParams creates a new DeleteContentmanagementStatusStatusIDParams 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 NewDeleteContentmanagementStatusStatusIDParamsWithContext

func NewDeleteContentmanagementStatusStatusIDParamsWithContext(ctx context.Context) *DeleteContentmanagementStatusStatusIDParams

NewDeleteContentmanagementStatusStatusIDParamsWithContext creates a new DeleteContentmanagementStatusStatusIDParams object with the ability to set a context for a request.

func NewDeleteContentmanagementStatusStatusIDParamsWithHTTPClient

func NewDeleteContentmanagementStatusStatusIDParamsWithHTTPClient(client *http.Client) *DeleteContentmanagementStatusStatusIDParams

NewDeleteContentmanagementStatusStatusIDParamsWithHTTPClient creates a new DeleteContentmanagementStatusStatusIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteContentmanagementStatusStatusIDParamsWithTimeout

func NewDeleteContentmanagementStatusStatusIDParamsWithTimeout(timeout time.Duration) *DeleteContentmanagementStatusStatusIDParams

NewDeleteContentmanagementStatusStatusIDParamsWithTimeout creates a new DeleteContentmanagementStatusStatusIDParams object with the ability to set a timeout on a request.

func (*DeleteContentmanagementStatusStatusIDParams) SetContext

SetContext adds the context to the delete contentmanagement status status Id params

func (*DeleteContentmanagementStatusStatusIDParams) SetDefaults

SetDefaults hydrates default values in the delete contentmanagement status status Id params (not the query body).

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

func (*DeleteContentmanagementStatusStatusIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete contentmanagement status status Id params

func (*DeleteContentmanagementStatusStatusIDParams) SetStatusID

func (o *DeleteContentmanagementStatusStatusIDParams) SetStatusID(statusID string)

SetStatusID adds the statusId to the delete contentmanagement status status Id params

func (*DeleteContentmanagementStatusStatusIDParams) SetTimeout

SetTimeout adds the timeout to the delete contentmanagement status status Id params

func (*DeleteContentmanagementStatusStatusIDParams) WithContext

WithContext adds the context to the delete contentmanagement status status Id params

func (*DeleteContentmanagementStatusStatusIDParams) WithDefaults

WithDefaults hydrates default values in the delete contentmanagement status status Id params (not the query body).

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

func (*DeleteContentmanagementStatusStatusIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete contentmanagement status status Id params

func (*DeleteContentmanagementStatusStatusIDParams) WithStatusID

WithStatusID adds the statusID to the delete contentmanagement status status Id params

func (*DeleteContentmanagementStatusStatusIDParams) WithTimeout

WithTimeout adds the timeout to the delete contentmanagement status status Id params

func (*DeleteContentmanagementStatusStatusIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteContentmanagementStatusStatusIDReader

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

DeleteContentmanagementStatusStatusIDReader is a Reader for the DeleteContentmanagementStatusStatusID structure.

func (*DeleteContentmanagementStatusStatusIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteContentmanagementStatusStatusIDRequestEntityTooLarge

type DeleteContentmanagementStatusStatusIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementStatusStatusIDRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteContentmanagementStatusStatusIDRequestEntityTooLarge

func NewDeleteContentmanagementStatusStatusIDRequestEntityTooLarge() *DeleteContentmanagementStatusStatusIDRequestEntityTooLarge

NewDeleteContentmanagementStatusStatusIDRequestEntityTooLarge creates a DeleteContentmanagementStatusStatusIDRequestEntityTooLarge with default headers values

func (*DeleteContentmanagementStatusStatusIDRequestEntityTooLarge) Error

func (*DeleteContentmanagementStatusStatusIDRequestEntityTooLarge) GetPayload

func (*DeleteContentmanagementStatusStatusIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete contentmanagement status status Id request entity too large response has a 4xx status code

func (*DeleteContentmanagementStatusStatusIDRequestEntityTooLarge) IsCode

IsCode returns true when this delete contentmanagement status status Id request entity too large response a status code equal to that given

func (*DeleteContentmanagementStatusStatusIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete contentmanagement status status Id request entity too large response has a 3xx status code

func (*DeleteContentmanagementStatusStatusIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete contentmanagement status status Id request entity too large response has a 5xx status code

func (*DeleteContentmanagementStatusStatusIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete contentmanagement status status Id request entity too large response has a 2xx status code

func (*DeleteContentmanagementStatusStatusIDRequestEntityTooLarge) String

type DeleteContentmanagementStatusStatusIDRequestTimeout

type DeleteContentmanagementStatusStatusIDRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementStatusStatusIDRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteContentmanagementStatusStatusIDRequestTimeout

func NewDeleteContentmanagementStatusStatusIDRequestTimeout() *DeleteContentmanagementStatusStatusIDRequestTimeout

NewDeleteContentmanagementStatusStatusIDRequestTimeout creates a DeleteContentmanagementStatusStatusIDRequestTimeout with default headers values

func (*DeleteContentmanagementStatusStatusIDRequestTimeout) Error

func (*DeleteContentmanagementStatusStatusIDRequestTimeout) GetPayload

func (*DeleteContentmanagementStatusStatusIDRequestTimeout) IsClientError

IsClientError returns true when this delete contentmanagement status status Id request timeout response has a 4xx status code

func (*DeleteContentmanagementStatusStatusIDRequestTimeout) IsCode

IsCode returns true when this delete contentmanagement status status Id request timeout response a status code equal to that given

func (*DeleteContentmanagementStatusStatusIDRequestTimeout) IsRedirect

IsRedirect returns true when this delete contentmanagement status status Id request timeout response has a 3xx status code

func (*DeleteContentmanagementStatusStatusIDRequestTimeout) IsServerError

IsServerError returns true when this delete contentmanagement status status Id request timeout response has a 5xx status code

func (*DeleteContentmanagementStatusStatusIDRequestTimeout) IsSuccess

IsSuccess returns true when this delete contentmanagement status status Id request timeout response has a 2xx status code

func (*DeleteContentmanagementStatusStatusIDRequestTimeout) String

type DeleteContentmanagementStatusStatusIDServiceUnavailable

type DeleteContentmanagementStatusStatusIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementStatusStatusIDServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteContentmanagementStatusStatusIDServiceUnavailable

func NewDeleteContentmanagementStatusStatusIDServiceUnavailable() *DeleteContentmanagementStatusStatusIDServiceUnavailable

NewDeleteContentmanagementStatusStatusIDServiceUnavailable creates a DeleteContentmanagementStatusStatusIDServiceUnavailable with default headers values

func (*DeleteContentmanagementStatusStatusIDServiceUnavailable) Error

func (*DeleteContentmanagementStatusStatusIDServiceUnavailable) GetPayload

func (*DeleteContentmanagementStatusStatusIDServiceUnavailable) IsClientError

IsClientError returns true when this delete contentmanagement status status Id service unavailable response has a 4xx status code

func (*DeleteContentmanagementStatusStatusIDServiceUnavailable) IsCode

IsCode returns true when this delete contentmanagement status status Id service unavailable response a status code equal to that given

func (*DeleteContentmanagementStatusStatusIDServiceUnavailable) IsRedirect

IsRedirect returns true when this delete contentmanagement status status Id service unavailable response has a 3xx status code

func (*DeleteContentmanagementStatusStatusIDServiceUnavailable) IsServerError

IsServerError returns true when this delete contentmanagement status status Id service unavailable response has a 5xx status code

func (*DeleteContentmanagementStatusStatusIDServiceUnavailable) IsSuccess

IsSuccess returns true when this delete contentmanagement status status Id service unavailable response has a 2xx status code

func (*DeleteContentmanagementStatusStatusIDServiceUnavailable) String

type DeleteContentmanagementStatusStatusIDTooManyRequests

type DeleteContentmanagementStatusStatusIDTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementStatusStatusIDTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteContentmanagementStatusStatusIDTooManyRequests

func NewDeleteContentmanagementStatusStatusIDTooManyRequests() *DeleteContentmanagementStatusStatusIDTooManyRequests

NewDeleteContentmanagementStatusStatusIDTooManyRequests creates a DeleteContentmanagementStatusStatusIDTooManyRequests with default headers values

func (*DeleteContentmanagementStatusStatusIDTooManyRequests) Error

func (*DeleteContentmanagementStatusStatusIDTooManyRequests) GetPayload

func (*DeleteContentmanagementStatusStatusIDTooManyRequests) IsClientError

IsClientError returns true when this delete contentmanagement status status Id too many requests response has a 4xx status code

func (*DeleteContentmanagementStatusStatusIDTooManyRequests) IsCode

IsCode returns true when this delete contentmanagement status status Id too many requests response a status code equal to that given

func (*DeleteContentmanagementStatusStatusIDTooManyRequests) IsRedirect

IsRedirect returns true when this delete contentmanagement status status Id too many requests response has a 3xx status code

func (*DeleteContentmanagementStatusStatusIDTooManyRequests) IsServerError

IsServerError returns true when this delete contentmanagement status status Id too many requests response has a 5xx status code

func (*DeleteContentmanagementStatusStatusIDTooManyRequests) IsSuccess

IsSuccess returns true when this delete contentmanagement status status Id too many requests response has a 2xx status code

func (*DeleteContentmanagementStatusStatusIDTooManyRequests) String

type DeleteContentmanagementStatusStatusIDUnauthorized

type DeleteContentmanagementStatusStatusIDUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteContentmanagementStatusStatusIDUnauthorized

func NewDeleteContentmanagementStatusStatusIDUnauthorized() *DeleteContentmanagementStatusStatusIDUnauthorized

NewDeleteContentmanagementStatusStatusIDUnauthorized creates a DeleteContentmanagementStatusStatusIDUnauthorized with default headers values

func (*DeleteContentmanagementStatusStatusIDUnauthorized) Error

func (*DeleteContentmanagementStatusStatusIDUnauthorized) GetPayload

func (*DeleteContentmanagementStatusStatusIDUnauthorized) IsClientError

IsClientError returns true when this delete contentmanagement status status Id unauthorized response has a 4xx status code

func (*DeleteContentmanagementStatusStatusIDUnauthorized) IsCode

IsCode returns true when this delete contentmanagement status status Id unauthorized response a status code equal to that given

func (*DeleteContentmanagementStatusStatusIDUnauthorized) IsRedirect

IsRedirect returns true when this delete contentmanagement status status Id unauthorized response has a 3xx status code

func (*DeleteContentmanagementStatusStatusIDUnauthorized) IsServerError

IsServerError returns true when this delete contentmanagement status status Id unauthorized response has a 5xx status code

func (*DeleteContentmanagementStatusStatusIDUnauthorized) IsSuccess

IsSuccess returns true when this delete contentmanagement status status Id unauthorized response has a 2xx status code

func (*DeleteContentmanagementStatusStatusIDUnauthorized) String

type DeleteContentmanagementStatusStatusIDUnsupportedMediaType

type DeleteContentmanagementStatusStatusIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementStatusStatusIDUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteContentmanagementStatusStatusIDUnsupportedMediaType

func NewDeleteContentmanagementStatusStatusIDUnsupportedMediaType() *DeleteContentmanagementStatusStatusIDUnsupportedMediaType

NewDeleteContentmanagementStatusStatusIDUnsupportedMediaType creates a DeleteContentmanagementStatusStatusIDUnsupportedMediaType with default headers values

func (*DeleteContentmanagementStatusStatusIDUnsupportedMediaType) Error

func (*DeleteContentmanagementStatusStatusIDUnsupportedMediaType) GetPayload

func (*DeleteContentmanagementStatusStatusIDUnsupportedMediaType) IsClientError

IsClientError returns true when this delete contentmanagement status status Id unsupported media type response has a 4xx status code

func (*DeleteContentmanagementStatusStatusIDUnsupportedMediaType) IsCode

IsCode returns true when this delete contentmanagement status status Id unsupported media type response a status code equal to that given

func (*DeleteContentmanagementStatusStatusIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete contentmanagement status status Id unsupported media type response has a 3xx status code

func (*DeleteContentmanagementStatusStatusIDUnsupportedMediaType) IsServerError

IsServerError returns true when this delete contentmanagement status status Id unsupported media type response has a 5xx status code

func (*DeleteContentmanagementStatusStatusIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete contentmanagement status status Id unsupported media type response has a 2xx status code

func (*DeleteContentmanagementStatusStatusIDUnsupportedMediaType) String

type DeleteContentmanagementWorkspaceAccepted

type DeleteContentmanagementWorkspaceAccepted struct {
}

DeleteContentmanagementWorkspaceAccepted describes a response with status code 202, with default header values.

Accepted - Processing Delete

func NewDeleteContentmanagementWorkspaceAccepted

func NewDeleteContentmanagementWorkspaceAccepted() *DeleteContentmanagementWorkspaceAccepted

NewDeleteContentmanagementWorkspaceAccepted creates a DeleteContentmanagementWorkspaceAccepted with default headers values

func (*DeleteContentmanagementWorkspaceAccepted) Error

func (*DeleteContentmanagementWorkspaceAccepted) IsClientError

IsClientError returns true when this delete contentmanagement workspace accepted response has a 4xx status code

func (*DeleteContentmanagementWorkspaceAccepted) IsCode

IsCode returns true when this delete contentmanagement workspace accepted response a status code equal to that given

func (*DeleteContentmanagementWorkspaceAccepted) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace accepted response has a 3xx status code

func (*DeleteContentmanagementWorkspaceAccepted) IsServerError

IsServerError returns true when this delete contentmanagement workspace accepted response has a 5xx status code

func (*DeleteContentmanagementWorkspaceAccepted) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace accepted response has a 2xx status code

func (*DeleteContentmanagementWorkspaceAccepted) String

type DeleteContentmanagementWorkspaceBadRequest

type DeleteContentmanagementWorkspaceBadRequest struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteContentmanagementWorkspaceBadRequest

func NewDeleteContentmanagementWorkspaceBadRequest() *DeleteContentmanagementWorkspaceBadRequest

NewDeleteContentmanagementWorkspaceBadRequest creates a DeleteContentmanagementWorkspaceBadRequest with default headers values

func (*DeleteContentmanagementWorkspaceBadRequest) Error

func (*DeleteContentmanagementWorkspaceBadRequest) GetPayload

func (*DeleteContentmanagementWorkspaceBadRequest) IsClientError

IsClientError returns true when this delete contentmanagement workspace bad request response has a 4xx status code

func (*DeleteContentmanagementWorkspaceBadRequest) IsCode

IsCode returns true when this delete contentmanagement workspace bad request response a status code equal to that given

func (*DeleteContentmanagementWorkspaceBadRequest) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace bad request response has a 3xx status code

func (*DeleteContentmanagementWorkspaceBadRequest) IsServerError

IsServerError returns true when this delete contentmanagement workspace bad request response has a 5xx status code

func (*DeleteContentmanagementWorkspaceBadRequest) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace bad request response has a 2xx status code

func (*DeleteContentmanagementWorkspaceBadRequest) String

type DeleteContentmanagementWorkspaceForbidden

type DeleteContentmanagementWorkspaceForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteContentmanagementWorkspaceForbidden

func NewDeleteContentmanagementWorkspaceForbidden() *DeleteContentmanagementWorkspaceForbidden

NewDeleteContentmanagementWorkspaceForbidden creates a DeleteContentmanagementWorkspaceForbidden with default headers values

func (*DeleteContentmanagementWorkspaceForbidden) Error

func (*DeleteContentmanagementWorkspaceForbidden) GetPayload

func (*DeleteContentmanagementWorkspaceForbidden) IsClientError

IsClientError returns true when this delete contentmanagement workspace forbidden response has a 4xx status code

func (*DeleteContentmanagementWorkspaceForbidden) IsCode

IsCode returns true when this delete contentmanagement workspace forbidden response a status code equal to that given

func (*DeleteContentmanagementWorkspaceForbidden) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace forbidden response has a 3xx status code

func (*DeleteContentmanagementWorkspaceForbidden) IsServerError

IsServerError returns true when this delete contentmanagement workspace forbidden response has a 5xx status code

func (*DeleteContentmanagementWorkspaceForbidden) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace forbidden response has a 2xx status code

func (*DeleteContentmanagementWorkspaceForbidden) String

type DeleteContentmanagementWorkspaceGatewayTimeout

type DeleteContentmanagementWorkspaceGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteContentmanagementWorkspaceGatewayTimeout

func NewDeleteContentmanagementWorkspaceGatewayTimeout() *DeleteContentmanagementWorkspaceGatewayTimeout

NewDeleteContentmanagementWorkspaceGatewayTimeout creates a DeleteContentmanagementWorkspaceGatewayTimeout with default headers values

func (*DeleteContentmanagementWorkspaceGatewayTimeout) Error

func (*DeleteContentmanagementWorkspaceGatewayTimeout) GetPayload

func (*DeleteContentmanagementWorkspaceGatewayTimeout) IsClientError

IsClientError returns true when this delete contentmanagement workspace gateway timeout response has a 4xx status code

func (*DeleteContentmanagementWorkspaceGatewayTimeout) IsCode

IsCode returns true when this delete contentmanagement workspace gateway timeout response a status code equal to that given

func (*DeleteContentmanagementWorkspaceGatewayTimeout) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace gateway timeout response has a 3xx status code

func (*DeleteContentmanagementWorkspaceGatewayTimeout) IsServerError

IsServerError returns true when this delete contentmanagement workspace gateway timeout response has a 5xx status code

func (*DeleteContentmanagementWorkspaceGatewayTimeout) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace gateway timeout response has a 2xx status code

func (*DeleteContentmanagementWorkspaceGatewayTimeout) String

type DeleteContentmanagementWorkspaceInternalServerError

type DeleteContentmanagementWorkspaceInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteContentmanagementWorkspaceInternalServerError

func NewDeleteContentmanagementWorkspaceInternalServerError() *DeleteContentmanagementWorkspaceInternalServerError

NewDeleteContentmanagementWorkspaceInternalServerError creates a DeleteContentmanagementWorkspaceInternalServerError with default headers values

func (*DeleteContentmanagementWorkspaceInternalServerError) Error

func (*DeleteContentmanagementWorkspaceInternalServerError) GetPayload

func (*DeleteContentmanagementWorkspaceInternalServerError) IsClientError

IsClientError returns true when this delete contentmanagement workspace internal server error response has a 4xx status code

func (*DeleteContentmanagementWorkspaceInternalServerError) IsCode

IsCode returns true when this delete contentmanagement workspace internal server error response a status code equal to that given

func (*DeleteContentmanagementWorkspaceInternalServerError) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace internal server error response has a 3xx status code

func (*DeleteContentmanagementWorkspaceInternalServerError) IsServerError

IsServerError returns true when this delete contentmanagement workspace internal server error response has a 5xx status code

func (*DeleteContentmanagementWorkspaceInternalServerError) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace internal server error response has a 2xx status code

func (*DeleteContentmanagementWorkspaceInternalServerError) String

type DeleteContentmanagementWorkspaceMemberBadRequest

type DeleteContentmanagementWorkspaceMemberBadRequest struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceMemberBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteContentmanagementWorkspaceMemberBadRequest

func NewDeleteContentmanagementWorkspaceMemberBadRequest() *DeleteContentmanagementWorkspaceMemberBadRequest

NewDeleteContentmanagementWorkspaceMemberBadRequest creates a DeleteContentmanagementWorkspaceMemberBadRequest with default headers values

func (*DeleteContentmanagementWorkspaceMemberBadRequest) Error

func (*DeleteContentmanagementWorkspaceMemberBadRequest) GetPayload

func (*DeleteContentmanagementWorkspaceMemberBadRequest) IsClientError

IsClientError returns true when this delete contentmanagement workspace member bad request response has a 4xx status code

func (*DeleteContentmanagementWorkspaceMemberBadRequest) IsCode

IsCode returns true when this delete contentmanagement workspace member bad request response a status code equal to that given

func (*DeleteContentmanagementWorkspaceMemberBadRequest) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace member bad request response has a 3xx status code

func (*DeleteContentmanagementWorkspaceMemberBadRequest) IsServerError

IsServerError returns true when this delete contentmanagement workspace member bad request response has a 5xx status code

func (*DeleteContentmanagementWorkspaceMemberBadRequest) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace member bad request response has a 2xx status code

func (*DeleteContentmanagementWorkspaceMemberBadRequest) String

type DeleteContentmanagementWorkspaceMemberDefault

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

DeleteContentmanagementWorkspaceMemberDefault describes a response with status code -1, with default header values.

successful operation

func NewDeleteContentmanagementWorkspaceMemberDefault

func NewDeleteContentmanagementWorkspaceMemberDefault(code int) *DeleteContentmanagementWorkspaceMemberDefault

NewDeleteContentmanagementWorkspaceMemberDefault creates a DeleteContentmanagementWorkspaceMemberDefault with default headers values

func (*DeleteContentmanagementWorkspaceMemberDefault) Code

Code gets the status code for the delete contentmanagement workspace member default response

func (*DeleteContentmanagementWorkspaceMemberDefault) Error

func (*DeleteContentmanagementWorkspaceMemberDefault) IsClientError

IsClientError returns true when this delete contentmanagement workspace member default response has a 4xx status code

func (*DeleteContentmanagementWorkspaceMemberDefault) IsCode

IsCode returns true when this delete contentmanagement workspace member default response a status code equal to that given

func (*DeleteContentmanagementWorkspaceMemberDefault) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace member default response has a 3xx status code

func (*DeleteContentmanagementWorkspaceMemberDefault) IsServerError

IsServerError returns true when this delete contentmanagement workspace member default response has a 5xx status code

func (*DeleteContentmanagementWorkspaceMemberDefault) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace member default response has a 2xx status code

func (*DeleteContentmanagementWorkspaceMemberDefault) String

type DeleteContentmanagementWorkspaceMemberForbidden

type DeleteContentmanagementWorkspaceMemberForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteContentmanagementWorkspaceMemberForbidden

func NewDeleteContentmanagementWorkspaceMemberForbidden() *DeleteContentmanagementWorkspaceMemberForbidden

NewDeleteContentmanagementWorkspaceMemberForbidden creates a DeleteContentmanagementWorkspaceMemberForbidden with default headers values

func (*DeleteContentmanagementWorkspaceMemberForbidden) Error

func (*DeleteContentmanagementWorkspaceMemberForbidden) GetPayload

func (*DeleteContentmanagementWorkspaceMemberForbidden) IsClientError

IsClientError returns true when this delete contentmanagement workspace member forbidden response has a 4xx status code

func (*DeleteContentmanagementWorkspaceMemberForbidden) IsCode

IsCode returns true when this delete contentmanagement workspace member forbidden response a status code equal to that given

func (*DeleteContentmanagementWorkspaceMemberForbidden) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace member forbidden response has a 3xx status code

func (*DeleteContentmanagementWorkspaceMemberForbidden) IsServerError

IsServerError returns true when this delete contentmanagement workspace member forbidden response has a 5xx status code

func (*DeleteContentmanagementWorkspaceMemberForbidden) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace member forbidden response has a 2xx status code

func (*DeleteContentmanagementWorkspaceMemberForbidden) String

type DeleteContentmanagementWorkspaceMemberGatewayTimeout

type DeleteContentmanagementWorkspaceMemberGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceMemberGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteContentmanagementWorkspaceMemberGatewayTimeout

func NewDeleteContentmanagementWorkspaceMemberGatewayTimeout() *DeleteContentmanagementWorkspaceMemberGatewayTimeout

NewDeleteContentmanagementWorkspaceMemberGatewayTimeout creates a DeleteContentmanagementWorkspaceMemberGatewayTimeout with default headers values

func (*DeleteContentmanagementWorkspaceMemberGatewayTimeout) Error

func (*DeleteContentmanagementWorkspaceMemberGatewayTimeout) GetPayload

func (*DeleteContentmanagementWorkspaceMemberGatewayTimeout) IsClientError

IsClientError returns true when this delete contentmanagement workspace member gateway timeout response has a 4xx status code

func (*DeleteContentmanagementWorkspaceMemberGatewayTimeout) IsCode

IsCode returns true when this delete contentmanagement workspace member gateway timeout response a status code equal to that given

func (*DeleteContentmanagementWorkspaceMemberGatewayTimeout) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace member gateway timeout response has a 3xx status code

func (*DeleteContentmanagementWorkspaceMemberGatewayTimeout) IsServerError

IsServerError returns true when this delete contentmanagement workspace member gateway timeout response has a 5xx status code

func (*DeleteContentmanagementWorkspaceMemberGatewayTimeout) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace member gateway timeout response has a 2xx status code

func (*DeleteContentmanagementWorkspaceMemberGatewayTimeout) String

type DeleteContentmanagementWorkspaceMemberInternalServerError

type DeleteContentmanagementWorkspaceMemberInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteContentmanagementWorkspaceMemberInternalServerError

func NewDeleteContentmanagementWorkspaceMemberInternalServerError() *DeleteContentmanagementWorkspaceMemberInternalServerError

NewDeleteContentmanagementWorkspaceMemberInternalServerError creates a DeleteContentmanagementWorkspaceMemberInternalServerError with default headers values

func (*DeleteContentmanagementWorkspaceMemberInternalServerError) Error

func (*DeleteContentmanagementWorkspaceMemberInternalServerError) GetPayload

func (*DeleteContentmanagementWorkspaceMemberInternalServerError) IsClientError

IsClientError returns true when this delete contentmanagement workspace member internal server error response has a 4xx status code

func (*DeleteContentmanagementWorkspaceMemberInternalServerError) IsCode

IsCode returns true when this delete contentmanagement workspace member internal server error response a status code equal to that given

func (*DeleteContentmanagementWorkspaceMemberInternalServerError) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace member internal server error response has a 3xx status code

func (*DeleteContentmanagementWorkspaceMemberInternalServerError) IsServerError

IsServerError returns true when this delete contentmanagement workspace member internal server error response has a 5xx status code

func (*DeleteContentmanagementWorkspaceMemberInternalServerError) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace member internal server error response has a 2xx status code

func (*DeleteContentmanagementWorkspaceMemberInternalServerError) String

type DeleteContentmanagementWorkspaceMemberNotFound

type DeleteContentmanagementWorkspaceMemberNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteContentmanagementWorkspaceMemberNotFound

func NewDeleteContentmanagementWorkspaceMemberNotFound() *DeleteContentmanagementWorkspaceMemberNotFound

NewDeleteContentmanagementWorkspaceMemberNotFound creates a DeleteContentmanagementWorkspaceMemberNotFound with default headers values

func (*DeleteContentmanagementWorkspaceMemberNotFound) Error

func (*DeleteContentmanagementWorkspaceMemberNotFound) GetPayload

func (*DeleteContentmanagementWorkspaceMemberNotFound) IsClientError

IsClientError returns true when this delete contentmanagement workspace member not found response has a 4xx status code

func (*DeleteContentmanagementWorkspaceMemberNotFound) IsCode

IsCode returns true when this delete contentmanagement workspace member not found response a status code equal to that given

func (*DeleteContentmanagementWorkspaceMemberNotFound) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace member not found response has a 3xx status code

func (*DeleteContentmanagementWorkspaceMemberNotFound) IsServerError

IsServerError returns true when this delete contentmanagement workspace member not found response has a 5xx status code

func (*DeleteContentmanagementWorkspaceMemberNotFound) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace member not found response has a 2xx status code

func (*DeleteContentmanagementWorkspaceMemberNotFound) String

type DeleteContentmanagementWorkspaceMemberParams

type DeleteContentmanagementWorkspaceMemberParams struct {

	/* MemberID.

	   Member ID
	*/
	MemberID string

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

DeleteContentmanagementWorkspaceMemberParams contains all the parameters to send to the API endpoint

for the delete contentmanagement workspace member operation.

Typically these are written to a http.Request.

func NewDeleteContentmanagementWorkspaceMemberParams

func NewDeleteContentmanagementWorkspaceMemberParams() *DeleteContentmanagementWorkspaceMemberParams

NewDeleteContentmanagementWorkspaceMemberParams creates a new DeleteContentmanagementWorkspaceMemberParams 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 NewDeleteContentmanagementWorkspaceMemberParamsWithContext

func NewDeleteContentmanagementWorkspaceMemberParamsWithContext(ctx context.Context) *DeleteContentmanagementWorkspaceMemberParams

NewDeleteContentmanagementWorkspaceMemberParamsWithContext creates a new DeleteContentmanagementWorkspaceMemberParams object with the ability to set a context for a request.

func NewDeleteContentmanagementWorkspaceMemberParamsWithHTTPClient

func NewDeleteContentmanagementWorkspaceMemberParamsWithHTTPClient(client *http.Client) *DeleteContentmanagementWorkspaceMemberParams

NewDeleteContentmanagementWorkspaceMemberParamsWithHTTPClient creates a new DeleteContentmanagementWorkspaceMemberParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteContentmanagementWorkspaceMemberParamsWithTimeout

func NewDeleteContentmanagementWorkspaceMemberParamsWithTimeout(timeout time.Duration) *DeleteContentmanagementWorkspaceMemberParams

NewDeleteContentmanagementWorkspaceMemberParamsWithTimeout creates a new DeleteContentmanagementWorkspaceMemberParams object with the ability to set a timeout on a request.

func (*DeleteContentmanagementWorkspaceMemberParams) SetContext

SetContext adds the context to the delete contentmanagement workspace member params

func (*DeleteContentmanagementWorkspaceMemberParams) SetDefaults

SetDefaults hydrates default values in the delete contentmanagement workspace member params (not the query body).

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

func (*DeleteContentmanagementWorkspaceMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete contentmanagement workspace member params

func (*DeleteContentmanagementWorkspaceMemberParams) SetMemberID

func (o *DeleteContentmanagementWorkspaceMemberParams) SetMemberID(memberID string)

SetMemberID adds the memberId to the delete contentmanagement workspace member params

func (*DeleteContentmanagementWorkspaceMemberParams) SetTimeout

SetTimeout adds the timeout to the delete contentmanagement workspace member params

func (*DeleteContentmanagementWorkspaceMemberParams) SetWorkspaceID

func (o *DeleteContentmanagementWorkspaceMemberParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the delete contentmanagement workspace member params

func (*DeleteContentmanagementWorkspaceMemberParams) WithContext

WithContext adds the context to the delete contentmanagement workspace member params

func (*DeleteContentmanagementWorkspaceMemberParams) WithDefaults

WithDefaults hydrates default values in the delete contentmanagement workspace member params (not the query body).

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

func (*DeleteContentmanagementWorkspaceMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete contentmanagement workspace member params

func (*DeleteContentmanagementWorkspaceMemberParams) WithMemberID

WithMemberID adds the memberID to the delete contentmanagement workspace member params

func (*DeleteContentmanagementWorkspaceMemberParams) WithTimeout

WithTimeout adds the timeout to the delete contentmanagement workspace member params

func (*DeleteContentmanagementWorkspaceMemberParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the delete contentmanagement workspace member params

func (*DeleteContentmanagementWorkspaceMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteContentmanagementWorkspaceMemberReader

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

DeleteContentmanagementWorkspaceMemberReader is a Reader for the DeleteContentmanagementWorkspaceMember structure.

func (*DeleteContentmanagementWorkspaceMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteContentmanagementWorkspaceMemberRequestEntityTooLarge

type DeleteContentmanagementWorkspaceMemberRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceMemberRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteContentmanagementWorkspaceMemberRequestEntityTooLarge

func NewDeleteContentmanagementWorkspaceMemberRequestEntityTooLarge() *DeleteContentmanagementWorkspaceMemberRequestEntityTooLarge

NewDeleteContentmanagementWorkspaceMemberRequestEntityTooLarge creates a DeleteContentmanagementWorkspaceMemberRequestEntityTooLarge with default headers values

func (*DeleteContentmanagementWorkspaceMemberRequestEntityTooLarge) Error

func (*DeleteContentmanagementWorkspaceMemberRequestEntityTooLarge) GetPayload

func (*DeleteContentmanagementWorkspaceMemberRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete contentmanagement workspace member request entity too large response has a 4xx status code

func (*DeleteContentmanagementWorkspaceMemberRequestEntityTooLarge) IsCode

IsCode returns true when this delete contentmanagement workspace member request entity too large response a status code equal to that given

func (*DeleteContentmanagementWorkspaceMemberRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace member request entity too large response has a 3xx status code

func (*DeleteContentmanagementWorkspaceMemberRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete contentmanagement workspace member request entity too large response has a 5xx status code

func (*DeleteContentmanagementWorkspaceMemberRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace member request entity too large response has a 2xx status code

func (*DeleteContentmanagementWorkspaceMemberRequestEntityTooLarge) String

type DeleteContentmanagementWorkspaceMemberRequestTimeout

type DeleteContentmanagementWorkspaceMemberRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceMemberRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteContentmanagementWorkspaceMemberRequestTimeout

func NewDeleteContentmanagementWorkspaceMemberRequestTimeout() *DeleteContentmanagementWorkspaceMemberRequestTimeout

NewDeleteContentmanagementWorkspaceMemberRequestTimeout creates a DeleteContentmanagementWorkspaceMemberRequestTimeout with default headers values

func (*DeleteContentmanagementWorkspaceMemberRequestTimeout) Error

func (*DeleteContentmanagementWorkspaceMemberRequestTimeout) GetPayload

func (*DeleteContentmanagementWorkspaceMemberRequestTimeout) IsClientError

IsClientError returns true when this delete contentmanagement workspace member request timeout response has a 4xx status code

func (*DeleteContentmanagementWorkspaceMemberRequestTimeout) IsCode

IsCode returns true when this delete contentmanagement workspace member request timeout response a status code equal to that given

func (*DeleteContentmanagementWorkspaceMemberRequestTimeout) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace member request timeout response has a 3xx status code

func (*DeleteContentmanagementWorkspaceMemberRequestTimeout) IsServerError

IsServerError returns true when this delete contentmanagement workspace member request timeout response has a 5xx status code

func (*DeleteContentmanagementWorkspaceMemberRequestTimeout) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace member request timeout response has a 2xx status code

func (*DeleteContentmanagementWorkspaceMemberRequestTimeout) String

type DeleteContentmanagementWorkspaceMemberServiceUnavailable

type DeleteContentmanagementWorkspaceMemberServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceMemberServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteContentmanagementWorkspaceMemberServiceUnavailable

func NewDeleteContentmanagementWorkspaceMemberServiceUnavailable() *DeleteContentmanagementWorkspaceMemberServiceUnavailable

NewDeleteContentmanagementWorkspaceMemberServiceUnavailable creates a DeleteContentmanagementWorkspaceMemberServiceUnavailable with default headers values

func (*DeleteContentmanagementWorkspaceMemberServiceUnavailable) Error

func (*DeleteContentmanagementWorkspaceMemberServiceUnavailable) GetPayload

func (*DeleteContentmanagementWorkspaceMemberServiceUnavailable) IsClientError

IsClientError returns true when this delete contentmanagement workspace member service unavailable response has a 4xx status code

func (*DeleteContentmanagementWorkspaceMemberServiceUnavailable) IsCode

IsCode returns true when this delete contentmanagement workspace member service unavailable response a status code equal to that given

func (*DeleteContentmanagementWorkspaceMemberServiceUnavailable) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace member service unavailable response has a 3xx status code

func (*DeleteContentmanagementWorkspaceMemberServiceUnavailable) IsServerError

IsServerError returns true when this delete contentmanagement workspace member service unavailable response has a 5xx status code

func (*DeleteContentmanagementWorkspaceMemberServiceUnavailable) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace member service unavailable response has a 2xx status code

func (*DeleteContentmanagementWorkspaceMemberServiceUnavailable) String

type DeleteContentmanagementWorkspaceMemberTooManyRequests

type DeleteContentmanagementWorkspaceMemberTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceMemberTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteContentmanagementWorkspaceMemberTooManyRequests

func NewDeleteContentmanagementWorkspaceMemberTooManyRequests() *DeleteContentmanagementWorkspaceMemberTooManyRequests

NewDeleteContentmanagementWorkspaceMemberTooManyRequests creates a DeleteContentmanagementWorkspaceMemberTooManyRequests with default headers values

func (*DeleteContentmanagementWorkspaceMemberTooManyRequests) Error

func (*DeleteContentmanagementWorkspaceMemberTooManyRequests) GetPayload

func (*DeleteContentmanagementWorkspaceMemberTooManyRequests) IsClientError

IsClientError returns true when this delete contentmanagement workspace member too many requests response has a 4xx status code

func (*DeleteContentmanagementWorkspaceMemberTooManyRequests) IsCode

IsCode returns true when this delete contentmanagement workspace member too many requests response a status code equal to that given

func (*DeleteContentmanagementWorkspaceMemberTooManyRequests) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace member too many requests response has a 3xx status code

func (*DeleteContentmanagementWorkspaceMemberTooManyRequests) IsServerError

IsServerError returns true when this delete contentmanagement workspace member too many requests response has a 5xx status code

func (*DeleteContentmanagementWorkspaceMemberTooManyRequests) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace member too many requests response has a 2xx status code

func (*DeleteContentmanagementWorkspaceMemberTooManyRequests) String

type DeleteContentmanagementWorkspaceMemberUnauthorized

type DeleteContentmanagementWorkspaceMemberUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteContentmanagementWorkspaceMemberUnauthorized

func NewDeleteContentmanagementWorkspaceMemberUnauthorized() *DeleteContentmanagementWorkspaceMemberUnauthorized

NewDeleteContentmanagementWorkspaceMemberUnauthorized creates a DeleteContentmanagementWorkspaceMemberUnauthorized with default headers values

func (*DeleteContentmanagementWorkspaceMemberUnauthorized) Error

func (*DeleteContentmanagementWorkspaceMemberUnauthorized) GetPayload

func (*DeleteContentmanagementWorkspaceMemberUnauthorized) IsClientError

IsClientError returns true when this delete contentmanagement workspace member unauthorized response has a 4xx status code

func (*DeleteContentmanagementWorkspaceMemberUnauthorized) IsCode

IsCode returns true when this delete contentmanagement workspace member unauthorized response a status code equal to that given

func (*DeleteContentmanagementWorkspaceMemberUnauthorized) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace member unauthorized response has a 3xx status code

func (*DeleteContentmanagementWorkspaceMemberUnauthorized) IsServerError

IsServerError returns true when this delete contentmanagement workspace member unauthorized response has a 5xx status code

func (*DeleteContentmanagementWorkspaceMemberUnauthorized) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace member unauthorized response has a 2xx status code

func (*DeleteContentmanagementWorkspaceMemberUnauthorized) String

type DeleteContentmanagementWorkspaceMemberUnsupportedMediaType

type DeleteContentmanagementWorkspaceMemberUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceMemberUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteContentmanagementWorkspaceMemberUnsupportedMediaType

func NewDeleteContentmanagementWorkspaceMemberUnsupportedMediaType() *DeleteContentmanagementWorkspaceMemberUnsupportedMediaType

NewDeleteContentmanagementWorkspaceMemberUnsupportedMediaType creates a DeleteContentmanagementWorkspaceMemberUnsupportedMediaType with default headers values

func (*DeleteContentmanagementWorkspaceMemberUnsupportedMediaType) Error

func (*DeleteContentmanagementWorkspaceMemberUnsupportedMediaType) GetPayload

func (*DeleteContentmanagementWorkspaceMemberUnsupportedMediaType) IsClientError

IsClientError returns true when this delete contentmanagement workspace member unsupported media type response has a 4xx status code

func (*DeleteContentmanagementWorkspaceMemberUnsupportedMediaType) IsCode

IsCode returns true when this delete contentmanagement workspace member unsupported media type response a status code equal to that given

func (*DeleteContentmanagementWorkspaceMemberUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace member unsupported media type response has a 3xx status code

func (*DeleteContentmanagementWorkspaceMemberUnsupportedMediaType) IsServerError

IsServerError returns true when this delete contentmanagement workspace member unsupported media type response has a 5xx status code

func (*DeleteContentmanagementWorkspaceMemberUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace member unsupported media type response has a 2xx status code

func (*DeleteContentmanagementWorkspaceMemberUnsupportedMediaType) String

type DeleteContentmanagementWorkspaceNotFound

type DeleteContentmanagementWorkspaceNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteContentmanagementWorkspaceNotFound

func NewDeleteContentmanagementWorkspaceNotFound() *DeleteContentmanagementWorkspaceNotFound

NewDeleteContentmanagementWorkspaceNotFound creates a DeleteContentmanagementWorkspaceNotFound with default headers values

func (*DeleteContentmanagementWorkspaceNotFound) Error

func (*DeleteContentmanagementWorkspaceNotFound) GetPayload

func (*DeleteContentmanagementWorkspaceNotFound) IsClientError

IsClientError returns true when this delete contentmanagement workspace not found response has a 4xx status code

func (*DeleteContentmanagementWorkspaceNotFound) IsCode

IsCode returns true when this delete contentmanagement workspace not found response a status code equal to that given

func (*DeleteContentmanagementWorkspaceNotFound) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace not found response has a 3xx status code

func (*DeleteContentmanagementWorkspaceNotFound) IsServerError

IsServerError returns true when this delete contentmanagement workspace not found response has a 5xx status code

func (*DeleteContentmanagementWorkspaceNotFound) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace not found response has a 2xx status code

func (*DeleteContentmanagementWorkspaceNotFound) String

type DeleteContentmanagementWorkspaceParams

type DeleteContentmanagementWorkspaceParams struct {

	/* MoveChildrenToWorkspaceID.

	   New location for objects in deleted workspace.
	*/
	MoveChildrenToWorkspaceID *string

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

DeleteContentmanagementWorkspaceParams contains all the parameters to send to the API endpoint

for the delete contentmanagement workspace operation.

Typically these are written to a http.Request.

func NewDeleteContentmanagementWorkspaceParams

func NewDeleteContentmanagementWorkspaceParams() *DeleteContentmanagementWorkspaceParams

NewDeleteContentmanagementWorkspaceParams creates a new DeleteContentmanagementWorkspaceParams 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 NewDeleteContentmanagementWorkspaceParamsWithContext

func NewDeleteContentmanagementWorkspaceParamsWithContext(ctx context.Context) *DeleteContentmanagementWorkspaceParams

NewDeleteContentmanagementWorkspaceParamsWithContext creates a new DeleteContentmanagementWorkspaceParams object with the ability to set a context for a request.

func NewDeleteContentmanagementWorkspaceParamsWithHTTPClient

func NewDeleteContentmanagementWorkspaceParamsWithHTTPClient(client *http.Client) *DeleteContentmanagementWorkspaceParams

NewDeleteContentmanagementWorkspaceParamsWithHTTPClient creates a new DeleteContentmanagementWorkspaceParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteContentmanagementWorkspaceParamsWithTimeout

func NewDeleteContentmanagementWorkspaceParamsWithTimeout(timeout time.Duration) *DeleteContentmanagementWorkspaceParams

NewDeleteContentmanagementWorkspaceParamsWithTimeout creates a new DeleteContentmanagementWorkspaceParams object with the ability to set a timeout on a request.

func (*DeleteContentmanagementWorkspaceParams) SetContext

SetContext adds the context to the delete contentmanagement workspace params

func (*DeleteContentmanagementWorkspaceParams) SetDefaults

func (o *DeleteContentmanagementWorkspaceParams) SetDefaults()

SetDefaults hydrates default values in the delete contentmanagement workspace params (not the query body).

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

func (*DeleteContentmanagementWorkspaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete contentmanagement workspace params

func (*DeleteContentmanagementWorkspaceParams) SetMoveChildrenToWorkspaceID

func (o *DeleteContentmanagementWorkspaceParams) SetMoveChildrenToWorkspaceID(moveChildrenToWorkspaceID *string)

SetMoveChildrenToWorkspaceID adds the moveChildrenToWorkspaceId to the delete contentmanagement workspace params

func (*DeleteContentmanagementWorkspaceParams) SetTimeout

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

SetTimeout adds the timeout to the delete contentmanagement workspace params

func (*DeleteContentmanagementWorkspaceParams) SetWorkspaceID

func (o *DeleteContentmanagementWorkspaceParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the delete contentmanagement workspace params

func (*DeleteContentmanagementWorkspaceParams) WithContext

WithContext adds the context to the delete contentmanagement workspace params

func (*DeleteContentmanagementWorkspaceParams) WithDefaults

WithDefaults hydrates default values in the delete contentmanagement workspace params (not the query body).

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

func (*DeleteContentmanagementWorkspaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete contentmanagement workspace params

func (*DeleteContentmanagementWorkspaceParams) WithMoveChildrenToWorkspaceID

func (o *DeleteContentmanagementWorkspaceParams) WithMoveChildrenToWorkspaceID(moveChildrenToWorkspaceID *string) *DeleteContentmanagementWorkspaceParams

WithMoveChildrenToWorkspaceID adds the moveChildrenToWorkspaceID to the delete contentmanagement workspace params

func (*DeleteContentmanagementWorkspaceParams) WithTimeout

WithTimeout adds the timeout to the delete contentmanagement workspace params

func (*DeleteContentmanagementWorkspaceParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the delete contentmanagement workspace params

func (*DeleteContentmanagementWorkspaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteContentmanagementWorkspaceReader

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

DeleteContentmanagementWorkspaceReader is a Reader for the DeleteContentmanagementWorkspace structure.

func (*DeleteContentmanagementWorkspaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteContentmanagementWorkspaceRequestEntityTooLarge

type DeleteContentmanagementWorkspaceRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteContentmanagementWorkspaceRequestEntityTooLarge

func NewDeleteContentmanagementWorkspaceRequestEntityTooLarge() *DeleteContentmanagementWorkspaceRequestEntityTooLarge

NewDeleteContentmanagementWorkspaceRequestEntityTooLarge creates a DeleteContentmanagementWorkspaceRequestEntityTooLarge with default headers values

func (*DeleteContentmanagementWorkspaceRequestEntityTooLarge) Error

func (*DeleteContentmanagementWorkspaceRequestEntityTooLarge) GetPayload

func (*DeleteContentmanagementWorkspaceRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete contentmanagement workspace request entity too large response has a 4xx status code

func (*DeleteContentmanagementWorkspaceRequestEntityTooLarge) IsCode

IsCode returns true when this delete contentmanagement workspace request entity too large response a status code equal to that given

func (*DeleteContentmanagementWorkspaceRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace request entity too large response has a 3xx status code

func (*DeleteContentmanagementWorkspaceRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete contentmanagement workspace request entity too large response has a 5xx status code

func (*DeleteContentmanagementWorkspaceRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace request entity too large response has a 2xx status code

func (*DeleteContentmanagementWorkspaceRequestEntityTooLarge) String

type DeleteContentmanagementWorkspaceRequestTimeout

type DeleteContentmanagementWorkspaceRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteContentmanagementWorkspaceRequestTimeout

func NewDeleteContentmanagementWorkspaceRequestTimeout() *DeleteContentmanagementWorkspaceRequestTimeout

NewDeleteContentmanagementWorkspaceRequestTimeout creates a DeleteContentmanagementWorkspaceRequestTimeout with default headers values

func (*DeleteContentmanagementWorkspaceRequestTimeout) Error

func (*DeleteContentmanagementWorkspaceRequestTimeout) GetPayload

func (*DeleteContentmanagementWorkspaceRequestTimeout) IsClientError

IsClientError returns true when this delete contentmanagement workspace request timeout response has a 4xx status code

func (*DeleteContentmanagementWorkspaceRequestTimeout) IsCode

IsCode returns true when this delete contentmanagement workspace request timeout response a status code equal to that given

func (*DeleteContentmanagementWorkspaceRequestTimeout) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace request timeout response has a 3xx status code

func (*DeleteContentmanagementWorkspaceRequestTimeout) IsServerError

IsServerError returns true when this delete contentmanagement workspace request timeout response has a 5xx status code

func (*DeleteContentmanagementWorkspaceRequestTimeout) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace request timeout response has a 2xx status code

func (*DeleteContentmanagementWorkspaceRequestTimeout) String

type DeleteContentmanagementWorkspaceServiceUnavailable

type DeleteContentmanagementWorkspaceServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteContentmanagementWorkspaceServiceUnavailable

func NewDeleteContentmanagementWorkspaceServiceUnavailable() *DeleteContentmanagementWorkspaceServiceUnavailable

NewDeleteContentmanagementWorkspaceServiceUnavailable creates a DeleteContentmanagementWorkspaceServiceUnavailable with default headers values

func (*DeleteContentmanagementWorkspaceServiceUnavailable) Error

func (*DeleteContentmanagementWorkspaceServiceUnavailable) GetPayload

func (*DeleteContentmanagementWorkspaceServiceUnavailable) IsClientError

IsClientError returns true when this delete contentmanagement workspace service unavailable response has a 4xx status code

func (*DeleteContentmanagementWorkspaceServiceUnavailable) IsCode

IsCode returns true when this delete contentmanagement workspace service unavailable response a status code equal to that given

func (*DeleteContentmanagementWorkspaceServiceUnavailable) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace service unavailable response has a 3xx status code

func (*DeleteContentmanagementWorkspaceServiceUnavailable) IsServerError

IsServerError returns true when this delete contentmanagement workspace service unavailable response has a 5xx status code

func (*DeleteContentmanagementWorkspaceServiceUnavailable) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace service unavailable response has a 2xx status code

func (*DeleteContentmanagementWorkspaceServiceUnavailable) String

type DeleteContentmanagementWorkspaceTagvalueBadRequest

type DeleteContentmanagementWorkspaceTagvalueBadRequest struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceTagvalueBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteContentmanagementWorkspaceTagvalueBadRequest

func NewDeleteContentmanagementWorkspaceTagvalueBadRequest() *DeleteContentmanagementWorkspaceTagvalueBadRequest

NewDeleteContentmanagementWorkspaceTagvalueBadRequest creates a DeleteContentmanagementWorkspaceTagvalueBadRequest with default headers values

func (*DeleteContentmanagementWorkspaceTagvalueBadRequest) Error

func (*DeleteContentmanagementWorkspaceTagvalueBadRequest) GetPayload

func (*DeleteContentmanagementWorkspaceTagvalueBadRequest) IsClientError

IsClientError returns true when this delete contentmanagement workspace tagvalue bad request response has a 4xx status code

func (*DeleteContentmanagementWorkspaceTagvalueBadRequest) IsCode

IsCode returns true when this delete contentmanagement workspace tagvalue bad request response a status code equal to that given

func (*DeleteContentmanagementWorkspaceTagvalueBadRequest) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace tagvalue bad request response has a 3xx status code

func (*DeleteContentmanagementWorkspaceTagvalueBadRequest) IsServerError

IsServerError returns true when this delete contentmanagement workspace tagvalue bad request response has a 5xx status code

func (*DeleteContentmanagementWorkspaceTagvalueBadRequest) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace tagvalue bad request response has a 2xx status code

func (*DeleteContentmanagementWorkspaceTagvalueBadRequest) String

type DeleteContentmanagementWorkspaceTagvalueDefault

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

DeleteContentmanagementWorkspaceTagvalueDefault describes a response with status code -1, with default header values.

successful operation

func NewDeleteContentmanagementWorkspaceTagvalueDefault

func NewDeleteContentmanagementWorkspaceTagvalueDefault(code int) *DeleteContentmanagementWorkspaceTagvalueDefault

NewDeleteContentmanagementWorkspaceTagvalueDefault creates a DeleteContentmanagementWorkspaceTagvalueDefault with default headers values

func (*DeleteContentmanagementWorkspaceTagvalueDefault) Code

Code gets the status code for the delete contentmanagement workspace tagvalue default response

func (*DeleteContentmanagementWorkspaceTagvalueDefault) Error

func (*DeleteContentmanagementWorkspaceTagvalueDefault) IsClientError

IsClientError returns true when this delete contentmanagement workspace tagvalue default response has a 4xx status code

func (*DeleteContentmanagementWorkspaceTagvalueDefault) IsCode

IsCode returns true when this delete contentmanagement workspace tagvalue default response a status code equal to that given

func (*DeleteContentmanagementWorkspaceTagvalueDefault) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace tagvalue default response has a 3xx status code

func (*DeleteContentmanagementWorkspaceTagvalueDefault) IsServerError

IsServerError returns true when this delete contentmanagement workspace tagvalue default response has a 5xx status code

func (*DeleteContentmanagementWorkspaceTagvalueDefault) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace tagvalue default response has a 2xx status code

func (*DeleteContentmanagementWorkspaceTagvalueDefault) String

type DeleteContentmanagementWorkspaceTagvalueForbidden

type DeleteContentmanagementWorkspaceTagvalueForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteContentmanagementWorkspaceTagvalueForbidden

func NewDeleteContentmanagementWorkspaceTagvalueForbidden() *DeleteContentmanagementWorkspaceTagvalueForbidden

NewDeleteContentmanagementWorkspaceTagvalueForbidden creates a DeleteContentmanagementWorkspaceTagvalueForbidden with default headers values

func (*DeleteContentmanagementWorkspaceTagvalueForbidden) Error

func (*DeleteContentmanagementWorkspaceTagvalueForbidden) GetPayload

func (*DeleteContentmanagementWorkspaceTagvalueForbidden) IsClientError

IsClientError returns true when this delete contentmanagement workspace tagvalue forbidden response has a 4xx status code

func (*DeleteContentmanagementWorkspaceTagvalueForbidden) IsCode

IsCode returns true when this delete contentmanagement workspace tagvalue forbidden response a status code equal to that given

func (*DeleteContentmanagementWorkspaceTagvalueForbidden) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace tagvalue forbidden response has a 3xx status code

func (*DeleteContentmanagementWorkspaceTagvalueForbidden) IsServerError

IsServerError returns true when this delete contentmanagement workspace tagvalue forbidden response has a 5xx status code

func (*DeleteContentmanagementWorkspaceTagvalueForbidden) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace tagvalue forbidden response has a 2xx status code

func (*DeleteContentmanagementWorkspaceTagvalueForbidden) String

type DeleteContentmanagementWorkspaceTagvalueGatewayTimeout

type DeleteContentmanagementWorkspaceTagvalueGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceTagvalueGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteContentmanagementWorkspaceTagvalueGatewayTimeout

func NewDeleteContentmanagementWorkspaceTagvalueGatewayTimeout() *DeleteContentmanagementWorkspaceTagvalueGatewayTimeout

NewDeleteContentmanagementWorkspaceTagvalueGatewayTimeout creates a DeleteContentmanagementWorkspaceTagvalueGatewayTimeout with default headers values

func (*DeleteContentmanagementWorkspaceTagvalueGatewayTimeout) Error

func (*DeleteContentmanagementWorkspaceTagvalueGatewayTimeout) GetPayload

func (*DeleteContentmanagementWorkspaceTagvalueGatewayTimeout) IsClientError

IsClientError returns true when this delete contentmanagement workspace tagvalue gateway timeout response has a 4xx status code

func (*DeleteContentmanagementWorkspaceTagvalueGatewayTimeout) IsCode

IsCode returns true when this delete contentmanagement workspace tagvalue gateway timeout response a status code equal to that given

func (*DeleteContentmanagementWorkspaceTagvalueGatewayTimeout) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace tagvalue gateway timeout response has a 3xx status code

func (*DeleteContentmanagementWorkspaceTagvalueGatewayTimeout) IsServerError

IsServerError returns true when this delete contentmanagement workspace tagvalue gateway timeout response has a 5xx status code

func (*DeleteContentmanagementWorkspaceTagvalueGatewayTimeout) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace tagvalue gateway timeout response has a 2xx status code

func (*DeleteContentmanagementWorkspaceTagvalueGatewayTimeout) String

type DeleteContentmanagementWorkspaceTagvalueInternalServerError

type DeleteContentmanagementWorkspaceTagvalueInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteContentmanagementWorkspaceTagvalueInternalServerError

func NewDeleteContentmanagementWorkspaceTagvalueInternalServerError() *DeleteContentmanagementWorkspaceTagvalueInternalServerError

NewDeleteContentmanagementWorkspaceTagvalueInternalServerError creates a DeleteContentmanagementWorkspaceTagvalueInternalServerError with default headers values

func (*DeleteContentmanagementWorkspaceTagvalueInternalServerError) Error

func (*DeleteContentmanagementWorkspaceTagvalueInternalServerError) GetPayload

func (*DeleteContentmanagementWorkspaceTagvalueInternalServerError) IsClientError

IsClientError returns true when this delete contentmanagement workspace tagvalue internal server error response has a 4xx status code

func (*DeleteContentmanagementWorkspaceTagvalueInternalServerError) IsCode

IsCode returns true when this delete contentmanagement workspace tagvalue internal server error response a status code equal to that given

func (*DeleteContentmanagementWorkspaceTagvalueInternalServerError) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace tagvalue internal server error response has a 3xx status code

func (*DeleteContentmanagementWorkspaceTagvalueInternalServerError) IsServerError

IsServerError returns true when this delete contentmanagement workspace tagvalue internal server error response has a 5xx status code

func (*DeleteContentmanagementWorkspaceTagvalueInternalServerError) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace tagvalue internal server error response has a 2xx status code

func (*DeleteContentmanagementWorkspaceTagvalueInternalServerError) String

type DeleteContentmanagementWorkspaceTagvalueNotFound

type DeleteContentmanagementWorkspaceTagvalueNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteContentmanagementWorkspaceTagvalueNotFound

func NewDeleteContentmanagementWorkspaceTagvalueNotFound() *DeleteContentmanagementWorkspaceTagvalueNotFound

NewDeleteContentmanagementWorkspaceTagvalueNotFound creates a DeleteContentmanagementWorkspaceTagvalueNotFound with default headers values

func (*DeleteContentmanagementWorkspaceTagvalueNotFound) Error

func (*DeleteContentmanagementWorkspaceTagvalueNotFound) GetPayload

func (*DeleteContentmanagementWorkspaceTagvalueNotFound) IsClientError

IsClientError returns true when this delete contentmanagement workspace tagvalue not found response has a 4xx status code

func (*DeleteContentmanagementWorkspaceTagvalueNotFound) IsCode

IsCode returns true when this delete contentmanagement workspace tagvalue not found response a status code equal to that given

func (*DeleteContentmanagementWorkspaceTagvalueNotFound) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace tagvalue not found response has a 3xx status code

func (*DeleteContentmanagementWorkspaceTagvalueNotFound) IsServerError

IsServerError returns true when this delete contentmanagement workspace tagvalue not found response has a 5xx status code

func (*DeleteContentmanagementWorkspaceTagvalueNotFound) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace tagvalue not found response has a 2xx status code

func (*DeleteContentmanagementWorkspaceTagvalueNotFound) String

type DeleteContentmanagementWorkspaceTagvalueParams

type DeleteContentmanagementWorkspaceTagvalueParams struct {

	/* TagID.

	   Tag ID
	*/
	TagID string

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

DeleteContentmanagementWorkspaceTagvalueParams contains all the parameters to send to the API endpoint

for the delete contentmanagement workspace tagvalue operation.

Typically these are written to a http.Request.

func NewDeleteContentmanagementWorkspaceTagvalueParams

func NewDeleteContentmanagementWorkspaceTagvalueParams() *DeleteContentmanagementWorkspaceTagvalueParams

NewDeleteContentmanagementWorkspaceTagvalueParams creates a new DeleteContentmanagementWorkspaceTagvalueParams 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 NewDeleteContentmanagementWorkspaceTagvalueParamsWithContext

func NewDeleteContentmanagementWorkspaceTagvalueParamsWithContext(ctx context.Context) *DeleteContentmanagementWorkspaceTagvalueParams

NewDeleteContentmanagementWorkspaceTagvalueParamsWithContext creates a new DeleteContentmanagementWorkspaceTagvalueParams object with the ability to set a context for a request.

func NewDeleteContentmanagementWorkspaceTagvalueParamsWithHTTPClient

func NewDeleteContentmanagementWorkspaceTagvalueParamsWithHTTPClient(client *http.Client) *DeleteContentmanagementWorkspaceTagvalueParams

NewDeleteContentmanagementWorkspaceTagvalueParamsWithHTTPClient creates a new DeleteContentmanagementWorkspaceTagvalueParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteContentmanagementWorkspaceTagvalueParamsWithTimeout

func NewDeleteContentmanagementWorkspaceTagvalueParamsWithTimeout(timeout time.Duration) *DeleteContentmanagementWorkspaceTagvalueParams

NewDeleteContentmanagementWorkspaceTagvalueParamsWithTimeout creates a new DeleteContentmanagementWorkspaceTagvalueParams object with the ability to set a timeout on a request.

func (*DeleteContentmanagementWorkspaceTagvalueParams) SetContext

SetContext adds the context to the delete contentmanagement workspace tagvalue params

func (*DeleteContentmanagementWorkspaceTagvalueParams) SetDefaults

SetDefaults hydrates default values in the delete contentmanagement workspace tagvalue params (not the query body).

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

func (*DeleteContentmanagementWorkspaceTagvalueParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete contentmanagement workspace tagvalue params

func (*DeleteContentmanagementWorkspaceTagvalueParams) SetTagID

SetTagID adds the tagId to the delete contentmanagement workspace tagvalue params

func (*DeleteContentmanagementWorkspaceTagvalueParams) SetTimeout

SetTimeout adds the timeout to the delete contentmanagement workspace tagvalue params

func (*DeleteContentmanagementWorkspaceTagvalueParams) SetWorkspaceID

func (o *DeleteContentmanagementWorkspaceTagvalueParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the delete contentmanagement workspace tagvalue params

func (*DeleteContentmanagementWorkspaceTagvalueParams) WithContext

WithContext adds the context to the delete contentmanagement workspace tagvalue params

func (*DeleteContentmanagementWorkspaceTagvalueParams) WithDefaults

WithDefaults hydrates default values in the delete contentmanagement workspace tagvalue params (not the query body).

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

func (*DeleteContentmanagementWorkspaceTagvalueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete contentmanagement workspace tagvalue params

func (*DeleteContentmanagementWorkspaceTagvalueParams) WithTagID

WithTagID adds the tagID to the delete contentmanagement workspace tagvalue params

func (*DeleteContentmanagementWorkspaceTagvalueParams) WithTimeout

WithTimeout adds the timeout to the delete contentmanagement workspace tagvalue params

func (*DeleteContentmanagementWorkspaceTagvalueParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the delete contentmanagement workspace tagvalue params

func (*DeleteContentmanagementWorkspaceTagvalueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteContentmanagementWorkspaceTagvalueReader

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

DeleteContentmanagementWorkspaceTagvalueReader is a Reader for the DeleteContentmanagementWorkspaceTagvalue structure.

func (*DeleteContentmanagementWorkspaceTagvalueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge

type DeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge

func NewDeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge() *DeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge

NewDeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge creates a DeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge with default headers values

func (*DeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge) Error

func (*DeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge) GetPayload

func (*DeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete contentmanagement workspace tagvalue request entity too large response has a 4xx status code

func (*DeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsCode

IsCode returns true when this delete contentmanagement workspace tagvalue request entity too large response a status code equal to that given

func (*DeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace tagvalue request entity too large response has a 3xx status code

func (*DeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete contentmanagement workspace tagvalue request entity too large response has a 5xx status code

func (*DeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace tagvalue request entity too large response has a 2xx status code

func (*DeleteContentmanagementWorkspaceTagvalueRequestEntityTooLarge) String

type DeleteContentmanagementWorkspaceTagvalueRequestTimeout

type DeleteContentmanagementWorkspaceTagvalueRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceTagvalueRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteContentmanagementWorkspaceTagvalueRequestTimeout

func NewDeleteContentmanagementWorkspaceTagvalueRequestTimeout() *DeleteContentmanagementWorkspaceTagvalueRequestTimeout

NewDeleteContentmanagementWorkspaceTagvalueRequestTimeout creates a DeleteContentmanagementWorkspaceTagvalueRequestTimeout with default headers values

func (*DeleteContentmanagementWorkspaceTagvalueRequestTimeout) Error

func (*DeleteContentmanagementWorkspaceTagvalueRequestTimeout) GetPayload

func (*DeleteContentmanagementWorkspaceTagvalueRequestTimeout) IsClientError

IsClientError returns true when this delete contentmanagement workspace tagvalue request timeout response has a 4xx status code

func (*DeleteContentmanagementWorkspaceTagvalueRequestTimeout) IsCode

IsCode returns true when this delete contentmanagement workspace tagvalue request timeout response a status code equal to that given

func (*DeleteContentmanagementWorkspaceTagvalueRequestTimeout) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace tagvalue request timeout response has a 3xx status code

func (*DeleteContentmanagementWorkspaceTagvalueRequestTimeout) IsServerError

IsServerError returns true when this delete contentmanagement workspace tagvalue request timeout response has a 5xx status code

func (*DeleteContentmanagementWorkspaceTagvalueRequestTimeout) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace tagvalue request timeout response has a 2xx status code

func (*DeleteContentmanagementWorkspaceTagvalueRequestTimeout) String

type DeleteContentmanagementWorkspaceTagvalueServiceUnavailable

type DeleteContentmanagementWorkspaceTagvalueServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceTagvalueServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteContentmanagementWorkspaceTagvalueServiceUnavailable

func NewDeleteContentmanagementWorkspaceTagvalueServiceUnavailable() *DeleteContentmanagementWorkspaceTagvalueServiceUnavailable

NewDeleteContentmanagementWorkspaceTagvalueServiceUnavailable creates a DeleteContentmanagementWorkspaceTagvalueServiceUnavailable with default headers values

func (*DeleteContentmanagementWorkspaceTagvalueServiceUnavailable) Error

func (*DeleteContentmanagementWorkspaceTagvalueServiceUnavailable) GetPayload

func (*DeleteContentmanagementWorkspaceTagvalueServiceUnavailable) IsClientError

IsClientError returns true when this delete contentmanagement workspace tagvalue service unavailable response has a 4xx status code

func (*DeleteContentmanagementWorkspaceTagvalueServiceUnavailable) IsCode

IsCode returns true when this delete contentmanagement workspace tagvalue service unavailable response a status code equal to that given

func (*DeleteContentmanagementWorkspaceTagvalueServiceUnavailable) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace tagvalue service unavailable response has a 3xx status code

func (*DeleteContentmanagementWorkspaceTagvalueServiceUnavailable) IsServerError

IsServerError returns true when this delete contentmanagement workspace tagvalue service unavailable response has a 5xx status code

func (*DeleteContentmanagementWorkspaceTagvalueServiceUnavailable) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace tagvalue service unavailable response has a 2xx status code

func (*DeleteContentmanagementWorkspaceTagvalueServiceUnavailable) String

type DeleteContentmanagementWorkspaceTagvalueTooManyRequests

type DeleteContentmanagementWorkspaceTagvalueTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceTagvalueTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteContentmanagementWorkspaceTagvalueTooManyRequests

func NewDeleteContentmanagementWorkspaceTagvalueTooManyRequests() *DeleteContentmanagementWorkspaceTagvalueTooManyRequests

NewDeleteContentmanagementWorkspaceTagvalueTooManyRequests creates a DeleteContentmanagementWorkspaceTagvalueTooManyRequests with default headers values

func (*DeleteContentmanagementWorkspaceTagvalueTooManyRequests) Error

func (*DeleteContentmanagementWorkspaceTagvalueTooManyRequests) GetPayload

func (*DeleteContentmanagementWorkspaceTagvalueTooManyRequests) IsClientError

IsClientError returns true when this delete contentmanagement workspace tagvalue too many requests response has a 4xx status code

func (*DeleteContentmanagementWorkspaceTagvalueTooManyRequests) IsCode

IsCode returns true when this delete contentmanagement workspace tagvalue too many requests response a status code equal to that given

func (*DeleteContentmanagementWorkspaceTagvalueTooManyRequests) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace tagvalue too many requests response has a 3xx status code

func (*DeleteContentmanagementWorkspaceTagvalueTooManyRequests) IsServerError

IsServerError returns true when this delete contentmanagement workspace tagvalue too many requests response has a 5xx status code

func (*DeleteContentmanagementWorkspaceTagvalueTooManyRequests) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace tagvalue too many requests response has a 2xx status code

func (*DeleteContentmanagementWorkspaceTagvalueTooManyRequests) String

type DeleteContentmanagementWorkspaceTagvalueUnauthorized

type DeleteContentmanagementWorkspaceTagvalueUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteContentmanagementWorkspaceTagvalueUnauthorized

func NewDeleteContentmanagementWorkspaceTagvalueUnauthorized() *DeleteContentmanagementWorkspaceTagvalueUnauthorized

NewDeleteContentmanagementWorkspaceTagvalueUnauthorized creates a DeleteContentmanagementWorkspaceTagvalueUnauthorized with default headers values

func (*DeleteContentmanagementWorkspaceTagvalueUnauthorized) Error

func (*DeleteContentmanagementWorkspaceTagvalueUnauthorized) GetPayload

func (*DeleteContentmanagementWorkspaceTagvalueUnauthorized) IsClientError

IsClientError returns true when this delete contentmanagement workspace tagvalue unauthorized response has a 4xx status code

func (*DeleteContentmanagementWorkspaceTagvalueUnauthorized) IsCode

IsCode returns true when this delete contentmanagement workspace tagvalue unauthorized response a status code equal to that given

func (*DeleteContentmanagementWorkspaceTagvalueUnauthorized) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace tagvalue unauthorized response has a 3xx status code

func (*DeleteContentmanagementWorkspaceTagvalueUnauthorized) IsServerError

IsServerError returns true when this delete contentmanagement workspace tagvalue unauthorized response has a 5xx status code

func (*DeleteContentmanagementWorkspaceTagvalueUnauthorized) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace tagvalue unauthorized response has a 2xx status code

func (*DeleteContentmanagementWorkspaceTagvalueUnauthorized) String

type DeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType

type DeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType

func NewDeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType() *DeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType

NewDeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType creates a DeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType with default headers values

func (*DeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType) Error

func (*DeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType) GetPayload

func (*DeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsClientError

IsClientError returns true when this delete contentmanagement workspace tagvalue unsupported media type response has a 4xx status code

func (*DeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsCode

IsCode returns true when this delete contentmanagement workspace tagvalue unsupported media type response a status code equal to that given

func (*DeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace tagvalue unsupported media type response has a 3xx status code

func (*DeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsServerError

IsServerError returns true when this delete contentmanagement workspace tagvalue unsupported media type response has a 5xx status code

func (*DeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace tagvalue unsupported media type response has a 2xx status code

func (*DeleteContentmanagementWorkspaceTagvalueUnsupportedMediaType) String

type DeleteContentmanagementWorkspaceTooManyRequests

type DeleteContentmanagementWorkspaceTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteContentmanagementWorkspaceTooManyRequests

func NewDeleteContentmanagementWorkspaceTooManyRequests() *DeleteContentmanagementWorkspaceTooManyRequests

NewDeleteContentmanagementWorkspaceTooManyRequests creates a DeleteContentmanagementWorkspaceTooManyRequests with default headers values

func (*DeleteContentmanagementWorkspaceTooManyRequests) Error

func (*DeleteContentmanagementWorkspaceTooManyRequests) GetPayload

func (*DeleteContentmanagementWorkspaceTooManyRequests) IsClientError

IsClientError returns true when this delete contentmanagement workspace too many requests response has a 4xx status code

func (*DeleteContentmanagementWorkspaceTooManyRequests) IsCode

IsCode returns true when this delete contentmanagement workspace too many requests response a status code equal to that given

func (*DeleteContentmanagementWorkspaceTooManyRequests) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace too many requests response has a 3xx status code

func (*DeleteContentmanagementWorkspaceTooManyRequests) IsServerError

IsServerError returns true when this delete contentmanagement workspace too many requests response has a 5xx status code

func (*DeleteContentmanagementWorkspaceTooManyRequests) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace too many requests response has a 2xx status code

func (*DeleteContentmanagementWorkspaceTooManyRequests) String

type DeleteContentmanagementWorkspaceUnauthorized

type DeleteContentmanagementWorkspaceUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteContentmanagementWorkspaceUnauthorized

func NewDeleteContentmanagementWorkspaceUnauthorized() *DeleteContentmanagementWorkspaceUnauthorized

NewDeleteContentmanagementWorkspaceUnauthorized creates a DeleteContentmanagementWorkspaceUnauthorized with default headers values

func (*DeleteContentmanagementWorkspaceUnauthorized) Error

func (*DeleteContentmanagementWorkspaceUnauthorized) GetPayload

func (*DeleteContentmanagementWorkspaceUnauthorized) IsClientError

IsClientError returns true when this delete contentmanagement workspace unauthorized response has a 4xx status code

func (*DeleteContentmanagementWorkspaceUnauthorized) IsCode

IsCode returns true when this delete contentmanagement workspace unauthorized response a status code equal to that given

func (*DeleteContentmanagementWorkspaceUnauthorized) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace unauthorized response has a 3xx status code

func (*DeleteContentmanagementWorkspaceUnauthorized) IsServerError

IsServerError returns true when this delete contentmanagement workspace unauthorized response has a 5xx status code

func (*DeleteContentmanagementWorkspaceUnauthorized) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace unauthorized response has a 2xx status code

func (*DeleteContentmanagementWorkspaceUnauthorized) String

type DeleteContentmanagementWorkspaceUnsupportedMediaType

type DeleteContentmanagementWorkspaceUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteContentmanagementWorkspaceUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteContentmanagementWorkspaceUnsupportedMediaType

func NewDeleteContentmanagementWorkspaceUnsupportedMediaType() *DeleteContentmanagementWorkspaceUnsupportedMediaType

NewDeleteContentmanagementWorkspaceUnsupportedMediaType creates a DeleteContentmanagementWorkspaceUnsupportedMediaType with default headers values

func (*DeleteContentmanagementWorkspaceUnsupportedMediaType) Error

func (*DeleteContentmanagementWorkspaceUnsupportedMediaType) GetPayload

func (*DeleteContentmanagementWorkspaceUnsupportedMediaType) IsClientError

IsClientError returns true when this delete contentmanagement workspace unsupported media type response has a 4xx status code

func (*DeleteContentmanagementWorkspaceUnsupportedMediaType) IsCode

IsCode returns true when this delete contentmanagement workspace unsupported media type response a status code equal to that given

func (*DeleteContentmanagementWorkspaceUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete contentmanagement workspace unsupported media type response has a 3xx status code

func (*DeleteContentmanagementWorkspaceUnsupportedMediaType) IsServerError

IsServerError returns true when this delete contentmanagement workspace unsupported media type response has a 5xx status code

func (*DeleteContentmanagementWorkspaceUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete contentmanagement workspace unsupported media type response has a 2xx status code

func (*DeleteContentmanagementWorkspaceUnsupportedMediaType) String

type GetContentmanagementDocumentAuditsBadRequest

type GetContentmanagementDocumentAuditsBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentAuditsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementDocumentAuditsBadRequest

func NewGetContentmanagementDocumentAuditsBadRequest() *GetContentmanagementDocumentAuditsBadRequest

NewGetContentmanagementDocumentAuditsBadRequest creates a GetContentmanagementDocumentAuditsBadRequest with default headers values

func (*GetContentmanagementDocumentAuditsBadRequest) Error

func (*GetContentmanagementDocumentAuditsBadRequest) GetPayload

func (*GetContentmanagementDocumentAuditsBadRequest) IsClientError

IsClientError returns true when this get contentmanagement document audits bad request response has a 4xx status code

func (*GetContentmanagementDocumentAuditsBadRequest) IsCode

IsCode returns true when this get contentmanagement document audits bad request response a status code equal to that given

func (*GetContentmanagementDocumentAuditsBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement document audits bad request response has a 3xx status code

func (*GetContentmanagementDocumentAuditsBadRequest) IsServerError

IsServerError returns true when this get contentmanagement document audits bad request response has a 5xx status code

func (*GetContentmanagementDocumentAuditsBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement document audits bad request response has a 2xx status code

func (*GetContentmanagementDocumentAuditsBadRequest) String

type GetContentmanagementDocumentAuditsForbidden

type GetContentmanagementDocumentAuditsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementDocumentAuditsForbidden

func NewGetContentmanagementDocumentAuditsForbidden() *GetContentmanagementDocumentAuditsForbidden

NewGetContentmanagementDocumentAuditsForbidden creates a GetContentmanagementDocumentAuditsForbidden with default headers values

func (*GetContentmanagementDocumentAuditsForbidden) Error

func (*GetContentmanagementDocumentAuditsForbidden) GetPayload

func (*GetContentmanagementDocumentAuditsForbidden) IsClientError

IsClientError returns true when this get contentmanagement document audits forbidden response has a 4xx status code

func (*GetContentmanagementDocumentAuditsForbidden) IsCode

IsCode returns true when this get contentmanagement document audits forbidden response a status code equal to that given

func (*GetContentmanagementDocumentAuditsForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement document audits forbidden response has a 3xx status code

func (*GetContentmanagementDocumentAuditsForbidden) IsServerError

IsServerError returns true when this get contentmanagement document audits forbidden response has a 5xx status code

func (*GetContentmanagementDocumentAuditsForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement document audits forbidden response has a 2xx status code

func (*GetContentmanagementDocumentAuditsForbidden) String

type GetContentmanagementDocumentAuditsGatewayTimeout

type GetContentmanagementDocumentAuditsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentAuditsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementDocumentAuditsGatewayTimeout

func NewGetContentmanagementDocumentAuditsGatewayTimeout() *GetContentmanagementDocumentAuditsGatewayTimeout

NewGetContentmanagementDocumentAuditsGatewayTimeout creates a GetContentmanagementDocumentAuditsGatewayTimeout with default headers values

func (*GetContentmanagementDocumentAuditsGatewayTimeout) Error

func (*GetContentmanagementDocumentAuditsGatewayTimeout) GetPayload

func (*GetContentmanagementDocumentAuditsGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement document audits gateway timeout response has a 4xx status code

func (*GetContentmanagementDocumentAuditsGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement document audits gateway timeout response a status code equal to that given

func (*GetContentmanagementDocumentAuditsGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement document audits gateway timeout response has a 3xx status code

func (*GetContentmanagementDocumentAuditsGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement document audits gateway timeout response has a 5xx status code

func (*GetContentmanagementDocumentAuditsGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement document audits gateway timeout response has a 2xx status code

func (*GetContentmanagementDocumentAuditsGatewayTimeout) String

type GetContentmanagementDocumentAuditsInternalServerError

type GetContentmanagementDocumentAuditsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementDocumentAuditsInternalServerError

func NewGetContentmanagementDocumentAuditsInternalServerError() *GetContentmanagementDocumentAuditsInternalServerError

NewGetContentmanagementDocumentAuditsInternalServerError creates a GetContentmanagementDocumentAuditsInternalServerError with default headers values

func (*GetContentmanagementDocumentAuditsInternalServerError) Error

func (*GetContentmanagementDocumentAuditsInternalServerError) GetPayload

func (*GetContentmanagementDocumentAuditsInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement document audits internal server error response has a 4xx status code

func (*GetContentmanagementDocumentAuditsInternalServerError) IsCode

IsCode returns true when this get contentmanagement document audits internal server error response a status code equal to that given

func (*GetContentmanagementDocumentAuditsInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement document audits internal server error response has a 3xx status code

func (*GetContentmanagementDocumentAuditsInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement document audits internal server error response has a 5xx status code

func (*GetContentmanagementDocumentAuditsInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement document audits internal server error response has a 2xx status code

func (*GetContentmanagementDocumentAuditsInternalServerError) String

type GetContentmanagementDocumentAuditsNotFound

type GetContentmanagementDocumentAuditsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementDocumentAuditsNotFound

func NewGetContentmanagementDocumentAuditsNotFound() *GetContentmanagementDocumentAuditsNotFound

NewGetContentmanagementDocumentAuditsNotFound creates a GetContentmanagementDocumentAuditsNotFound with default headers values

func (*GetContentmanagementDocumentAuditsNotFound) Error

func (*GetContentmanagementDocumentAuditsNotFound) GetPayload

func (*GetContentmanagementDocumentAuditsNotFound) IsClientError

IsClientError returns true when this get contentmanagement document audits not found response has a 4xx status code

func (*GetContentmanagementDocumentAuditsNotFound) IsCode

IsCode returns true when this get contentmanagement document audits not found response a status code equal to that given

func (*GetContentmanagementDocumentAuditsNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement document audits not found response has a 3xx status code

func (*GetContentmanagementDocumentAuditsNotFound) IsServerError

IsServerError returns true when this get contentmanagement document audits not found response has a 5xx status code

func (*GetContentmanagementDocumentAuditsNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement document audits not found response has a 2xx status code

func (*GetContentmanagementDocumentAuditsNotFound) String

type GetContentmanagementDocumentAuditsOK

type GetContentmanagementDocumentAuditsOK struct {
	Payload *models.DocumentAuditEntityListing
}

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

successful operation

func NewGetContentmanagementDocumentAuditsOK

func NewGetContentmanagementDocumentAuditsOK() *GetContentmanagementDocumentAuditsOK

NewGetContentmanagementDocumentAuditsOK creates a GetContentmanagementDocumentAuditsOK with default headers values

func (*GetContentmanagementDocumentAuditsOK) Error

func (*GetContentmanagementDocumentAuditsOK) GetPayload

func (*GetContentmanagementDocumentAuditsOK) IsClientError

func (o *GetContentmanagementDocumentAuditsOK) IsClientError() bool

IsClientError returns true when this get contentmanagement document audits o k response has a 4xx status code

func (*GetContentmanagementDocumentAuditsOK) IsCode

IsCode returns true when this get contentmanagement document audits o k response a status code equal to that given

func (*GetContentmanagementDocumentAuditsOK) IsRedirect

IsRedirect returns true when this get contentmanagement document audits o k response has a 3xx status code

func (*GetContentmanagementDocumentAuditsOK) IsServerError

func (o *GetContentmanagementDocumentAuditsOK) IsServerError() bool

IsServerError returns true when this get contentmanagement document audits o k response has a 5xx status code

func (*GetContentmanagementDocumentAuditsOK) IsSuccess

IsSuccess returns true when this get contentmanagement document audits o k response has a 2xx status code

func (*GetContentmanagementDocumentAuditsOK) String

type GetContentmanagementDocumentAuditsParams

type GetContentmanagementDocumentAuditsParams struct {

	/* DocumentID.

	   Document ID
	*/
	DocumentID string

	/* Level.

	   level

	   Default: "USER"
	*/
	Level *string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* SortBy.

	   Sort by
	*/
	SortBy *string

	/* SortOrder.

	   Sort order

	   Default: "ascending"
	*/
	SortOrder *string

	/* TransactionFilter.

	   Transaction filter
	*/
	TransactionFilter *string

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

GetContentmanagementDocumentAuditsParams contains all the parameters to send to the API endpoint

for the get contentmanagement document audits operation.

Typically these are written to a http.Request.

func NewGetContentmanagementDocumentAuditsParams

func NewGetContentmanagementDocumentAuditsParams() *GetContentmanagementDocumentAuditsParams

NewGetContentmanagementDocumentAuditsParams creates a new GetContentmanagementDocumentAuditsParams 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 NewGetContentmanagementDocumentAuditsParamsWithContext

func NewGetContentmanagementDocumentAuditsParamsWithContext(ctx context.Context) *GetContentmanagementDocumentAuditsParams

NewGetContentmanagementDocumentAuditsParamsWithContext creates a new GetContentmanagementDocumentAuditsParams object with the ability to set a context for a request.

func NewGetContentmanagementDocumentAuditsParamsWithHTTPClient

func NewGetContentmanagementDocumentAuditsParamsWithHTTPClient(client *http.Client) *GetContentmanagementDocumentAuditsParams

NewGetContentmanagementDocumentAuditsParamsWithHTTPClient creates a new GetContentmanagementDocumentAuditsParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementDocumentAuditsParamsWithTimeout

func NewGetContentmanagementDocumentAuditsParamsWithTimeout(timeout time.Duration) *GetContentmanagementDocumentAuditsParams

NewGetContentmanagementDocumentAuditsParamsWithTimeout creates a new GetContentmanagementDocumentAuditsParams object with the ability to set a timeout on a request.

func (*GetContentmanagementDocumentAuditsParams) SetContext

SetContext adds the context to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) SetDefaults

SetDefaults hydrates default values in the get contentmanagement document audits params (not the query body).

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

func (*GetContentmanagementDocumentAuditsParams) SetDocumentID

func (o *GetContentmanagementDocumentAuditsParams) SetDocumentID(documentID string)

SetDocumentID adds the documentId to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) SetLevel

SetLevel adds the level to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) SetPageNumber

func (o *GetContentmanagementDocumentAuditsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) SetPageSize

func (o *GetContentmanagementDocumentAuditsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) SetSortBy

func (o *GetContentmanagementDocumentAuditsParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) SetSortOrder

func (o *GetContentmanagementDocumentAuditsParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) SetTimeout

SetTimeout adds the timeout to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) SetTransactionFilter

func (o *GetContentmanagementDocumentAuditsParams) SetTransactionFilter(transactionFilter *string)

SetTransactionFilter adds the transactionFilter to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) WithContext

WithContext adds the context to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement document audits params (not the query body).

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

func (*GetContentmanagementDocumentAuditsParams) WithDocumentID

WithDocumentID adds the documentID to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) WithLevel

WithLevel adds the level to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) WithPageNumber

WithPageNumber adds the pageNumber to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) WithPageSize

WithPageSize adds the pageSize to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) WithSortBy

WithSortBy adds the sortBy to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) WithSortOrder

WithSortOrder adds the sortOrder to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) WithTransactionFilter

WithTransactionFilter adds the transactionFilter to the get contentmanagement document audits params

func (*GetContentmanagementDocumentAuditsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementDocumentAuditsReader

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

GetContentmanagementDocumentAuditsReader is a Reader for the GetContentmanagementDocumentAudits structure.

func (*GetContentmanagementDocumentAuditsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementDocumentAuditsRequestEntityTooLarge

type GetContentmanagementDocumentAuditsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentAuditsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementDocumentAuditsRequestEntityTooLarge

func NewGetContentmanagementDocumentAuditsRequestEntityTooLarge() *GetContentmanagementDocumentAuditsRequestEntityTooLarge

NewGetContentmanagementDocumentAuditsRequestEntityTooLarge creates a GetContentmanagementDocumentAuditsRequestEntityTooLarge with default headers values

func (*GetContentmanagementDocumentAuditsRequestEntityTooLarge) Error

func (*GetContentmanagementDocumentAuditsRequestEntityTooLarge) GetPayload

func (*GetContentmanagementDocumentAuditsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement document audits request entity too large response has a 4xx status code

func (*GetContentmanagementDocumentAuditsRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement document audits request entity too large response a status code equal to that given

func (*GetContentmanagementDocumentAuditsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement document audits request entity too large response has a 3xx status code

func (*GetContentmanagementDocumentAuditsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement document audits request entity too large response has a 5xx status code

func (*GetContentmanagementDocumentAuditsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement document audits request entity too large response has a 2xx status code

func (*GetContentmanagementDocumentAuditsRequestEntityTooLarge) String

type GetContentmanagementDocumentAuditsRequestTimeout

type GetContentmanagementDocumentAuditsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentAuditsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementDocumentAuditsRequestTimeout

func NewGetContentmanagementDocumentAuditsRequestTimeout() *GetContentmanagementDocumentAuditsRequestTimeout

NewGetContentmanagementDocumentAuditsRequestTimeout creates a GetContentmanagementDocumentAuditsRequestTimeout with default headers values

func (*GetContentmanagementDocumentAuditsRequestTimeout) Error

func (*GetContentmanagementDocumentAuditsRequestTimeout) GetPayload

func (*GetContentmanagementDocumentAuditsRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement document audits request timeout response has a 4xx status code

func (*GetContentmanagementDocumentAuditsRequestTimeout) IsCode

IsCode returns true when this get contentmanagement document audits request timeout response a status code equal to that given

func (*GetContentmanagementDocumentAuditsRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement document audits request timeout response has a 3xx status code

func (*GetContentmanagementDocumentAuditsRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement document audits request timeout response has a 5xx status code

func (*GetContentmanagementDocumentAuditsRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement document audits request timeout response has a 2xx status code

func (*GetContentmanagementDocumentAuditsRequestTimeout) String

type GetContentmanagementDocumentAuditsServiceUnavailable

type GetContentmanagementDocumentAuditsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentAuditsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementDocumentAuditsServiceUnavailable

func NewGetContentmanagementDocumentAuditsServiceUnavailable() *GetContentmanagementDocumentAuditsServiceUnavailable

NewGetContentmanagementDocumentAuditsServiceUnavailable creates a GetContentmanagementDocumentAuditsServiceUnavailable with default headers values

func (*GetContentmanagementDocumentAuditsServiceUnavailable) Error

func (*GetContentmanagementDocumentAuditsServiceUnavailable) GetPayload

func (*GetContentmanagementDocumentAuditsServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement document audits service unavailable response has a 4xx status code

func (*GetContentmanagementDocumentAuditsServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement document audits service unavailable response a status code equal to that given

func (*GetContentmanagementDocumentAuditsServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement document audits service unavailable response has a 3xx status code

func (*GetContentmanagementDocumentAuditsServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement document audits service unavailable response has a 5xx status code

func (*GetContentmanagementDocumentAuditsServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement document audits service unavailable response has a 2xx status code

func (*GetContentmanagementDocumentAuditsServiceUnavailable) String

type GetContentmanagementDocumentAuditsTooManyRequests

type GetContentmanagementDocumentAuditsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentAuditsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementDocumentAuditsTooManyRequests

func NewGetContentmanagementDocumentAuditsTooManyRequests() *GetContentmanagementDocumentAuditsTooManyRequests

NewGetContentmanagementDocumentAuditsTooManyRequests creates a GetContentmanagementDocumentAuditsTooManyRequests with default headers values

func (*GetContentmanagementDocumentAuditsTooManyRequests) Error

func (*GetContentmanagementDocumentAuditsTooManyRequests) GetPayload

func (*GetContentmanagementDocumentAuditsTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement document audits too many requests response has a 4xx status code

func (*GetContentmanagementDocumentAuditsTooManyRequests) IsCode

IsCode returns true when this get contentmanagement document audits too many requests response a status code equal to that given

func (*GetContentmanagementDocumentAuditsTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement document audits too many requests response has a 3xx status code

func (*GetContentmanagementDocumentAuditsTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement document audits too many requests response has a 5xx status code

func (*GetContentmanagementDocumentAuditsTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement document audits too many requests response has a 2xx status code

func (*GetContentmanagementDocumentAuditsTooManyRequests) String

type GetContentmanagementDocumentAuditsUnauthorized

type GetContentmanagementDocumentAuditsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementDocumentAuditsUnauthorized

func NewGetContentmanagementDocumentAuditsUnauthorized() *GetContentmanagementDocumentAuditsUnauthorized

NewGetContentmanagementDocumentAuditsUnauthorized creates a GetContentmanagementDocumentAuditsUnauthorized with default headers values

func (*GetContentmanagementDocumentAuditsUnauthorized) Error

func (*GetContentmanagementDocumentAuditsUnauthorized) GetPayload

func (*GetContentmanagementDocumentAuditsUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement document audits unauthorized response has a 4xx status code

func (*GetContentmanagementDocumentAuditsUnauthorized) IsCode

IsCode returns true when this get contentmanagement document audits unauthorized response a status code equal to that given

func (*GetContentmanagementDocumentAuditsUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement document audits unauthorized response has a 3xx status code

func (*GetContentmanagementDocumentAuditsUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement document audits unauthorized response has a 5xx status code

func (*GetContentmanagementDocumentAuditsUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement document audits unauthorized response has a 2xx status code

func (*GetContentmanagementDocumentAuditsUnauthorized) String

type GetContentmanagementDocumentAuditsUnsupportedMediaType

type GetContentmanagementDocumentAuditsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentAuditsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementDocumentAuditsUnsupportedMediaType

func NewGetContentmanagementDocumentAuditsUnsupportedMediaType() *GetContentmanagementDocumentAuditsUnsupportedMediaType

NewGetContentmanagementDocumentAuditsUnsupportedMediaType creates a GetContentmanagementDocumentAuditsUnsupportedMediaType with default headers values

func (*GetContentmanagementDocumentAuditsUnsupportedMediaType) Error

func (*GetContentmanagementDocumentAuditsUnsupportedMediaType) GetPayload

func (*GetContentmanagementDocumentAuditsUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement document audits unsupported media type response has a 4xx status code

func (*GetContentmanagementDocumentAuditsUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement document audits unsupported media type response a status code equal to that given

func (*GetContentmanagementDocumentAuditsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement document audits unsupported media type response has a 3xx status code

func (*GetContentmanagementDocumentAuditsUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement document audits unsupported media type response has a 5xx status code

func (*GetContentmanagementDocumentAuditsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement document audits unsupported media type response has a 2xx status code

func (*GetContentmanagementDocumentAuditsUnsupportedMediaType) String

type GetContentmanagementDocumentBadRequest

type GetContentmanagementDocumentBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementDocumentBadRequest

func NewGetContentmanagementDocumentBadRequest() *GetContentmanagementDocumentBadRequest

NewGetContentmanagementDocumentBadRequest creates a GetContentmanagementDocumentBadRequest with default headers values

func (*GetContentmanagementDocumentBadRequest) Error

func (*GetContentmanagementDocumentBadRequest) GetPayload

func (*GetContentmanagementDocumentBadRequest) IsClientError

func (o *GetContentmanagementDocumentBadRequest) IsClientError() bool

IsClientError returns true when this get contentmanagement document bad request response has a 4xx status code

func (*GetContentmanagementDocumentBadRequest) IsCode

IsCode returns true when this get contentmanagement document bad request response a status code equal to that given

func (*GetContentmanagementDocumentBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement document bad request response has a 3xx status code

func (*GetContentmanagementDocumentBadRequest) IsServerError

func (o *GetContentmanagementDocumentBadRequest) IsServerError() bool

IsServerError returns true when this get contentmanagement document bad request response has a 5xx status code

func (*GetContentmanagementDocumentBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement document bad request response has a 2xx status code

func (*GetContentmanagementDocumentBadRequest) String

type GetContentmanagementDocumentContentAccepted

type GetContentmanagementDocumentContentAccepted struct {
}

GetContentmanagementDocumentContentAccepted describes a response with status code 202, with default header values.

Accepted - Preparing file for download - try again soon.

func NewGetContentmanagementDocumentContentAccepted

func NewGetContentmanagementDocumentContentAccepted() *GetContentmanagementDocumentContentAccepted

NewGetContentmanagementDocumentContentAccepted creates a GetContentmanagementDocumentContentAccepted with default headers values

func (*GetContentmanagementDocumentContentAccepted) Error

func (*GetContentmanagementDocumentContentAccepted) IsClientError

IsClientError returns true when this get contentmanagement document content accepted response has a 4xx status code

func (*GetContentmanagementDocumentContentAccepted) IsCode

IsCode returns true when this get contentmanagement document content accepted response a status code equal to that given

func (*GetContentmanagementDocumentContentAccepted) IsRedirect

IsRedirect returns true when this get contentmanagement document content accepted response has a 3xx status code

func (*GetContentmanagementDocumentContentAccepted) IsServerError

IsServerError returns true when this get contentmanagement document content accepted response has a 5xx status code

func (*GetContentmanagementDocumentContentAccepted) IsSuccess

IsSuccess returns true when this get contentmanagement document content accepted response has a 2xx status code

func (*GetContentmanagementDocumentContentAccepted) String

type GetContentmanagementDocumentContentBadRequest

type GetContentmanagementDocumentContentBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentContentBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementDocumentContentBadRequest

func NewGetContentmanagementDocumentContentBadRequest() *GetContentmanagementDocumentContentBadRequest

NewGetContentmanagementDocumentContentBadRequest creates a GetContentmanagementDocumentContentBadRequest with default headers values

func (*GetContentmanagementDocumentContentBadRequest) Error

func (*GetContentmanagementDocumentContentBadRequest) GetPayload

func (*GetContentmanagementDocumentContentBadRequest) IsClientError

IsClientError returns true when this get contentmanagement document content bad request response has a 4xx status code

func (*GetContentmanagementDocumentContentBadRequest) IsCode

IsCode returns true when this get contentmanagement document content bad request response a status code equal to that given

func (*GetContentmanagementDocumentContentBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement document content bad request response has a 3xx status code

func (*GetContentmanagementDocumentContentBadRequest) IsServerError

IsServerError returns true when this get contentmanagement document content bad request response has a 5xx status code

func (*GetContentmanagementDocumentContentBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement document content bad request response has a 2xx status code

func (*GetContentmanagementDocumentContentBadRequest) String

type GetContentmanagementDocumentContentForbidden

type GetContentmanagementDocumentContentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementDocumentContentForbidden

func NewGetContentmanagementDocumentContentForbidden() *GetContentmanagementDocumentContentForbidden

NewGetContentmanagementDocumentContentForbidden creates a GetContentmanagementDocumentContentForbidden with default headers values

func (*GetContentmanagementDocumentContentForbidden) Error

func (*GetContentmanagementDocumentContentForbidden) GetPayload

func (*GetContentmanagementDocumentContentForbidden) IsClientError

IsClientError returns true when this get contentmanagement document content forbidden response has a 4xx status code

func (*GetContentmanagementDocumentContentForbidden) IsCode

IsCode returns true when this get contentmanagement document content forbidden response a status code equal to that given

func (*GetContentmanagementDocumentContentForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement document content forbidden response has a 3xx status code

func (*GetContentmanagementDocumentContentForbidden) IsServerError

IsServerError returns true when this get contentmanagement document content forbidden response has a 5xx status code

func (*GetContentmanagementDocumentContentForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement document content forbidden response has a 2xx status code

func (*GetContentmanagementDocumentContentForbidden) String

type GetContentmanagementDocumentContentGatewayTimeout

type GetContentmanagementDocumentContentGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentContentGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementDocumentContentGatewayTimeout

func NewGetContentmanagementDocumentContentGatewayTimeout() *GetContentmanagementDocumentContentGatewayTimeout

NewGetContentmanagementDocumentContentGatewayTimeout creates a GetContentmanagementDocumentContentGatewayTimeout with default headers values

func (*GetContentmanagementDocumentContentGatewayTimeout) Error

func (*GetContentmanagementDocumentContentGatewayTimeout) GetPayload

func (*GetContentmanagementDocumentContentGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement document content gateway timeout response has a 4xx status code

func (*GetContentmanagementDocumentContentGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement document content gateway timeout response a status code equal to that given

func (*GetContentmanagementDocumentContentGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement document content gateway timeout response has a 3xx status code

func (*GetContentmanagementDocumentContentGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement document content gateway timeout response has a 5xx status code

func (*GetContentmanagementDocumentContentGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement document content gateway timeout response has a 2xx status code

func (*GetContentmanagementDocumentContentGatewayTimeout) String

type GetContentmanagementDocumentContentInternalServerError

type GetContentmanagementDocumentContentInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementDocumentContentInternalServerError

func NewGetContentmanagementDocumentContentInternalServerError() *GetContentmanagementDocumentContentInternalServerError

NewGetContentmanagementDocumentContentInternalServerError creates a GetContentmanagementDocumentContentInternalServerError with default headers values

func (*GetContentmanagementDocumentContentInternalServerError) Error

func (*GetContentmanagementDocumentContentInternalServerError) GetPayload

func (*GetContentmanagementDocumentContentInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement document content internal server error response has a 4xx status code

func (*GetContentmanagementDocumentContentInternalServerError) IsCode

IsCode returns true when this get contentmanagement document content internal server error response a status code equal to that given

func (*GetContentmanagementDocumentContentInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement document content internal server error response has a 3xx status code

func (*GetContentmanagementDocumentContentInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement document content internal server error response has a 5xx status code

func (*GetContentmanagementDocumentContentInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement document content internal server error response has a 2xx status code

func (*GetContentmanagementDocumentContentInternalServerError) String

type GetContentmanagementDocumentContentNotFound

type GetContentmanagementDocumentContentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementDocumentContentNotFound

func NewGetContentmanagementDocumentContentNotFound() *GetContentmanagementDocumentContentNotFound

NewGetContentmanagementDocumentContentNotFound creates a GetContentmanagementDocumentContentNotFound with default headers values

func (*GetContentmanagementDocumentContentNotFound) Error

func (*GetContentmanagementDocumentContentNotFound) GetPayload

func (*GetContentmanagementDocumentContentNotFound) IsClientError

IsClientError returns true when this get contentmanagement document content not found response has a 4xx status code

func (*GetContentmanagementDocumentContentNotFound) IsCode

IsCode returns true when this get contentmanagement document content not found response a status code equal to that given

func (*GetContentmanagementDocumentContentNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement document content not found response has a 3xx status code

func (*GetContentmanagementDocumentContentNotFound) IsServerError

IsServerError returns true when this get contentmanagement document content not found response has a 5xx status code

func (*GetContentmanagementDocumentContentNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement document content not found response has a 2xx status code

func (*GetContentmanagementDocumentContentNotFound) String

type GetContentmanagementDocumentContentOK

type GetContentmanagementDocumentContentOK struct {
	Payload *models.DownloadResponse
}

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

Download location returned

func NewGetContentmanagementDocumentContentOK

func NewGetContentmanagementDocumentContentOK() *GetContentmanagementDocumentContentOK

NewGetContentmanagementDocumentContentOK creates a GetContentmanagementDocumentContentOK with default headers values

func (*GetContentmanagementDocumentContentOK) Error

func (*GetContentmanagementDocumentContentOK) GetPayload

func (*GetContentmanagementDocumentContentOK) IsClientError

func (o *GetContentmanagementDocumentContentOK) IsClientError() bool

IsClientError returns true when this get contentmanagement document content o k response has a 4xx status code

func (*GetContentmanagementDocumentContentOK) IsCode

IsCode returns true when this get contentmanagement document content o k response a status code equal to that given

func (*GetContentmanagementDocumentContentOK) IsRedirect

IsRedirect returns true when this get contentmanagement document content o k response has a 3xx status code

func (*GetContentmanagementDocumentContentOK) IsServerError

func (o *GetContentmanagementDocumentContentOK) IsServerError() bool

IsServerError returns true when this get contentmanagement document content o k response has a 5xx status code

func (*GetContentmanagementDocumentContentOK) IsSuccess

IsSuccess returns true when this get contentmanagement document content o k response has a 2xx status code

func (*GetContentmanagementDocumentContentOK) String

type GetContentmanagementDocumentContentParams

type GetContentmanagementDocumentContentParams struct {

	/* ContentType.

	   The requested format for the specified document. If supported, the document will be returned in that format. Example contentType=audio/wav
	*/
	ContentType *string

	/* Disposition.

	   Request how the content will be downloaded: a file attachment or inline. Default is attachment.
	*/
	Disposition *string

	/* DocumentID.

	   Document ID
	*/
	DocumentID string

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

GetContentmanagementDocumentContentParams contains all the parameters to send to the API endpoint

for the get contentmanagement document content operation.

Typically these are written to a http.Request.

func NewGetContentmanagementDocumentContentParams

func NewGetContentmanagementDocumentContentParams() *GetContentmanagementDocumentContentParams

NewGetContentmanagementDocumentContentParams creates a new GetContentmanagementDocumentContentParams 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 NewGetContentmanagementDocumentContentParamsWithContext

func NewGetContentmanagementDocumentContentParamsWithContext(ctx context.Context) *GetContentmanagementDocumentContentParams

NewGetContentmanagementDocumentContentParamsWithContext creates a new GetContentmanagementDocumentContentParams object with the ability to set a context for a request.

func NewGetContentmanagementDocumentContentParamsWithHTTPClient

func NewGetContentmanagementDocumentContentParamsWithHTTPClient(client *http.Client) *GetContentmanagementDocumentContentParams

NewGetContentmanagementDocumentContentParamsWithHTTPClient creates a new GetContentmanagementDocumentContentParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementDocumentContentParamsWithTimeout

func NewGetContentmanagementDocumentContentParamsWithTimeout(timeout time.Duration) *GetContentmanagementDocumentContentParams

NewGetContentmanagementDocumentContentParamsWithTimeout creates a new GetContentmanagementDocumentContentParams object with the ability to set a timeout on a request.

func (*GetContentmanagementDocumentContentParams) SetContentType

func (o *GetContentmanagementDocumentContentParams) SetContentType(contentType *string)

SetContentType adds the contentType to the get contentmanagement document content params

func (*GetContentmanagementDocumentContentParams) SetContext

SetContext adds the context to the get contentmanagement document content params

func (*GetContentmanagementDocumentContentParams) SetDefaults

SetDefaults hydrates default values in the get contentmanagement document content params (not the query body).

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

func (*GetContentmanagementDocumentContentParams) SetDisposition

func (o *GetContentmanagementDocumentContentParams) SetDisposition(disposition *string)

SetDisposition adds the disposition to the get contentmanagement document content params

func (*GetContentmanagementDocumentContentParams) SetDocumentID

func (o *GetContentmanagementDocumentContentParams) SetDocumentID(documentID string)

SetDocumentID adds the documentId to the get contentmanagement document content params

func (*GetContentmanagementDocumentContentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement document content params

func (*GetContentmanagementDocumentContentParams) SetTimeout

SetTimeout adds the timeout to the get contentmanagement document content params

func (*GetContentmanagementDocumentContentParams) WithContentType

WithContentType adds the contentType to the get contentmanagement document content params

func (*GetContentmanagementDocumentContentParams) WithContext

WithContext adds the context to the get contentmanagement document content params

func (*GetContentmanagementDocumentContentParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement document content params (not the query body).

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

func (*GetContentmanagementDocumentContentParams) WithDisposition

WithDisposition adds the disposition to the get contentmanagement document content params

func (*GetContentmanagementDocumentContentParams) WithDocumentID

WithDocumentID adds the documentID to the get contentmanagement document content params

func (*GetContentmanagementDocumentContentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement document content params

func (*GetContentmanagementDocumentContentParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement document content params

func (*GetContentmanagementDocumentContentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementDocumentContentReader

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

GetContentmanagementDocumentContentReader is a Reader for the GetContentmanagementDocumentContent structure.

func (*GetContentmanagementDocumentContentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementDocumentContentRequestEntityTooLarge

type GetContentmanagementDocumentContentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentContentRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementDocumentContentRequestEntityTooLarge

func NewGetContentmanagementDocumentContentRequestEntityTooLarge() *GetContentmanagementDocumentContentRequestEntityTooLarge

NewGetContentmanagementDocumentContentRequestEntityTooLarge creates a GetContentmanagementDocumentContentRequestEntityTooLarge with default headers values

func (*GetContentmanagementDocumentContentRequestEntityTooLarge) Error

func (*GetContentmanagementDocumentContentRequestEntityTooLarge) GetPayload

func (*GetContentmanagementDocumentContentRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement document content request entity too large response has a 4xx status code

func (*GetContentmanagementDocumentContentRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement document content request entity too large response a status code equal to that given

func (*GetContentmanagementDocumentContentRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement document content request entity too large response has a 3xx status code

func (*GetContentmanagementDocumentContentRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement document content request entity too large response has a 5xx status code

func (*GetContentmanagementDocumentContentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement document content request entity too large response has a 2xx status code

func (*GetContentmanagementDocumentContentRequestEntityTooLarge) String

type GetContentmanagementDocumentContentRequestTimeout

type GetContentmanagementDocumentContentRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentContentRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementDocumentContentRequestTimeout

func NewGetContentmanagementDocumentContentRequestTimeout() *GetContentmanagementDocumentContentRequestTimeout

NewGetContentmanagementDocumentContentRequestTimeout creates a GetContentmanagementDocumentContentRequestTimeout with default headers values

func (*GetContentmanagementDocumentContentRequestTimeout) Error

func (*GetContentmanagementDocumentContentRequestTimeout) GetPayload

func (*GetContentmanagementDocumentContentRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement document content request timeout response has a 4xx status code

func (*GetContentmanagementDocumentContentRequestTimeout) IsCode

IsCode returns true when this get contentmanagement document content request timeout response a status code equal to that given

func (*GetContentmanagementDocumentContentRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement document content request timeout response has a 3xx status code

func (*GetContentmanagementDocumentContentRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement document content request timeout response has a 5xx status code

func (*GetContentmanagementDocumentContentRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement document content request timeout response has a 2xx status code

func (*GetContentmanagementDocumentContentRequestTimeout) String

type GetContentmanagementDocumentContentServiceUnavailable

type GetContentmanagementDocumentContentServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentContentServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementDocumentContentServiceUnavailable

func NewGetContentmanagementDocumentContentServiceUnavailable() *GetContentmanagementDocumentContentServiceUnavailable

NewGetContentmanagementDocumentContentServiceUnavailable creates a GetContentmanagementDocumentContentServiceUnavailable with default headers values

func (*GetContentmanagementDocumentContentServiceUnavailable) Error

func (*GetContentmanagementDocumentContentServiceUnavailable) GetPayload

func (*GetContentmanagementDocumentContentServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement document content service unavailable response has a 4xx status code

func (*GetContentmanagementDocumentContentServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement document content service unavailable response a status code equal to that given

func (*GetContentmanagementDocumentContentServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement document content service unavailable response has a 3xx status code

func (*GetContentmanagementDocumentContentServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement document content service unavailable response has a 5xx status code

func (*GetContentmanagementDocumentContentServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement document content service unavailable response has a 2xx status code

func (*GetContentmanagementDocumentContentServiceUnavailable) String

type GetContentmanagementDocumentContentTooManyRequests

type GetContentmanagementDocumentContentTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentContentTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementDocumentContentTooManyRequests

func NewGetContentmanagementDocumentContentTooManyRequests() *GetContentmanagementDocumentContentTooManyRequests

NewGetContentmanagementDocumentContentTooManyRequests creates a GetContentmanagementDocumentContentTooManyRequests with default headers values

func (*GetContentmanagementDocumentContentTooManyRequests) Error

func (*GetContentmanagementDocumentContentTooManyRequests) GetPayload

func (*GetContentmanagementDocumentContentTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement document content too many requests response has a 4xx status code

func (*GetContentmanagementDocumentContentTooManyRequests) IsCode

IsCode returns true when this get contentmanagement document content too many requests response a status code equal to that given

func (*GetContentmanagementDocumentContentTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement document content too many requests response has a 3xx status code

func (*GetContentmanagementDocumentContentTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement document content too many requests response has a 5xx status code

func (*GetContentmanagementDocumentContentTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement document content too many requests response has a 2xx status code

func (*GetContentmanagementDocumentContentTooManyRequests) String

type GetContentmanagementDocumentContentUnauthorized

type GetContentmanagementDocumentContentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementDocumentContentUnauthorized

func NewGetContentmanagementDocumentContentUnauthorized() *GetContentmanagementDocumentContentUnauthorized

NewGetContentmanagementDocumentContentUnauthorized creates a GetContentmanagementDocumentContentUnauthorized with default headers values

func (*GetContentmanagementDocumentContentUnauthorized) Error

func (*GetContentmanagementDocumentContentUnauthorized) GetPayload

func (*GetContentmanagementDocumentContentUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement document content unauthorized response has a 4xx status code

func (*GetContentmanagementDocumentContentUnauthorized) IsCode

IsCode returns true when this get contentmanagement document content unauthorized response a status code equal to that given

func (*GetContentmanagementDocumentContentUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement document content unauthorized response has a 3xx status code

func (*GetContentmanagementDocumentContentUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement document content unauthorized response has a 5xx status code

func (*GetContentmanagementDocumentContentUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement document content unauthorized response has a 2xx status code

func (*GetContentmanagementDocumentContentUnauthorized) String

type GetContentmanagementDocumentContentUnsupportedMediaType

type GetContentmanagementDocumentContentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentContentUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementDocumentContentUnsupportedMediaType

func NewGetContentmanagementDocumentContentUnsupportedMediaType() *GetContentmanagementDocumentContentUnsupportedMediaType

NewGetContentmanagementDocumentContentUnsupportedMediaType creates a GetContentmanagementDocumentContentUnsupportedMediaType with default headers values

func (*GetContentmanagementDocumentContentUnsupportedMediaType) Error

func (*GetContentmanagementDocumentContentUnsupportedMediaType) GetPayload

func (*GetContentmanagementDocumentContentUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement document content unsupported media type response has a 4xx status code

func (*GetContentmanagementDocumentContentUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement document content unsupported media type response a status code equal to that given

func (*GetContentmanagementDocumentContentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement document content unsupported media type response has a 3xx status code

func (*GetContentmanagementDocumentContentUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement document content unsupported media type response has a 5xx status code

func (*GetContentmanagementDocumentContentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement document content unsupported media type response has a 2xx status code

func (*GetContentmanagementDocumentContentUnsupportedMediaType) String

type GetContentmanagementDocumentForbidden

type GetContentmanagementDocumentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementDocumentForbidden

func NewGetContentmanagementDocumentForbidden() *GetContentmanagementDocumentForbidden

NewGetContentmanagementDocumentForbidden creates a GetContentmanagementDocumentForbidden with default headers values

func (*GetContentmanagementDocumentForbidden) Error

func (*GetContentmanagementDocumentForbidden) GetPayload

func (*GetContentmanagementDocumentForbidden) IsClientError

func (o *GetContentmanagementDocumentForbidden) IsClientError() bool

IsClientError returns true when this get contentmanagement document forbidden response has a 4xx status code

func (*GetContentmanagementDocumentForbidden) IsCode

IsCode returns true when this get contentmanagement document forbidden response a status code equal to that given

func (*GetContentmanagementDocumentForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement document forbidden response has a 3xx status code

func (*GetContentmanagementDocumentForbidden) IsServerError

func (o *GetContentmanagementDocumentForbidden) IsServerError() bool

IsServerError returns true when this get contentmanagement document forbidden response has a 5xx status code

func (*GetContentmanagementDocumentForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement document forbidden response has a 2xx status code

func (*GetContentmanagementDocumentForbidden) String

type GetContentmanagementDocumentGatewayTimeout

type GetContentmanagementDocumentGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementDocumentGatewayTimeout

func NewGetContentmanagementDocumentGatewayTimeout() *GetContentmanagementDocumentGatewayTimeout

NewGetContentmanagementDocumentGatewayTimeout creates a GetContentmanagementDocumentGatewayTimeout with default headers values

func (*GetContentmanagementDocumentGatewayTimeout) Error

func (*GetContentmanagementDocumentGatewayTimeout) GetPayload

func (*GetContentmanagementDocumentGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement document gateway timeout response has a 4xx status code

func (*GetContentmanagementDocumentGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement document gateway timeout response a status code equal to that given

func (*GetContentmanagementDocumentGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement document gateway timeout response has a 3xx status code

func (*GetContentmanagementDocumentGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement document gateway timeout response has a 5xx status code

func (*GetContentmanagementDocumentGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement document gateway timeout response has a 2xx status code

func (*GetContentmanagementDocumentGatewayTimeout) String

type GetContentmanagementDocumentInternalServerError

type GetContentmanagementDocumentInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementDocumentInternalServerError

func NewGetContentmanagementDocumentInternalServerError() *GetContentmanagementDocumentInternalServerError

NewGetContentmanagementDocumentInternalServerError creates a GetContentmanagementDocumentInternalServerError with default headers values

func (*GetContentmanagementDocumentInternalServerError) Error

func (*GetContentmanagementDocumentInternalServerError) GetPayload

func (*GetContentmanagementDocumentInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement document internal server error response has a 4xx status code

func (*GetContentmanagementDocumentInternalServerError) IsCode

IsCode returns true when this get contentmanagement document internal server error response a status code equal to that given

func (*GetContentmanagementDocumentInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement document internal server error response has a 3xx status code

func (*GetContentmanagementDocumentInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement document internal server error response has a 5xx status code

func (*GetContentmanagementDocumentInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement document internal server error response has a 2xx status code

func (*GetContentmanagementDocumentInternalServerError) String

type GetContentmanagementDocumentNotFound

type GetContentmanagementDocumentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementDocumentNotFound

func NewGetContentmanagementDocumentNotFound() *GetContentmanagementDocumentNotFound

NewGetContentmanagementDocumentNotFound creates a GetContentmanagementDocumentNotFound with default headers values

func (*GetContentmanagementDocumentNotFound) Error

func (*GetContentmanagementDocumentNotFound) GetPayload

func (*GetContentmanagementDocumentNotFound) IsClientError

func (o *GetContentmanagementDocumentNotFound) IsClientError() bool

IsClientError returns true when this get contentmanagement document not found response has a 4xx status code

func (*GetContentmanagementDocumentNotFound) IsCode

IsCode returns true when this get contentmanagement document not found response a status code equal to that given

func (*GetContentmanagementDocumentNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement document not found response has a 3xx status code

func (*GetContentmanagementDocumentNotFound) IsServerError

func (o *GetContentmanagementDocumentNotFound) IsServerError() bool

IsServerError returns true when this get contentmanagement document not found response has a 5xx status code

func (*GetContentmanagementDocumentNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement document not found response has a 2xx status code

func (*GetContentmanagementDocumentNotFound) String

type GetContentmanagementDocumentOK

type GetContentmanagementDocumentOK struct {
	Payload *models.Document
}

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

successful operation

func NewGetContentmanagementDocumentOK

func NewGetContentmanagementDocumentOK() *GetContentmanagementDocumentOK

NewGetContentmanagementDocumentOK creates a GetContentmanagementDocumentOK with default headers values

func (*GetContentmanagementDocumentOK) Error

func (*GetContentmanagementDocumentOK) GetPayload

func (*GetContentmanagementDocumentOK) IsClientError

func (o *GetContentmanagementDocumentOK) IsClientError() bool

IsClientError returns true when this get contentmanagement document o k response has a 4xx status code

func (*GetContentmanagementDocumentOK) IsCode

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

IsCode returns true when this get contentmanagement document o k response a status code equal to that given

func (*GetContentmanagementDocumentOK) IsRedirect

func (o *GetContentmanagementDocumentOK) IsRedirect() bool

IsRedirect returns true when this get contentmanagement document o k response has a 3xx status code

func (*GetContentmanagementDocumentOK) IsServerError

func (o *GetContentmanagementDocumentOK) IsServerError() bool

IsServerError returns true when this get contentmanagement document o k response has a 5xx status code

func (*GetContentmanagementDocumentOK) IsSuccess

func (o *GetContentmanagementDocumentOK) IsSuccess() bool

IsSuccess returns true when this get contentmanagement document o k response has a 2xx status code

func (*GetContentmanagementDocumentOK) String

type GetContentmanagementDocumentParams

type GetContentmanagementDocumentParams struct {

	/* DocumentID.

	   Document ID
	*/
	DocumentID string

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

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

GetContentmanagementDocumentParams contains all the parameters to send to the API endpoint

for the get contentmanagement document operation.

Typically these are written to a http.Request.

func NewGetContentmanagementDocumentParams

func NewGetContentmanagementDocumentParams() *GetContentmanagementDocumentParams

NewGetContentmanagementDocumentParams creates a new GetContentmanagementDocumentParams 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 NewGetContentmanagementDocumentParamsWithContext

func NewGetContentmanagementDocumentParamsWithContext(ctx context.Context) *GetContentmanagementDocumentParams

NewGetContentmanagementDocumentParamsWithContext creates a new GetContentmanagementDocumentParams object with the ability to set a context for a request.

func NewGetContentmanagementDocumentParamsWithHTTPClient

func NewGetContentmanagementDocumentParamsWithHTTPClient(client *http.Client) *GetContentmanagementDocumentParams

NewGetContentmanagementDocumentParamsWithHTTPClient creates a new GetContentmanagementDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementDocumentParamsWithTimeout

func NewGetContentmanagementDocumentParamsWithTimeout(timeout time.Duration) *GetContentmanagementDocumentParams

NewGetContentmanagementDocumentParamsWithTimeout creates a new GetContentmanagementDocumentParams object with the ability to set a timeout on a request.

func (*GetContentmanagementDocumentParams) SetContext

SetContext adds the context to the get contentmanagement document params

func (*GetContentmanagementDocumentParams) SetDefaults

func (o *GetContentmanagementDocumentParams) SetDefaults()

SetDefaults hydrates default values in the get contentmanagement document params (not the query body).

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

func (*GetContentmanagementDocumentParams) SetDocumentID

func (o *GetContentmanagementDocumentParams) SetDocumentID(documentID string)

SetDocumentID adds the documentId to the get contentmanagement document params

func (*GetContentmanagementDocumentParams) SetExpand

func (o *GetContentmanagementDocumentParams) SetExpand(expand []string)

SetExpand adds the expand to the get contentmanagement document params

func (*GetContentmanagementDocumentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement document params

func (*GetContentmanagementDocumentParams) SetTimeout

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

SetTimeout adds the timeout to the get contentmanagement document params

func (*GetContentmanagementDocumentParams) WithContext

WithContext adds the context to the get contentmanagement document params

func (*GetContentmanagementDocumentParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement document params (not the query body).

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

func (*GetContentmanagementDocumentParams) WithDocumentID

WithDocumentID adds the documentID to the get contentmanagement document params

func (*GetContentmanagementDocumentParams) WithExpand

WithExpand adds the expand to the get contentmanagement document params

func (*GetContentmanagementDocumentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement document params

func (*GetContentmanagementDocumentParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement document params

func (*GetContentmanagementDocumentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementDocumentReader

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

GetContentmanagementDocumentReader is a Reader for the GetContentmanagementDocument structure.

func (*GetContentmanagementDocumentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementDocumentRequestEntityTooLarge

type GetContentmanagementDocumentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementDocumentRequestEntityTooLarge

func NewGetContentmanagementDocumentRequestEntityTooLarge() *GetContentmanagementDocumentRequestEntityTooLarge

NewGetContentmanagementDocumentRequestEntityTooLarge creates a GetContentmanagementDocumentRequestEntityTooLarge with default headers values

func (*GetContentmanagementDocumentRequestEntityTooLarge) Error

func (*GetContentmanagementDocumentRequestEntityTooLarge) GetPayload

func (*GetContentmanagementDocumentRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement document request entity too large response has a 4xx status code

func (*GetContentmanagementDocumentRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement document request entity too large response a status code equal to that given

func (*GetContentmanagementDocumentRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement document request entity too large response has a 3xx status code

func (*GetContentmanagementDocumentRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement document request entity too large response has a 5xx status code

func (*GetContentmanagementDocumentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement document request entity too large response has a 2xx status code

func (*GetContentmanagementDocumentRequestEntityTooLarge) String

type GetContentmanagementDocumentRequestTimeout

type GetContentmanagementDocumentRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementDocumentRequestTimeout

func NewGetContentmanagementDocumentRequestTimeout() *GetContentmanagementDocumentRequestTimeout

NewGetContentmanagementDocumentRequestTimeout creates a GetContentmanagementDocumentRequestTimeout with default headers values

func (*GetContentmanagementDocumentRequestTimeout) Error

func (*GetContentmanagementDocumentRequestTimeout) GetPayload

func (*GetContentmanagementDocumentRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement document request timeout response has a 4xx status code

func (*GetContentmanagementDocumentRequestTimeout) IsCode

IsCode returns true when this get contentmanagement document request timeout response a status code equal to that given

func (*GetContentmanagementDocumentRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement document request timeout response has a 3xx status code

func (*GetContentmanagementDocumentRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement document request timeout response has a 5xx status code

func (*GetContentmanagementDocumentRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement document request timeout response has a 2xx status code

func (*GetContentmanagementDocumentRequestTimeout) String

type GetContentmanagementDocumentServiceUnavailable

type GetContentmanagementDocumentServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementDocumentServiceUnavailable

func NewGetContentmanagementDocumentServiceUnavailable() *GetContentmanagementDocumentServiceUnavailable

NewGetContentmanagementDocumentServiceUnavailable creates a GetContentmanagementDocumentServiceUnavailable with default headers values

func (*GetContentmanagementDocumentServiceUnavailable) Error

func (*GetContentmanagementDocumentServiceUnavailable) GetPayload

func (*GetContentmanagementDocumentServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement document service unavailable response has a 4xx status code

func (*GetContentmanagementDocumentServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement document service unavailable response a status code equal to that given

func (*GetContentmanagementDocumentServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement document service unavailable response has a 3xx status code

func (*GetContentmanagementDocumentServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement document service unavailable response has a 5xx status code

func (*GetContentmanagementDocumentServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement document service unavailable response has a 2xx status code

func (*GetContentmanagementDocumentServiceUnavailable) String

type GetContentmanagementDocumentTooManyRequests

type GetContentmanagementDocumentTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementDocumentTooManyRequests

func NewGetContentmanagementDocumentTooManyRequests() *GetContentmanagementDocumentTooManyRequests

NewGetContentmanagementDocumentTooManyRequests creates a GetContentmanagementDocumentTooManyRequests with default headers values

func (*GetContentmanagementDocumentTooManyRequests) Error

func (*GetContentmanagementDocumentTooManyRequests) GetPayload

func (*GetContentmanagementDocumentTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement document too many requests response has a 4xx status code

func (*GetContentmanagementDocumentTooManyRequests) IsCode

IsCode returns true when this get contentmanagement document too many requests response a status code equal to that given

func (*GetContentmanagementDocumentTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement document too many requests response has a 3xx status code

func (*GetContentmanagementDocumentTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement document too many requests response has a 5xx status code

func (*GetContentmanagementDocumentTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement document too many requests response has a 2xx status code

func (*GetContentmanagementDocumentTooManyRequests) String

type GetContentmanagementDocumentUnauthorized

type GetContentmanagementDocumentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementDocumentUnauthorized

func NewGetContentmanagementDocumentUnauthorized() *GetContentmanagementDocumentUnauthorized

NewGetContentmanagementDocumentUnauthorized creates a GetContentmanagementDocumentUnauthorized with default headers values

func (*GetContentmanagementDocumentUnauthorized) Error

func (*GetContentmanagementDocumentUnauthorized) GetPayload

func (*GetContentmanagementDocumentUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement document unauthorized response has a 4xx status code

func (*GetContentmanagementDocumentUnauthorized) IsCode

IsCode returns true when this get contentmanagement document unauthorized response a status code equal to that given

func (*GetContentmanagementDocumentUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement document unauthorized response has a 3xx status code

func (*GetContentmanagementDocumentUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement document unauthorized response has a 5xx status code

func (*GetContentmanagementDocumentUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement document unauthorized response has a 2xx status code

func (*GetContentmanagementDocumentUnauthorized) String

type GetContentmanagementDocumentUnsupportedMediaType

type GetContentmanagementDocumentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementDocumentUnsupportedMediaType

func NewGetContentmanagementDocumentUnsupportedMediaType() *GetContentmanagementDocumentUnsupportedMediaType

NewGetContentmanagementDocumentUnsupportedMediaType creates a GetContentmanagementDocumentUnsupportedMediaType with default headers values

func (*GetContentmanagementDocumentUnsupportedMediaType) Error

func (*GetContentmanagementDocumentUnsupportedMediaType) GetPayload

func (*GetContentmanagementDocumentUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement document unsupported media type response has a 4xx status code

func (*GetContentmanagementDocumentUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement document unsupported media type response a status code equal to that given

func (*GetContentmanagementDocumentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement document unsupported media type response has a 3xx status code

func (*GetContentmanagementDocumentUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement document unsupported media type response has a 5xx status code

func (*GetContentmanagementDocumentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement document unsupported media type response has a 2xx status code

func (*GetContentmanagementDocumentUnsupportedMediaType) String

type GetContentmanagementDocumentsBadRequest

type GetContentmanagementDocumentsBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementDocumentsBadRequest

func NewGetContentmanagementDocumentsBadRequest() *GetContentmanagementDocumentsBadRequest

NewGetContentmanagementDocumentsBadRequest creates a GetContentmanagementDocumentsBadRequest with default headers values

func (*GetContentmanagementDocumentsBadRequest) Error

func (*GetContentmanagementDocumentsBadRequest) GetPayload

func (*GetContentmanagementDocumentsBadRequest) IsClientError

func (o *GetContentmanagementDocumentsBadRequest) IsClientError() bool

IsClientError returns true when this get contentmanagement documents bad request response has a 4xx status code

func (*GetContentmanagementDocumentsBadRequest) IsCode

IsCode returns true when this get contentmanagement documents bad request response a status code equal to that given

func (*GetContentmanagementDocumentsBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement documents bad request response has a 3xx status code

func (*GetContentmanagementDocumentsBadRequest) IsServerError

func (o *GetContentmanagementDocumentsBadRequest) IsServerError() bool

IsServerError returns true when this get contentmanagement documents bad request response has a 5xx status code

func (*GetContentmanagementDocumentsBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement documents bad request response has a 2xx status code

func (*GetContentmanagementDocumentsBadRequest) String

type GetContentmanagementDocumentsForbidden

type GetContentmanagementDocumentsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementDocumentsForbidden

func NewGetContentmanagementDocumentsForbidden() *GetContentmanagementDocumentsForbidden

NewGetContentmanagementDocumentsForbidden creates a GetContentmanagementDocumentsForbidden with default headers values

func (*GetContentmanagementDocumentsForbidden) Error

func (*GetContentmanagementDocumentsForbidden) GetPayload

func (*GetContentmanagementDocumentsForbidden) IsClientError

func (o *GetContentmanagementDocumentsForbidden) IsClientError() bool

IsClientError returns true when this get contentmanagement documents forbidden response has a 4xx status code

func (*GetContentmanagementDocumentsForbidden) IsCode

IsCode returns true when this get contentmanagement documents forbidden response a status code equal to that given

func (*GetContentmanagementDocumentsForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement documents forbidden response has a 3xx status code

func (*GetContentmanagementDocumentsForbidden) IsServerError

func (o *GetContentmanagementDocumentsForbidden) IsServerError() bool

IsServerError returns true when this get contentmanagement documents forbidden response has a 5xx status code

func (*GetContentmanagementDocumentsForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement documents forbidden response has a 2xx status code

func (*GetContentmanagementDocumentsForbidden) String

type GetContentmanagementDocumentsGatewayTimeout

type GetContentmanagementDocumentsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementDocumentsGatewayTimeout

func NewGetContentmanagementDocumentsGatewayTimeout() *GetContentmanagementDocumentsGatewayTimeout

NewGetContentmanagementDocumentsGatewayTimeout creates a GetContentmanagementDocumentsGatewayTimeout with default headers values

func (*GetContentmanagementDocumentsGatewayTimeout) Error

func (*GetContentmanagementDocumentsGatewayTimeout) GetPayload

func (*GetContentmanagementDocumentsGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement documents gateway timeout response has a 4xx status code

func (*GetContentmanagementDocumentsGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement documents gateway timeout response a status code equal to that given

func (*GetContentmanagementDocumentsGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement documents gateway timeout response has a 3xx status code

func (*GetContentmanagementDocumentsGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement documents gateway timeout response has a 5xx status code

func (*GetContentmanagementDocumentsGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement documents gateway timeout response has a 2xx status code

func (*GetContentmanagementDocumentsGatewayTimeout) String

type GetContentmanagementDocumentsInternalServerError

type GetContentmanagementDocumentsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementDocumentsInternalServerError

func NewGetContentmanagementDocumentsInternalServerError() *GetContentmanagementDocumentsInternalServerError

NewGetContentmanagementDocumentsInternalServerError creates a GetContentmanagementDocumentsInternalServerError with default headers values

func (*GetContentmanagementDocumentsInternalServerError) Error

func (*GetContentmanagementDocumentsInternalServerError) GetPayload

func (*GetContentmanagementDocumentsInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement documents internal server error response has a 4xx status code

func (*GetContentmanagementDocumentsInternalServerError) IsCode

IsCode returns true when this get contentmanagement documents internal server error response a status code equal to that given

func (*GetContentmanagementDocumentsInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement documents internal server error response has a 3xx status code

func (*GetContentmanagementDocumentsInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement documents internal server error response has a 5xx status code

func (*GetContentmanagementDocumentsInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement documents internal server error response has a 2xx status code

func (*GetContentmanagementDocumentsInternalServerError) String

type GetContentmanagementDocumentsNotFound

type GetContentmanagementDocumentsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementDocumentsNotFound

func NewGetContentmanagementDocumentsNotFound() *GetContentmanagementDocumentsNotFound

NewGetContentmanagementDocumentsNotFound creates a GetContentmanagementDocumentsNotFound with default headers values

func (*GetContentmanagementDocumentsNotFound) Error

func (*GetContentmanagementDocumentsNotFound) GetPayload

func (*GetContentmanagementDocumentsNotFound) IsClientError

func (o *GetContentmanagementDocumentsNotFound) IsClientError() bool

IsClientError returns true when this get contentmanagement documents not found response has a 4xx status code

func (*GetContentmanagementDocumentsNotFound) IsCode

IsCode returns true when this get contentmanagement documents not found response a status code equal to that given

func (*GetContentmanagementDocumentsNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement documents not found response has a 3xx status code

func (*GetContentmanagementDocumentsNotFound) IsServerError

func (o *GetContentmanagementDocumentsNotFound) IsServerError() bool

IsServerError returns true when this get contentmanagement documents not found response has a 5xx status code

func (*GetContentmanagementDocumentsNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement documents not found response has a 2xx status code

func (*GetContentmanagementDocumentsNotFound) String

type GetContentmanagementDocumentsOK

type GetContentmanagementDocumentsOK struct {
	Payload *models.DocumentEntityListing
}

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

successful operation

func NewGetContentmanagementDocumentsOK

func NewGetContentmanagementDocumentsOK() *GetContentmanagementDocumentsOK

NewGetContentmanagementDocumentsOK creates a GetContentmanagementDocumentsOK with default headers values

func (*GetContentmanagementDocumentsOK) Error

func (*GetContentmanagementDocumentsOK) GetPayload

func (*GetContentmanagementDocumentsOK) IsClientError

func (o *GetContentmanagementDocumentsOK) IsClientError() bool

IsClientError returns true when this get contentmanagement documents o k response has a 4xx status code

func (*GetContentmanagementDocumentsOK) IsCode

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

IsCode returns true when this get contentmanagement documents o k response a status code equal to that given

func (*GetContentmanagementDocumentsOK) IsRedirect

func (o *GetContentmanagementDocumentsOK) IsRedirect() bool

IsRedirect returns true when this get contentmanagement documents o k response has a 3xx status code

func (*GetContentmanagementDocumentsOK) IsServerError

func (o *GetContentmanagementDocumentsOK) IsServerError() bool

IsServerError returns true when this get contentmanagement documents o k response has a 5xx status code

func (*GetContentmanagementDocumentsOK) IsSuccess

func (o *GetContentmanagementDocumentsOK) IsSuccess() bool

IsSuccess returns true when this get contentmanagement documents o k response has a 2xx status code

func (*GetContentmanagementDocumentsOK) String

type GetContentmanagementDocumentsParams

type GetContentmanagementDocumentsParams struct {

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* Name.

	   Name
	*/
	Name *string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* SortBy.

	   name or dateCreated
	*/
	SortBy *string

	/* SortOrder.

	   ascending or descending

	   Default: "ascending"
	*/
	SortOrder *string

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

GetContentmanagementDocumentsParams contains all the parameters to send to the API endpoint

for the get contentmanagement documents operation.

Typically these are written to a http.Request.

func NewGetContentmanagementDocumentsParams

func NewGetContentmanagementDocumentsParams() *GetContentmanagementDocumentsParams

NewGetContentmanagementDocumentsParams creates a new GetContentmanagementDocumentsParams 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 NewGetContentmanagementDocumentsParamsWithContext

func NewGetContentmanagementDocumentsParamsWithContext(ctx context.Context) *GetContentmanagementDocumentsParams

NewGetContentmanagementDocumentsParamsWithContext creates a new GetContentmanagementDocumentsParams object with the ability to set a context for a request.

func NewGetContentmanagementDocumentsParamsWithHTTPClient

func NewGetContentmanagementDocumentsParamsWithHTTPClient(client *http.Client) *GetContentmanagementDocumentsParams

NewGetContentmanagementDocumentsParamsWithHTTPClient creates a new GetContentmanagementDocumentsParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementDocumentsParamsWithTimeout

func NewGetContentmanagementDocumentsParamsWithTimeout(timeout time.Duration) *GetContentmanagementDocumentsParams

NewGetContentmanagementDocumentsParamsWithTimeout creates a new GetContentmanagementDocumentsParams object with the ability to set a timeout on a request.

func (*GetContentmanagementDocumentsParams) SetContext

SetContext adds the context to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) SetDefaults

func (o *GetContentmanagementDocumentsParams) SetDefaults()

SetDefaults hydrates default values in the get contentmanagement documents params (not the query body).

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

func (*GetContentmanagementDocumentsParams) SetExpand

func (o *GetContentmanagementDocumentsParams) SetExpand(expand []string)

SetExpand adds the expand to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) SetName

func (o *GetContentmanagementDocumentsParams) SetName(name *string)

SetName adds the name to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) SetPageNumber

func (o *GetContentmanagementDocumentsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) SetPageSize

func (o *GetContentmanagementDocumentsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) SetSortBy

func (o *GetContentmanagementDocumentsParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) SetSortOrder

func (o *GetContentmanagementDocumentsParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) SetTimeout

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

SetTimeout adds the timeout to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) SetWorkspaceID

func (o *GetContentmanagementDocumentsParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) WithContext

WithContext adds the context to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement documents params (not the query body).

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

func (*GetContentmanagementDocumentsParams) WithExpand

WithExpand adds the expand to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) WithName

WithName adds the name to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) WithPageNumber

WithPageNumber adds the pageNumber to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) WithPageSize

WithPageSize adds the pageSize to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) WithSortBy

WithSortBy adds the sortBy to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) WithSortOrder

WithSortOrder adds the sortOrder to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the get contentmanagement documents params

func (*GetContentmanagementDocumentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementDocumentsReader

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

GetContentmanagementDocumentsReader is a Reader for the GetContentmanagementDocuments structure.

func (*GetContentmanagementDocumentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementDocumentsRequestEntityTooLarge

type GetContentmanagementDocumentsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementDocumentsRequestEntityTooLarge

func NewGetContentmanagementDocumentsRequestEntityTooLarge() *GetContentmanagementDocumentsRequestEntityTooLarge

NewGetContentmanagementDocumentsRequestEntityTooLarge creates a GetContentmanagementDocumentsRequestEntityTooLarge with default headers values

func (*GetContentmanagementDocumentsRequestEntityTooLarge) Error

func (*GetContentmanagementDocumentsRequestEntityTooLarge) GetPayload

func (*GetContentmanagementDocumentsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement documents request entity too large response has a 4xx status code

func (*GetContentmanagementDocumentsRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement documents request entity too large response a status code equal to that given

func (*GetContentmanagementDocumentsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement documents request entity too large response has a 3xx status code

func (*GetContentmanagementDocumentsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement documents request entity too large response has a 5xx status code

func (*GetContentmanagementDocumentsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement documents request entity too large response has a 2xx status code

func (*GetContentmanagementDocumentsRequestEntityTooLarge) String

type GetContentmanagementDocumentsRequestTimeout

type GetContentmanagementDocumentsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementDocumentsRequestTimeout

func NewGetContentmanagementDocumentsRequestTimeout() *GetContentmanagementDocumentsRequestTimeout

NewGetContentmanagementDocumentsRequestTimeout creates a GetContentmanagementDocumentsRequestTimeout with default headers values

func (*GetContentmanagementDocumentsRequestTimeout) Error

func (*GetContentmanagementDocumentsRequestTimeout) GetPayload

func (*GetContentmanagementDocumentsRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement documents request timeout response has a 4xx status code

func (*GetContentmanagementDocumentsRequestTimeout) IsCode

IsCode returns true when this get contentmanagement documents request timeout response a status code equal to that given

func (*GetContentmanagementDocumentsRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement documents request timeout response has a 3xx status code

func (*GetContentmanagementDocumentsRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement documents request timeout response has a 5xx status code

func (*GetContentmanagementDocumentsRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement documents request timeout response has a 2xx status code

func (*GetContentmanagementDocumentsRequestTimeout) String

type GetContentmanagementDocumentsServiceUnavailable

type GetContentmanagementDocumentsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementDocumentsServiceUnavailable

func NewGetContentmanagementDocumentsServiceUnavailable() *GetContentmanagementDocumentsServiceUnavailable

NewGetContentmanagementDocumentsServiceUnavailable creates a GetContentmanagementDocumentsServiceUnavailable with default headers values

func (*GetContentmanagementDocumentsServiceUnavailable) Error

func (*GetContentmanagementDocumentsServiceUnavailable) GetPayload

func (*GetContentmanagementDocumentsServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement documents service unavailable response has a 4xx status code

func (*GetContentmanagementDocumentsServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement documents service unavailable response a status code equal to that given

func (*GetContentmanagementDocumentsServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement documents service unavailable response has a 3xx status code

func (*GetContentmanagementDocumentsServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement documents service unavailable response has a 5xx status code

func (*GetContentmanagementDocumentsServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement documents service unavailable response has a 2xx status code

func (*GetContentmanagementDocumentsServiceUnavailable) String

type GetContentmanagementDocumentsTooManyRequests

type GetContentmanagementDocumentsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementDocumentsTooManyRequests

func NewGetContentmanagementDocumentsTooManyRequests() *GetContentmanagementDocumentsTooManyRequests

NewGetContentmanagementDocumentsTooManyRequests creates a GetContentmanagementDocumentsTooManyRequests with default headers values

func (*GetContentmanagementDocumentsTooManyRequests) Error

func (*GetContentmanagementDocumentsTooManyRequests) GetPayload

func (*GetContentmanagementDocumentsTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement documents too many requests response has a 4xx status code

func (*GetContentmanagementDocumentsTooManyRequests) IsCode

IsCode returns true when this get contentmanagement documents too many requests response a status code equal to that given

func (*GetContentmanagementDocumentsTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement documents too many requests response has a 3xx status code

func (*GetContentmanagementDocumentsTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement documents too many requests response has a 5xx status code

func (*GetContentmanagementDocumentsTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement documents too many requests response has a 2xx status code

func (*GetContentmanagementDocumentsTooManyRequests) String

type GetContentmanagementDocumentsUnauthorized

type GetContentmanagementDocumentsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementDocumentsUnauthorized

func NewGetContentmanagementDocumentsUnauthorized() *GetContentmanagementDocumentsUnauthorized

NewGetContentmanagementDocumentsUnauthorized creates a GetContentmanagementDocumentsUnauthorized with default headers values

func (*GetContentmanagementDocumentsUnauthorized) Error

func (*GetContentmanagementDocumentsUnauthorized) GetPayload

func (*GetContentmanagementDocumentsUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement documents unauthorized response has a 4xx status code

func (*GetContentmanagementDocumentsUnauthorized) IsCode

IsCode returns true when this get contentmanagement documents unauthorized response a status code equal to that given

func (*GetContentmanagementDocumentsUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement documents unauthorized response has a 3xx status code

func (*GetContentmanagementDocumentsUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement documents unauthorized response has a 5xx status code

func (*GetContentmanagementDocumentsUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement documents unauthorized response has a 2xx status code

func (*GetContentmanagementDocumentsUnauthorized) String

type GetContentmanagementDocumentsUnsupportedMediaType

type GetContentmanagementDocumentsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementDocumentsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementDocumentsUnsupportedMediaType

func NewGetContentmanagementDocumentsUnsupportedMediaType() *GetContentmanagementDocumentsUnsupportedMediaType

NewGetContentmanagementDocumentsUnsupportedMediaType creates a GetContentmanagementDocumentsUnsupportedMediaType with default headers values

func (*GetContentmanagementDocumentsUnsupportedMediaType) Error

func (*GetContentmanagementDocumentsUnsupportedMediaType) GetPayload

func (*GetContentmanagementDocumentsUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement documents unsupported media type response has a 4xx status code

func (*GetContentmanagementDocumentsUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement documents unsupported media type response a status code equal to that given

func (*GetContentmanagementDocumentsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement documents unsupported media type response has a 3xx status code

func (*GetContentmanagementDocumentsUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement documents unsupported media type response has a 5xx status code

func (*GetContentmanagementDocumentsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement documents unsupported media type response has a 2xx status code

func (*GetContentmanagementDocumentsUnsupportedMediaType) String

type GetContentmanagementQueryBadRequest

type GetContentmanagementQueryBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementQueryBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementQueryBadRequest

func NewGetContentmanagementQueryBadRequest() *GetContentmanagementQueryBadRequest

NewGetContentmanagementQueryBadRequest creates a GetContentmanagementQueryBadRequest with default headers values

func (*GetContentmanagementQueryBadRequest) Error

func (*GetContentmanagementQueryBadRequest) GetPayload

func (*GetContentmanagementQueryBadRequest) IsClientError

func (o *GetContentmanagementQueryBadRequest) IsClientError() bool

IsClientError returns true when this get contentmanagement query bad request response has a 4xx status code

func (*GetContentmanagementQueryBadRequest) IsCode

IsCode returns true when this get contentmanagement query bad request response a status code equal to that given

func (*GetContentmanagementQueryBadRequest) IsRedirect

func (o *GetContentmanagementQueryBadRequest) IsRedirect() bool

IsRedirect returns true when this get contentmanagement query bad request response has a 3xx status code

func (*GetContentmanagementQueryBadRequest) IsServerError

func (o *GetContentmanagementQueryBadRequest) IsServerError() bool

IsServerError returns true when this get contentmanagement query bad request response has a 5xx status code

func (*GetContentmanagementQueryBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement query bad request response has a 2xx status code

func (*GetContentmanagementQueryBadRequest) String

type GetContentmanagementQueryForbidden

type GetContentmanagementQueryForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementQueryForbidden

func NewGetContentmanagementQueryForbidden() *GetContentmanagementQueryForbidden

NewGetContentmanagementQueryForbidden creates a GetContentmanagementQueryForbidden with default headers values

func (*GetContentmanagementQueryForbidden) Error

func (*GetContentmanagementQueryForbidden) GetPayload

func (*GetContentmanagementQueryForbidden) IsClientError

func (o *GetContentmanagementQueryForbidden) IsClientError() bool

IsClientError returns true when this get contentmanagement query forbidden response has a 4xx status code

func (*GetContentmanagementQueryForbidden) IsCode

IsCode returns true when this get contentmanagement query forbidden response a status code equal to that given

func (*GetContentmanagementQueryForbidden) IsRedirect

func (o *GetContentmanagementQueryForbidden) IsRedirect() bool

IsRedirect returns true when this get contentmanagement query forbidden response has a 3xx status code

func (*GetContentmanagementQueryForbidden) IsServerError

func (o *GetContentmanagementQueryForbidden) IsServerError() bool

IsServerError returns true when this get contentmanagement query forbidden response has a 5xx status code

func (*GetContentmanagementQueryForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement query forbidden response has a 2xx status code

func (*GetContentmanagementQueryForbidden) String

type GetContentmanagementQueryGatewayTimeout

type GetContentmanagementQueryGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementQueryGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementQueryGatewayTimeout

func NewGetContentmanagementQueryGatewayTimeout() *GetContentmanagementQueryGatewayTimeout

NewGetContentmanagementQueryGatewayTimeout creates a GetContentmanagementQueryGatewayTimeout with default headers values

func (*GetContentmanagementQueryGatewayTimeout) Error

func (*GetContentmanagementQueryGatewayTimeout) GetPayload

func (*GetContentmanagementQueryGatewayTimeout) IsClientError

func (o *GetContentmanagementQueryGatewayTimeout) IsClientError() bool

IsClientError returns true when this get contentmanagement query gateway timeout response has a 4xx status code

func (*GetContentmanagementQueryGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement query gateway timeout response a status code equal to that given

func (*GetContentmanagementQueryGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement query gateway timeout response has a 3xx status code

func (*GetContentmanagementQueryGatewayTimeout) IsServerError

func (o *GetContentmanagementQueryGatewayTimeout) IsServerError() bool

IsServerError returns true when this get contentmanagement query gateway timeout response has a 5xx status code

func (*GetContentmanagementQueryGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement query gateway timeout response has a 2xx status code

func (*GetContentmanagementQueryGatewayTimeout) String

type GetContentmanagementQueryInternalServerError

type GetContentmanagementQueryInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementQueryInternalServerError

func NewGetContentmanagementQueryInternalServerError() *GetContentmanagementQueryInternalServerError

NewGetContentmanagementQueryInternalServerError creates a GetContentmanagementQueryInternalServerError with default headers values

func (*GetContentmanagementQueryInternalServerError) Error

func (*GetContentmanagementQueryInternalServerError) GetPayload

func (*GetContentmanagementQueryInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement query internal server error response has a 4xx status code

func (*GetContentmanagementQueryInternalServerError) IsCode

IsCode returns true when this get contentmanagement query internal server error response a status code equal to that given

func (*GetContentmanagementQueryInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement query internal server error response has a 3xx status code

func (*GetContentmanagementQueryInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement query internal server error response has a 5xx status code

func (*GetContentmanagementQueryInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement query internal server error response has a 2xx status code

func (*GetContentmanagementQueryInternalServerError) String

type GetContentmanagementQueryNotFound

type GetContentmanagementQueryNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementQueryNotFound

func NewGetContentmanagementQueryNotFound() *GetContentmanagementQueryNotFound

NewGetContentmanagementQueryNotFound creates a GetContentmanagementQueryNotFound with default headers values

func (*GetContentmanagementQueryNotFound) Error

func (*GetContentmanagementQueryNotFound) GetPayload

func (*GetContentmanagementQueryNotFound) IsClientError

func (o *GetContentmanagementQueryNotFound) IsClientError() bool

IsClientError returns true when this get contentmanagement query not found response has a 4xx status code

func (*GetContentmanagementQueryNotFound) IsCode

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

IsCode returns true when this get contentmanagement query not found response a status code equal to that given

func (*GetContentmanagementQueryNotFound) IsRedirect

func (o *GetContentmanagementQueryNotFound) IsRedirect() bool

IsRedirect returns true when this get contentmanagement query not found response has a 3xx status code

func (*GetContentmanagementQueryNotFound) IsServerError

func (o *GetContentmanagementQueryNotFound) IsServerError() bool

IsServerError returns true when this get contentmanagement query not found response has a 5xx status code

func (*GetContentmanagementQueryNotFound) IsSuccess

func (o *GetContentmanagementQueryNotFound) IsSuccess() bool

IsSuccess returns true when this get contentmanagement query not found response has a 2xx status code

func (*GetContentmanagementQueryNotFound) String

type GetContentmanagementQueryOK

type GetContentmanagementQueryOK struct {
	Payload *models.QueryResults
}

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

successful operation

func NewGetContentmanagementQueryOK

func NewGetContentmanagementQueryOK() *GetContentmanagementQueryOK

NewGetContentmanagementQueryOK creates a GetContentmanagementQueryOK with default headers values

func (*GetContentmanagementQueryOK) Error

func (*GetContentmanagementQueryOK) GetPayload

func (*GetContentmanagementQueryOK) IsClientError

func (o *GetContentmanagementQueryOK) IsClientError() bool

IsClientError returns true when this get contentmanagement query o k response has a 4xx status code

func (*GetContentmanagementQueryOK) IsCode

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

IsCode returns true when this get contentmanagement query o k response a status code equal to that given

func (*GetContentmanagementQueryOK) IsRedirect

func (o *GetContentmanagementQueryOK) IsRedirect() bool

IsRedirect returns true when this get contentmanagement query o k response has a 3xx status code

func (*GetContentmanagementQueryOK) IsServerError

func (o *GetContentmanagementQueryOK) IsServerError() bool

IsServerError returns true when this get contentmanagement query o k response has a 5xx status code

func (*GetContentmanagementQueryOK) IsSuccess

func (o *GetContentmanagementQueryOK) IsSuccess() bool

IsSuccess returns true when this get contentmanagement query o k response has a 2xx status code

func (*GetContentmanagementQueryOK) String

func (o *GetContentmanagementQueryOK) String() string

type GetContentmanagementQueryParams

type GetContentmanagementQueryParams struct {

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* QueryPhrase.

	   Phrase tokens are ANDed together over all searchable fields
	*/
	QueryPhrase string

	/* SortBy.

	   name or dateCreated

	   Default: "name"
	*/
	SortBy *string

	/* SortOrder.

	   ascending or descending

	   Default: "ascending"
	*/
	SortOrder *string

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

GetContentmanagementQueryParams contains all the parameters to send to the API endpoint

for the get contentmanagement query operation.

Typically these are written to a http.Request.

func NewGetContentmanagementQueryParams

func NewGetContentmanagementQueryParams() *GetContentmanagementQueryParams

NewGetContentmanagementQueryParams creates a new GetContentmanagementQueryParams 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 NewGetContentmanagementQueryParamsWithContext

func NewGetContentmanagementQueryParamsWithContext(ctx context.Context) *GetContentmanagementQueryParams

NewGetContentmanagementQueryParamsWithContext creates a new GetContentmanagementQueryParams object with the ability to set a context for a request.

func NewGetContentmanagementQueryParamsWithHTTPClient

func NewGetContentmanagementQueryParamsWithHTTPClient(client *http.Client) *GetContentmanagementQueryParams

NewGetContentmanagementQueryParamsWithHTTPClient creates a new GetContentmanagementQueryParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementQueryParamsWithTimeout

func NewGetContentmanagementQueryParamsWithTimeout(timeout time.Duration) *GetContentmanagementQueryParams

NewGetContentmanagementQueryParamsWithTimeout creates a new GetContentmanagementQueryParams object with the ability to set a timeout on a request.

func (*GetContentmanagementQueryParams) SetContext

func (o *GetContentmanagementQueryParams) SetContext(ctx context.Context)

SetContext adds the context to the get contentmanagement query params

func (*GetContentmanagementQueryParams) SetDefaults

func (o *GetContentmanagementQueryParams) SetDefaults()

SetDefaults hydrates default values in the get contentmanagement query params (not the query body).

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

func (*GetContentmanagementQueryParams) SetExpand

func (o *GetContentmanagementQueryParams) SetExpand(expand []string)

SetExpand adds the expand to the get contentmanagement query params

func (*GetContentmanagementQueryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement query params

func (*GetContentmanagementQueryParams) SetPageNumber

func (o *GetContentmanagementQueryParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get contentmanagement query params

func (*GetContentmanagementQueryParams) SetPageSize

func (o *GetContentmanagementQueryParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get contentmanagement query params

func (*GetContentmanagementQueryParams) SetQueryPhrase

func (o *GetContentmanagementQueryParams) SetQueryPhrase(queryPhrase string)

SetQueryPhrase adds the queryPhrase to the get contentmanagement query params

func (*GetContentmanagementQueryParams) SetSortBy

func (o *GetContentmanagementQueryParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get contentmanagement query params

func (*GetContentmanagementQueryParams) SetSortOrder

func (o *GetContentmanagementQueryParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get contentmanagement query params

func (*GetContentmanagementQueryParams) SetTimeout

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

SetTimeout adds the timeout to the get contentmanagement query params

func (*GetContentmanagementQueryParams) WithContext

WithContext adds the context to the get contentmanagement query params

func (*GetContentmanagementQueryParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement query params (not the query body).

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

func (*GetContentmanagementQueryParams) WithExpand

WithExpand adds the expand to the get contentmanagement query params

func (*GetContentmanagementQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement query params

func (*GetContentmanagementQueryParams) WithPageNumber

WithPageNumber adds the pageNumber to the get contentmanagement query params

func (*GetContentmanagementQueryParams) WithPageSize

WithPageSize adds the pageSize to the get contentmanagement query params

func (*GetContentmanagementQueryParams) WithQueryPhrase

WithQueryPhrase adds the queryPhrase to the get contentmanagement query params

func (*GetContentmanagementQueryParams) WithSortBy

WithSortBy adds the sortBy to the get contentmanagement query params

func (*GetContentmanagementQueryParams) WithSortOrder

WithSortOrder adds the sortOrder to the get contentmanagement query params

func (*GetContentmanagementQueryParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement query params

func (*GetContentmanagementQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementQueryReader

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

GetContentmanagementQueryReader is a Reader for the GetContentmanagementQuery structure.

func (*GetContentmanagementQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementQueryRequestEntityTooLarge

type GetContentmanagementQueryRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementQueryRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementQueryRequestEntityTooLarge

func NewGetContentmanagementQueryRequestEntityTooLarge() *GetContentmanagementQueryRequestEntityTooLarge

NewGetContentmanagementQueryRequestEntityTooLarge creates a GetContentmanagementQueryRequestEntityTooLarge with default headers values

func (*GetContentmanagementQueryRequestEntityTooLarge) Error

func (*GetContentmanagementQueryRequestEntityTooLarge) GetPayload

func (*GetContentmanagementQueryRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement query request entity too large response has a 4xx status code

func (*GetContentmanagementQueryRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement query request entity too large response a status code equal to that given

func (*GetContentmanagementQueryRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement query request entity too large response has a 3xx status code

func (*GetContentmanagementQueryRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement query request entity too large response has a 5xx status code

func (*GetContentmanagementQueryRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement query request entity too large response has a 2xx status code

func (*GetContentmanagementQueryRequestEntityTooLarge) String

type GetContentmanagementQueryRequestTimeout

type GetContentmanagementQueryRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementQueryRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementQueryRequestTimeout

func NewGetContentmanagementQueryRequestTimeout() *GetContentmanagementQueryRequestTimeout

NewGetContentmanagementQueryRequestTimeout creates a GetContentmanagementQueryRequestTimeout with default headers values

func (*GetContentmanagementQueryRequestTimeout) Error

func (*GetContentmanagementQueryRequestTimeout) GetPayload

func (*GetContentmanagementQueryRequestTimeout) IsClientError

func (o *GetContentmanagementQueryRequestTimeout) IsClientError() bool

IsClientError returns true when this get contentmanagement query request timeout response has a 4xx status code

func (*GetContentmanagementQueryRequestTimeout) IsCode

IsCode returns true when this get contentmanagement query request timeout response a status code equal to that given

func (*GetContentmanagementQueryRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement query request timeout response has a 3xx status code

func (*GetContentmanagementQueryRequestTimeout) IsServerError

func (o *GetContentmanagementQueryRequestTimeout) IsServerError() bool

IsServerError returns true when this get contentmanagement query request timeout response has a 5xx status code

func (*GetContentmanagementQueryRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement query request timeout response has a 2xx status code

func (*GetContentmanagementQueryRequestTimeout) String

type GetContentmanagementQueryServiceUnavailable

type GetContentmanagementQueryServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementQueryServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementQueryServiceUnavailable

func NewGetContentmanagementQueryServiceUnavailable() *GetContentmanagementQueryServiceUnavailable

NewGetContentmanagementQueryServiceUnavailable creates a GetContentmanagementQueryServiceUnavailable with default headers values

func (*GetContentmanagementQueryServiceUnavailable) Error

func (*GetContentmanagementQueryServiceUnavailable) GetPayload

func (*GetContentmanagementQueryServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement query service unavailable response has a 4xx status code

func (*GetContentmanagementQueryServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement query service unavailable response a status code equal to that given

func (*GetContentmanagementQueryServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement query service unavailable response has a 3xx status code

func (*GetContentmanagementQueryServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement query service unavailable response has a 5xx status code

func (*GetContentmanagementQueryServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement query service unavailable response has a 2xx status code

func (*GetContentmanagementQueryServiceUnavailable) String

type GetContentmanagementQueryTooManyRequests

type GetContentmanagementQueryTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementQueryTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementQueryTooManyRequests

func NewGetContentmanagementQueryTooManyRequests() *GetContentmanagementQueryTooManyRequests

NewGetContentmanagementQueryTooManyRequests creates a GetContentmanagementQueryTooManyRequests with default headers values

func (*GetContentmanagementQueryTooManyRequests) Error

func (*GetContentmanagementQueryTooManyRequests) GetPayload

func (*GetContentmanagementQueryTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement query too many requests response has a 4xx status code

func (*GetContentmanagementQueryTooManyRequests) IsCode

IsCode returns true when this get contentmanagement query too many requests response a status code equal to that given

func (*GetContentmanagementQueryTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement query too many requests response has a 3xx status code

func (*GetContentmanagementQueryTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement query too many requests response has a 5xx status code

func (*GetContentmanagementQueryTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement query too many requests response has a 2xx status code

func (*GetContentmanagementQueryTooManyRequests) String

type GetContentmanagementQueryUnauthorized

type GetContentmanagementQueryUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementQueryUnauthorized

func NewGetContentmanagementQueryUnauthorized() *GetContentmanagementQueryUnauthorized

NewGetContentmanagementQueryUnauthorized creates a GetContentmanagementQueryUnauthorized with default headers values

func (*GetContentmanagementQueryUnauthorized) Error

func (*GetContentmanagementQueryUnauthorized) GetPayload

func (*GetContentmanagementQueryUnauthorized) IsClientError

func (o *GetContentmanagementQueryUnauthorized) IsClientError() bool

IsClientError returns true when this get contentmanagement query unauthorized response has a 4xx status code

func (*GetContentmanagementQueryUnauthorized) IsCode

IsCode returns true when this get contentmanagement query unauthorized response a status code equal to that given

func (*GetContentmanagementQueryUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement query unauthorized response has a 3xx status code

func (*GetContentmanagementQueryUnauthorized) IsServerError

func (o *GetContentmanagementQueryUnauthorized) IsServerError() bool

IsServerError returns true when this get contentmanagement query unauthorized response has a 5xx status code

func (*GetContentmanagementQueryUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement query unauthorized response has a 2xx status code

func (*GetContentmanagementQueryUnauthorized) String

type GetContentmanagementQueryUnsupportedMediaType

type GetContentmanagementQueryUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementQueryUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementQueryUnsupportedMediaType

func NewGetContentmanagementQueryUnsupportedMediaType() *GetContentmanagementQueryUnsupportedMediaType

NewGetContentmanagementQueryUnsupportedMediaType creates a GetContentmanagementQueryUnsupportedMediaType with default headers values

func (*GetContentmanagementQueryUnsupportedMediaType) Error

func (*GetContentmanagementQueryUnsupportedMediaType) GetPayload

func (*GetContentmanagementQueryUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement query unsupported media type response has a 4xx status code

func (*GetContentmanagementQueryUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement query unsupported media type response a status code equal to that given

func (*GetContentmanagementQueryUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement query unsupported media type response has a 3xx status code

func (*GetContentmanagementQueryUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement query unsupported media type response has a 5xx status code

func (*GetContentmanagementQueryUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement query unsupported media type response has a 2xx status code

func (*GetContentmanagementQueryUnsupportedMediaType) String

type GetContentmanagementSecurityprofileBadRequest

type GetContentmanagementSecurityprofileBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementSecurityprofileBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementSecurityprofileBadRequest

func NewGetContentmanagementSecurityprofileBadRequest() *GetContentmanagementSecurityprofileBadRequest

NewGetContentmanagementSecurityprofileBadRequest creates a GetContentmanagementSecurityprofileBadRequest with default headers values

func (*GetContentmanagementSecurityprofileBadRequest) Error

func (*GetContentmanagementSecurityprofileBadRequest) GetPayload

func (*GetContentmanagementSecurityprofileBadRequest) IsClientError

IsClientError returns true when this get contentmanagement securityprofile bad request response has a 4xx status code

func (*GetContentmanagementSecurityprofileBadRequest) IsCode

IsCode returns true when this get contentmanagement securityprofile bad request response a status code equal to that given

func (*GetContentmanagementSecurityprofileBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofile bad request response has a 3xx status code

func (*GetContentmanagementSecurityprofileBadRequest) IsServerError

IsServerError returns true when this get contentmanagement securityprofile bad request response has a 5xx status code

func (*GetContentmanagementSecurityprofileBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofile bad request response has a 2xx status code

func (*GetContentmanagementSecurityprofileBadRequest) String

type GetContentmanagementSecurityprofileForbidden

type GetContentmanagementSecurityprofileForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementSecurityprofileForbidden

func NewGetContentmanagementSecurityprofileForbidden() *GetContentmanagementSecurityprofileForbidden

NewGetContentmanagementSecurityprofileForbidden creates a GetContentmanagementSecurityprofileForbidden with default headers values

func (*GetContentmanagementSecurityprofileForbidden) Error

func (*GetContentmanagementSecurityprofileForbidden) GetPayload

func (*GetContentmanagementSecurityprofileForbidden) IsClientError

IsClientError returns true when this get contentmanagement securityprofile forbidden response has a 4xx status code

func (*GetContentmanagementSecurityprofileForbidden) IsCode

IsCode returns true when this get contentmanagement securityprofile forbidden response a status code equal to that given

func (*GetContentmanagementSecurityprofileForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofile forbidden response has a 3xx status code

func (*GetContentmanagementSecurityprofileForbidden) IsServerError

IsServerError returns true when this get contentmanagement securityprofile forbidden response has a 5xx status code

func (*GetContentmanagementSecurityprofileForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofile forbidden response has a 2xx status code

func (*GetContentmanagementSecurityprofileForbidden) String

type GetContentmanagementSecurityprofileGatewayTimeout

type GetContentmanagementSecurityprofileGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementSecurityprofileGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementSecurityprofileGatewayTimeout

func NewGetContentmanagementSecurityprofileGatewayTimeout() *GetContentmanagementSecurityprofileGatewayTimeout

NewGetContentmanagementSecurityprofileGatewayTimeout creates a GetContentmanagementSecurityprofileGatewayTimeout with default headers values

func (*GetContentmanagementSecurityprofileGatewayTimeout) Error

func (*GetContentmanagementSecurityprofileGatewayTimeout) GetPayload

func (*GetContentmanagementSecurityprofileGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement securityprofile gateway timeout response has a 4xx status code

func (*GetContentmanagementSecurityprofileGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement securityprofile gateway timeout response a status code equal to that given

func (*GetContentmanagementSecurityprofileGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofile gateway timeout response has a 3xx status code

func (*GetContentmanagementSecurityprofileGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement securityprofile gateway timeout response has a 5xx status code

func (*GetContentmanagementSecurityprofileGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofile gateway timeout response has a 2xx status code

func (*GetContentmanagementSecurityprofileGatewayTimeout) String

type GetContentmanagementSecurityprofileInternalServerError

type GetContentmanagementSecurityprofileInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementSecurityprofileInternalServerError

func NewGetContentmanagementSecurityprofileInternalServerError() *GetContentmanagementSecurityprofileInternalServerError

NewGetContentmanagementSecurityprofileInternalServerError creates a GetContentmanagementSecurityprofileInternalServerError with default headers values

func (*GetContentmanagementSecurityprofileInternalServerError) Error

func (*GetContentmanagementSecurityprofileInternalServerError) GetPayload

func (*GetContentmanagementSecurityprofileInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement securityprofile internal server error response has a 4xx status code

func (*GetContentmanagementSecurityprofileInternalServerError) IsCode

IsCode returns true when this get contentmanagement securityprofile internal server error response a status code equal to that given

func (*GetContentmanagementSecurityprofileInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofile internal server error response has a 3xx status code

func (*GetContentmanagementSecurityprofileInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement securityprofile internal server error response has a 5xx status code

func (*GetContentmanagementSecurityprofileInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofile internal server error response has a 2xx status code

func (*GetContentmanagementSecurityprofileInternalServerError) String

type GetContentmanagementSecurityprofileNotFound

type GetContentmanagementSecurityprofileNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementSecurityprofileNotFound

func NewGetContentmanagementSecurityprofileNotFound() *GetContentmanagementSecurityprofileNotFound

NewGetContentmanagementSecurityprofileNotFound creates a GetContentmanagementSecurityprofileNotFound with default headers values

func (*GetContentmanagementSecurityprofileNotFound) Error

func (*GetContentmanagementSecurityprofileNotFound) GetPayload

func (*GetContentmanagementSecurityprofileNotFound) IsClientError

IsClientError returns true when this get contentmanagement securityprofile not found response has a 4xx status code

func (*GetContentmanagementSecurityprofileNotFound) IsCode

IsCode returns true when this get contentmanagement securityprofile not found response a status code equal to that given

func (*GetContentmanagementSecurityprofileNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofile not found response has a 3xx status code

func (*GetContentmanagementSecurityprofileNotFound) IsServerError

IsServerError returns true when this get contentmanagement securityprofile not found response has a 5xx status code

func (*GetContentmanagementSecurityprofileNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofile not found response has a 2xx status code

func (*GetContentmanagementSecurityprofileNotFound) String

type GetContentmanagementSecurityprofileOK

type GetContentmanagementSecurityprofileOK struct {
	Payload *models.SecurityProfile
}

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

successful operation

func NewGetContentmanagementSecurityprofileOK

func NewGetContentmanagementSecurityprofileOK() *GetContentmanagementSecurityprofileOK

NewGetContentmanagementSecurityprofileOK creates a GetContentmanagementSecurityprofileOK with default headers values

func (*GetContentmanagementSecurityprofileOK) Error

func (*GetContentmanagementSecurityprofileOK) GetPayload

func (*GetContentmanagementSecurityprofileOK) IsClientError

func (o *GetContentmanagementSecurityprofileOK) IsClientError() bool

IsClientError returns true when this get contentmanagement securityprofile o k response has a 4xx status code

func (*GetContentmanagementSecurityprofileOK) IsCode

IsCode returns true when this get contentmanagement securityprofile o k response a status code equal to that given

func (*GetContentmanagementSecurityprofileOK) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofile o k response has a 3xx status code

func (*GetContentmanagementSecurityprofileOK) IsServerError

func (o *GetContentmanagementSecurityprofileOK) IsServerError() bool

IsServerError returns true when this get contentmanagement securityprofile o k response has a 5xx status code

func (*GetContentmanagementSecurityprofileOK) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofile o k response has a 2xx status code

func (*GetContentmanagementSecurityprofileOK) String

type GetContentmanagementSecurityprofileParams

type GetContentmanagementSecurityprofileParams struct {

	/* SecurityProfileID.

	   Security Profile Id
	*/
	SecurityProfileID string

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

GetContentmanagementSecurityprofileParams contains all the parameters to send to the API endpoint

for the get contentmanagement securityprofile operation.

Typically these are written to a http.Request.

func NewGetContentmanagementSecurityprofileParams

func NewGetContentmanagementSecurityprofileParams() *GetContentmanagementSecurityprofileParams

NewGetContentmanagementSecurityprofileParams creates a new GetContentmanagementSecurityprofileParams 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 NewGetContentmanagementSecurityprofileParamsWithContext

func NewGetContentmanagementSecurityprofileParamsWithContext(ctx context.Context) *GetContentmanagementSecurityprofileParams

NewGetContentmanagementSecurityprofileParamsWithContext creates a new GetContentmanagementSecurityprofileParams object with the ability to set a context for a request.

func NewGetContentmanagementSecurityprofileParamsWithHTTPClient

func NewGetContentmanagementSecurityprofileParamsWithHTTPClient(client *http.Client) *GetContentmanagementSecurityprofileParams

NewGetContentmanagementSecurityprofileParamsWithHTTPClient creates a new GetContentmanagementSecurityprofileParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementSecurityprofileParamsWithTimeout

func NewGetContentmanagementSecurityprofileParamsWithTimeout(timeout time.Duration) *GetContentmanagementSecurityprofileParams

NewGetContentmanagementSecurityprofileParamsWithTimeout creates a new GetContentmanagementSecurityprofileParams object with the ability to set a timeout on a request.

func (*GetContentmanagementSecurityprofileParams) SetContext

SetContext adds the context to the get contentmanagement securityprofile params

func (*GetContentmanagementSecurityprofileParams) SetDefaults

SetDefaults hydrates default values in the get contentmanagement securityprofile params (not the query body).

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

func (*GetContentmanagementSecurityprofileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement securityprofile params

func (*GetContentmanagementSecurityprofileParams) SetSecurityProfileID

func (o *GetContentmanagementSecurityprofileParams) SetSecurityProfileID(securityProfileID string)

SetSecurityProfileID adds the securityProfileId to the get contentmanagement securityprofile params

func (*GetContentmanagementSecurityprofileParams) SetTimeout

SetTimeout adds the timeout to the get contentmanagement securityprofile params

func (*GetContentmanagementSecurityprofileParams) WithContext

WithContext adds the context to the get contentmanagement securityprofile params

func (*GetContentmanagementSecurityprofileParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement securityprofile params (not the query body).

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

func (*GetContentmanagementSecurityprofileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement securityprofile params

func (*GetContentmanagementSecurityprofileParams) WithSecurityProfileID

WithSecurityProfileID adds the securityProfileID to the get contentmanagement securityprofile params

func (*GetContentmanagementSecurityprofileParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement securityprofile params

func (*GetContentmanagementSecurityprofileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementSecurityprofileReader

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

GetContentmanagementSecurityprofileReader is a Reader for the GetContentmanagementSecurityprofile structure.

func (*GetContentmanagementSecurityprofileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementSecurityprofileRequestEntityTooLarge

type GetContentmanagementSecurityprofileRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementSecurityprofileRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementSecurityprofileRequestEntityTooLarge

func NewGetContentmanagementSecurityprofileRequestEntityTooLarge() *GetContentmanagementSecurityprofileRequestEntityTooLarge

NewGetContentmanagementSecurityprofileRequestEntityTooLarge creates a GetContentmanagementSecurityprofileRequestEntityTooLarge with default headers values

func (*GetContentmanagementSecurityprofileRequestEntityTooLarge) Error

func (*GetContentmanagementSecurityprofileRequestEntityTooLarge) GetPayload

func (*GetContentmanagementSecurityprofileRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement securityprofile request entity too large response has a 4xx status code

func (*GetContentmanagementSecurityprofileRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement securityprofile request entity too large response a status code equal to that given

func (*GetContentmanagementSecurityprofileRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofile request entity too large response has a 3xx status code

func (*GetContentmanagementSecurityprofileRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement securityprofile request entity too large response has a 5xx status code

func (*GetContentmanagementSecurityprofileRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofile request entity too large response has a 2xx status code

func (*GetContentmanagementSecurityprofileRequestEntityTooLarge) String

type GetContentmanagementSecurityprofileRequestTimeout

type GetContentmanagementSecurityprofileRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementSecurityprofileRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementSecurityprofileRequestTimeout

func NewGetContentmanagementSecurityprofileRequestTimeout() *GetContentmanagementSecurityprofileRequestTimeout

NewGetContentmanagementSecurityprofileRequestTimeout creates a GetContentmanagementSecurityprofileRequestTimeout with default headers values

func (*GetContentmanagementSecurityprofileRequestTimeout) Error

func (*GetContentmanagementSecurityprofileRequestTimeout) GetPayload

func (*GetContentmanagementSecurityprofileRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement securityprofile request timeout response has a 4xx status code

func (*GetContentmanagementSecurityprofileRequestTimeout) IsCode

IsCode returns true when this get contentmanagement securityprofile request timeout response a status code equal to that given

func (*GetContentmanagementSecurityprofileRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofile request timeout response has a 3xx status code

func (*GetContentmanagementSecurityprofileRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement securityprofile request timeout response has a 5xx status code

func (*GetContentmanagementSecurityprofileRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofile request timeout response has a 2xx status code

func (*GetContentmanagementSecurityprofileRequestTimeout) String

type GetContentmanagementSecurityprofileServiceUnavailable

type GetContentmanagementSecurityprofileServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementSecurityprofileServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementSecurityprofileServiceUnavailable

func NewGetContentmanagementSecurityprofileServiceUnavailable() *GetContentmanagementSecurityprofileServiceUnavailable

NewGetContentmanagementSecurityprofileServiceUnavailable creates a GetContentmanagementSecurityprofileServiceUnavailable with default headers values

func (*GetContentmanagementSecurityprofileServiceUnavailable) Error

func (*GetContentmanagementSecurityprofileServiceUnavailable) GetPayload

func (*GetContentmanagementSecurityprofileServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement securityprofile service unavailable response has a 4xx status code

func (*GetContentmanagementSecurityprofileServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement securityprofile service unavailable response a status code equal to that given

func (*GetContentmanagementSecurityprofileServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofile service unavailable response has a 3xx status code

func (*GetContentmanagementSecurityprofileServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement securityprofile service unavailable response has a 5xx status code

func (*GetContentmanagementSecurityprofileServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofile service unavailable response has a 2xx status code

func (*GetContentmanagementSecurityprofileServiceUnavailable) String

type GetContentmanagementSecurityprofileTooManyRequests

type GetContentmanagementSecurityprofileTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementSecurityprofileTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementSecurityprofileTooManyRequests

func NewGetContentmanagementSecurityprofileTooManyRequests() *GetContentmanagementSecurityprofileTooManyRequests

NewGetContentmanagementSecurityprofileTooManyRequests creates a GetContentmanagementSecurityprofileTooManyRequests with default headers values

func (*GetContentmanagementSecurityprofileTooManyRequests) Error

func (*GetContentmanagementSecurityprofileTooManyRequests) GetPayload

func (*GetContentmanagementSecurityprofileTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement securityprofile too many requests response has a 4xx status code

func (*GetContentmanagementSecurityprofileTooManyRequests) IsCode

IsCode returns true when this get contentmanagement securityprofile too many requests response a status code equal to that given

func (*GetContentmanagementSecurityprofileTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofile too many requests response has a 3xx status code

func (*GetContentmanagementSecurityprofileTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement securityprofile too many requests response has a 5xx status code

func (*GetContentmanagementSecurityprofileTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofile too many requests response has a 2xx status code

func (*GetContentmanagementSecurityprofileTooManyRequests) String

type GetContentmanagementSecurityprofileUnauthorized

type GetContentmanagementSecurityprofileUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementSecurityprofileUnauthorized

func NewGetContentmanagementSecurityprofileUnauthorized() *GetContentmanagementSecurityprofileUnauthorized

NewGetContentmanagementSecurityprofileUnauthorized creates a GetContentmanagementSecurityprofileUnauthorized with default headers values

func (*GetContentmanagementSecurityprofileUnauthorized) Error

func (*GetContentmanagementSecurityprofileUnauthorized) GetPayload

func (*GetContentmanagementSecurityprofileUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement securityprofile unauthorized response has a 4xx status code

func (*GetContentmanagementSecurityprofileUnauthorized) IsCode

IsCode returns true when this get contentmanagement securityprofile unauthorized response a status code equal to that given

func (*GetContentmanagementSecurityprofileUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofile unauthorized response has a 3xx status code

func (*GetContentmanagementSecurityprofileUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement securityprofile unauthorized response has a 5xx status code

func (*GetContentmanagementSecurityprofileUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofile unauthorized response has a 2xx status code

func (*GetContentmanagementSecurityprofileUnauthorized) String

type GetContentmanagementSecurityprofileUnsupportedMediaType

type GetContentmanagementSecurityprofileUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementSecurityprofileUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementSecurityprofileUnsupportedMediaType

func NewGetContentmanagementSecurityprofileUnsupportedMediaType() *GetContentmanagementSecurityprofileUnsupportedMediaType

NewGetContentmanagementSecurityprofileUnsupportedMediaType creates a GetContentmanagementSecurityprofileUnsupportedMediaType with default headers values

func (*GetContentmanagementSecurityprofileUnsupportedMediaType) Error

func (*GetContentmanagementSecurityprofileUnsupportedMediaType) GetPayload

func (*GetContentmanagementSecurityprofileUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement securityprofile unsupported media type response has a 4xx status code

func (*GetContentmanagementSecurityprofileUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement securityprofile unsupported media type response a status code equal to that given

func (*GetContentmanagementSecurityprofileUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofile unsupported media type response has a 3xx status code

func (*GetContentmanagementSecurityprofileUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement securityprofile unsupported media type response has a 5xx status code

func (*GetContentmanagementSecurityprofileUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofile unsupported media type response has a 2xx status code

func (*GetContentmanagementSecurityprofileUnsupportedMediaType) String

type GetContentmanagementSecurityprofilesBadRequest

type GetContentmanagementSecurityprofilesBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementSecurityprofilesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementSecurityprofilesBadRequest

func NewGetContentmanagementSecurityprofilesBadRequest() *GetContentmanagementSecurityprofilesBadRequest

NewGetContentmanagementSecurityprofilesBadRequest creates a GetContentmanagementSecurityprofilesBadRequest with default headers values

func (*GetContentmanagementSecurityprofilesBadRequest) Error

func (*GetContentmanagementSecurityprofilesBadRequest) GetPayload

func (*GetContentmanagementSecurityprofilesBadRequest) IsClientError

IsClientError returns true when this get contentmanagement securityprofiles bad request response has a 4xx status code

func (*GetContentmanagementSecurityprofilesBadRequest) IsCode

IsCode returns true when this get contentmanagement securityprofiles bad request response a status code equal to that given

func (*GetContentmanagementSecurityprofilesBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofiles bad request response has a 3xx status code

func (*GetContentmanagementSecurityprofilesBadRequest) IsServerError

IsServerError returns true when this get contentmanagement securityprofiles bad request response has a 5xx status code

func (*GetContentmanagementSecurityprofilesBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofiles bad request response has a 2xx status code

func (*GetContentmanagementSecurityprofilesBadRequest) String

type GetContentmanagementSecurityprofilesForbidden

type GetContentmanagementSecurityprofilesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementSecurityprofilesForbidden

func NewGetContentmanagementSecurityprofilesForbidden() *GetContentmanagementSecurityprofilesForbidden

NewGetContentmanagementSecurityprofilesForbidden creates a GetContentmanagementSecurityprofilesForbidden with default headers values

func (*GetContentmanagementSecurityprofilesForbidden) Error

func (*GetContentmanagementSecurityprofilesForbidden) GetPayload

func (*GetContentmanagementSecurityprofilesForbidden) IsClientError

IsClientError returns true when this get contentmanagement securityprofiles forbidden response has a 4xx status code

func (*GetContentmanagementSecurityprofilesForbidden) IsCode

IsCode returns true when this get contentmanagement securityprofiles forbidden response a status code equal to that given

func (*GetContentmanagementSecurityprofilesForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofiles forbidden response has a 3xx status code

func (*GetContentmanagementSecurityprofilesForbidden) IsServerError

IsServerError returns true when this get contentmanagement securityprofiles forbidden response has a 5xx status code

func (*GetContentmanagementSecurityprofilesForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofiles forbidden response has a 2xx status code

func (*GetContentmanagementSecurityprofilesForbidden) String

type GetContentmanagementSecurityprofilesGatewayTimeout

type GetContentmanagementSecurityprofilesGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementSecurityprofilesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementSecurityprofilesGatewayTimeout

func NewGetContentmanagementSecurityprofilesGatewayTimeout() *GetContentmanagementSecurityprofilesGatewayTimeout

NewGetContentmanagementSecurityprofilesGatewayTimeout creates a GetContentmanagementSecurityprofilesGatewayTimeout with default headers values

func (*GetContentmanagementSecurityprofilesGatewayTimeout) Error

func (*GetContentmanagementSecurityprofilesGatewayTimeout) GetPayload

func (*GetContentmanagementSecurityprofilesGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement securityprofiles gateway timeout response has a 4xx status code

func (*GetContentmanagementSecurityprofilesGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement securityprofiles gateway timeout response a status code equal to that given

func (*GetContentmanagementSecurityprofilesGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofiles gateway timeout response has a 3xx status code

func (*GetContentmanagementSecurityprofilesGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement securityprofiles gateway timeout response has a 5xx status code

func (*GetContentmanagementSecurityprofilesGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofiles gateway timeout response has a 2xx status code

func (*GetContentmanagementSecurityprofilesGatewayTimeout) String

type GetContentmanagementSecurityprofilesInternalServerError

type GetContentmanagementSecurityprofilesInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementSecurityprofilesInternalServerError

func NewGetContentmanagementSecurityprofilesInternalServerError() *GetContentmanagementSecurityprofilesInternalServerError

NewGetContentmanagementSecurityprofilesInternalServerError creates a GetContentmanagementSecurityprofilesInternalServerError with default headers values

func (*GetContentmanagementSecurityprofilesInternalServerError) Error

func (*GetContentmanagementSecurityprofilesInternalServerError) GetPayload

func (*GetContentmanagementSecurityprofilesInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement securityprofiles internal server error response has a 4xx status code

func (*GetContentmanagementSecurityprofilesInternalServerError) IsCode

IsCode returns true when this get contentmanagement securityprofiles internal server error response a status code equal to that given

func (*GetContentmanagementSecurityprofilesInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofiles internal server error response has a 3xx status code

func (*GetContentmanagementSecurityprofilesInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement securityprofiles internal server error response has a 5xx status code

func (*GetContentmanagementSecurityprofilesInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofiles internal server error response has a 2xx status code

func (*GetContentmanagementSecurityprofilesInternalServerError) String

type GetContentmanagementSecurityprofilesNotFound

type GetContentmanagementSecurityprofilesNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementSecurityprofilesNotFound

func NewGetContentmanagementSecurityprofilesNotFound() *GetContentmanagementSecurityprofilesNotFound

NewGetContentmanagementSecurityprofilesNotFound creates a GetContentmanagementSecurityprofilesNotFound with default headers values

func (*GetContentmanagementSecurityprofilesNotFound) Error

func (*GetContentmanagementSecurityprofilesNotFound) GetPayload

func (*GetContentmanagementSecurityprofilesNotFound) IsClientError

IsClientError returns true when this get contentmanagement securityprofiles not found response has a 4xx status code

func (*GetContentmanagementSecurityprofilesNotFound) IsCode

IsCode returns true when this get contentmanagement securityprofiles not found response a status code equal to that given

func (*GetContentmanagementSecurityprofilesNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofiles not found response has a 3xx status code

func (*GetContentmanagementSecurityprofilesNotFound) IsServerError

IsServerError returns true when this get contentmanagement securityprofiles not found response has a 5xx status code

func (*GetContentmanagementSecurityprofilesNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofiles not found response has a 2xx status code

func (*GetContentmanagementSecurityprofilesNotFound) String

type GetContentmanagementSecurityprofilesOK

type GetContentmanagementSecurityprofilesOK struct {
	Payload *models.SecurityProfileEntityListing
}

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

successful operation

func NewGetContentmanagementSecurityprofilesOK

func NewGetContentmanagementSecurityprofilesOK() *GetContentmanagementSecurityprofilesOK

NewGetContentmanagementSecurityprofilesOK creates a GetContentmanagementSecurityprofilesOK with default headers values

func (*GetContentmanagementSecurityprofilesOK) Error

func (*GetContentmanagementSecurityprofilesOK) GetPayload

func (*GetContentmanagementSecurityprofilesOK) IsClientError

func (o *GetContentmanagementSecurityprofilesOK) IsClientError() bool

IsClientError returns true when this get contentmanagement securityprofiles o k response has a 4xx status code

func (*GetContentmanagementSecurityprofilesOK) IsCode

IsCode returns true when this get contentmanagement securityprofiles o k response a status code equal to that given

func (*GetContentmanagementSecurityprofilesOK) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofiles o k response has a 3xx status code

func (*GetContentmanagementSecurityprofilesOK) IsServerError

func (o *GetContentmanagementSecurityprofilesOK) IsServerError() bool

IsServerError returns true when this get contentmanagement securityprofiles o k response has a 5xx status code

func (*GetContentmanagementSecurityprofilesOK) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofiles o k response has a 2xx status code

func (*GetContentmanagementSecurityprofilesOK) String

type GetContentmanagementSecurityprofilesParams

type GetContentmanagementSecurityprofilesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetContentmanagementSecurityprofilesParams contains all the parameters to send to the API endpoint

for the get contentmanagement securityprofiles operation.

Typically these are written to a http.Request.

func NewGetContentmanagementSecurityprofilesParams

func NewGetContentmanagementSecurityprofilesParams() *GetContentmanagementSecurityprofilesParams

NewGetContentmanagementSecurityprofilesParams creates a new GetContentmanagementSecurityprofilesParams 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 NewGetContentmanagementSecurityprofilesParamsWithContext

func NewGetContentmanagementSecurityprofilesParamsWithContext(ctx context.Context) *GetContentmanagementSecurityprofilesParams

NewGetContentmanagementSecurityprofilesParamsWithContext creates a new GetContentmanagementSecurityprofilesParams object with the ability to set a context for a request.

func NewGetContentmanagementSecurityprofilesParamsWithHTTPClient

func NewGetContentmanagementSecurityprofilesParamsWithHTTPClient(client *http.Client) *GetContentmanagementSecurityprofilesParams

NewGetContentmanagementSecurityprofilesParamsWithHTTPClient creates a new GetContentmanagementSecurityprofilesParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementSecurityprofilesParamsWithTimeout

func NewGetContentmanagementSecurityprofilesParamsWithTimeout(timeout time.Duration) *GetContentmanagementSecurityprofilesParams

NewGetContentmanagementSecurityprofilesParamsWithTimeout creates a new GetContentmanagementSecurityprofilesParams object with the ability to set a timeout on a request.

func (*GetContentmanagementSecurityprofilesParams) SetContext

SetContext adds the context to the get contentmanagement securityprofiles params

func (*GetContentmanagementSecurityprofilesParams) SetDefaults

SetDefaults hydrates default values in the get contentmanagement securityprofiles params (not the query body).

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

func (*GetContentmanagementSecurityprofilesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement securityprofiles params

func (*GetContentmanagementSecurityprofilesParams) SetTimeout

SetTimeout adds the timeout to the get contentmanagement securityprofiles params

func (*GetContentmanagementSecurityprofilesParams) WithContext

WithContext adds the context to the get contentmanagement securityprofiles params

func (*GetContentmanagementSecurityprofilesParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement securityprofiles params (not the query body).

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

func (*GetContentmanagementSecurityprofilesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement securityprofiles params

func (*GetContentmanagementSecurityprofilesParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement securityprofiles params

func (*GetContentmanagementSecurityprofilesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementSecurityprofilesReader

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

GetContentmanagementSecurityprofilesReader is a Reader for the GetContentmanagementSecurityprofiles structure.

func (*GetContentmanagementSecurityprofilesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementSecurityprofilesRequestEntityTooLarge

type GetContentmanagementSecurityprofilesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementSecurityprofilesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementSecurityprofilesRequestEntityTooLarge

func NewGetContentmanagementSecurityprofilesRequestEntityTooLarge() *GetContentmanagementSecurityprofilesRequestEntityTooLarge

NewGetContentmanagementSecurityprofilesRequestEntityTooLarge creates a GetContentmanagementSecurityprofilesRequestEntityTooLarge with default headers values

func (*GetContentmanagementSecurityprofilesRequestEntityTooLarge) Error

func (*GetContentmanagementSecurityprofilesRequestEntityTooLarge) GetPayload

func (*GetContentmanagementSecurityprofilesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement securityprofiles request entity too large response has a 4xx status code

func (*GetContentmanagementSecurityprofilesRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement securityprofiles request entity too large response a status code equal to that given

func (*GetContentmanagementSecurityprofilesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofiles request entity too large response has a 3xx status code

func (*GetContentmanagementSecurityprofilesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement securityprofiles request entity too large response has a 5xx status code

func (*GetContentmanagementSecurityprofilesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofiles request entity too large response has a 2xx status code

func (*GetContentmanagementSecurityprofilesRequestEntityTooLarge) String

type GetContentmanagementSecurityprofilesRequestTimeout

type GetContentmanagementSecurityprofilesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementSecurityprofilesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementSecurityprofilesRequestTimeout

func NewGetContentmanagementSecurityprofilesRequestTimeout() *GetContentmanagementSecurityprofilesRequestTimeout

NewGetContentmanagementSecurityprofilesRequestTimeout creates a GetContentmanagementSecurityprofilesRequestTimeout with default headers values

func (*GetContentmanagementSecurityprofilesRequestTimeout) Error

func (*GetContentmanagementSecurityprofilesRequestTimeout) GetPayload

func (*GetContentmanagementSecurityprofilesRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement securityprofiles request timeout response has a 4xx status code

func (*GetContentmanagementSecurityprofilesRequestTimeout) IsCode

IsCode returns true when this get contentmanagement securityprofiles request timeout response a status code equal to that given

func (*GetContentmanagementSecurityprofilesRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofiles request timeout response has a 3xx status code

func (*GetContentmanagementSecurityprofilesRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement securityprofiles request timeout response has a 5xx status code

func (*GetContentmanagementSecurityprofilesRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofiles request timeout response has a 2xx status code

func (*GetContentmanagementSecurityprofilesRequestTimeout) String

type GetContentmanagementSecurityprofilesServiceUnavailable

type GetContentmanagementSecurityprofilesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementSecurityprofilesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementSecurityprofilesServiceUnavailable

func NewGetContentmanagementSecurityprofilesServiceUnavailable() *GetContentmanagementSecurityprofilesServiceUnavailable

NewGetContentmanagementSecurityprofilesServiceUnavailable creates a GetContentmanagementSecurityprofilesServiceUnavailable with default headers values

func (*GetContentmanagementSecurityprofilesServiceUnavailable) Error

func (*GetContentmanagementSecurityprofilesServiceUnavailable) GetPayload

func (*GetContentmanagementSecurityprofilesServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement securityprofiles service unavailable response has a 4xx status code

func (*GetContentmanagementSecurityprofilesServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement securityprofiles service unavailable response a status code equal to that given

func (*GetContentmanagementSecurityprofilesServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofiles service unavailable response has a 3xx status code

func (*GetContentmanagementSecurityprofilesServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement securityprofiles service unavailable response has a 5xx status code

func (*GetContentmanagementSecurityprofilesServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofiles service unavailable response has a 2xx status code

func (*GetContentmanagementSecurityprofilesServiceUnavailable) String

type GetContentmanagementSecurityprofilesTooManyRequests

type GetContentmanagementSecurityprofilesTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementSecurityprofilesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementSecurityprofilesTooManyRequests

func NewGetContentmanagementSecurityprofilesTooManyRequests() *GetContentmanagementSecurityprofilesTooManyRequests

NewGetContentmanagementSecurityprofilesTooManyRequests creates a GetContentmanagementSecurityprofilesTooManyRequests with default headers values

func (*GetContentmanagementSecurityprofilesTooManyRequests) Error

func (*GetContentmanagementSecurityprofilesTooManyRequests) GetPayload

func (*GetContentmanagementSecurityprofilesTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement securityprofiles too many requests response has a 4xx status code

func (*GetContentmanagementSecurityprofilesTooManyRequests) IsCode

IsCode returns true when this get contentmanagement securityprofiles too many requests response a status code equal to that given

func (*GetContentmanagementSecurityprofilesTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofiles too many requests response has a 3xx status code

func (*GetContentmanagementSecurityprofilesTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement securityprofiles too many requests response has a 5xx status code

func (*GetContentmanagementSecurityprofilesTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofiles too many requests response has a 2xx status code

func (*GetContentmanagementSecurityprofilesTooManyRequests) String

type GetContentmanagementSecurityprofilesUnauthorized

type GetContentmanagementSecurityprofilesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementSecurityprofilesUnauthorized

func NewGetContentmanagementSecurityprofilesUnauthorized() *GetContentmanagementSecurityprofilesUnauthorized

NewGetContentmanagementSecurityprofilesUnauthorized creates a GetContentmanagementSecurityprofilesUnauthorized with default headers values

func (*GetContentmanagementSecurityprofilesUnauthorized) Error

func (*GetContentmanagementSecurityprofilesUnauthorized) GetPayload

func (*GetContentmanagementSecurityprofilesUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement securityprofiles unauthorized response has a 4xx status code

func (*GetContentmanagementSecurityprofilesUnauthorized) IsCode

IsCode returns true when this get contentmanagement securityprofiles unauthorized response a status code equal to that given

func (*GetContentmanagementSecurityprofilesUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofiles unauthorized response has a 3xx status code

func (*GetContentmanagementSecurityprofilesUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement securityprofiles unauthorized response has a 5xx status code

func (*GetContentmanagementSecurityprofilesUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofiles unauthorized response has a 2xx status code

func (*GetContentmanagementSecurityprofilesUnauthorized) String

type GetContentmanagementSecurityprofilesUnsupportedMediaType

type GetContentmanagementSecurityprofilesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementSecurityprofilesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementSecurityprofilesUnsupportedMediaType

func NewGetContentmanagementSecurityprofilesUnsupportedMediaType() *GetContentmanagementSecurityprofilesUnsupportedMediaType

NewGetContentmanagementSecurityprofilesUnsupportedMediaType creates a GetContentmanagementSecurityprofilesUnsupportedMediaType with default headers values

func (*GetContentmanagementSecurityprofilesUnsupportedMediaType) Error

func (*GetContentmanagementSecurityprofilesUnsupportedMediaType) GetPayload

func (*GetContentmanagementSecurityprofilesUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement securityprofiles unsupported media type response has a 4xx status code

func (*GetContentmanagementSecurityprofilesUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement securityprofiles unsupported media type response a status code equal to that given

func (*GetContentmanagementSecurityprofilesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement securityprofiles unsupported media type response has a 3xx status code

func (*GetContentmanagementSecurityprofilesUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement securityprofiles unsupported media type response has a 5xx status code

func (*GetContentmanagementSecurityprofilesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement securityprofiles unsupported media type response has a 2xx status code

func (*GetContentmanagementSecurityprofilesUnsupportedMediaType) String

type GetContentmanagementShareBadRequest

type GetContentmanagementShareBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementShareBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementShareBadRequest

func NewGetContentmanagementShareBadRequest() *GetContentmanagementShareBadRequest

NewGetContentmanagementShareBadRequest creates a GetContentmanagementShareBadRequest with default headers values

func (*GetContentmanagementShareBadRequest) Error

func (*GetContentmanagementShareBadRequest) GetPayload

func (*GetContentmanagementShareBadRequest) IsClientError

func (o *GetContentmanagementShareBadRequest) IsClientError() bool

IsClientError returns true when this get contentmanagement share bad request response has a 4xx status code

func (*GetContentmanagementShareBadRequest) IsCode

IsCode returns true when this get contentmanagement share bad request response a status code equal to that given

func (*GetContentmanagementShareBadRequest) IsRedirect

func (o *GetContentmanagementShareBadRequest) IsRedirect() bool

IsRedirect returns true when this get contentmanagement share bad request response has a 3xx status code

func (*GetContentmanagementShareBadRequest) IsServerError

func (o *GetContentmanagementShareBadRequest) IsServerError() bool

IsServerError returns true when this get contentmanagement share bad request response has a 5xx status code

func (*GetContentmanagementShareBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement share bad request response has a 2xx status code

func (*GetContentmanagementShareBadRequest) String

type GetContentmanagementShareForbidden

type GetContentmanagementShareForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementShareForbidden

func NewGetContentmanagementShareForbidden() *GetContentmanagementShareForbidden

NewGetContentmanagementShareForbidden creates a GetContentmanagementShareForbidden with default headers values

func (*GetContentmanagementShareForbidden) Error

func (*GetContentmanagementShareForbidden) GetPayload

func (*GetContentmanagementShareForbidden) IsClientError

func (o *GetContentmanagementShareForbidden) IsClientError() bool

IsClientError returns true when this get contentmanagement share forbidden response has a 4xx status code

func (*GetContentmanagementShareForbidden) IsCode

IsCode returns true when this get contentmanagement share forbidden response a status code equal to that given

func (*GetContentmanagementShareForbidden) IsRedirect

func (o *GetContentmanagementShareForbidden) IsRedirect() bool

IsRedirect returns true when this get contentmanagement share forbidden response has a 3xx status code

func (*GetContentmanagementShareForbidden) IsServerError

func (o *GetContentmanagementShareForbidden) IsServerError() bool

IsServerError returns true when this get contentmanagement share forbidden response has a 5xx status code

func (*GetContentmanagementShareForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement share forbidden response has a 2xx status code

func (*GetContentmanagementShareForbidden) String

type GetContentmanagementShareGatewayTimeout

type GetContentmanagementShareGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementShareGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementShareGatewayTimeout

func NewGetContentmanagementShareGatewayTimeout() *GetContentmanagementShareGatewayTimeout

NewGetContentmanagementShareGatewayTimeout creates a GetContentmanagementShareGatewayTimeout with default headers values

func (*GetContentmanagementShareGatewayTimeout) Error

func (*GetContentmanagementShareGatewayTimeout) GetPayload

func (*GetContentmanagementShareGatewayTimeout) IsClientError

func (o *GetContentmanagementShareGatewayTimeout) IsClientError() bool

IsClientError returns true when this get contentmanagement share gateway timeout response has a 4xx status code

func (*GetContentmanagementShareGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement share gateway timeout response a status code equal to that given

func (*GetContentmanagementShareGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement share gateway timeout response has a 3xx status code

func (*GetContentmanagementShareGatewayTimeout) IsServerError

func (o *GetContentmanagementShareGatewayTimeout) IsServerError() bool

IsServerError returns true when this get contentmanagement share gateway timeout response has a 5xx status code

func (*GetContentmanagementShareGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement share gateway timeout response has a 2xx status code

func (*GetContentmanagementShareGatewayTimeout) String

type GetContentmanagementShareInternalServerError

type GetContentmanagementShareInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementShareInternalServerError

func NewGetContentmanagementShareInternalServerError() *GetContentmanagementShareInternalServerError

NewGetContentmanagementShareInternalServerError creates a GetContentmanagementShareInternalServerError with default headers values

func (*GetContentmanagementShareInternalServerError) Error

func (*GetContentmanagementShareInternalServerError) GetPayload

func (*GetContentmanagementShareInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement share internal server error response has a 4xx status code

func (*GetContentmanagementShareInternalServerError) IsCode

IsCode returns true when this get contentmanagement share internal server error response a status code equal to that given

func (*GetContentmanagementShareInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement share internal server error response has a 3xx status code

func (*GetContentmanagementShareInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement share internal server error response has a 5xx status code

func (*GetContentmanagementShareInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement share internal server error response has a 2xx status code

func (*GetContentmanagementShareInternalServerError) String

type GetContentmanagementShareNotFound

type GetContentmanagementShareNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementShareNotFound

func NewGetContentmanagementShareNotFound() *GetContentmanagementShareNotFound

NewGetContentmanagementShareNotFound creates a GetContentmanagementShareNotFound with default headers values

func (*GetContentmanagementShareNotFound) Error

func (*GetContentmanagementShareNotFound) GetPayload

func (*GetContentmanagementShareNotFound) IsClientError

func (o *GetContentmanagementShareNotFound) IsClientError() bool

IsClientError returns true when this get contentmanagement share not found response has a 4xx status code

func (*GetContentmanagementShareNotFound) IsCode

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

IsCode returns true when this get contentmanagement share not found response a status code equal to that given

func (*GetContentmanagementShareNotFound) IsRedirect

func (o *GetContentmanagementShareNotFound) IsRedirect() bool

IsRedirect returns true when this get contentmanagement share not found response has a 3xx status code

func (*GetContentmanagementShareNotFound) IsServerError

func (o *GetContentmanagementShareNotFound) IsServerError() bool

IsServerError returns true when this get contentmanagement share not found response has a 5xx status code

func (*GetContentmanagementShareNotFound) IsSuccess

func (o *GetContentmanagementShareNotFound) IsSuccess() bool

IsSuccess returns true when this get contentmanagement share not found response has a 2xx status code

func (*GetContentmanagementShareNotFound) String

type GetContentmanagementShareOK

type GetContentmanagementShareOK struct {
	Payload *models.Share
}

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

successful operation

func NewGetContentmanagementShareOK

func NewGetContentmanagementShareOK() *GetContentmanagementShareOK

NewGetContentmanagementShareOK creates a GetContentmanagementShareOK with default headers values

func (*GetContentmanagementShareOK) Error

func (*GetContentmanagementShareOK) GetPayload

func (o *GetContentmanagementShareOK) GetPayload() *models.Share

func (*GetContentmanagementShareOK) IsClientError

func (o *GetContentmanagementShareOK) IsClientError() bool

IsClientError returns true when this get contentmanagement share o k response has a 4xx status code

func (*GetContentmanagementShareOK) IsCode

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

IsCode returns true when this get contentmanagement share o k response a status code equal to that given

func (*GetContentmanagementShareOK) IsRedirect

func (o *GetContentmanagementShareOK) IsRedirect() bool

IsRedirect returns true when this get contentmanagement share o k response has a 3xx status code

func (*GetContentmanagementShareOK) IsServerError

func (o *GetContentmanagementShareOK) IsServerError() bool

IsServerError returns true when this get contentmanagement share o k response has a 5xx status code

func (*GetContentmanagementShareOK) IsSuccess

func (o *GetContentmanagementShareOK) IsSuccess() bool

IsSuccess returns true when this get contentmanagement share o k response has a 2xx status code

func (*GetContentmanagementShareOK) String

func (o *GetContentmanagementShareOK) String() string

type GetContentmanagementShareParams

type GetContentmanagementShareParams struct {

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* ShareID.

	   Share ID
	*/
	ShareID string

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

GetContentmanagementShareParams contains all the parameters to send to the API endpoint

for the get contentmanagement share operation.

Typically these are written to a http.Request.

func NewGetContentmanagementShareParams

func NewGetContentmanagementShareParams() *GetContentmanagementShareParams

NewGetContentmanagementShareParams creates a new GetContentmanagementShareParams 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 NewGetContentmanagementShareParamsWithContext

func NewGetContentmanagementShareParamsWithContext(ctx context.Context) *GetContentmanagementShareParams

NewGetContentmanagementShareParamsWithContext creates a new GetContentmanagementShareParams object with the ability to set a context for a request.

func NewGetContentmanagementShareParamsWithHTTPClient

func NewGetContentmanagementShareParamsWithHTTPClient(client *http.Client) *GetContentmanagementShareParams

NewGetContentmanagementShareParamsWithHTTPClient creates a new GetContentmanagementShareParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementShareParamsWithTimeout

func NewGetContentmanagementShareParamsWithTimeout(timeout time.Duration) *GetContentmanagementShareParams

NewGetContentmanagementShareParamsWithTimeout creates a new GetContentmanagementShareParams object with the ability to set a timeout on a request.

func (*GetContentmanagementShareParams) SetContext

func (o *GetContentmanagementShareParams) SetContext(ctx context.Context)

SetContext adds the context to the get contentmanagement share params

func (*GetContentmanagementShareParams) SetDefaults

func (o *GetContentmanagementShareParams) SetDefaults()

SetDefaults hydrates default values in the get contentmanagement share params (not the query body).

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

func (*GetContentmanagementShareParams) SetExpand

func (o *GetContentmanagementShareParams) SetExpand(expand []string)

SetExpand adds the expand to the get contentmanagement share params

func (*GetContentmanagementShareParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement share params

func (*GetContentmanagementShareParams) SetShareID

func (o *GetContentmanagementShareParams) SetShareID(shareID string)

SetShareID adds the shareId to the get contentmanagement share params

func (*GetContentmanagementShareParams) SetTimeout

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

SetTimeout adds the timeout to the get contentmanagement share params

func (*GetContentmanagementShareParams) WithContext

WithContext adds the context to the get contentmanagement share params

func (*GetContentmanagementShareParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement share params (not the query body).

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

func (*GetContentmanagementShareParams) WithExpand

WithExpand adds the expand to the get contentmanagement share params

func (*GetContentmanagementShareParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement share params

func (*GetContentmanagementShareParams) WithShareID

WithShareID adds the shareID to the get contentmanagement share params

func (*GetContentmanagementShareParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement share params

func (*GetContentmanagementShareParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementShareReader

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

GetContentmanagementShareReader is a Reader for the GetContentmanagementShare structure.

func (*GetContentmanagementShareReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementShareRequestEntityTooLarge

type GetContentmanagementShareRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementShareRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementShareRequestEntityTooLarge

func NewGetContentmanagementShareRequestEntityTooLarge() *GetContentmanagementShareRequestEntityTooLarge

NewGetContentmanagementShareRequestEntityTooLarge creates a GetContentmanagementShareRequestEntityTooLarge with default headers values

func (*GetContentmanagementShareRequestEntityTooLarge) Error

func (*GetContentmanagementShareRequestEntityTooLarge) GetPayload

func (*GetContentmanagementShareRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement share request entity too large response has a 4xx status code

func (*GetContentmanagementShareRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement share request entity too large response a status code equal to that given

func (*GetContentmanagementShareRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement share request entity too large response has a 3xx status code

func (*GetContentmanagementShareRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement share request entity too large response has a 5xx status code

func (*GetContentmanagementShareRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement share request entity too large response has a 2xx status code

func (*GetContentmanagementShareRequestEntityTooLarge) String

type GetContentmanagementShareRequestTimeout

type GetContentmanagementShareRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementShareRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementShareRequestTimeout

func NewGetContentmanagementShareRequestTimeout() *GetContentmanagementShareRequestTimeout

NewGetContentmanagementShareRequestTimeout creates a GetContentmanagementShareRequestTimeout with default headers values

func (*GetContentmanagementShareRequestTimeout) Error

func (*GetContentmanagementShareRequestTimeout) GetPayload

func (*GetContentmanagementShareRequestTimeout) IsClientError

func (o *GetContentmanagementShareRequestTimeout) IsClientError() bool

IsClientError returns true when this get contentmanagement share request timeout response has a 4xx status code

func (*GetContentmanagementShareRequestTimeout) IsCode

IsCode returns true when this get contentmanagement share request timeout response a status code equal to that given

func (*GetContentmanagementShareRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement share request timeout response has a 3xx status code

func (*GetContentmanagementShareRequestTimeout) IsServerError

func (o *GetContentmanagementShareRequestTimeout) IsServerError() bool

IsServerError returns true when this get contentmanagement share request timeout response has a 5xx status code

func (*GetContentmanagementShareRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement share request timeout response has a 2xx status code

func (*GetContentmanagementShareRequestTimeout) String

type GetContentmanagementShareServiceUnavailable

type GetContentmanagementShareServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementShareServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementShareServiceUnavailable

func NewGetContentmanagementShareServiceUnavailable() *GetContentmanagementShareServiceUnavailable

NewGetContentmanagementShareServiceUnavailable creates a GetContentmanagementShareServiceUnavailable with default headers values

func (*GetContentmanagementShareServiceUnavailable) Error

func (*GetContentmanagementShareServiceUnavailable) GetPayload

func (*GetContentmanagementShareServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement share service unavailable response has a 4xx status code

func (*GetContentmanagementShareServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement share service unavailable response a status code equal to that given

func (*GetContentmanagementShareServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement share service unavailable response has a 3xx status code

func (*GetContentmanagementShareServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement share service unavailable response has a 5xx status code

func (*GetContentmanagementShareServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement share service unavailable response has a 2xx status code

func (*GetContentmanagementShareServiceUnavailable) String

type GetContentmanagementShareTooManyRequests

type GetContentmanagementShareTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementShareTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementShareTooManyRequests

func NewGetContentmanagementShareTooManyRequests() *GetContentmanagementShareTooManyRequests

NewGetContentmanagementShareTooManyRequests creates a GetContentmanagementShareTooManyRequests with default headers values

func (*GetContentmanagementShareTooManyRequests) Error

func (*GetContentmanagementShareTooManyRequests) GetPayload

func (*GetContentmanagementShareTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement share too many requests response has a 4xx status code

func (*GetContentmanagementShareTooManyRequests) IsCode

IsCode returns true when this get contentmanagement share too many requests response a status code equal to that given

func (*GetContentmanagementShareTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement share too many requests response has a 3xx status code

func (*GetContentmanagementShareTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement share too many requests response has a 5xx status code

func (*GetContentmanagementShareTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement share too many requests response has a 2xx status code

func (*GetContentmanagementShareTooManyRequests) String

type GetContentmanagementShareUnauthorized

type GetContentmanagementShareUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementShareUnauthorized

func NewGetContentmanagementShareUnauthorized() *GetContentmanagementShareUnauthorized

NewGetContentmanagementShareUnauthorized creates a GetContentmanagementShareUnauthorized with default headers values

func (*GetContentmanagementShareUnauthorized) Error

func (*GetContentmanagementShareUnauthorized) GetPayload

func (*GetContentmanagementShareUnauthorized) IsClientError

func (o *GetContentmanagementShareUnauthorized) IsClientError() bool

IsClientError returns true when this get contentmanagement share unauthorized response has a 4xx status code

func (*GetContentmanagementShareUnauthorized) IsCode

IsCode returns true when this get contentmanagement share unauthorized response a status code equal to that given

func (*GetContentmanagementShareUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement share unauthorized response has a 3xx status code

func (*GetContentmanagementShareUnauthorized) IsServerError

func (o *GetContentmanagementShareUnauthorized) IsServerError() bool

IsServerError returns true when this get contentmanagement share unauthorized response has a 5xx status code

func (*GetContentmanagementShareUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement share unauthorized response has a 2xx status code

func (*GetContentmanagementShareUnauthorized) String

type GetContentmanagementShareUnsupportedMediaType

type GetContentmanagementShareUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementShareUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementShareUnsupportedMediaType

func NewGetContentmanagementShareUnsupportedMediaType() *GetContentmanagementShareUnsupportedMediaType

NewGetContentmanagementShareUnsupportedMediaType creates a GetContentmanagementShareUnsupportedMediaType with default headers values

func (*GetContentmanagementShareUnsupportedMediaType) Error

func (*GetContentmanagementShareUnsupportedMediaType) GetPayload

func (*GetContentmanagementShareUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement share unsupported media type response has a 4xx status code

func (*GetContentmanagementShareUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement share unsupported media type response a status code equal to that given

func (*GetContentmanagementShareUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement share unsupported media type response has a 3xx status code

func (*GetContentmanagementShareUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement share unsupported media type response has a 5xx status code

func (*GetContentmanagementShareUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement share unsupported media type response has a 2xx status code

func (*GetContentmanagementShareUnsupportedMediaType) String

type GetContentmanagementSharedSharedIDAccepted

type GetContentmanagementSharedSharedIDAccepted struct {
}

GetContentmanagementSharedSharedIDAccepted describes a response with status code 202, with default header values.

Accepted - Preparing file for download - try again soon.

func NewGetContentmanagementSharedSharedIDAccepted

func NewGetContentmanagementSharedSharedIDAccepted() *GetContentmanagementSharedSharedIDAccepted

NewGetContentmanagementSharedSharedIDAccepted creates a GetContentmanagementSharedSharedIDAccepted with default headers values

func (*GetContentmanagementSharedSharedIDAccepted) Error

func (*GetContentmanagementSharedSharedIDAccepted) IsClientError

IsClientError returns true when this get contentmanagement shared shared Id accepted response has a 4xx status code

func (*GetContentmanagementSharedSharedIDAccepted) IsCode

IsCode returns true when this get contentmanagement shared shared Id accepted response a status code equal to that given

func (*GetContentmanagementSharedSharedIDAccepted) IsRedirect

IsRedirect returns true when this get contentmanagement shared shared Id accepted response has a 3xx status code

func (*GetContentmanagementSharedSharedIDAccepted) IsServerError

IsServerError returns true when this get contentmanagement shared shared Id accepted response has a 5xx status code

func (*GetContentmanagementSharedSharedIDAccepted) IsSuccess

IsSuccess returns true when this get contentmanagement shared shared Id accepted response has a 2xx status code

func (*GetContentmanagementSharedSharedIDAccepted) String

type GetContentmanagementSharedSharedIDBadRequest

type GetContentmanagementSharedSharedIDBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementSharedSharedIDBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementSharedSharedIDBadRequest

func NewGetContentmanagementSharedSharedIDBadRequest() *GetContentmanagementSharedSharedIDBadRequest

NewGetContentmanagementSharedSharedIDBadRequest creates a GetContentmanagementSharedSharedIDBadRequest with default headers values

func (*GetContentmanagementSharedSharedIDBadRequest) Error

func (*GetContentmanagementSharedSharedIDBadRequest) GetPayload

func (*GetContentmanagementSharedSharedIDBadRequest) IsClientError

IsClientError returns true when this get contentmanagement shared shared Id bad request response has a 4xx status code

func (*GetContentmanagementSharedSharedIDBadRequest) IsCode

IsCode returns true when this get contentmanagement shared shared Id bad request response a status code equal to that given

func (*GetContentmanagementSharedSharedIDBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement shared shared Id bad request response has a 3xx status code

func (*GetContentmanagementSharedSharedIDBadRequest) IsServerError

IsServerError returns true when this get contentmanagement shared shared Id bad request response has a 5xx status code

func (*GetContentmanagementSharedSharedIDBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement shared shared Id bad request response has a 2xx status code

func (*GetContentmanagementSharedSharedIDBadRequest) String

type GetContentmanagementSharedSharedIDForbidden

type GetContentmanagementSharedSharedIDForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementSharedSharedIDForbidden

func NewGetContentmanagementSharedSharedIDForbidden() *GetContentmanagementSharedSharedIDForbidden

NewGetContentmanagementSharedSharedIDForbidden creates a GetContentmanagementSharedSharedIDForbidden with default headers values

func (*GetContentmanagementSharedSharedIDForbidden) Error

func (*GetContentmanagementSharedSharedIDForbidden) GetPayload

func (*GetContentmanagementSharedSharedIDForbidden) IsClientError

IsClientError returns true when this get contentmanagement shared shared Id forbidden response has a 4xx status code

func (*GetContentmanagementSharedSharedIDForbidden) IsCode

IsCode returns true when this get contentmanagement shared shared Id forbidden response a status code equal to that given

func (*GetContentmanagementSharedSharedIDForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement shared shared Id forbidden response has a 3xx status code

func (*GetContentmanagementSharedSharedIDForbidden) IsServerError

IsServerError returns true when this get contentmanagement shared shared Id forbidden response has a 5xx status code

func (*GetContentmanagementSharedSharedIDForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement shared shared Id forbidden response has a 2xx status code

func (*GetContentmanagementSharedSharedIDForbidden) String

type GetContentmanagementSharedSharedIDGatewayTimeout

type GetContentmanagementSharedSharedIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementSharedSharedIDGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementSharedSharedIDGatewayTimeout

func NewGetContentmanagementSharedSharedIDGatewayTimeout() *GetContentmanagementSharedSharedIDGatewayTimeout

NewGetContentmanagementSharedSharedIDGatewayTimeout creates a GetContentmanagementSharedSharedIDGatewayTimeout with default headers values

func (*GetContentmanagementSharedSharedIDGatewayTimeout) Error

func (*GetContentmanagementSharedSharedIDGatewayTimeout) GetPayload

func (*GetContentmanagementSharedSharedIDGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement shared shared Id gateway timeout response has a 4xx status code

func (*GetContentmanagementSharedSharedIDGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement shared shared Id gateway timeout response a status code equal to that given

func (*GetContentmanagementSharedSharedIDGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement shared shared Id gateway timeout response has a 3xx status code

func (*GetContentmanagementSharedSharedIDGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement shared shared Id gateway timeout response has a 5xx status code

func (*GetContentmanagementSharedSharedIDGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement shared shared Id gateway timeout response has a 2xx status code

func (*GetContentmanagementSharedSharedIDGatewayTimeout) String

type GetContentmanagementSharedSharedIDInternalServerError

type GetContentmanagementSharedSharedIDInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementSharedSharedIDInternalServerError

func NewGetContentmanagementSharedSharedIDInternalServerError() *GetContentmanagementSharedSharedIDInternalServerError

NewGetContentmanagementSharedSharedIDInternalServerError creates a GetContentmanagementSharedSharedIDInternalServerError with default headers values

func (*GetContentmanagementSharedSharedIDInternalServerError) Error

func (*GetContentmanagementSharedSharedIDInternalServerError) GetPayload

func (*GetContentmanagementSharedSharedIDInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement shared shared Id internal server error response has a 4xx status code

func (*GetContentmanagementSharedSharedIDInternalServerError) IsCode

IsCode returns true when this get contentmanagement shared shared Id internal server error response a status code equal to that given

func (*GetContentmanagementSharedSharedIDInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement shared shared Id internal server error response has a 3xx status code

func (*GetContentmanagementSharedSharedIDInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement shared shared Id internal server error response has a 5xx status code

func (*GetContentmanagementSharedSharedIDInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement shared shared Id internal server error response has a 2xx status code

func (*GetContentmanagementSharedSharedIDInternalServerError) String

type GetContentmanagementSharedSharedIDNotFound

type GetContentmanagementSharedSharedIDNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementSharedSharedIDNotFound

func NewGetContentmanagementSharedSharedIDNotFound() *GetContentmanagementSharedSharedIDNotFound

NewGetContentmanagementSharedSharedIDNotFound creates a GetContentmanagementSharedSharedIDNotFound with default headers values

func (*GetContentmanagementSharedSharedIDNotFound) Error

func (*GetContentmanagementSharedSharedIDNotFound) GetPayload

func (*GetContentmanagementSharedSharedIDNotFound) IsClientError

IsClientError returns true when this get contentmanagement shared shared Id not found response has a 4xx status code

func (*GetContentmanagementSharedSharedIDNotFound) IsCode

IsCode returns true when this get contentmanagement shared shared Id not found response a status code equal to that given

func (*GetContentmanagementSharedSharedIDNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement shared shared Id not found response has a 3xx status code

func (*GetContentmanagementSharedSharedIDNotFound) IsServerError

IsServerError returns true when this get contentmanagement shared shared Id not found response has a 5xx status code

func (*GetContentmanagementSharedSharedIDNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement shared shared Id not found response has a 2xx status code

func (*GetContentmanagementSharedSharedIDNotFound) String

type GetContentmanagementSharedSharedIDOK

type GetContentmanagementSharedSharedIDOK struct {
	Payload *models.SharedResponse
}

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

Download location is returned in header, if redirect is set to false and disposition is not set to none. If disposition is none, location header will not be populated, DownloadUri and ViewUri will be populated.

func NewGetContentmanagementSharedSharedIDOK

func NewGetContentmanagementSharedSharedIDOK() *GetContentmanagementSharedSharedIDOK

NewGetContentmanagementSharedSharedIDOK creates a GetContentmanagementSharedSharedIDOK with default headers values

func (*GetContentmanagementSharedSharedIDOK) Error

func (*GetContentmanagementSharedSharedIDOK) GetPayload

func (*GetContentmanagementSharedSharedIDOK) IsClientError

func (o *GetContentmanagementSharedSharedIDOK) IsClientError() bool

IsClientError returns true when this get contentmanagement shared shared Id o k response has a 4xx status code

func (*GetContentmanagementSharedSharedIDOK) IsCode

IsCode returns true when this get contentmanagement shared shared Id o k response a status code equal to that given

func (*GetContentmanagementSharedSharedIDOK) IsRedirect

IsRedirect returns true when this get contentmanagement shared shared Id o k response has a 3xx status code

func (*GetContentmanagementSharedSharedIDOK) IsServerError

func (o *GetContentmanagementSharedSharedIDOK) IsServerError() bool

IsServerError returns true when this get contentmanagement shared shared Id o k response has a 5xx status code

func (*GetContentmanagementSharedSharedIDOK) IsSuccess

IsSuccess returns true when this get contentmanagement shared shared Id o k response has a 2xx status code

func (*GetContentmanagementSharedSharedIDOK) String

type GetContentmanagementSharedSharedIDParams

type GetContentmanagementSharedSharedIDParams struct {

	/* ContentType.

	   The requested format for the specified document. If supported, the document will be returned in that format. Example contentType=audio/wav
	*/
	ContentType *string

	/* Disposition.

	   Request how the share content will be downloaded: attached as a file or inline. Default is attachment.

	   Default: "attachment"
	*/
	Disposition *string

	/* Expand.

	   Expand some document fields
	*/
	Expand *string

	/* Redirect.

	   Turn on or off redirect

	   Default: true
	*/
	Redirect *bool

	/* SharedID.

	   Shared ID
	*/
	SharedID string

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

GetContentmanagementSharedSharedIDParams contains all the parameters to send to the API endpoint

for the get contentmanagement shared shared Id operation.

Typically these are written to a http.Request.

func NewGetContentmanagementSharedSharedIDParams

func NewGetContentmanagementSharedSharedIDParams() *GetContentmanagementSharedSharedIDParams

NewGetContentmanagementSharedSharedIDParams creates a new GetContentmanagementSharedSharedIDParams 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 NewGetContentmanagementSharedSharedIDParamsWithContext

func NewGetContentmanagementSharedSharedIDParamsWithContext(ctx context.Context) *GetContentmanagementSharedSharedIDParams

NewGetContentmanagementSharedSharedIDParamsWithContext creates a new GetContentmanagementSharedSharedIDParams object with the ability to set a context for a request.

func NewGetContentmanagementSharedSharedIDParamsWithHTTPClient

func NewGetContentmanagementSharedSharedIDParamsWithHTTPClient(client *http.Client) *GetContentmanagementSharedSharedIDParams

NewGetContentmanagementSharedSharedIDParamsWithHTTPClient creates a new GetContentmanagementSharedSharedIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementSharedSharedIDParamsWithTimeout

func NewGetContentmanagementSharedSharedIDParamsWithTimeout(timeout time.Duration) *GetContentmanagementSharedSharedIDParams

NewGetContentmanagementSharedSharedIDParamsWithTimeout creates a new GetContentmanagementSharedSharedIDParams object with the ability to set a timeout on a request.

func (*GetContentmanagementSharedSharedIDParams) SetContentType

func (o *GetContentmanagementSharedSharedIDParams) SetContentType(contentType *string)

SetContentType adds the contentType to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) SetContext

SetContext adds the context to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) SetDefaults

SetDefaults hydrates default values in the get contentmanagement shared shared Id params (not the query body).

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

func (*GetContentmanagementSharedSharedIDParams) SetDisposition

func (o *GetContentmanagementSharedSharedIDParams) SetDisposition(disposition *string)

SetDisposition adds the disposition to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) SetExpand

func (o *GetContentmanagementSharedSharedIDParams) SetExpand(expand *string)

SetExpand adds the expand to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) SetRedirect

func (o *GetContentmanagementSharedSharedIDParams) SetRedirect(redirect *bool)

SetRedirect adds the redirect to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) SetSharedID

func (o *GetContentmanagementSharedSharedIDParams) SetSharedID(sharedID string)

SetSharedID adds the sharedId to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) SetTimeout

SetTimeout adds the timeout to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) WithContentType

WithContentType adds the contentType to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) WithContext

WithContext adds the context to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement shared shared Id params (not the query body).

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

func (*GetContentmanagementSharedSharedIDParams) WithDisposition

WithDisposition adds the disposition to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) WithExpand

WithExpand adds the expand to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) WithRedirect

WithRedirect adds the redirect to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) WithSharedID

WithSharedID adds the sharedID to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement shared shared Id params

func (*GetContentmanagementSharedSharedIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementSharedSharedIDReader

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

GetContentmanagementSharedSharedIDReader is a Reader for the GetContentmanagementSharedSharedID structure.

func (*GetContentmanagementSharedSharedIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementSharedSharedIDRequestEntityTooLarge

type GetContentmanagementSharedSharedIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementSharedSharedIDRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementSharedSharedIDRequestEntityTooLarge

func NewGetContentmanagementSharedSharedIDRequestEntityTooLarge() *GetContentmanagementSharedSharedIDRequestEntityTooLarge

NewGetContentmanagementSharedSharedIDRequestEntityTooLarge creates a GetContentmanagementSharedSharedIDRequestEntityTooLarge with default headers values

func (*GetContentmanagementSharedSharedIDRequestEntityTooLarge) Error

func (*GetContentmanagementSharedSharedIDRequestEntityTooLarge) GetPayload

func (*GetContentmanagementSharedSharedIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement shared shared Id request entity too large response has a 4xx status code

func (*GetContentmanagementSharedSharedIDRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement shared shared Id request entity too large response a status code equal to that given

func (*GetContentmanagementSharedSharedIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement shared shared Id request entity too large response has a 3xx status code

func (*GetContentmanagementSharedSharedIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement shared shared Id request entity too large response has a 5xx status code

func (*GetContentmanagementSharedSharedIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement shared shared Id request entity too large response has a 2xx status code

func (*GetContentmanagementSharedSharedIDRequestEntityTooLarge) String

type GetContentmanagementSharedSharedIDRequestTimeout

type GetContentmanagementSharedSharedIDRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementSharedSharedIDRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementSharedSharedIDRequestTimeout

func NewGetContentmanagementSharedSharedIDRequestTimeout() *GetContentmanagementSharedSharedIDRequestTimeout

NewGetContentmanagementSharedSharedIDRequestTimeout creates a GetContentmanagementSharedSharedIDRequestTimeout with default headers values

func (*GetContentmanagementSharedSharedIDRequestTimeout) Error

func (*GetContentmanagementSharedSharedIDRequestTimeout) GetPayload

func (*GetContentmanagementSharedSharedIDRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement shared shared Id request timeout response has a 4xx status code

func (*GetContentmanagementSharedSharedIDRequestTimeout) IsCode

IsCode returns true when this get contentmanagement shared shared Id request timeout response a status code equal to that given

func (*GetContentmanagementSharedSharedIDRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement shared shared Id request timeout response has a 3xx status code

func (*GetContentmanagementSharedSharedIDRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement shared shared Id request timeout response has a 5xx status code

func (*GetContentmanagementSharedSharedIDRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement shared shared Id request timeout response has a 2xx status code

func (*GetContentmanagementSharedSharedIDRequestTimeout) String

type GetContentmanagementSharedSharedIDServiceUnavailable

type GetContentmanagementSharedSharedIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementSharedSharedIDServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementSharedSharedIDServiceUnavailable

func NewGetContentmanagementSharedSharedIDServiceUnavailable() *GetContentmanagementSharedSharedIDServiceUnavailable

NewGetContentmanagementSharedSharedIDServiceUnavailable creates a GetContentmanagementSharedSharedIDServiceUnavailable with default headers values

func (*GetContentmanagementSharedSharedIDServiceUnavailable) Error

func (*GetContentmanagementSharedSharedIDServiceUnavailable) GetPayload

func (*GetContentmanagementSharedSharedIDServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement shared shared Id service unavailable response has a 4xx status code

func (*GetContentmanagementSharedSharedIDServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement shared shared Id service unavailable response a status code equal to that given

func (*GetContentmanagementSharedSharedIDServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement shared shared Id service unavailable response has a 3xx status code

func (*GetContentmanagementSharedSharedIDServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement shared shared Id service unavailable response has a 5xx status code

func (*GetContentmanagementSharedSharedIDServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement shared shared Id service unavailable response has a 2xx status code

func (*GetContentmanagementSharedSharedIDServiceUnavailable) String

type GetContentmanagementSharedSharedIDTemporaryRedirect

type GetContentmanagementSharedSharedIDTemporaryRedirect struct {
}

GetContentmanagementSharedSharedIDTemporaryRedirect describes a response with status code 307, with default header values.

Redirected to download location, if redirect is set to true

func NewGetContentmanagementSharedSharedIDTemporaryRedirect

func NewGetContentmanagementSharedSharedIDTemporaryRedirect() *GetContentmanagementSharedSharedIDTemporaryRedirect

NewGetContentmanagementSharedSharedIDTemporaryRedirect creates a GetContentmanagementSharedSharedIDTemporaryRedirect with default headers values

func (*GetContentmanagementSharedSharedIDTemporaryRedirect) Error

func (*GetContentmanagementSharedSharedIDTemporaryRedirect) IsClientError

IsClientError returns true when this get contentmanagement shared shared Id temporary redirect response has a 4xx status code

func (*GetContentmanagementSharedSharedIDTemporaryRedirect) IsCode

IsCode returns true when this get contentmanagement shared shared Id temporary redirect response a status code equal to that given

func (*GetContentmanagementSharedSharedIDTemporaryRedirect) IsRedirect

IsRedirect returns true when this get contentmanagement shared shared Id temporary redirect response has a 3xx status code

func (*GetContentmanagementSharedSharedIDTemporaryRedirect) IsServerError

IsServerError returns true when this get contentmanagement shared shared Id temporary redirect response has a 5xx status code

func (*GetContentmanagementSharedSharedIDTemporaryRedirect) IsSuccess

IsSuccess returns true when this get contentmanagement shared shared Id temporary redirect response has a 2xx status code

func (*GetContentmanagementSharedSharedIDTemporaryRedirect) String

type GetContentmanagementSharedSharedIDTooManyRequests

type GetContentmanagementSharedSharedIDTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementSharedSharedIDTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementSharedSharedIDTooManyRequests

func NewGetContentmanagementSharedSharedIDTooManyRequests() *GetContentmanagementSharedSharedIDTooManyRequests

NewGetContentmanagementSharedSharedIDTooManyRequests creates a GetContentmanagementSharedSharedIDTooManyRequests with default headers values

func (*GetContentmanagementSharedSharedIDTooManyRequests) Error

func (*GetContentmanagementSharedSharedIDTooManyRequests) GetPayload

func (*GetContentmanagementSharedSharedIDTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement shared shared Id too many requests response has a 4xx status code

func (*GetContentmanagementSharedSharedIDTooManyRequests) IsCode

IsCode returns true when this get contentmanagement shared shared Id too many requests response a status code equal to that given

func (*GetContentmanagementSharedSharedIDTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement shared shared Id too many requests response has a 3xx status code

func (*GetContentmanagementSharedSharedIDTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement shared shared Id too many requests response has a 5xx status code

func (*GetContentmanagementSharedSharedIDTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement shared shared Id too many requests response has a 2xx status code

func (*GetContentmanagementSharedSharedIDTooManyRequests) String

type GetContentmanagementSharedSharedIDUnauthorized

type GetContentmanagementSharedSharedIDUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementSharedSharedIDUnauthorized

func NewGetContentmanagementSharedSharedIDUnauthorized() *GetContentmanagementSharedSharedIDUnauthorized

NewGetContentmanagementSharedSharedIDUnauthorized creates a GetContentmanagementSharedSharedIDUnauthorized with default headers values

func (*GetContentmanagementSharedSharedIDUnauthorized) Error

func (*GetContentmanagementSharedSharedIDUnauthorized) GetPayload

func (*GetContentmanagementSharedSharedIDUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement shared shared Id unauthorized response has a 4xx status code

func (*GetContentmanagementSharedSharedIDUnauthorized) IsCode

IsCode returns true when this get contentmanagement shared shared Id unauthorized response a status code equal to that given

func (*GetContentmanagementSharedSharedIDUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement shared shared Id unauthorized response has a 3xx status code

func (*GetContentmanagementSharedSharedIDUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement shared shared Id unauthorized response has a 5xx status code

func (*GetContentmanagementSharedSharedIDUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement shared shared Id unauthorized response has a 2xx status code

func (*GetContentmanagementSharedSharedIDUnauthorized) String

type GetContentmanagementSharedSharedIDUnsupportedMediaType

type GetContentmanagementSharedSharedIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementSharedSharedIDUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementSharedSharedIDUnsupportedMediaType

func NewGetContentmanagementSharedSharedIDUnsupportedMediaType() *GetContentmanagementSharedSharedIDUnsupportedMediaType

NewGetContentmanagementSharedSharedIDUnsupportedMediaType creates a GetContentmanagementSharedSharedIDUnsupportedMediaType with default headers values

func (*GetContentmanagementSharedSharedIDUnsupportedMediaType) Error

func (*GetContentmanagementSharedSharedIDUnsupportedMediaType) GetPayload

func (*GetContentmanagementSharedSharedIDUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement shared shared Id unsupported media type response has a 4xx status code

func (*GetContentmanagementSharedSharedIDUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement shared shared Id unsupported media type response a status code equal to that given

func (*GetContentmanagementSharedSharedIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement shared shared Id unsupported media type response has a 3xx status code

func (*GetContentmanagementSharedSharedIDUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement shared shared Id unsupported media type response has a 5xx status code

func (*GetContentmanagementSharedSharedIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement shared shared Id unsupported media type response has a 2xx status code

func (*GetContentmanagementSharedSharedIDUnsupportedMediaType) String

type GetContentmanagementSharesBadRequest

type GetContentmanagementSharesBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementSharesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementSharesBadRequest

func NewGetContentmanagementSharesBadRequest() *GetContentmanagementSharesBadRequest

NewGetContentmanagementSharesBadRequest creates a GetContentmanagementSharesBadRequest with default headers values

func (*GetContentmanagementSharesBadRequest) Error

func (*GetContentmanagementSharesBadRequest) GetPayload

func (*GetContentmanagementSharesBadRequest) IsClientError

func (o *GetContentmanagementSharesBadRequest) IsClientError() bool

IsClientError returns true when this get contentmanagement shares bad request response has a 4xx status code

func (*GetContentmanagementSharesBadRequest) IsCode

IsCode returns true when this get contentmanagement shares bad request response a status code equal to that given

func (*GetContentmanagementSharesBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement shares bad request response has a 3xx status code

func (*GetContentmanagementSharesBadRequest) IsServerError

func (o *GetContentmanagementSharesBadRequest) IsServerError() bool

IsServerError returns true when this get contentmanagement shares bad request response has a 5xx status code

func (*GetContentmanagementSharesBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement shares bad request response has a 2xx status code

func (*GetContentmanagementSharesBadRequest) String

type GetContentmanagementSharesForbidden

type GetContentmanagementSharesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementSharesForbidden

func NewGetContentmanagementSharesForbidden() *GetContentmanagementSharesForbidden

NewGetContentmanagementSharesForbidden creates a GetContentmanagementSharesForbidden with default headers values

func (*GetContentmanagementSharesForbidden) Error

func (*GetContentmanagementSharesForbidden) GetPayload

func (*GetContentmanagementSharesForbidden) IsClientError

func (o *GetContentmanagementSharesForbidden) IsClientError() bool

IsClientError returns true when this get contentmanagement shares forbidden response has a 4xx status code

func (*GetContentmanagementSharesForbidden) IsCode

IsCode returns true when this get contentmanagement shares forbidden response a status code equal to that given

func (*GetContentmanagementSharesForbidden) IsRedirect

func (o *GetContentmanagementSharesForbidden) IsRedirect() bool

IsRedirect returns true when this get contentmanagement shares forbidden response has a 3xx status code

func (*GetContentmanagementSharesForbidden) IsServerError

func (o *GetContentmanagementSharesForbidden) IsServerError() bool

IsServerError returns true when this get contentmanagement shares forbidden response has a 5xx status code

func (*GetContentmanagementSharesForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement shares forbidden response has a 2xx status code

func (*GetContentmanagementSharesForbidden) String

type GetContentmanagementSharesGatewayTimeout

type GetContentmanagementSharesGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementSharesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementSharesGatewayTimeout

func NewGetContentmanagementSharesGatewayTimeout() *GetContentmanagementSharesGatewayTimeout

NewGetContentmanagementSharesGatewayTimeout creates a GetContentmanagementSharesGatewayTimeout with default headers values

func (*GetContentmanagementSharesGatewayTimeout) Error

func (*GetContentmanagementSharesGatewayTimeout) GetPayload

func (*GetContentmanagementSharesGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement shares gateway timeout response has a 4xx status code

func (*GetContentmanagementSharesGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement shares gateway timeout response a status code equal to that given

func (*GetContentmanagementSharesGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement shares gateway timeout response has a 3xx status code

func (*GetContentmanagementSharesGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement shares gateway timeout response has a 5xx status code

func (*GetContentmanagementSharesGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement shares gateway timeout response has a 2xx status code

func (*GetContentmanagementSharesGatewayTimeout) String

type GetContentmanagementSharesInternalServerError

type GetContentmanagementSharesInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementSharesInternalServerError

func NewGetContentmanagementSharesInternalServerError() *GetContentmanagementSharesInternalServerError

NewGetContentmanagementSharesInternalServerError creates a GetContentmanagementSharesInternalServerError with default headers values

func (*GetContentmanagementSharesInternalServerError) Error

func (*GetContentmanagementSharesInternalServerError) GetPayload

func (*GetContentmanagementSharesInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement shares internal server error response has a 4xx status code

func (*GetContentmanagementSharesInternalServerError) IsCode

IsCode returns true when this get contentmanagement shares internal server error response a status code equal to that given

func (*GetContentmanagementSharesInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement shares internal server error response has a 3xx status code

func (*GetContentmanagementSharesInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement shares internal server error response has a 5xx status code

func (*GetContentmanagementSharesInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement shares internal server error response has a 2xx status code

func (*GetContentmanagementSharesInternalServerError) String

type GetContentmanagementSharesNotFound

type GetContentmanagementSharesNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementSharesNotFound

func NewGetContentmanagementSharesNotFound() *GetContentmanagementSharesNotFound

NewGetContentmanagementSharesNotFound creates a GetContentmanagementSharesNotFound with default headers values

func (*GetContentmanagementSharesNotFound) Error

func (*GetContentmanagementSharesNotFound) GetPayload

func (*GetContentmanagementSharesNotFound) IsClientError

func (o *GetContentmanagementSharesNotFound) IsClientError() bool

IsClientError returns true when this get contentmanagement shares not found response has a 4xx status code

func (*GetContentmanagementSharesNotFound) IsCode

IsCode returns true when this get contentmanagement shares not found response a status code equal to that given

func (*GetContentmanagementSharesNotFound) IsRedirect

func (o *GetContentmanagementSharesNotFound) IsRedirect() bool

IsRedirect returns true when this get contentmanagement shares not found response has a 3xx status code

func (*GetContentmanagementSharesNotFound) IsServerError

func (o *GetContentmanagementSharesNotFound) IsServerError() bool

IsServerError returns true when this get contentmanagement shares not found response has a 5xx status code

func (*GetContentmanagementSharesNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement shares not found response has a 2xx status code

func (*GetContentmanagementSharesNotFound) String

type GetContentmanagementSharesOK

type GetContentmanagementSharesOK struct {
	Payload *models.ShareEntityListing
}

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

successful operation

func NewGetContentmanagementSharesOK

func NewGetContentmanagementSharesOK() *GetContentmanagementSharesOK

NewGetContentmanagementSharesOK creates a GetContentmanagementSharesOK with default headers values

func (*GetContentmanagementSharesOK) Error

func (*GetContentmanagementSharesOK) GetPayload

func (*GetContentmanagementSharesOK) IsClientError

func (o *GetContentmanagementSharesOK) IsClientError() bool

IsClientError returns true when this get contentmanagement shares o k response has a 4xx status code

func (*GetContentmanagementSharesOK) IsCode

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

IsCode returns true when this get contentmanagement shares o k response a status code equal to that given

func (*GetContentmanagementSharesOK) IsRedirect

func (o *GetContentmanagementSharesOK) IsRedirect() bool

IsRedirect returns true when this get contentmanagement shares o k response has a 3xx status code

func (*GetContentmanagementSharesOK) IsServerError

func (o *GetContentmanagementSharesOK) IsServerError() bool

IsServerError returns true when this get contentmanagement shares o k response has a 5xx status code

func (*GetContentmanagementSharesOK) IsSuccess

func (o *GetContentmanagementSharesOK) IsSuccess() bool

IsSuccess returns true when this get contentmanagement shares o k response has a 2xx status code

func (*GetContentmanagementSharesOK) String

type GetContentmanagementSharesParams

type GetContentmanagementSharesParams struct {

	/* EntityID.

	   Filters the shares returned to only the entity specified by the value of this parameter.
	*/
	EntityID *string

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

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

GetContentmanagementSharesParams contains all the parameters to send to the API endpoint

for the get contentmanagement shares operation.

Typically these are written to a http.Request.

func NewGetContentmanagementSharesParams

func NewGetContentmanagementSharesParams() *GetContentmanagementSharesParams

NewGetContentmanagementSharesParams creates a new GetContentmanagementSharesParams 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 NewGetContentmanagementSharesParamsWithContext

func NewGetContentmanagementSharesParamsWithContext(ctx context.Context) *GetContentmanagementSharesParams

NewGetContentmanagementSharesParamsWithContext creates a new GetContentmanagementSharesParams object with the ability to set a context for a request.

func NewGetContentmanagementSharesParamsWithHTTPClient

func NewGetContentmanagementSharesParamsWithHTTPClient(client *http.Client) *GetContentmanagementSharesParams

NewGetContentmanagementSharesParamsWithHTTPClient creates a new GetContentmanagementSharesParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementSharesParamsWithTimeout

func NewGetContentmanagementSharesParamsWithTimeout(timeout time.Duration) *GetContentmanagementSharesParams

NewGetContentmanagementSharesParamsWithTimeout creates a new GetContentmanagementSharesParams object with the ability to set a timeout on a request.

func (*GetContentmanagementSharesParams) SetContext

SetContext adds the context to the get contentmanagement shares params

func (*GetContentmanagementSharesParams) SetDefaults

func (o *GetContentmanagementSharesParams) SetDefaults()

SetDefaults hydrates default values in the get contentmanagement shares params (not the query body).

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

func (*GetContentmanagementSharesParams) SetEntityID

func (o *GetContentmanagementSharesParams) SetEntityID(entityID *string)

SetEntityID adds the entityId to the get contentmanagement shares params

func (*GetContentmanagementSharesParams) SetExpand

func (o *GetContentmanagementSharesParams) SetExpand(expand []string)

SetExpand adds the expand to the get contentmanagement shares params

func (*GetContentmanagementSharesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement shares params

func (*GetContentmanagementSharesParams) SetPageNumber

func (o *GetContentmanagementSharesParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get contentmanagement shares params

func (*GetContentmanagementSharesParams) SetPageSize

func (o *GetContentmanagementSharesParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get contentmanagement shares params

func (*GetContentmanagementSharesParams) SetTimeout

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

SetTimeout adds the timeout to the get contentmanagement shares params

func (*GetContentmanagementSharesParams) WithContext

WithContext adds the context to the get contentmanagement shares params

func (*GetContentmanagementSharesParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement shares params (not the query body).

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

func (*GetContentmanagementSharesParams) WithEntityID

WithEntityID adds the entityID to the get contentmanagement shares params

func (*GetContentmanagementSharesParams) WithExpand

WithExpand adds the expand to the get contentmanagement shares params

func (*GetContentmanagementSharesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement shares params

func (*GetContentmanagementSharesParams) WithPageNumber

WithPageNumber adds the pageNumber to the get contentmanagement shares params

func (*GetContentmanagementSharesParams) WithPageSize

WithPageSize adds the pageSize to the get contentmanagement shares params

func (*GetContentmanagementSharesParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement shares params

func (*GetContentmanagementSharesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementSharesReader

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

GetContentmanagementSharesReader is a Reader for the GetContentmanagementShares structure.

func (*GetContentmanagementSharesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementSharesRequestEntityTooLarge

type GetContentmanagementSharesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementSharesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementSharesRequestEntityTooLarge

func NewGetContentmanagementSharesRequestEntityTooLarge() *GetContentmanagementSharesRequestEntityTooLarge

NewGetContentmanagementSharesRequestEntityTooLarge creates a GetContentmanagementSharesRequestEntityTooLarge with default headers values

func (*GetContentmanagementSharesRequestEntityTooLarge) Error

func (*GetContentmanagementSharesRequestEntityTooLarge) GetPayload

func (*GetContentmanagementSharesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement shares request entity too large response has a 4xx status code

func (*GetContentmanagementSharesRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement shares request entity too large response a status code equal to that given

func (*GetContentmanagementSharesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement shares request entity too large response has a 3xx status code

func (*GetContentmanagementSharesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement shares request entity too large response has a 5xx status code

func (*GetContentmanagementSharesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement shares request entity too large response has a 2xx status code

func (*GetContentmanagementSharesRequestEntityTooLarge) String

type GetContentmanagementSharesRequestTimeout

type GetContentmanagementSharesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementSharesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementSharesRequestTimeout

func NewGetContentmanagementSharesRequestTimeout() *GetContentmanagementSharesRequestTimeout

NewGetContentmanagementSharesRequestTimeout creates a GetContentmanagementSharesRequestTimeout with default headers values

func (*GetContentmanagementSharesRequestTimeout) Error

func (*GetContentmanagementSharesRequestTimeout) GetPayload

func (*GetContentmanagementSharesRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement shares request timeout response has a 4xx status code

func (*GetContentmanagementSharesRequestTimeout) IsCode

IsCode returns true when this get contentmanagement shares request timeout response a status code equal to that given

func (*GetContentmanagementSharesRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement shares request timeout response has a 3xx status code

func (*GetContentmanagementSharesRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement shares request timeout response has a 5xx status code

func (*GetContentmanagementSharesRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement shares request timeout response has a 2xx status code

func (*GetContentmanagementSharesRequestTimeout) String

type GetContentmanagementSharesServiceUnavailable

type GetContentmanagementSharesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementSharesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementSharesServiceUnavailable

func NewGetContentmanagementSharesServiceUnavailable() *GetContentmanagementSharesServiceUnavailable

NewGetContentmanagementSharesServiceUnavailable creates a GetContentmanagementSharesServiceUnavailable with default headers values

func (*GetContentmanagementSharesServiceUnavailable) Error

func (*GetContentmanagementSharesServiceUnavailable) GetPayload

func (*GetContentmanagementSharesServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement shares service unavailable response has a 4xx status code

func (*GetContentmanagementSharesServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement shares service unavailable response a status code equal to that given

func (*GetContentmanagementSharesServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement shares service unavailable response has a 3xx status code

func (*GetContentmanagementSharesServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement shares service unavailable response has a 5xx status code

func (*GetContentmanagementSharesServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement shares service unavailable response has a 2xx status code

func (*GetContentmanagementSharesServiceUnavailable) String

type GetContentmanagementSharesTooManyRequests

type GetContentmanagementSharesTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementSharesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementSharesTooManyRequests

func NewGetContentmanagementSharesTooManyRequests() *GetContentmanagementSharesTooManyRequests

NewGetContentmanagementSharesTooManyRequests creates a GetContentmanagementSharesTooManyRequests with default headers values

func (*GetContentmanagementSharesTooManyRequests) Error

func (*GetContentmanagementSharesTooManyRequests) GetPayload

func (*GetContentmanagementSharesTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement shares too many requests response has a 4xx status code

func (*GetContentmanagementSharesTooManyRequests) IsCode

IsCode returns true when this get contentmanagement shares too many requests response a status code equal to that given

func (*GetContentmanagementSharesTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement shares too many requests response has a 3xx status code

func (*GetContentmanagementSharesTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement shares too many requests response has a 5xx status code

func (*GetContentmanagementSharesTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement shares too many requests response has a 2xx status code

func (*GetContentmanagementSharesTooManyRequests) String

type GetContentmanagementSharesUnauthorized

type GetContentmanagementSharesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementSharesUnauthorized

func NewGetContentmanagementSharesUnauthorized() *GetContentmanagementSharesUnauthorized

NewGetContentmanagementSharesUnauthorized creates a GetContentmanagementSharesUnauthorized with default headers values

func (*GetContentmanagementSharesUnauthorized) Error

func (*GetContentmanagementSharesUnauthorized) GetPayload

func (*GetContentmanagementSharesUnauthorized) IsClientError

func (o *GetContentmanagementSharesUnauthorized) IsClientError() bool

IsClientError returns true when this get contentmanagement shares unauthorized response has a 4xx status code

func (*GetContentmanagementSharesUnauthorized) IsCode

IsCode returns true when this get contentmanagement shares unauthorized response a status code equal to that given

func (*GetContentmanagementSharesUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement shares unauthorized response has a 3xx status code

func (*GetContentmanagementSharesUnauthorized) IsServerError

func (o *GetContentmanagementSharesUnauthorized) IsServerError() bool

IsServerError returns true when this get contentmanagement shares unauthorized response has a 5xx status code

func (*GetContentmanagementSharesUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement shares unauthorized response has a 2xx status code

func (*GetContentmanagementSharesUnauthorized) String

type GetContentmanagementSharesUnsupportedMediaType

type GetContentmanagementSharesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementSharesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementSharesUnsupportedMediaType

func NewGetContentmanagementSharesUnsupportedMediaType() *GetContentmanagementSharesUnsupportedMediaType

NewGetContentmanagementSharesUnsupportedMediaType creates a GetContentmanagementSharesUnsupportedMediaType with default headers values

func (*GetContentmanagementSharesUnsupportedMediaType) Error

func (*GetContentmanagementSharesUnsupportedMediaType) GetPayload

func (*GetContentmanagementSharesUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement shares unsupported media type response has a 4xx status code

func (*GetContentmanagementSharesUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement shares unsupported media type response a status code equal to that given

func (*GetContentmanagementSharesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement shares unsupported media type response has a 3xx status code

func (*GetContentmanagementSharesUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement shares unsupported media type response has a 5xx status code

func (*GetContentmanagementSharesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement shares unsupported media type response has a 2xx status code

func (*GetContentmanagementSharesUnsupportedMediaType) String

type GetContentmanagementStatusBadRequest

type GetContentmanagementStatusBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementStatusBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementStatusBadRequest

func NewGetContentmanagementStatusBadRequest() *GetContentmanagementStatusBadRequest

NewGetContentmanagementStatusBadRequest creates a GetContentmanagementStatusBadRequest with default headers values

func (*GetContentmanagementStatusBadRequest) Error

func (*GetContentmanagementStatusBadRequest) GetPayload

func (*GetContentmanagementStatusBadRequest) IsClientError

func (o *GetContentmanagementStatusBadRequest) IsClientError() bool

IsClientError returns true when this get contentmanagement status bad request response has a 4xx status code

func (*GetContentmanagementStatusBadRequest) IsCode

IsCode returns true when this get contentmanagement status bad request response a status code equal to that given

func (*GetContentmanagementStatusBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement status bad request response has a 3xx status code

func (*GetContentmanagementStatusBadRequest) IsServerError

func (o *GetContentmanagementStatusBadRequest) IsServerError() bool

IsServerError returns true when this get contentmanagement status bad request response has a 5xx status code

func (*GetContentmanagementStatusBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement status bad request response has a 2xx status code

func (*GetContentmanagementStatusBadRequest) String

type GetContentmanagementStatusForbidden

type GetContentmanagementStatusForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementStatusForbidden

func NewGetContentmanagementStatusForbidden() *GetContentmanagementStatusForbidden

NewGetContentmanagementStatusForbidden creates a GetContentmanagementStatusForbidden with default headers values

func (*GetContentmanagementStatusForbidden) Error

func (*GetContentmanagementStatusForbidden) GetPayload

func (*GetContentmanagementStatusForbidden) IsClientError

func (o *GetContentmanagementStatusForbidden) IsClientError() bool

IsClientError returns true when this get contentmanagement status forbidden response has a 4xx status code

func (*GetContentmanagementStatusForbidden) IsCode

IsCode returns true when this get contentmanagement status forbidden response a status code equal to that given

func (*GetContentmanagementStatusForbidden) IsRedirect

func (o *GetContentmanagementStatusForbidden) IsRedirect() bool

IsRedirect returns true when this get contentmanagement status forbidden response has a 3xx status code

func (*GetContentmanagementStatusForbidden) IsServerError

func (o *GetContentmanagementStatusForbidden) IsServerError() bool

IsServerError returns true when this get contentmanagement status forbidden response has a 5xx status code

func (*GetContentmanagementStatusForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement status forbidden response has a 2xx status code

func (*GetContentmanagementStatusForbidden) String

type GetContentmanagementStatusGatewayTimeout

type GetContentmanagementStatusGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementStatusGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementStatusGatewayTimeout

func NewGetContentmanagementStatusGatewayTimeout() *GetContentmanagementStatusGatewayTimeout

NewGetContentmanagementStatusGatewayTimeout creates a GetContentmanagementStatusGatewayTimeout with default headers values

func (*GetContentmanagementStatusGatewayTimeout) Error

func (*GetContentmanagementStatusGatewayTimeout) GetPayload

func (*GetContentmanagementStatusGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement status gateway timeout response has a 4xx status code

func (*GetContentmanagementStatusGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement status gateway timeout response a status code equal to that given

func (*GetContentmanagementStatusGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement status gateway timeout response has a 3xx status code

func (*GetContentmanagementStatusGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement status gateway timeout response has a 5xx status code

func (*GetContentmanagementStatusGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement status gateway timeout response has a 2xx status code

func (*GetContentmanagementStatusGatewayTimeout) String

type GetContentmanagementStatusInternalServerError

type GetContentmanagementStatusInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementStatusInternalServerError

func NewGetContentmanagementStatusInternalServerError() *GetContentmanagementStatusInternalServerError

NewGetContentmanagementStatusInternalServerError creates a GetContentmanagementStatusInternalServerError with default headers values

func (*GetContentmanagementStatusInternalServerError) Error

func (*GetContentmanagementStatusInternalServerError) GetPayload

func (*GetContentmanagementStatusInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement status internal server error response has a 4xx status code

func (*GetContentmanagementStatusInternalServerError) IsCode

IsCode returns true when this get contentmanagement status internal server error response a status code equal to that given

func (*GetContentmanagementStatusInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement status internal server error response has a 3xx status code

func (*GetContentmanagementStatusInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement status internal server error response has a 5xx status code

func (*GetContentmanagementStatusInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement status internal server error response has a 2xx status code

func (*GetContentmanagementStatusInternalServerError) String

type GetContentmanagementStatusNotFound

type GetContentmanagementStatusNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementStatusNotFound

func NewGetContentmanagementStatusNotFound() *GetContentmanagementStatusNotFound

NewGetContentmanagementStatusNotFound creates a GetContentmanagementStatusNotFound with default headers values

func (*GetContentmanagementStatusNotFound) Error

func (*GetContentmanagementStatusNotFound) GetPayload

func (*GetContentmanagementStatusNotFound) IsClientError

func (o *GetContentmanagementStatusNotFound) IsClientError() bool

IsClientError returns true when this get contentmanagement status not found response has a 4xx status code

func (*GetContentmanagementStatusNotFound) IsCode

IsCode returns true when this get contentmanagement status not found response a status code equal to that given

func (*GetContentmanagementStatusNotFound) IsRedirect

func (o *GetContentmanagementStatusNotFound) IsRedirect() bool

IsRedirect returns true when this get contentmanagement status not found response has a 3xx status code

func (*GetContentmanagementStatusNotFound) IsServerError

func (o *GetContentmanagementStatusNotFound) IsServerError() bool

IsServerError returns true when this get contentmanagement status not found response has a 5xx status code

func (*GetContentmanagementStatusNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement status not found response has a 2xx status code

func (*GetContentmanagementStatusNotFound) String

type GetContentmanagementStatusOK

type GetContentmanagementStatusOK struct {
	Payload *models.CommandStatusEntityListing
}

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

successful operation

func NewGetContentmanagementStatusOK

func NewGetContentmanagementStatusOK() *GetContentmanagementStatusOK

NewGetContentmanagementStatusOK creates a GetContentmanagementStatusOK with default headers values

func (*GetContentmanagementStatusOK) Error

func (*GetContentmanagementStatusOK) GetPayload

func (*GetContentmanagementStatusOK) IsClientError

func (o *GetContentmanagementStatusOK) IsClientError() bool

IsClientError returns true when this get contentmanagement status o k response has a 4xx status code

func (*GetContentmanagementStatusOK) IsCode

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

IsCode returns true when this get contentmanagement status o k response a status code equal to that given

func (*GetContentmanagementStatusOK) IsRedirect

func (o *GetContentmanagementStatusOK) IsRedirect() bool

IsRedirect returns true when this get contentmanagement status o k response has a 3xx status code

func (*GetContentmanagementStatusOK) IsServerError

func (o *GetContentmanagementStatusOK) IsServerError() bool

IsServerError returns true when this get contentmanagement status o k response has a 5xx status code

func (*GetContentmanagementStatusOK) IsSuccess

func (o *GetContentmanagementStatusOK) IsSuccess() bool

IsSuccess returns true when this get contentmanagement status o k response has a 2xx status code

func (*GetContentmanagementStatusOK) String

type GetContentmanagementStatusParams

type GetContentmanagementStatusParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

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

GetContentmanagementStatusParams contains all the parameters to send to the API endpoint

for the get contentmanagement status operation.

Typically these are written to a http.Request.

func NewGetContentmanagementStatusParams

func NewGetContentmanagementStatusParams() *GetContentmanagementStatusParams

NewGetContentmanagementStatusParams creates a new GetContentmanagementStatusParams 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 NewGetContentmanagementStatusParamsWithContext

func NewGetContentmanagementStatusParamsWithContext(ctx context.Context) *GetContentmanagementStatusParams

NewGetContentmanagementStatusParamsWithContext creates a new GetContentmanagementStatusParams object with the ability to set a context for a request.

func NewGetContentmanagementStatusParamsWithHTTPClient

func NewGetContentmanagementStatusParamsWithHTTPClient(client *http.Client) *GetContentmanagementStatusParams

NewGetContentmanagementStatusParamsWithHTTPClient creates a new GetContentmanagementStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementStatusParamsWithTimeout

func NewGetContentmanagementStatusParamsWithTimeout(timeout time.Duration) *GetContentmanagementStatusParams

NewGetContentmanagementStatusParamsWithTimeout creates a new GetContentmanagementStatusParams object with the ability to set a timeout on a request.

func (*GetContentmanagementStatusParams) SetContext

SetContext adds the context to the get contentmanagement status params

func (*GetContentmanagementStatusParams) SetDefaults

func (o *GetContentmanagementStatusParams) SetDefaults()

SetDefaults hydrates default values in the get contentmanagement status params (not the query body).

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

func (*GetContentmanagementStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement status params

func (*GetContentmanagementStatusParams) SetPageNumber

func (o *GetContentmanagementStatusParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get contentmanagement status params

func (*GetContentmanagementStatusParams) SetPageSize

func (o *GetContentmanagementStatusParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get contentmanagement status params

func (*GetContentmanagementStatusParams) SetTimeout

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

SetTimeout adds the timeout to the get contentmanagement status params

func (*GetContentmanagementStatusParams) WithContext

WithContext adds the context to the get contentmanagement status params

func (*GetContentmanagementStatusParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement status params (not the query body).

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

func (*GetContentmanagementStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement status params

func (*GetContentmanagementStatusParams) WithPageNumber

WithPageNumber adds the pageNumber to the get contentmanagement status params

func (*GetContentmanagementStatusParams) WithPageSize

WithPageSize adds the pageSize to the get contentmanagement status params

func (*GetContentmanagementStatusParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement status params

func (*GetContentmanagementStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementStatusReader

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

GetContentmanagementStatusReader is a Reader for the GetContentmanagementStatus structure.

func (*GetContentmanagementStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementStatusRequestEntityTooLarge

type GetContentmanagementStatusRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementStatusRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementStatusRequestEntityTooLarge

func NewGetContentmanagementStatusRequestEntityTooLarge() *GetContentmanagementStatusRequestEntityTooLarge

NewGetContentmanagementStatusRequestEntityTooLarge creates a GetContentmanagementStatusRequestEntityTooLarge with default headers values

func (*GetContentmanagementStatusRequestEntityTooLarge) Error

func (*GetContentmanagementStatusRequestEntityTooLarge) GetPayload

func (*GetContentmanagementStatusRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement status request entity too large response has a 4xx status code

func (*GetContentmanagementStatusRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement status request entity too large response a status code equal to that given

func (*GetContentmanagementStatusRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement status request entity too large response has a 3xx status code

func (*GetContentmanagementStatusRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement status request entity too large response has a 5xx status code

func (*GetContentmanagementStatusRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement status request entity too large response has a 2xx status code

func (*GetContentmanagementStatusRequestEntityTooLarge) String

type GetContentmanagementStatusRequestTimeout

type GetContentmanagementStatusRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementStatusRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementStatusRequestTimeout

func NewGetContentmanagementStatusRequestTimeout() *GetContentmanagementStatusRequestTimeout

NewGetContentmanagementStatusRequestTimeout creates a GetContentmanagementStatusRequestTimeout with default headers values

func (*GetContentmanagementStatusRequestTimeout) Error

func (*GetContentmanagementStatusRequestTimeout) GetPayload

func (*GetContentmanagementStatusRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement status request timeout response has a 4xx status code

func (*GetContentmanagementStatusRequestTimeout) IsCode

IsCode returns true when this get contentmanagement status request timeout response a status code equal to that given

func (*GetContentmanagementStatusRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement status request timeout response has a 3xx status code

func (*GetContentmanagementStatusRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement status request timeout response has a 5xx status code

func (*GetContentmanagementStatusRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement status request timeout response has a 2xx status code

func (*GetContentmanagementStatusRequestTimeout) String

type GetContentmanagementStatusServiceUnavailable

type GetContentmanagementStatusServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementStatusServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementStatusServiceUnavailable

func NewGetContentmanagementStatusServiceUnavailable() *GetContentmanagementStatusServiceUnavailable

NewGetContentmanagementStatusServiceUnavailable creates a GetContentmanagementStatusServiceUnavailable with default headers values

func (*GetContentmanagementStatusServiceUnavailable) Error

func (*GetContentmanagementStatusServiceUnavailable) GetPayload

func (*GetContentmanagementStatusServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement status service unavailable response has a 4xx status code

func (*GetContentmanagementStatusServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement status service unavailable response a status code equal to that given

func (*GetContentmanagementStatusServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement status service unavailable response has a 3xx status code

func (*GetContentmanagementStatusServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement status service unavailable response has a 5xx status code

func (*GetContentmanagementStatusServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement status service unavailable response has a 2xx status code

func (*GetContentmanagementStatusServiceUnavailable) String

type GetContentmanagementStatusStatusIDBadRequest

type GetContentmanagementStatusStatusIDBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementStatusStatusIDBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementStatusStatusIDBadRequest

func NewGetContentmanagementStatusStatusIDBadRequest() *GetContentmanagementStatusStatusIDBadRequest

NewGetContentmanagementStatusStatusIDBadRequest creates a GetContentmanagementStatusStatusIDBadRequest with default headers values

func (*GetContentmanagementStatusStatusIDBadRequest) Error

func (*GetContentmanagementStatusStatusIDBadRequest) GetPayload

func (*GetContentmanagementStatusStatusIDBadRequest) IsClientError

IsClientError returns true when this get contentmanagement status status Id bad request response has a 4xx status code

func (*GetContentmanagementStatusStatusIDBadRequest) IsCode

IsCode returns true when this get contentmanagement status status Id bad request response a status code equal to that given

func (*GetContentmanagementStatusStatusIDBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement status status Id bad request response has a 3xx status code

func (*GetContentmanagementStatusStatusIDBadRequest) IsServerError

IsServerError returns true when this get contentmanagement status status Id bad request response has a 5xx status code

func (*GetContentmanagementStatusStatusIDBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement status status Id bad request response has a 2xx status code

func (*GetContentmanagementStatusStatusIDBadRequest) String

type GetContentmanagementStatusStatusIDForbidden

type GetContentmanagementStatusStatusIDForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementStatusStatusIDForbidden

func NewGetContentmanagementStatusStatusIDForbidden() *GetContentmanagementStatusStatusIDForbidden

NewGetContentmanagementStatusStatusIDForbidden creates a GetContentmanagementStatusStatusIDForbidden with default headers values

func (*GetContentmanagementStatusStatusIDForbidden) Error

func (*GetContentmanagementStatusStatusIDForbidden) GetPayload

func (*GetContentmanagementStatusStatusIDForbidden) IsClientError

IsClientError returns true when this get contentmanagement status status Id forbidden response has a 4xx status code

func (*GetContentmanagementStatusStatusIDForbidden) IsCode

IsCode returns true when this get contentmanagement status status Id forbidden response a status code equal to that given

func (*GetContentmanagementStatusStatusIDForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement status status Id forbidden response has a 3xx status code

func (*GetContentmanagementStatusStatusIDForbidden) IsServerError

IsServerError returns true when this get contentmanagement status status Id forbidden response has a 5xx status code

func (*GetContentmanagementStatusStatusIDForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement status status Id forbidden response has a 2xx status code

func (*GetContentmanagementStatusStatusIDForbidden) String

type GetContentmanagementStatusStatusIDGatewayTimeout

type GetContentmanagementStatusStatusIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementStatusStatusIDGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementStatusStatusIDGatewayTimeout

func NewGetContentmanagementStatusStatusIDGatewayTimeout() *GetContentmanagementStatusStatusIDGatewayTimeout

NewGetContentmanagementStatusStatusIDGatewayTimeout creates a GetContentmanagementStatusStatusIDGatewayTimeout with default headers values

func (*GetContentmanagementStatusStatusIDGatewayTimeout) Error

func (*GetContentmanagementStatusStatusIDGatewayTimeout) GetPayload

func (*GetContentmanagementStatusStatusIDGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement status status Id gateway timeout response has a 4xx status code

func (*GetContentmanagementStatusStatusIDGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement status status Id gateway timeout response a status code equal to that given

func (*GetContentmanagementStatusStatusIDGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement status status Id gateway timeout response has a 3xx status code

func (*GetContentmanagementStatusStatusIDGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement status status Id gateway timeout response has a 5xx status code

func (*GetContentmanagementStatusStatusIDGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement status status Id gateway timeout response has a 2xx status code

func (*GetContentmanagementStatusStatusIDGatewayTimeout) String

type GetContentmanagementStatusStatusIDInternalServerError

type GetContentmanagementStatusStatusIDInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementStatusStatusIDInternalServerError

func NewGetContentmanagementStatusStatusIDInternalServerError() *GetContentmanagementStatusStatusIDInternalServerError

NewGetContentmanagementStatusStatusIDInternalServerError creates a GetContentmanagementStatusStatusIDInternalServerError with default headers values

func (*GetContentmanagementStatusStatusIDInternalServerError) Error

func (*GetContentmanagementStatusStatusIDInternalServerError) GetPayload

func (*GetContentmanagementStatusStatusIDInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement status status Id internal server error response has a 4xx status code

func (*GetContentmanagementStatusStatusIDInternalServerError) IsCode

IsCode returns true when this get contentmanagement status status Id internal server error response a status code equal to that given

func (*GetContentmanagementStatusStatusIDInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement status status Id internal server error response has a 3xx status code

func (*GetContentmanagementStatusStatusIDInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement status status Id internal server error response has a 5xx status code

func (*GetContentmanagementStatusStatusIDInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement status status Id internal server error response has a 2xx status code

func (*GetContentmanagementStatusStatusIDInternalServerError) String

type GetContentmanagementStatusStatusIDNotFound

type GetContentmanagementStatusStatusIDNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementStatusStatusIDNotFound

func NewGetContentmanagementStatusStatusIDNotFound() *GetContentmanagementStatusStatusIDNotFound

NewGetContentmanagementStatusStatusIDNotFound creates a GetContentmanagementStatusStatusIDNotFound with default headers values

func (*GetContentmanagementStatusStatusIDNotFound) Error

func (*GetContentmanagementStatusStatusIDNotFound) GetPayload

func (*GetContentmanagementStatusStatusIDNotFound) IsClientError

IsClientError returns true when this get contentmanagement status status Id not found response has a 4xx status code

func (*GetContentmanagementStatusStatusIDNotFound) IsCode

IsCode returns true when this get contentmanagement status status Id not found response a status code equal to that given

func (*GetContentmanagementStatusStatusIDNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement status status Id not found response has a 3xx status code

func (*GetContentmanagementStatusStatusIDNotFound) IsServerError

IsServerError returns true when this get contentmanagement status status Id not found response has a 5xx status code

func (*GetContentmanagementStatusStatusIDNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement status status Id not found response has a 2xx status code

func (*GetContentmanagementStatusStatusIDNotFound) String

type GetContentmanagementStatusStatusIDOK

type GetContentmanagementStatusStatusIDOK struct {
	Payload *models.CommandStatus
}

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

successful operation

func NewGetContentmanagementStatusStatusIDOK

func NewGetContentmanagementStatusStatusIDOK() *GetContentmanagementStatusStatusIDOK

NewGetContentmanagementStatusStatusIDOK creates a GetContentmanagementStatusStatusIDOK with default headers values

func (*GetContentmanagementStatusStatusIDOK) Error

func (*GetContentmanagementStatusStatusIDOK) GetPayload

func (*GetContentmanagementStatusStatusIDOK) IsClientError

func (o *GetContentmanagementStatusStatusIDOK) IsClientError() bool

IsClientError returns true when this get contentmanagement status status Id o k response has a 4xx status code

func (*GetContentmanagementStatusStatusIDOK) IsCode

IsCode returns true when this get contentmanagement status status Id o k response a status code equal to that given

func (*GetContentmanagementStatusStatusIDOK) IsRedirect

IsRedirect returns true when this get contentmanagement status status Id o k response has a 3xx status code

func (*GetContentmanagementStatusStatusIDOK) IsServerError

func (o *GetContentmanagementStatusStatusIDOK) IsServerError() bool

IsServerError returns true when this get contentmanagement status status Id o k response has a 5xx status code

func (*GetContentmanagementStatusStatusIDOK) IsSuccess

IsSuccess returns true when this get contentmanagement status status Id o k response has a 2xx status code

func (*GetContentmanagementStatusStatusIDOK) String

type GetContentmanagementStatusStatusIDParams

type GetContentmanagementStatusStatusIDParams struct {

	/* StatusID.

	   Status ID
	*/
	StatusID string

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

GetContentmanagementStatusStatusIDParams contains all the parameters to send to the API endpoint

for the get contentmanagement status status Id operation.

Typically these are written to a http.Request.

func NewGetContentmanagementStatusStatusIDParams

func NewGetContentmanagementStatusStatusIDParams() *GetContentmanagementStatusStatusIDParams

NewGetContentmanagementStatusStatusIDParams creates a new GetContentmanagementStatusStatusIDParams 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 NewGetContentmanagementStatusStatusIDParamsWithContext

func NewGetContentmanagementStatusStatusIDParamsWithContext(ctx context.Context) *GetContentmanagementStatusStatusIDParams

NewGetContentmanagementStatusStatusIDParamsWithContext creates a new GetContentmanagementStatusStatusIDParams object with the ability to set a context for a request.

func NewGetContentmanagementStatusStatusIDParamsWithHTTPClient

func NewGetContentmanagementStatusStatusIDParamsWithHTTPClient(client *http.Client) *GetContentmanagementStatusStatusIDParams

NewGetContentmanagementStatusStatusIDParamsWithHTTPClient creates a new GetContentmanagementStatusStatusIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementStatusStatusIDParamsWithTimeout

func NewGetContentmanagementStatusStatusIDParamsWithTimeout(timeout time.Duration) *GetContentmanagementStatusStatusIDParams

NewGetContentmanagementStatusStatusIDParamsWithTimeout creates a new GetContentmanagementStatusStatusIDParams object with the ability to set a timeout on a request.

func (*GetContentmanagementStatusStatusIDParams) SetContext

SetContext adds the context to the get contentmanagement status status Id params

func (*GetContentmanagementStatusStatusIDParams) SetDefaults

SetDefaults hydrates default values in the get contentmanagement status status Id params (not the query body).

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

func (*GetContentmanagementStatusStatusIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement status status Id params

func (*GetContentmanagementStatusStatusIDParams) SetStatusID

func (o *GetContentmanagementStatusStatusIDParams) SetStatusID(statusID string)

SetStatusID adds the statusId to the get contentmanagement status status Id params

func (*GetContentmanagementStatusStatusIDParams) SetTimeout

SetTimeout adds the timeout to the get contentmanagement status status Id params

func (*GetContentmanagementStatusStatusIDParams) WithContext

WithContext adds the context to the get contentmanagement status status Id params

func (*GetContentmanagementStatusStatusIDParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement status status Id params (not the query body).

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

func (*GetContentmanagementStatusStatusIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement status status Id params

func (*GetContentmanagementStatusStatusIDParams) WithStatusID

WithStatusID adds the statusID to the get contentmanagement status status Id params

func (*GetContentmanagementStatusStatusIDParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement status status Id params

func (*GetContentmanagementStatusStatusIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementStatusStatusIDReader

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

GetContentmanagementStatusStatusIDReader is a Reader for the GetContentmanagementStatusStatusID structure.

func (*GetContentmanagementStatusStatusIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementStatusStatusIDRequestEntityTooLarge

type GetContentmanagementStatusStatusIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementStatusStatusIDRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementStatusStatusIDRequestEntityTooLarge

func NewGetContentmanagementStatusStatusIDRequestEntityTooLarge() *GetContentmanagementStatusStatusIDRequestEntityTooLarge

NewGetContentmanagementStatusStatusIDRequestEntityTooLarge creates a GetContentmanagementStatusStatusIDRequestEntityTooLarge with default headers values

func (*GetContentmanagementStatusStatusIDRequestEntityTooLarge) Error

func (*GetContentmanagementStatusStatusIDRequestEntityTooLarge) GetPayload

func (*GetContentmanagementStatusStatusIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement status status Id request entity too large response has a 4xx status code

func (*GetContentmanagementStatusStatusIDRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement status status Id request entity too large response a status code equal to that given

func (*GetContentmanagementStatusStatusIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement status status Id request entity too large response has a 3xx status code

func (*GetContentmanagementStatusStatusIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement status status Id request entity too large response has a 5xx status code

func (*GetContentmanagementStatusStatusIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement status status Id request entity too large response has a 2xx status code

func (*GetContentmanagementStatusStatusIDRequestEntityTooLarge) String

type GetContentmanagementStatusStatusIDRequestTimeout

type GetContentmanagementStatusStatusIDRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementStatusStatusIDRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementStatusStatusIDRequestTimeout

func NewGetContentmanagementStatusStatusIDRequestTimeout() *GetContentmanagementStatusStatusIDRequestTimeout

NewGetContentmanagementStatusStatusIDRequestTimeout creates a GetContentmanagementStatusStatusIDRequestTimeout with default headers values

func (*GetContentmanagementStatusStatusIDRequestTimeout) Error

func (*GetContentmanagementStatusStatusIDRequestTimeout) GetPayload

func (*GetContentmanagementStatusStatusIDRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement status status Id request timeout response has a 4xx status code

func (*GetContentmanagementStatusStatusIDRequestTimeout) IsCode

IsCode returns true when this get contentmanagement status status Id request timeout response a status code equal to that given

func (*GetContentmanagementStatusStatusIDRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement status status Id request timeout response has a 3xx status code

func (*GetContentmanagementStatusStatusIDRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement status status Id request timeout response has a 5xx status code

func (*GetContentmanagementStatusStatusIDRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement status status Id request timeout response has a 2xx status code

func (*GetContentmanagementStatusStatusIDRequestTimeout) String

type GetContentmanagementStatusStatusIDServiceUnavailable

type GetContentmanagementStatusStatusIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementStatusStatusIDServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementStatusStatusIDServiceUnavailable

func NewGetContentmanagementStatusStatusIDServiceUnavailable() *GetContentmanagementStatusStatusIDServiceUnavailable

NewGetContentmanagementStatusStatusIDServiceUnavailable creates a GetContentmanagementStatusStatusIDServiceUnavailable with default headers values

func (*GetContentmanagementStatusStatusIDServiceUnavailable) Error

func (*GetContentmanagementStatusStatusIDServiceUnavailable) GetPayload

func (*GetContentmanagementStatusStatusIDServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement status status Id service unavailable response has a 4xx status code

func (*GetContentmanagementStatusStatusIDServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement status status Id service unavailable response a status code equal to that given

func (*GetContentmanagementStatusStatusIDServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement status status Id service unavailable response has a 3xx status code

func (*GetContentmanagementStatusStatusIDServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement status status Id service unavailable response has a 5xx status code

func (*GetContentmanagementStatusStatusIDServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement status status Id service unavailable response has a 2xx status code

func (*GetContentmanagementStatusStatusIDServiceUnavailable) String

type GetContentmanagementStatusStatusIDTooManyRequests

type GetContentmanagementStatusStatusIDTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementStatusStatusIDTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementStatusStatusIDTooManyRequests

func NewGetContentmanagementStatusStatusIDTooManyRequests() *GetContentmanagementStatusStatusIDTooManyRequests

NewGetContentmanagementStatusStatusIDTooManyRequests creates a GetContentmanagementStatusStatusIDTooManyRequests with default headers values

func (*GetContentmanagementStatusStatusIDTooManyRequests) Error

func (*GetContentmanagementStatusStatusIDTooManyRequests) GetPayload

func (*GetContentmanagementStatusStatusIDTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement status status Id too many requests response has a 4xx status code

func (*GetContentmanagementStatusStatusIDTooManyRequests) IsCode

IsCode returns true when this get contentmanagement status status Id too many requests response a status code equal to that given

func (*GetContentmanagementStatusStatusIDTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement status status Id too many requests response has a 3xx status code

func (*GetContentmanagementStatusStatusIDTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement status status Id too many requests response has a 5xx status code

func (*GetContentmanagementStatusStatusIDTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement status status Id too many requests response has a 2xx status code

func (*GetContentmanagementStatusStatusIDTooManyRequests) String

type GetContentmanagementStatusStatusIDUnauthorized

type GetContentmanagementStatusStatusIDUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementStatusStatusIDUnauthorized

func NewGetContentmanagementStatusStatusIDUnauthorized() *GetContentmanagementStatusStatusIDUnauthorized

NewGetContentmanagementStatusStatusIDUnauthorized creates a GetContentmanagementStatusStatusIDUnauthorized with default headers values

func (*GetContentmanagementStatusStatusIDUnauthorized) Error

func (*GetContentmanagementStatusStatusIDUnauthorized) GetPayload

func (*GetContentmanagementStatusStatusIDUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement status status Id unauthorized response has a 4xx status code

func (*GetContentmanagementStatusStatusIDUnauthorized) IsCode

IsCode returns true when this get contentmanagement status status Id unauthorized response a status code equal to that given

func (*GetContentmanagementStatusStatusIDUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement status status Id unauthorized response has a 3xx status code

func (*GetContentmanagementStatusStatusIDUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement status status Id unauthorized response has a 5xx status code

func (*GetContentmanagementStatusStatusIDUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement status status Id unauthorized response has a 2xx status code

func (*GetContentmanagementStatusStatusIDUnauthorized) String

type GetContentmanagementStatusStatusIDUnsupportedMediaType

type GetContentmanagementStatusStatusIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementStatusStatusIDUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementStatusStatusIDUnsupportedMediaType

func NewGetContentmanagementStatusStatusIDUnsupportedMediaType() *GetContentmanagementStatusStatusIDUnsupportedMediaType

NewGetContentmanagementStatusStatusIDUnsupportedMediaType creates a GetContentmanagementStatusStatusIDUnsupportedMediaType with default headers values

func (*GetContentmanagementStatusStatusIDUnsupportedMediaType) Error

func (*GetContentmanagementStatusStatusIDUnsupportedMediaType) GetPayload

func (*GetContentmanagementStatusStatusIDUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement status status Id unsupported media type response has a 4xx status code

func (*GetContentmanagementStatusStatusIDUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement status status Id unsupported media type response a status code equal to that given

func (*GetContentmanagementStatusStatusIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement status status Id unsupported media type response has a 3xx status code

func (*GetContentmanagementStatusStatusIDUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement status status Id unsupported media type response has a 5xx status code

func (*GetContentmanagementStatusStatusIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement status status Id unsupported media type response has a 2xx status code

func (*GetContentmanagementStatusStatusIDUnsupportedMediaType) String

type GetContentmanagementStatusTooManyRequests

type GetContentmanagementStatusTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementStatusTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementStatusTooManyRequests

func NewGetContentmanagementStatusTooManyRequests() *GetContentmanagementStatusTooManyRequests

NewGetContentmanagementStatusTooManyRequests creates a GetContentmanagementStatusTooManyRequests with default headers values

func (*GetContentmanagementStatusTooManyRequests) Error

func (*GetContentmanagementStatusTooManyRequests) GetPayload

func (*GetContentmanagementStatusTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement status too many requests response has a 4xx status code

func (*GetContentmanagementStatusTooManyRequests) IsCode

IsCode returns true when this get contentmanagement status too many requests response a status code equal to that given

func (*GetContentmanagementStatusTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement status too many requests response has a 3xx status code

func (*GetContentmanagementStatusTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement status too many requests response has a 5xx status code

func (*GetContentmanagementStatusTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement status too many requests response has a 2xx status code

func (*GetContentmanagementStatusTooManyRequests) String

type GetContentmanagementStatusUnauthorized

type GetContentmanagementStatusUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementStatusUnauthorized

func NewGetContentmanagementStatusUnauthorized() *GetContentmanagementStatusUnauthorized

NewGetContentmanagementStatusUnauthorized creates a GetContentmanagementStatusUnauthorized with default headers values

func (*GetContentmanagementStatusUnauthorized) Error

func (*GetContentmanagementStatusUnauthorized) GetPayload

func (*GetContentmanagementStatusUnauthorized) IsClientError

func (o *GetContentmanagementStatusUnauthorized) IsClientError() bool

IsClientError returns true when this get contentmanagement status unauthorized response has a 4xx status code

func (*GetContentmanagementStatusUnauthorized) IsCode

IsCode returns true when this get contentmanagement status unauthorized response a status code equal to that given

func (*GetContentmanagementStatusUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement status unauthorized response has a 3xx status code

func (*GetContentmanagementStatusUnauthorized) IsServerError

func (o *GetContentmanagementStatusUnauthorized) IsServerError() bool

IsServerError returns true when this get contentmanagement status unauthorized response has a 5xx status code

func (*GetContentmanagementStatusUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement status unauthorized response has a 2xx status code

func (*GetContentmanagementStatusUnauthorized) String

type GetContentmanagementStatusUnsupportedMediaType

type GetContentmanagementStatusUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementStatusUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementStatusUnsupportedMediaType

func NewGetContentmanagementStatusUnsupportedMediaType() *GetContentmanagementStatusUnsupportedMediaType

NewGetContentmanagementStatusUnsupportedMediaType creates a GetContentmanagementStatusUnsupportedMediaType with default headers values

func (*GetContentmanagementStatusUnsupportedMediaType) Error

func (*GetContentmanagementStatusUnsupportedMediaType) GetPayload

func (*GetContentmanagementStatusUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement status unsupported media type response has a 4xx status code

func (*GetContentmanagementStatusUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement status unsupported media type response a status code equal to that given

func (*GetContentmanagementStatusUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement status unsupported media type response has a 3xx status code

func (*GetContentmanagementStatusUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement status unsupported media type response has a 5xx status code

func (*GetContentmanagementStatusUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement status unsupported media type response has a 2xx status code

func (*GetContentmanagementStatusUnsupportedMediaType) String

type GetContentmanagementUsageBadRequest

type GetContentmanagementUsageBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementUsageBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementUsageBadRequest

func NewGetContentmanagementUsageBadRequest() *GetContentmanagementUsageBadRequest

NewGetContentmanagementUsageBadRequest creates a GetContentmanagementUsageBadRequest with default headers values

func (*GetContentmanagementUsageBadRequest) Error

func (*GetContentmanagementUsageBadRequest) GetPayload

func (*GetContentmanagementUsageBadRequest) IsClientError

func (o *GetContentmanagementUsageBadRequest) IsClientError() bool

IsClientError returns true when this get contentmanagement usage bad request response has a 4xx status code

func (*GetContentmanagementUsageBadRequest) IsCode

IsCode returns true when this get contentmanagement usage bad request response a status code equal to that given

func (*GetContentmanagementUsageBadRequest) IsRedirect

func (o *GetContentmanagementUsageBadRequest) IsRedirect() bool

IsRedirect returns true when this get contentmanagement usage bad request response has a 3xx status code

func (*GetContentmanagementUsageBadRequest) IsServerError

func (o *GetContentmanagementUsageBadRequest) IsServerError() bool

IsServerError returns true when this get contentmanagement usage bad request response has a 5xx status code

func (*GetContentmanagementUsageBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement usage bad request response has a 2xx status code

func (*GetContentmanagementUsageBadRequest) String

type GetContentmanagementUsageForbidden

type GetContentmanagementUsageForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementUsageForbidden

func NewGetContentmanagementUsageForbidden() *GetContentmanagementUsageForbidden

NewGetContentmanagementUsageForbidden creates a GetContentmanagementUsageForbidden with default headers values

func (*GetContentmanagementUsageForbidden) Error

func (*GetContentmanagementUsageForbidden) GetPayload

func (*GetContentmanagementUsageForbidden) IsClientError

func (o *GetContentmanagementUsageForbidden) IsClientError() bool

IsClientError returns true when this get contentmanagement usage forbidden response has a 4xx status code

func (*GetContentmanagementUsageForbidden) IsCode

IsCode returns true when this get contentmanagement usage forbidden response a status code equal to that given

func (*GetContentmanagementUsageForbidden) IsRedirect

func (o *GetContentmanagementUsageForbidden) IsRedirect() bool

IsRedirect returns true when this get contentmanagement usage forbidden response has a 3xx status code

func (*GetContentmanagementUsageForbidden) IsServerError

func (o *GetContentmanagementUsageForbidden) IsServerError() bool

IsServerError returns true when this get contentmanagement usage forbidden response has a 5xx status code

func (*GetContentmanagementUsageForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement usage forbidden response has a 2xx status code

func (*GetContentmanagementUsageForbidden) String

type GetContentmanagementUsageGatewayTimeout

type GetContentmanagementUsageGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementUsageGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementUsageGatewayTimeout

func NewGetContentmanagementUsageGatewayTimeout() *GetContentmanagementUsageGatewayTimeout

NewGetContentmanagementUsageGatewayTimeout creates a GetContentmanagementUsageGatewayTimeout with default headers values

func (*GetContentmanagementUsageGatewayTimeout) Error

func (*GetContentmanagementUsageGatewayTimeout) GetPayload

func (*GetContentmanagementUsageGatewayTimeout) IsClientError

func (o *GetContentmanagementUsageGatewayTimeout) IsClientError() bool

IsClientError returns true when this get contentmanagement usage gateway timeout response has a 4xx status code

func (*GetContentmanagementUsageGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement usage gateway timeout response a status code equal to that given

func (*GetContentmanagementUsageGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement usage gateway timeout response has a 3xx status code

func (*GetContentmanagementUsageGatewayTimeout) IsServerError

func (o *GetContentmanagementUsageGatewayTimeout) IsServerError() bool

IsServerError returns true when this get contentmanagement usage gateway timeout response has a 5xx status code

func (*GetContentmanagementUsageGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement usage gateway timeout response has a 2xx status code

func (*GetContentmanagementUsageGatewayTimeout) String

type GetContentmanagementUsageInternalServerError

type GetContentmanagementUsageInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementUsageInternalServerError

func NewGetContentmanagementUsageInternalServerError() *GetContentmanagementUsageInternalServerError

NewGetContentmanagementUsageInternalServerError creates a GetContentmanagementUsageInternalServerError with default headers values

func (*GetContentmanagementUsageInternalServerError) Error

func (*GetContentmanagementUsageInternalServerError) GetPayload

func (*GetContentmanagementUsageInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement usage internal server error response has a 4xx status code

func (*GetContentmanagementUsageInternalServerError) IsCode

IsCode returns true when this get contentmanagement usage internal server error response a status code equal to that given

func (*GetContentmanagementUsageInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement usage internal server error response has a 3xx status code

func (*GetContentmanagementUsageInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement usage internal server error response has a 5xx status code

func (*GetContentmanagementUsageInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement usage internal server error response has a 2xx status code

func (*GetContentmanagementUsageInternalServerError) String

type GetContentmanagementUsageNotFound

type GetContentmanagementUsageNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementUsageNotFound

func NewGetContentmanagementUsageNotFound() *GetContentmanagementUsageNotFound

NewGetContentmanagementUsageNotFound creates a GetContentmanagementUsageNotFound with default headers values

func (*GetContentmanagementUsageNotFound) Error

func (*GetContentmanagementUsageNotFound) GetPayload

func (*GetContentmanagementUsageNotFound) IsClientError

func (o *GetContentmanagementUsageNotFound) IsClientError() bool

IsClientError returns true when this get contentmanagement usage not found response has a 4xx status code

func (*GetContentmanagementUsageNotFound) IsCode

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

IsCode returns true when this get contentmanagement usage not found response a status code equal to that given

func (*GetContentmanagementUsageNotFound) IsRedirect

func (o *GetContentmanagementUsageNotFound) IsRedirect() bool

IsRedirect returns true when this get contentmanagement usage not found response has a 3xx status code

func (*GetContentmanagementUsageNotFound) IsServerError

func (o *GetContentmanagementUsageNotFound) IsServerError() bool

IsServerError returns true when this get contentmanagement usage not found response has a 5xx status code

func (*GetContentmanagementUsageNotFound) IsSuccess

func (o *GetContentmanagementUsageNotFound) IsSuccess() bool

IsSuccess returns true when this get contentmanagement usage not found response has a 2xx status code

func (*GetContentmanagementUsageNotFound) String

type GetContentmanagementUsageOK

type GetContentmanagementUsageOK struct {
	Payload *models.Usage
}

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

successful operation

func NewGetContentmanagementUsageOK

func NewGetContentmanagementUsageOK() *GetContentmanagementUsageOK

NewGetContentmanagementUsageOK creates a GetContentmanagementUsageOK with default headers values

func (*GetContentmanagementUsageOK) Error

func (*GetContentmanagementUsageOK) GetPayload

func (o *GetContentmanagementUsageOK) GetPayload() *models.Usage

func (*GetContentmanagementUsageOK) IsClientError

func (o *GetContentmanagementUsageOK) IsClientError() bool

IsClientError returns true when this get contentmanagement usage o k response has a 4xx status code

func (*GetContentmanagementUsageOK) IsCode

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

IsCode returns true when this get contentmanagement usage o k response a status code equal to that given

func (*GetContentmanagementUsageOK) IsRedirect

func (o *GetContentmanagementUsageOK) IsRedirect() bool

IsRedirect returns true when this get contentmanagement usage o k response has a 3xx status code

func (*GetContentmanagementUsageOK) IsServerError

func (o *GetContentmanagementUsageOK) IsServerError() bool

IsServerError returns true when this get contentmanagement usage o k response has a 5xx status code

func (*GetContentmanagementUsageOK) IsSuccess

func (o *GetContentmanagementUsageOK) IsSuccess() bool

IsSuccess returns true when this get contentmanagement usage o k response has a 2xx status code

func (*GetContentmanagementUsageOK) String

func (o *GetContentmanagementUsageOK) String() string

type GetContentmanagementUsageParams

type GetContentmanagementUsageParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetContentmanagementUsageParams contains all the parameters to send to the API endpoint

for the get contentmanagement usage operation.

Typically these are written to a http.Request.

func NewGetContentmanagementUsageParams

func NewGetContentmanagementUsageParams() *GetContentmanagementUsageParams

NewGetContentmanagementUsageParams creates a new GetContentmanagementUsageParams 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 NewGetContentmanagementUsageParamsWithContext

func NewGetContentmanagementUsageParamsWithContext(ctx context.Context) *GetContentmanagementUsageParams

NewGetContentmanagementUsageParamsWithContext creates a new GetContentmanagementUsageParams object with the ability to set a context for a request.

func NewGetContentmanagementUsageParamsWithHTTPClient

func NewGetContentmanagementUsageParamsWithHTTPClient(client *http.Client) *GetContentmanagementUsageParams

NewGetContentmanagementUsageParamsWithHTTPClient creates a new GetContentmanagementUsageParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementUsageParamsWithTimeout

func NewGetContentmanagementUsageParamsWithTimeout(timeout time.Duration) *GetContentmanagementUsageParams

NewGetContentmanagementUsageParamsWithTimeout creates a new GetContentmanagementUsageParams object with the ability to set a timeout on a request.

func (*GetContentmanagementUsageParams) SetContext

func (o *GetContentmanagementUsageParams) SetContext(ctx context.Context)

SetContext adds the context to the get contentmanagement usage params

func (*GetContentmanagementUsageParams) SetDefaults

func (o *GetContentmanagementUsageParams) SetDefaults()

SetDefaults hydrates default values in the get contentmanagement usage params (not the query body).

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

func (*GetContentmanagementUsageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement usage params

func (*GetContentmanagementUsageParams) SetTimeout

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

SetTimeout adds the timeout to the get contentmanagement usage params

func (*GetContentmanagementUsageParams) WithContext

WithContext adds the context to the get contentmanagement usage params

func (*GetContentmanagementUsageParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement usage params (not the query body).

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

func (*GetContentmanagementUsageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement usage params

func (*GetContentmanagementUsageParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement usage params

func (*GetContentmanagementUsageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementUsageReader

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

GetContentmanagementUsageReader is a Reader for the GetContentmanagementUsage structure.

func (*GetContentmanagementUsageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementUsageRequestEntityTooLarge

type GetContentmanagementUsageRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementUsageRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementUsageRequestEntityTooLarge

func NewGetContentmanagementUsageRequestEntityTooLarge() *GetContentmanagementUsageRequestEntityTooLarge

NewGetContentmanagementUsageRequestEntityTooLarge creates a GetContentmanagementUsageRequestEntityTooLarge with default headers values

func (*GetContentmanagementUsageRequestEntityTooLarge) Error

func (*GetContentmanagementUsageRequestEntityTooLarge) GetPayload

func (*GetContentmanagementUsageRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement usage request entity too large response has a 4xx status code

func (*GetContentmanagementUsageRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement usage request entity too large response a status code equal to that given

func (*GetContentmanagementUsageRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement usage request entity too large response has a 3xx status code

func (*GetContentmanagementUsageRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement usage request entity too large response has a 5xx status code

func (*GetContentmanagementUsageRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement usage request entity too large response has a 2xx status code

func (*GetContentmanagementUsageRequestEntityTooLarge) String

type GetContentmanagementUsageRequestTimeout

type GetContentmanagementUsageRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementUsageRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementUsageRequestTimeout

func NewGetContentmanagementUsageRequestTimeout() *GetContentmanagementUsageRequestTimeout

NewGetContentmanagementUsageRequestTimeout creates a GetContentmanagementUsageRequestTimeout with default headers values

func (*GetContentmanagementUsageRequestTimeout) Error

func (*GetContentmanagementUsageRequestTimeout) GetPayload

func (*GetContentmanagementUsageRequestTimeout) IsClientError

func (o *GetContentmanagementUsageRequestTimeout) IsClientError() bool

IsClientError returns true when this get contentmanagement usage request timeout response has a 4xx status code

func (*GetContentmanagementUsageRequestTimeout) IsCode

IsCode returns true when this get contentmanagement usage request timeout response a status code equal to that given

func (*GetContentmanagementUsageRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement usage request timeout response has a 3xx status code

func (*GetContentmanagementUsageRequestTimeout) IsServerError

func (o *GetContentmanagementUsageRequestTimeout) IsServerError() bool

IsServerError returns true when this get contentmanagement usage request timeout response has a 5xx status code

func (*GetContentmanagementUsageRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement usage request timeout response has a 2xx status code

func (*GetContentmanagementUsageRequestTimeout) String

type GetContentmanagementUsageServiceUnavailable

type GetContentmanagementUsageServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementUsageServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementUsageServiceUnavailable

func NewGetContentmanagementUsageServiceUnavailable() *GetContentmanagementUsageServiceUnavailable

NewGetContentmanagementUsageServiceUnavailable creates a GetContentmanagementUsageServiceUnavailable with default headers values

func (*GetContentmanagementUsageServiceUnavailable) Error

func (*GetContentmanagementUsageServiceUnavailable) GetPayload

func (*GetContentmanagementUsageServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement usage service unavailable response has a 4xx status code

func (*GetContentmanagementUsageServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement usage service unavailable response a status code equal to that given

func (*GetContentmanagementUsageServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement usage service unavailable response has a 3xx status code

func (*GetContentmanagementUsageServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement usage service unavailable response has a 5xx status code

func (*GetContentmanagementUsageServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement usage service unavailable response has a 2xx status code

func (*GetContentmanagementUsageServiceUnavailable) String

type GetContentmanagementUsageTooManyRequests

type GetContentmanagementUsageTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementUsageTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementUsageTooManyRequests

func NewGetContentmanagementUsageTooManyRequests() *GetContentmanagementUsageTooManyRequests

NewGetContentmanagementUsageTooManyRequests creates a GetContentmanagementUsageTooManyRequests with default headers values

func (*GetContentmanagementUsageTooManyRequests) Error

func (*GetContentmanagementUsageTooManyRequests) GetPayload

func (*GetContentmanagementUsageTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement usage too many requests response has a 4xx status code

func (*GetContentmanagementUsageTooManyRequests) IsCode

IsCode returns true when this get contentmanagement usage too many requests response a status code equal to that given

func (*GetContentmanagementUsageTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement usage too many requests response has a 3xx status code

func (*GetContentmanagementUsageTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement usage too many requests response has a 5xx status code

func (*GetContentmanagementUsageTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement usage too many requests response has a 2xx status code

func (*GetContentmanagementUsageTooManyRequests) String

type GetContentmanagementUsageUnauthorized

type GetContentmanagementUsageUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementUsageUnauthorized

func NewGetContentmanagementUsageUnauthorized() *GetContentmanagementUsageUnauthorized

NewGetContentmanagementUsageUnauthorized creates a GetContentmanagementUsageUnauthorized with default headers values

func (*GetContentmanagementUsageUnauthorized) Error

func (*GetContentmanagementUsageUnauthorized) GetPayload

func (*GetContentmanagementUsageUnauthorized) IsClientError

func (o *GetContentmanagementUsageUnauthorized) IsClientError() bool

IsClientError returns true when this get contentmanagement usage unauthorized response has a 4xx status code

func (*GetContentmanagementUsageUnauthorized) IsCode

IsCode returns true when this get contentmanagement usage unauthorized response a status code equal to that given

func (*GetContentmanagementUsageUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement usage unauthorized response has a 3xx status code

func (*GetContentmanagementUsageUnauthorized) IsServerError

func (o *GetContentmanagementUsageUnauthorized) IsServerError() bool

IsServerError returns true when this get contentmanagement usage unauthorized response has a 5xx status code

func (*GetContentmanagementUsageUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement usage unauthorized response has a 2xx status code

func (*GetContentmanagementUsageUnauthorized) String

type GetContentmanagementUsageUnsupportedMediaType

type GetContentmanagementUsageUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementUsageUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementUsageUnsupportedMediaType

func NewGetContentmanagementUsageUnsupportedMediaType() *GetContentmanagementUsageUnsupportedMediaType

NewGetContentmanagementUsageUnsupportedMediaType creates a GetContentmanagementUsageUnsupportedMediaType with default headers values

func (*GetContentmanagementUsageUnsupportedMediaType) Error

func (*GetContentmanagementUsageUnsupportedMediaType) GetPayload

func (*GetContentmanagementUsageUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement usage unsupported media type response has a 4xx status code

func (*GetContentmanagementUsageUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement usage unsupported media type response a status code equal to that given

func (*GetContentmanagementUsageUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement usage unsupported media type response has a 3xx status code

func (*GetContentmanagementUsageUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement usage unsupported media type response has a 5xx status code

func (*GetContentmanagementUsageUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement usage unsupported media type response has a 2xx status code

func (*GetContentmanagementUsageUnsupportedMediaType) String

type GetContentmanagementWorkspaceBadRequest

type GetContentmanagementWorkspaceBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementWorkspaceBadRequest

func NewGetContentmanagementWorkspaceBadRequest() *GetContentmanagementWorkspaceBadRequest

NewGetContentmanagementWorkspaceBadRequest creates a GetContentmanagementWorkspaceBadRequest with default headers values

func (*GetContentmanagementWorkspaceBadRequest) Error

func (*GetContentmanagementWorkspaceBadRequest) GetPayload

func (*GetContentmanagementWorkspaceBadRequest) IsClientError

func (o *GetContentmanagementWorkspaceBadRequest) IsClientError() bool

IsClientError returns true when this get contentmanagement workspace bad request response has a 4xx status code

func (*GetContentmanagementWorkspaceBadRequest) IsCode

IsCode returns true when this get contentmanagement workspace bad request response a status code equal to that given

func (*GetContentmanagementWorkspaceBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement workspace bad request response has a 3xx status code

func (*GetContentmanagementWorkspaceBadRequest) IsServerError

func (o *GetContentmanagementWorkspaceBadRequest) IsServerError() bool

IsServerError returns true when this get contentmanagement workspace bad request response has a 5xx status code

func (*GetContentmanagementWorkspaceBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement workspace bad request response has a 2xx status code

func (*GetContentmanagementWorkspaceBadRequest) String

type GetContentmanagementWorkspaceDocumentsBadRequest

type GetContentmanagementWorkspaceDocumentsBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceDocumentsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementWorkspaceDocumentsBadRequest

func NewGetContentmanagementWorkspaceDocumentsBadRequest() *GetContentmanagementWorkspaceDocumentsBadRequest

NewGetContentmanagementWorkspaceDocumentsBadRequest creates a GetContentmanagementWorkspaceDocumentsBadRequest with default headers values

func (*GetContentmanagementWorkspaceDocumentsBadRequest) Error

func (*GetContentmanagementWorkspaceDocumentsBadRequest) GetPayload

func (*GetContentmanagementWorkspaceDocumentsBadRequest) IsClientError

IsClientError returns true when this get contentmanagement workspace documents bad request response has a 4xx status code

func (*GetContentmanagementWorkspaceDocumentsBadRequest) IsCode

IsCode returns true when this get contentmanagement workspace documents bad request response a status code equal to that given

func (*GetContentmanagementWorkspaceDocumentsBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement workspace documents bad request response has a 3xx status code

func (*GetContentmanagementWorkspaceDocumentsBadRequest) IsServerError

IsServerError returns true when this get contentmanagement workspace documents bad request response has a 5xx status code

func (*GetContentmanagementWorkspaceDocumentsBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement workspace documents bad request response has a 2xx status code

func (*GetContentmanagementWorkspaceDocumentsBadRequest) String

type GetContentmanagementWorkspaceDocumentsForbidden

type GetContentmanagementWorkspaceDocumentsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementWorkspaceDocumentsForbidden

func NewGetContentmanagementWorkspaceDocumentsForbidden() *GetContentmanagementWorkspaceDocumentsForbidden

NewGetContentmanagementWorkspaceDocumentsForbidden creates a GetContentmanagementWorkspaceDocumentsForbidden with default headers values

func (*GetContentmanagementWorkspaceDocumentsForbidden) Error

func (*GetContentmanagementWorkspaceDocumentsForbidden) GetPayload

func (*GetContentmanagementWorkspaceDocumentsForbidden) IsClientError

IsClientError returns true when this get contentmanagement workspace documents forbidden response has a 4xx status code

func (*GetContentmanagementWorkspaceDocumentsForbidden) IsCode

IsCode returns true when this get contentmanagement workspace documents forbidden response a status code equal to that given

func (*GetContentmanagementWorkspaceDocumentsForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement workspace documents forbidden response has a 3xx status code

func (*GetContentmanagementWorkspaceDocumentsForbidden) IsServerError

IsServerError returns true when this get contentmanagement workspace documents forbidden response has a 5xx status code

func (*GetContentmanagementWorkspaceDocumentsForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement workspace documents forbidden response has a 2xx status code

func (*GetContentmanagementWorkspaceDocumentsForbidden) String

type GetContentmanagementWorkspaceDocumentsGatewayTimeout

type GetContentmanagementWorkspaceDocumentsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceDocumentsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementWorkspaceDocumentsGatewayTimeout

func NewGetContentmanagementWorkspaceDocumentsGatewayTimeout() *GetContentmanagementWorkspaceDocumentsGatewayTimeout

NewGetContentmanagementWorkspaceDocumentsGatewayTimeout creates a GetContentmanagementWorkspaceDocumentsGatewayTimeout with default headers values

func (*GetContentmanagementWorkspaceDocumentsGatewayTimeout) Error

func (*GetContentmanagementWorkspaceDocumentsGatewayTimeout) GetPayload

func (*GetContentmanagementWorkspaceDocumentsGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement workspace documents gateway timeout response has a 4xx status code

func (*GetContentmanagementWorkspaceDocumentsGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement workspace documents gateway timeout response a status code equal to that given

func (*GetContentmanagementWorkspaceDocumentsGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement workspace documents gateway timeout response has a 3xx status code

func (*GetContentmanagementWorkspaceDocumentsGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement workspace documents gateway timeout response has a 5xx status code

func (*GetContentmanagementWorkspaceDocumentsGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement workspace documents gateway timeout response has a 2xx status code

func (*GetContentmanagementWorkspaceDocumentsGatewayTimeout) String

type GetContentmanagementWorkspaceDocumentsInternalServerError

type GetContentmanagementWorkspaceDocumentsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementWorkspaceDocumentsInternalServerError

func NewGetContentmanagementWorkspaceDocumentsInternalServerError() *GetContentmanagementWorkspaceDocumentsInternalServerError

NewGetContentmanagementWorkspaceDocumentsInternalServerError creates a GetContentmanagementWorkspaceDocumentsInternalServerError with default headers values

func (*GetContentmanagementWorkspaceDocumentsInternalServerError) Error

func (*GetContentmanagementWorkspaceDocumentsInternalServerError) GetPayload

func (*GetContentmanagementWorkspaceDocumentsInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement workspace documents internal server error response has a 4xx status code

func (*GetContentmanagementWorkspaceDocumentsInternalServerError) IsCode

IsCode returns true when this get contentmanagement workspace documents internal server error response a status code equal to that given

func (*GetContentmanagementWorkspaceDocumentsInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement workspace documents internal server error response has a 3xx status code

func (*GetContentmanagementWorkspaceDocumentsInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement workspace documents internal server error response has a 5xx status code

func (*GetContentmanagementWorkspaceDocumentsInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement workspace documents internal server error response has a 2xx status code

func (*GetContentmanagementWorkspaceDocumentsInternalServerError) String

type GetContentmanagementWorkspaceDocumentsNotFound

type GetContentmanagementWorkspaceDocumentsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementWorkspaceDocumentsNotFound

func NewGetContentmanagementWorkspaceDocumentsNotFound() *GetContentmanagementWorkspaceDocumentsNotFound

NewGetContentmanagementWorkspaceDocumentsNotFound creates a GetContentmanagementWorkspaceDocumentsNotFound with default headers values

func (*GetContentmanagementWorkspaceDocumentsNotFound) Error

func (*GetContentmanagementWorkspaceDocumentsNotFound) GetPayload

func (*GetContentmanagementWorkspaceDocumentsNotFound) IsClientError

IsClientError returns true when this get contentmanagement workspace documents not found response has a 4xx status code

func (*GetContentmanagementWorkspaceDocumentsNotFound) IsCode

IsCode returns true when this get contentmanagement workspace documents not found response a status code equal to that given

func (*GetContentmanagementWorkspaceDocumentsNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement workspace documents not found response has a 3xx status code

func (*GetContentmanagementWorkspaceDocumentsNotFound) IsServerError

IsServerError returns true when this get contentmanagement workspace documents not found response has a 5xx status code

func (*GetContentmanagementWorkspaceDocumentsNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement workspace documents not found response has a 2xx status code

func (*GetContentmanagementWorkspaceDocumentsNotFound) String

type GetContentmanagementWorkspaceDocumentsOK

type GetContentmanagementWorkspaceDocumentsOK struct {
	Payload *models.DocumentEntityListing
}

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

successful operation

func NewGetContentmanagementWorkspaceDocumentsOK

func NewGetContentmanagementWorkspaceDocumentsOK() *GetContentmanagementWorkspaceDocumentsOK

NewGetContentmanagementWorkspaceDocumentsOK creates a GetContentmanagementWorkspaceDocumentsOK with default headers values

func (*GetContentmanagementWorkspaceDocumentsOK) Error

func (*GetContentmanagementWorkspaceDocumentsOK) GetPayload

func (*GetContentmanagementWorkspaceDocumentsOK) IsClientError

IsClientError returns true when this get contentmanagement workspace documents o k response has a 4xx status code

func (*GetContentmanagementWorkspaceDocumentsOK) IsCode

IsCode returns true when this get contentmanagement workspace documents o k response a status code equal to that given

func (*GetContentmanagementWorkspaceDocumentsOK) IsRedirect

IsRedirect returns true when this get contentmanagement workspace documents o k response has a 3xx status code

func (*GetContentmanagementWorkspaceDocumentsOK) IsServerError

IsServerError returns true when this get contentmanagement workspace documents o k response has a 5xx status code

func (*GetContentmanagementWorkspaceDocumentsOK) IsSuccess

IsSuccess returns true when this get contentmanagement workspace documents o k response has a 2xx status code

func (*GetContentmanagementWorkspaceDocumentsOK) String

type GetContentmanagementWorkspaceDocumentsParams

type GetContentmanagementWorkspaceDocumentsParams struct {

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* SortBy.

	   name or dateCreated
	*/
	SortBy *string

	/* SortOrder.

	   ascending or descending

	   Default: "ascending"
	*/
	SortOrder *string

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

GetContentmanagementWorkspaceDocumentsParams contains all the parameters to send to the API endpoint

for the get contentmanagement workspace documents operation.

Typically these are written to a http.Request.

func NewGetContentmanagementWorkspaceDocumentsParams

func NewGetContentmanagementWorkspaceDocumentsParams() *GetContentmanagementWorkspaceDocumentsParams

NewGetContentmanagementWorkspaceDocumentsParams creates a new GetContentmanagementWorkspaceDocumentsParams 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 NewGetContentmanagementWorkspaceDocumentsParamsWithContext

func NewGetContentmanagementWorkspaceDocumentsParamsWithContext(ctx context.Context) *GetContentmanagementWorkspaceDocumentsParams

NewGetContentmanagementWorkspaceDocumentsParamsWithContext creates a new GetContentmanagementWorkspaceDocumentsParams object with the ability to set a context for a request.

func NewGetContentmanagementWorkspaceDocumentsParamsWithHTTPClient

func NewGetContentmanagementWorkspaceDocumentsParamsWithHTTPClient(client *http.Client) *GetContentmanagementWorkspaceDocumentsParams

NewGetContentmanagementWorkspaceDocumentsParamsWithHTTPClient creates a new GetContentmanagementWorkspaceDocumentsParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementWorkspaceDocumentsParamsWithTimeout

func NewGetContentmanagementWorkspaceDocumentsParamsWithTimeout(timeout time.Duration) *GetContentmanagementWorkspaceDocumentsParams

NewGetContentmanagementWorkspaceDocumentsParamsWithTimeout creates a new GetContentmanagementWorkspaceDocumentsParams object with the ability to set a timeout on a request.

func (*GetContentmanagementWorkspaceDocumentsParams) SetContext

SetContext adds the context to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) SetDefaults

SetDefaults hydrates default values in the get contentmanagement workspace documents params (not the query body).

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

func (*GetContentmanagementWorkspaceDocumentsParams) SetExpand

SetExpand adds the expand to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) SetPageNumber

func (o *GetContentmanagementWorkspaceDocumentsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) SetPageSize

func (o *GetContentmanagementWorkspaceDocumentsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) SetSortBy

SetSortBy adds the sortBy to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) SetSortOrder

func (o *GetContentmanagementWorkspaceDocumentsParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) SetTimeout

SetTimeout adds the timeout to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) SetWorkspaceID

func (o *GetContentmanagementWorkspaceDocumentsParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) WithContext

WithContext adds the context to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement workspace documents params (not the query body).

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

func (*GetContentmanagementWorkspaceDocumentsParams) WithExpand

WithExpand adds the expand to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) WithPageNumber

WithPageNumber adds the pageNumber to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) WithPageSize

WithPageSize adds the pageSize to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) WithSortBy

WithSortBy adds the sortBy to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) WithSortOrder

WithSortOrder adds the sortOrder to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the get contentmanagement workspace documents params

func (*GetContentmanagementWorkspaceDocumentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementWorkspaceDocumentsReader

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

GetContentmanagementWorkspaceDocumentsReader is a Reader for the GetContentmanagementWorkspaceDocuments structure.

func (*GetContentmanagementWorkspaceDocumentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementWorkspaceDocumentsRequestEntityTooLarge

type GetContentmanagementWorkspaceDocumentsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceDocumentsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementWorkspaceDocumentsRequestEntityTooLarge

func NewGetContentmanagementWorkspaceDocumentsRequestEntityTooLarge() *GetContentmanagementWorkspaceDocumentsRequestEntityTooLarge

NewGetContentmanagementWorkspaceDocumentsRequestEntityTooLarge creates a GetContentmanagementWorkspaceDocumentsRequestEntityTooLarge with default headers values

func (*GetContentmanagementWorkspaceDocumentsRequestEntityTooLarge) Error

func (*GetContentmanagementWorkspaceDocumentsRequestEntityTooLarge) GetPayload

func (*GetContentmanagementWorkspaceDocumentsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement workspace documents request entity too large response has a 4xx status code

func (*GetContentmanagementWorkspaceDocumentsRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement workspace documents request entity too large response a status code equal to that given

func (*GetContentmanagementWorkspaceDocumentsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement workspace documents request entity too large response has a 3xx status code

func (*GetContentmanagementWorkspaceDocumentsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement workspace documents request entity too large response has a 5xx status code

func (*GetContentmanagementWorkspaceDocumentsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement workspace documents request entity too large response has a 2xx status code

func (*GetContentmanagementWorkspaceDocumentsRequestEntityTooLarge) String

type GetContentmanagementWorkspaceDocumentsRequestTimeout

type GetContentmanagementWorkspaceDocumentsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceDocumentsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementWorkspaceDocumentsRequestTimeout

func NewGetContentmanagementWorkspaceDocumentsRequestTimeout() *GetContentmanagementWorkspaceDocumentsRequestTimeout

NewGetContentmanagementWorkspaceDocumentsRequestTimeout creates a GetContentmanagementWorkspaceDocumentsRequestTimeout with default headers values

func (*GetContentmanagementWorkspaceDocumentsRequestTimeout) Error

func (*GetContentmanagementWorkspaceDocumentsRequestTimeout) GetPayload

func (*GetContentmanagementWorkspaceDocumentsRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement workspace documents request timeout response has a 4xx status code

func (*GetContentmanagementWorkspaceDocumentsRequestTimeout) IsCode

IsCode returns true when this get contentmanagement workspace documents request timeout response a status code equal to that given

func (*GetContentmanagementWorkspaceDocumentsRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement workspace documents request timeout response has a 3xx status code

func (*GetContentmanagementWorkspaceDocumentsRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement workspace documents request timeout response has a 5xx status code

func (*GetContentmanagementWorkspaceDocumentsRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement workspace documents request timeout response has a 2xx status code

func (*GetContentmanagementWorkspaceDocumentsRequestTimeout) String

type GetContentmanagementWorkspaceDocumentsServiceUnavailable

type GetContentmanagementWorkspaceDocumentsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceDocumentsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementWorkspaceDocumentsServiceUnavailable

func NewGetContentmanagementWorkspaceDocumentsServiceUnavailable() *GetContentmanagementWorkspaceDocumentsServiceUnavailable

NewGetContentmanagementWorkspaceDocumentsServiceUnavailable creates a GetContentmanagementWorkspaceDocumentsServiceUnavailable with default headers values

func (*GetContentmanagementWorkspaceDocumentsServiceUnavailable) Error

func (*GetContentmanagementWorkspaceDocumentsServiceUnavailable) GetPayload

func (*GetContentmanagementWorkspaceDocumentsServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement workspace documents service unavailable response has a 4xx status code

func (*GetContentmanagementWorkspaceDocumentsServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement workspace documents service unavailable response a status code equal to that given

func (*GetContentmanagementWorkspaceDocumentsServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement workspace documents service unavailable response has a 3xx status code

func (*GetContentmanagementWorkspaceDocumentsServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement workspace documents service unavailable response has a 5xx status code

func (*GetContentmanagementWorkspaceDocumentsServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement workspace documents service unavailable response has a 2xx status code

func (*GetContentmanagementWorkspaceDocumentsServiceUnavailable) String

type GetContentmanagementWorkspaceDocumentsTooManyRequests

type GetContentmanagementWorkspaceDocumentsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceDocumentsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementWorkspaceDocumentsTooManyRequests

func NewGetContentmanagementWorkspaceDocumentsTooManyRequests() *GetContentmanagementWorkspaceDocumentsTooManyRequests

NewGetContentmanagementWorkspaceDocumentsTooManyRequests creates a GetContentmanagementWorkspaceDocumentsTooManyRequests with default headers values

func (*GetContentmanagementWorkspaceDocumentsTooManyRequests) Error

func (*GetContentmanagementWorkspaceDocumentsTooManyRequests) GetPayload

func (*GetContentmanagementWorkspaceDocumentsTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement workspace documents too many requests response has a 4xx status code

func (*GetContentmanagementWorkspaceDocumentsTooManyRequests) IsCode

IsCode returns true when this get contentmanagement workspace documents too many requests response a status code equal to that given

func (*GetContentmanagementWorkspaceDocumentsTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement workspace documents too many requests response has a 3xx status code

func (*GetContentmanagementWorkspaceDocumentsTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement workspace documents too many requests response has a 5xx status code

func (*GetContentmanagementWorkspaceDocumentsTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement workspace documents too many requests response has a 2xx status code

func (*GetContentmanagementWorkspaceDocumentsTooManyRequests) String

type GetContentmanagementWorkspaceDocumentsUnauthorized

type GetContentmanagementWorkspaceDocumentsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementWorkspaceDocumentsUnauthorized

func NewGetContentmanagementWorkspaceDocumentsUnauthorized() *GetContentmanagementWorkspaceDocumentsUnauthorized

NewGetContentmanagementWorkspaceDocumentsUnauthorized creates a GetContentmanagementWorkspaceDocumentsUnauthorized with default headers values

func (*GetContentmanagementWorkspaceDocumentsUnauthorized) Error

func (*GetContentmanagementWorkspaceDocumentsUnauthorized) GetPayload

func (*GetContentmanagementWorkspaceDocumentsUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement workspace documents unauthorized response has a 4xx status code

func (*GetContentmanagementWorkspaceDocumentsUnauthorized) IsCode

IsCode returns true when this get contentmanagement workspace documents unauthorized response a status code equal to that given

func (*GetContentmanagementWorkspaceDocumentsUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement workspace documents unauthorized response has a 3xx status code

func (*GetContentmanagementWorkspaceDocumentsUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement workspace documents unauthorized response has a 5xx status code

func (*GetContentmanagementWorkspaceDocumentsUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement workspace documents unauthorized response has a 2xx status code

func (*GetContentmanagementWorkspaceDocumentsUnauthorized) String

type GetContentmanagementWorkspaceDocumentsUnsupportedMediaType

type GetContentmanagementWorkspaceDocumentsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceDocumentsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementWorkspaceDocumentsUnsupportedMediaType

func NewGetContentmanagementWorkspaceDocumentsUnsupportedMediaType() *GetContentmanagementWorkspaceDocumentsUnsupportedMediaType

NewGetContentmanagementWorkspaceDocumentsUnsupportedMediaType creates a GetContentmanagementWorkspaceDocumentsUnsupportedMediaType with default headers values

func (*GetContentmanagementWorkspaceDocumentsUnsupportedMediaType) Error

func (*GetContentmanagementWorkspaceDocumentsUnsupportedMediaType) GetPayload

func (*GetContentmanagementWorkspaceDocumentsUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement workspace documents unsupported media type response has a 4xx status code

func (*GetContentmanagementWorkspaceDocumentsUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement workspace documents unsupported media type response a status code equal to that given

func (*GetContentmanagementWorkspaceDocumentsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement workspace documents unsupported media type response has a 3xx status code

func (*GetContentmanagementWorkspaceDocumentsUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement workspace documents unsupported media type response has a 5xx status code

func (*GetContentmanagementWorkspaceDocumentsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement workspace documents unsupported media type response has a 2xx status code

func (*GetContentmanagementWorkspaceDocumentsUnsupportedMediaType) String

type GetContentmanagementWorkspaceForbidden

type GetContentmanagementWorkspaceForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementWorkspaceForbidden

func NewGetContentmanagementWorkspaceForbidden() *GetContentmanagementWorkspaceForbidden

NewGetContentmanagementWorkspaceForbidden creates a GetContentmanagementWorkspaceForbidden with default headers values

func (*GetContentmanagementWorkspaceForbidden) Error

func (*GetContentmanagementWorkspaceForbidden) GetPayload

func (*GetContentmanagementWorkspaceForbidden) IsClientError

func (o *GetContentmanagementWorkspaceForbidden) IsClientError() bool

IsClientError returns true when this get contentmanagement workspace forbidden response has a 4xx status code

func (*GetContentmanagementWorkspaceForbidden) IsCode

IsCode returns true when this get contentmanagement workspace forbidden response a status code equal to that given

func (*GetContentmanagementWorkspaceForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement workspace forbidden response has a 3xx status code

func (*GetContentmanagementWorkspaceForbidden) IsServerError

func (o *GetContentmanagementWorkspaceForbidden) IsServerError() bool

IsServerError returns true when this get contentmanagement workspace forbidden response has a 5xx status code

func (*GetContentmanagementWorkspaceForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement workspace forbidden response has a 2xx status code

func (*GetContentmanagementWorkspaceForbidden) String

type GetContentmanagementWorkspaceGatewayTimeout

type GetContentmanagementWorkspaceGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementWorkspaceGatewayTimeout

func NewGetContentmanagementWorkspaceGatewayTimeout() *GetContentmanagementWorkspaceGatewayTimeout

NewGetContentmanagementWorkspaceGatewayTimeout creates a GetContentmanagementWorkspaceGatewayTimeout with default headers values

func (*GetContentmanagementWorkspaceGatewayTimeout) Error

func (*GetContentmanagementWorkspaceGatewayTimeout) GetPayload

func (*GetContentmanagementWorkspaceGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement workspace gateway timeout response has a 4xx status code

func (*GetContentmanagementWorkspaceGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement workspace gateway timeout response a status code equal to that given

func (*GetContentmanagementWorkspaceGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement workspace gateway timeout response has a 3xx status code

func (*GetContentmanagementWorkspaceGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement workspace gateway timeout response has a 5xx status code

func (*GetContentmanagementWorkspaceGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement workspace gateway timeout response has a 2xx status code

func (*GetContentmanagementWorkspaceGatewayTimeout) String

type GetContentmanagementWorkspaceInternalServerError

type GetContentmanagementWorkspaceInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementWorkspaceInternalServerError

func NewGetContentmanagementWorkspaceInternalServerError() *GetContentmanagementWorkspaceInternalServerError

NewGetContentmanagementWorkspaceInternalServerError creates a GetContentmanagementWorkspaceInternalServerError with default headers values

func (*GetContentmanagementWorkspaceInternalServerError) Error

func (*GetContentmanagementWorkspaceInternalServerError) GetPayload

func (*GetContentmanagementWorkspaceInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement workspace internal server error response has a 4xx status code

func (*GetContentmanagementWorkspaceInternalServerError) IsCode

IsCode returns true when this get contentmanagement workspace internal server error response a status code equal to that given

func (*GetContentmanagementWorkspaceInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement workspace internal server error response has a 3xx status code

func (*GetContentmanagementWorkspaceInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement workspace internal server error response has a 5xx status code

func (*GetContentmanagementWorkspaceInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement workspace internal server error response has a 2xx status code

func (*GetContentmanagementWorkspaceInternalServerError) String

type GetContentmanagementWorkspaceMemberBadRequest

type GetContentmanagementWorkspaceMemberBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceMemberBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementWorkspaceMemberBadRequest

func NewGetContentmanagementWorkspaceMemberBadRequest() *GetContentmanagementWorkspaceMemberBadRequest

NewGetContentmanagementWorkspaceMemberBadRequest creates a GetContentmanagementWorkspaceMemberBadRequest with default headers values

func (*GetContentmanagementWorkspaceMemberBadRequest) Error

func (*GetContentmanagementWorkspaceMemberBadRequest) GetPayload

func (*GetContentmanagementWorkspaceMemberBadRequest) IsClientError

IsClientError returns true when this get contentmanagement workspace member bad request response has a 4xx status code

func (*GetContentmanagementWorkspaceMemberBadRequest) IsCode

IsCode returns true when this get contentmanagement workspace member bad request response a status code equal to that given

func (*GetContentmanagementWorkspaceMemberBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement workspace member bad request response has a 3xx status code

func (*GetContentmanagementWorkspaceMemberBadRequest) IsServerError

IsServerError returns true when this get contentmanagement workspace member bad request response has a 5xx status code

func (*GetContentmanagementWorkspaceMemberBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement workspace member bad request response has a 2xx status code

func (*GetContentmanagementWorkspaceMemberBadRequest) String

type GetContentmanagementWorkspaceMemberForbidden

type GetContentmanagementWorkspaceMemberForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementWorkspaceMemberForbidden

func NewGetContentmanagementWorkspaceMemberForbidden() *GetContentmanagementWorkspaceMemberForbidden

NewGetContentmanagementWorkspaceMemberForbidden creates a GetContentmanagementWorkspaceMemberForbidden with default headers values

func (*GetContentmanagementWorkspaceMemberForbidden) Error

func (*GetContentmanagementWorkspaceMemberForbidden) GetPayload

func (*GetContentmanagementWorkspaceMemberForbidden) IsClientError

IsClientError returns true when this get contentmanagement workspace member forbidden response has a 4xx status code

func (*GetContentmanagementWorkspaceMemberForbidden) IsCode

IsCode returns true when this get contentmanagement workspace member forbidden response a status code equal to that given

func (*GetContentmanagementWorkspaceMemberForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement workspace member forbidden response has a 3xx status code

func (*GetContentmanagementWorkspaceMemberForbidden) IsServerError

IsServerError returns true when this get contentmanagement workspace member forbidden response has a 5xx status code

func (*GetContentmanagementWorkspaceMemberForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement workspace member forbidden response has a 2xx status code

func (*GetContentmanagementWorkspaceMemberForbidden) String

type GetContentmanagementWorkspaceMemberGatewayTimeout

type GetContentmanagementWorkspaceMemberGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceMemberGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementWorkspaceMemberGatewayTimeout

func NewGetContentmanagementWorkspaceMemberGatewayTimeout() *GetContentmanagementWorkspaceMemberGatewayTimeout

NewGetContentmanagementWorkspaceMemberGatewayTimeout creates a GetContentmanagementWorkspaceMemberGatewayTimeout with default headers values

func (*GetContentmanagementWorkspaceMemberGatewayTimeout) Error

func (*GetContentmanagementWorkspaceMemberGatewayTimeout) GetPayload

func (*GetContentmanagementWorkspaceMemberGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement workspace member gateway timeout response has a 4xx status code

func (*GetContentmanagementWorkspaceMemberGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement workspace member gateway timeout response a status code equal to that given

func (*GetContentmanagementWorkspaceMemberGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement workspace member gateway timeout response has a 3xx status code

func (*GetContentmanagementWorkspaceMemberGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement workspace member gateway timeout response has a 5xx status code

func (*GetContentmanagementWorkspaceMemberGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement workspace member gateway timeout response has a 2xx status code

func (*GetContentmanagementWorkspaceMemberGatewayTimeout) String

type GetContentmanagementWorkspaceMemberInternalServerError

type GetContentmanagementWorkspaceMemberInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementWorkspaceMemberInternalServerError

func NewGetContentmanagementWorkspaceMemberInternalServerError() *GetContentmanagementWorkspaceMemberInternalServerError

NewGetContentmanagementWorkspaceMemberInternalServerError creates a GetContentmanagementWorkspaceMemberInternalServerError with default headers values

func (*GetContentmanagementWorkspaceMemberInternalServerError) Error

func (*GetContentmanagementWorkspaceMemberInternalServerError) GetPayload

func (*GetContentmanagementWorkspaceMemberInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement workspace member internal server error response has a 4xx status code

func (*GetContentmanagementWorkspaceMemberInternalServerError) IsCode

IsCode returns true when this get contentmanagement workspace member internal server error response a status code equal to that given

func (*GetContentmanagementWorkspaceMemberInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement workspace member internal server error response has a 3xx status code

func (*GetContentmanagementWorkspaceMemberInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement workspace member internal server error response has a 5xx status code

func (*GetContentmanagementWorkspaceMemberInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement workspace member internal server error response has a 2xx status code

func (*GetContentmanagementWorkspaceMemberInternalServerError) String

type GetContentmanagementWorkspaceMemberNotFound

type GetContentmanagementWorkspaceMemberNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementWorkspaceMemberNotFound

func NewGetContentmanagementWorkspaceMemberNotFound() *GetContentmanagementWorkspaceMemberNotFound

NewGetContentmanagementWorkspaceMemberNotFound creates a GetContentmanagementWorkspaceMemberNotFound with default headers values

func (*GetContentmanagementWorkspaceMemberNotFound) Error

func (*GetContentmanagementWorkspaceMemberNotFound) GetPayload

func (*GetContentmanagementWorkspaceMemberNotFound) IsClientError

IsClientError returns true when this get contentmanagement workspace member not found response has a 4xx status code

func (*GetContentmanagementWorkspaceMemberNotFound) IsCode

IsCode returns true when this get contentmanagement workspace member not found response a status code equal to that given

func (*GetContentmanagementWorkspaceMemberNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement workspace member not found response has a 3xx status code

func (*GetContentmanagementWorkspaceMemberNotFound) IsServerError

IsServerError returns true when this get contentmanagement workspace member not found response has a 5xx status code

func (*GetContentmanagementWorkspaceMemberNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement workspace member not found response has a 2xx status code

func (*GetContentmanagementWorkspaceMemberNotFound) String

type GetContentmanagementWorkspaceMemberOK

type GetContentmanagementWorkspaceMemberOK struct {
	Payload *models.WorkspaceMember
}

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

successful operation

func NewGetContentmanagementWorkspaceMemberOK

func NewGetContentmanagementWorkspaceMemberOK() *GetContentmanagementWorkspaceMemberOK

NewGetContentmanagementWorkspaceMemberOK creates a GetContentmanagementWorkspaceMemberOK with default headers values

func (*GetContentmanagementWorkspaceMemberOK) Error

func (*GetContentmanagementWorkspaceMemberOK) GetPayload

func (*GetContentmanagementWorkspaceMemberOK) IsClientError

func (o *GetContentmanagementWorkspaceMemberOK) IsClientError() bool

IsClientError returns true when this get contentmanagement workspace member o k response has a 4xx status code

func (*GetContentmanagementWorkspaceMemberOK) IsCode

IsCode returns true when this get contentmanagement workspace member o k response a status code equal to that given

func (*GetContentmanagementWorkspaceMemberOK) IsRedirect

IsRedirect returns true when this get contentmanagement workspace member o k response has a 3xx status code

func (*GetContentmanagementWorkspaceMemberOK) IsServerError

func (o *GetContentmanagementWorkspaceMemberOK) IsServerError() bool

IsServerError returns true when this get contentmanagement workspace member o k response has a 5xx status code

func (*GetContentmanagementWorkspaceMemberOK) IsSuccess

IsSuccess returns true when this get contentmanagement workspace member o k response has a 2xx status code

func (*GetContentmanagementWorkspaceMemberOK) String

type GetContentmanagementWorkspaceMemberParams

type GetContentmanagementWorkspaceMemberParams struct {

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* MemberID.

	   Member ID
	*/
	MemberID string

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

GetContentmanagementWorkspaceMemberParams contains all the parameters to send to the API endpoint

for the get contentmanagement workspace member operation.

Typically these are written to a http.Request.

func NewGetContentmanagementWorkspaceMemberParams

func NewGetContentmanagementWorkspaceMemberParams() *GetContentmanagementWorkspaceMemberParams

NewGetContentmanagementWorkspaceMemberParams creates a new GetContentmanagementWorkspaceMemberParams 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 NewGetContentmanagementWorkspaceMemberParamsWithContext

func NewGetContentmanagementWorkspaceMemberParamsWithContext(ctx context.Context) *GetContentmanagementWorkspaceMemberParams

NewGetContentmanagementWorkspaceMemberParamsWithContext creates a new GetContentmanagementWorkspaceMemberParams object with the ability to set a context for a request.

func NewGetContentmanagementWorkspaceMemberParamsWithHTTPClient

func NewGetContentmanagementWorkspaceMemberParamsWithHTTPClient(client *http.Client) *GetContentmanagementWorkspaceMemberParams

NewGetContentmanagementWorkspaceMemberParamsWithHTTPClient creates a new GetContentmanagementWorkspaceMemberParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementWorkspaceMemberParamsWithTimeout

func NewGetContentmanagementWorkspaceMemberParamsWithTimeout(timeout time.Duration) *GetContentmanagementWorkspaceMemberParams

NewGetContentmanagementWorkspaceMemberParamsWithTimeout creates a new GetContentmanagementWorkspaceMemberParams object with the ability to set a timeout on a request.

func (*GetContentmanagementWorkspaceMemberParams) SetContext

SetContext adds the context to the get contentmanagement workspace member params

func (*GetContentmanagementWorkspaceMemberParams) SetDefaults

SetDefaults hydrates default values in the get contentmanagement workspace member params (not the query body).

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

func (*GetContentmanagementWorkspaceMemberParams) SetExpand

func (o *GetContentmanagementWorkspaceMemberParams) SetExpand(expand []string)

SetExpand adds the expand to the get contentmanagement workspace member params

func (*GetContentmanagementWorkspaceMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement workspace member params

func (*GetContentmanagementWorkspaceMemberParams) SetMemberID

func (o *GetContentmanagementWorkspaceMemberParams) SetMemberID(memberID string)

SetMemberID adds the memberId to the get contentmanagement workspace member params

func (*GetContentmanagementWorkspaceMemberParams) SetTimeout

SetTimeout adds the timeout to the get contentmanagement workspace member params

func (*GetContentmanagementWorkspaceMemberParams) SetWorkspaceID

func (o *GetContentmanagementWorkspaceMemberParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the get contentmanagement workspace member params

func (*GetContentmanagementWorkspaceMemberParams) WithContext

WithContext adds the context to the get contentmanagement workspace member params

func (*GetContentmanagementWorkspaceMemberParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement workspace member params (not the query body).

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

func (*GetContentmanagementWorkspaceMemberParams) WithExpand

WithExpand adds the expand to the get contentmanagement workspace member params

func (*GetContentmanagementWorkspaceMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement workspace member params

func (*GetContentmanagementWorkspaceMemberParams) WithMemberID

WithMemberID adds the memberID to the get contentmanagement workspace member params

func (*GetContentmanagementWorkspaceMemberParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement workspace member params

func (*GetContentmanagementWorkspaceMemberParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the get contentmanagement workspace member params

func (*GetContentmanagementWorkspaceMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementWorkspaceMemberReader

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

GetContentmanagementWorkspaceMemberReader is a Reader for the GetContentmanagementWorkspaceMember structure.

func (*GetContentmanagementWorkspaceMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementWorkspaceMemberRequestEntityTooLarge

type GetContentmanagementWorkspaceMemberRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceMemberRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementWorkspaceMemberRequestEntityTooLarge

func NewGetContentmanagementWorkspaceMemberRequestEntityTooLarge() *GetContentmanagementWorkspaceMemberRequestEntityTooLarge

NewGetContentmanagementWorkspaceMemberRequestEntityTooLarge creates a GetContentmanagementWorkspaceMemberRequestEntityTooLarge with default headers values

func (*GetContentmanagementWorkspaceMemberRequestEntityTooLarge) Error

func (*GetContentmanagementWorkspaceMemberRequestEntityTooLarge) GetPayload

func (*GetContentmanagementWorkspaceMemberRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement workspace member request entity too large response has a 4xx status code

func (*GetContentmanagementWorkspaceMemberRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement workspace member request entity too large response a status code equal to that given

func (*GetContentmanagementWorkspaceMemberRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement workspace member request entity too large response has a 3xx status code

func (*GetContentmanagementWorkspaceMemberRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement workspace member request entity too large response has a 5xx status code

func (*GetContentmanagementWorkspaceMemberRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement workspace member request entity too large response has a 2xx status code

func (*GetContentmanagementWorkspaceMemberRequestEntityTooLarge) String

type GetContentmanagementWorkspaceMemberRequestTimeout

type GetContentmanagementWorkspaceMemberRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceMemberRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementWorkspaceMemberRequestTimeout

func NewGetContentmanagementWorkspaceMemberRequestTimeout() *GetContentmanagementWorkspaceMemberRequestTimeout

NewGetContentmanagementWorkspaceMemberRequestTimeout creates a GetContentmanagementWorkspaceMemberRequestTimeout with default headers values

func (*GetContentmanagementWorkspaceMemberRequestTimeout) Error

func (*GetContentmanagementWorkspaceMemberRequestTimeout) GetPayload

func (*GetContentmanagementWorkspaceMemberRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement workspace member request timeout response has a 4xx status code

func (*GetContentmanagementWorkspaceMemberRequestTimeout) IsCode

IsCode returns true when this get contentmanagement workspace member request timeout response a status code equal to that given

func (*GetContentmanagementWorkspaceMemberRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement workspace member request timeout response has a 3xx status code

func (*GetContentmanagementWorkspaceMemberRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement workspace member request timeout response has a 5xx status code

func (*GetContentmanagementWorkspaceMemberRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement workspace member request timeout response has a 2xx status code

func (*GetContentmanagementWorkspaceMemberRequestTimeout) String

type GetContentmanagementWorkspaceMemberServiceUnavailable

type GetContentmanagementWorkspaceMemberServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceMemberServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementWorkspaceMemberServiceUnavailable

func NewGetContentmanagementWorkspaceMemberServiceUnavailable() *GetContentmanagementWorkspaceMemberServiceUnavailable

NewGetContentmanagementWorkspaceMemberServiceUnavailable creates a GetContentmanagementWorkspaceMemberServiceUnavailable with default headers values

func (*GetContentmanagementWorkspaceMemberServiceUnavailable) Error

func (*GetContentmanagementWorkspaceMemberServiceUnavailable) GetPayload

func (*GetContentmanagementWorkspaceMemberServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement workspace member service unavailable response has a 4xx status code

func (*GetContentmanagementWorkspaceMemberServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement workspace member service unavailable response a status code equal to that given

func (*GetContentmanagementWorkspaceMemberServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement workspace member service unavailable response has a 3xx status code

func (*GetContentmanagementWorkspaceMemberServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement workspace member service unavailable response has a 5xx status code

func (*GetContentmanagementWorkspaceMemberServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement workspace member service unavailable response has a 2xx status code

func (*GetContentmanagementWorkspaceMemberServiceUnavailable) String

type GetContentmanagementWorkspaceMemberTooManyRequests

type GetContentmanagementWorkspaceMemberTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceMemberTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementWorkspaceMemberTooManyRequests

func NewGetContentmanagementWorkspaceMemberTooManyRequests() *GetContentmanagementWorkspaceMemberTooManyRequests

NewGetContentmanagementWorkspaceMemberTooManyRequests creates a GetContentmanagementWorkspaceMemberTooManyRequests with default headers values

func (*GetContentmanagementWorkspaceMemberTooManyRequests) Error

func (*GetContentmanagementWorkspaceMemberTooManyRequests) GetPayload

func (*GetContentmanagementWorkspaceMemberTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement workspace member too many requests response has a 4xx status code

func (*GetContentmanagementWorkspaceMemberTooManyRequests) IsCode

IsCode returns true when this get contentmanagement workspace member too many requests response a status code equal to that given

func (*GetContentmanagementWorkspaceMemberTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement workspace member too many requests response has a 3xx status code

func (*GetContentmanagementWorkspaceMemberTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement workspace member too many requests response has a 5xx status code

func (*GetContentmanagementWorkspaceMemberTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement workspace member too many requests response has a 2xx status code

func (*GetContentmanagementWorkspaceMemberTooManyRequests) String

type GetContentmanagementWorkspaceMemberUnauthorized

type GetContentmanagementWorkspaceMemberUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementWorkspaceMemberUnauthorized

func NewGetContentmanagementWorkspaceMemberUnauthorized() *GetContentmanagementWorkspaceMemberUnauthorized

NewGetContentmanagementWorkspaceMemberUnauthorized creates a GetContentmanagementWorkspaceMemberUnauthorized with default headers values

func (*GetContentmanagementWorkspaceMemberUnauthorized) Error

func (*GetContentmanagementWorkspaceMemberUnauthorized) GetPayload

func (*GetContentmanagementWorkspaceMemberUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement workspace member unauthorized response has a 4xx status code

func (*GetContentmanagementWorkspaceMemberUnauthorized) IsCode

IsCode returns true when this get contentmanagement workspace member unauthorized response a status code equal to that given

func (*GetContentmanagementWorkspaceMemberUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement workspace member unauthorized response has a 3xx status code

func (*GetContentmanagementWorkspaceMemberUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement workspace member unauthorized response has a 5xx status code

func (*GetContentmanagementWorkspaceMemberUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement workspace member unauthorized response has a 2xx status code

func (*GetContentmanagementWorkspaceMemberUnauthorized) String

type GetContentmanagementWorkspaceMemberUnsupportedMediaType

type GetContentmanagementWorkspaceMemberUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceMemberUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementWorkspaceMemberUnsupportedMediaType

func NewGetContentmanagementWorkspaceMemberUnsupportedMediaType() *GetContentmanagementWorkspaceMemberUnsupportedMediaType

NewGetContentmanagementWorkspaceMemberUnsupportedMediaType creates a GetContentmanagementWorkspaceMemberUnsupportedMediaType with default headers values

func (*GetContentmanagementWorkspaceMemberUnsupportedMediaType) Error

func (*GetContentmanagementWorkspaceMemberUnsupportedMediaType) GetPayload

func (*GetContentmanagementWorkspaceMemberUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement workspace member unsupported media type response has a 4xx status code

func (*GetContentmanagementWorkspaceMemberUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement workspace member unsupported media type response a status code equal to that given

func (*GetContentmanagementWorkspaceMemberUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement workspace member unsupported media type response has a 3xx status code

func (*GetContentmanagementWorkspaceMemberUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement workspace member unsupported media type response has a 5xx status code

func (*GetContentmanagementWorkspaceMemberUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement workspace member unsupported media type response has a 2xx status code

func (*GetContentmanagementWorkspaceMemberUnsupportedMediaType) String

type GetContentmanagementWorkspaceMembersBadRequest

type GetContentmanagementWorkspaceMembersBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceMembersBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementWorkspaceMembersBadRequest

func NewGetContentmanagementWorkspaceMembersBadRequest() *GetContentmanagementWorkspaceMembersBadRequest

NewGetContentmanagementWorkspaceMembersBadRequest creates a GetContentmanagementWorkspaceMembersBadRequest with default headers values

func (*GetContentmanagementWorkspaceMembersBadRequest) Error

func (*GetContentmanagementWorkspaceMembersBadRequest) GetPayload

func (*GetContentmanagementWorkspaceMembersBadRequest) IsClientError

IsClientError returns true when this get contentmanagement workspace members bad request response has a 4xx status code

func (*GetContentmanagementWorkspaceMembersBadRequest) IsCode

IsCode returns true when this get contentmanagement workspace members bad request response a status code equal to that given

func (*GetContentmanagementWorkspaceMembersBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement workspace members bad request response has a 3xx status code

func (*GetContentmanagementWorkspaceMembersBadRequest) IsServerError

IsServerError returns true when this get contentmanagement workspace members bad request response has a 5xx status code

func (*GetContentmanagementWorkspaceMembersBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement workspace members bad request response has a 2xx status code

func (*GetContentmanagementWorkspaceMembersBadRequest) String

type GetContentmanagementWorkspaceMembersForbidden

type GetContentmanagementWorkspaceMembersForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementWorkspaceMembersForbidden

func NewGetContentmanagementWorkspaceMembersForbidden() *GetContentmanagementWorkspaceMembersForbidden

NewGetContentmanagementWorkspaceMembersForbidden creates a GetContentmanagementWorkspaceMembersForbidden with default headers values

func (*GetContentmanagementWorkspaceMembersForbidden) Error

func (*GetContentmanagementWorkspaceMembersForbidden) GetPayload

func (*GetContentmanagementWorkspaceMembersForbidden) IsClientError

IsClientError returns true when this get contentmanagement workspace members forbidden response has a 4xx status code

func (*GetContentmanagementWorkspaceMembersForbidden) IsCode

IsCode returns true when this get contentmanagement workspace members forbidden response a status code equal to that given

func (*GetContentmanagementWorkspaceMembersForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement workspace members forbidden response has a 3xx status code

func (*GetContentmanagementWorkspaceMembersForbidden) IsServerError

IsServerError returns true when this get contentmanagement workspace members forbidden response has a 5xx status code

func (*GetContentmanagementWorkspaceMembersForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement workspace members forbidden response has a 2xx status code

func (*GetContentmanagementWorkspaceMembersForbidden) String

type GetContentmanagementWorkspaceMembersGatewayTimeout

type GetContentmanagementWorkspaceMembersGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceMembersGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementWorkspaceMembersGatewayTimeout

func NewGetContentmanagementWorkspaceMembersGatewayTimeout() *GetContentmanagementWorkspaceMembersGatewayTimeout

NewGetContentmanagementWorkspaceMembersGatewayTimeout creates a GetContentmanagementWorkspaceMembersGatewayTimeout with default headers values

func (*GetContentmanagementWorkspaceMembersGatewayTimeout) Error

func (*GetContentmanagementWorkspaceMembersGatewayTimeout) GetPayload

func (*GetContentmanagementWorkspaceMembersGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement workspace members gateway timeout response has a 4xx status code

func (*GetContentmanagementWorkspaceMembersGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement workspace members gateway timeout response a status code equal to that given

func (*GetContentmanagementWorkspaceMembersGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement workspace members gateway timeout response has a 3xx status code

func (*GetContentmanagementWorkspaceMembersGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement workspace members gateway timeout response has a 5xx status code

func (*GetContentmanagementWorkspaceMembersGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement workspace members gateway timeout response has a 2xx status code

func (*GetContentmanagementWorkspaceMembersGatewayTimeout) String

type GetContentmanagementWorkspaceMembersInternalServerError

type GetContentmanagementWorkspaceMembersInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementWorkspaceMembersInternalServerError

func NewGetContentmanagementWorkspaceMembersInternalServerError() *GetContentmanagementWorkspaceMembersInternalServerError

NewGetContentmanagementWorkspaceMembersInternalServerError creates a GetContentmanagementWorkspaceMembersInternalServerError with default headers values

func (*GetContentmanagementWorkspaceMembersInternalServerError) Error

func (*GetContentmanagementWorkspaceMembersInternalServerError) GetPayload

func (*GetContentmanagementWorkspaceMembersInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement workspace members internal server error response has a 4xx status code

func (*GetContentmanagementWorkspaceMembersInternalServerError) IsCode

IsCode returns true when this get contentmanagement workspace members internal server error response a status code equal to that given

func (*GetContentmanagementWorkspaceMembersInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement workspace members internal server error response has a 3xx status code

func (*GetContentmanagementWorkspaceMembersInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement workspace members internal server error response has a 5xx status code

func (*GetContentmanagementWorkspaceMembersInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement workspace members internal server error response has a 2xx status code

func (*GetContentmanagementWorkspaceMembersInternalServerError) String

type GetContentmanagementWorkspaceMembersNotFound

type GetContentmanagementWorkspaceMembersNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementWorkspaceMembersNotFound

func NewGetContentmanagementWorkspaceMembersNotFound() *GetContentmanagementWorkspaceMembersNotFound

NewGetContentmanagementWorkspaceMembersNotFound creates a GetContentmanagementWorkspaceMembersNotFound with default headers values

func (*GetContentmanagementWorkspaceMembersNotFound) Error

func (*GetContentmanagementWorkspaceMembersNotFound) GetPayload

func (*GetContentmanagementWorkspaceMembersNotFound) IsClientError

IsClientError returns true when this get contentmanagement workspace members not found response has a 4xx status code

func (*GetContentmanagementWorkspaceMembersNotFound) IsCode

IsCode returns true when this get contentmanagement workspace members not found response a status code equal to that given

func (*GetContentmanagementWorkspaceMembersNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement workspace members not found response has a 3xx status code

func (*GetContentmanagementWorkspaceMembersNotFound) IsServerError

IsServerError returns true when this get contentmanagement workspace members not found response has a 5xx status code

func (*GetContentmanagementWorkspaceMembersNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement workspace members not found response has a 2xx status code

func (*GetContentmanagementWorkspaceMembersNotFound) String

type GetContentmanagementWorkspaceMembersOK

type GetContentmanagementWorkspaceMembersOK struct {
	Payload *models.WorkspaceMemberEntityListing
}

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

successful operation

func NewGetContentmanagementWorkspaceMembersOK

func NewGetContentmanagementWorkspaceMembersOK() *GetContentmanagementWorkspaceMembersOK

NewGetContentmanagementWorkspaceMembersOK creates a GetContentmanagementWorkspaceMembersOK with default headers values

func (*GetContentmanagementWorkspaceMembersOK) Error

func (*GetContentmanagementWorkspaceMembersOK) GetPayload

func (*GetContentmanagementWorkspaceMembersOK) IsClientError

func (o *GetContentmanagementWorkspaceMembersOK) IsClientError() bool

IsClientError returns true when this get contentmanagement workspace members o k response has a 4xx status code

func (*GetContentmanagementWorkspaceMembersOK) IsCode

IsCode returns true when this get contentmanagement workspace members o k response a status code equal to that given

func (*GetContentmanagementWorkspaceMembersOK) IsRedirect

IsRedirect returns true when this get contentmanagement workspace members o k response has a 3xx status code

func (*GetContentmanagementWorkspaceMembersOK) IsServerError

func (o *GetContentmanagementWorkspaceMembersOK) IsServerError() bool

IsServerError returns true when this get contentmanagement workspace members o k response has a 5xx status code

func (*GetContentmanagementWorkspaceMembersOK) IsSuccess

IsSuccess returns true when this get contentmanagement workspace members o k response has a 2xx status code

func (*GetContentmanagementWorkspaceMembersOK) String

type GetContentmanagementWorkspaceMembersParams

type GetContentmanagementWorkspaceMembersParams struct {

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

GetContentmanagementWorkspaceMembersParams contains all the parameters to send to the API endpoint

for the get contentmanagement workspace members operation.

Typically these are written to a http.Request.

func NewGetContentmanagementWorkspaceMembersParams

func NewGetContentmanagementWorkspaceMembersParams() *GetContentmanagementWorkspaceMembersParams

NewGetContentmanagementWorkspaceMembersParams creates a new GetContentmanagementWorkspaceMembersParams 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 NewGetContentmanagementWorkspaceMembersParamsWithContext

func NewGetContentmanagementWorkspaceMembersParamsWithContext(ctx context.Context) *GetContentmanagementWorkspaceMembersParams

NewGetContentmanagementWorkspaceMembersParamsWithContext creates a new GetContentmanagementWorkspaceMembersParams object with the ability to set a context for a request.

func NewGetContentmanagementWorkspaceMembersParamsWithHTTPClient

func NewGetContentmanagementWorkspaceMembersParamsWithHTTPClient(client *http.Client) *GetContentmanagementWorkspaceMembersParams

NewGetContentmanagementWorkspaceMembersParamsWithHTTPClient creates a new GetContentmanagementWorkspaceMembersParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementWorkspaceMembersParamsWithTimeout

func NewGetContentmanagementWorkspaceMembersParamsWithTimeout(timeout time.Duration) *GetContentmanagementWorkspaceMembersParams

NewGetContentmanagementWorkspaceMembersParamsWithTimeout creates a new GetContentmanagementWorkspaceMembersParams object with the ability to set a timeout on a request.

func (*GetContentmanagementWorkspaceMembersParams) SetContext

SetContext adds the context to the get contentmanagement workspace members params

func (*GetContentmanagementWorkspaceMembersParams) SetDefaults

SetDefaults hydrates default values in the get contentmanagement workspace members params (not the query body).

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

func (*GetContentmanagementWorkspaceMembersParams) SetExpand

func (o *GetContentmanagementWorkspaceMembersParams) SetExpand(expand []string)

SetExpand adds the expand to the get contentmanagement workspace members params

func (*GetContentmanagementWorkspaceMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement workspace members params

func (*GetContentmanagementWorkspaceMembersParams) SetPageNumber

func (o *GetContentmanagementWorkspaceMembersParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get contentmanagement workspace members params

func (*GetContentmanagementWorkspaceMembersParams) SetPageSize

func (o *GetContentmanagementWorkspaceMembersParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get contentmanagement workspace members params

func (*GetContentmanagementWorkspaceMembersParams) SetTimeout

SetTimeout adds the timeout to the get contentmanagement workspace members params

func (*GetContentmanagementWorkspaceMembersParams) SetWorkspaceID

func (o *GetContentmanagementWorkspaceMembersParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the get contentmanagement workspace members params

func (*GetContentmanagementWorkspaceMembersParams) WithContext

WithContext adds the context to the get contentmanagement workspace members params

func (*GetContentmanagementWorkspaceMembersParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement workspace members params (not the query body).

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

func (*GetContentmanagementWorkspaceMembersParams) WithExpand

WithExpand adds the expand to the get contentmanagement workspace members params

func (*GetContentmanagementWorkspaceMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement workspace members params

func (*GetContentmanagementWorkspaceMembersParams) WithPageNumber

WithPageNumber adds the pageNumber to the get contentmanagement workspace members params

func (*GetContentmanagementWorkspaceMembersParams) WithPageSize

WithPageSize adds the pageSize to the get contentmanagement workspace members params

func (*GetContentmanagementWorkspaceMembersParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement workspace members params

func (*GetContentmanagementWorkspaceMembersParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the get contentmanagement workspace members params

func (*GetContentmanagementWorkspaceMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementWorkspaceMembersReader

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

GetContentmanagementWorkspaceMembersReader is a Reader for the GetContentmanagementWorkspaceMembers structure.

func (*GetContentmanagementWorkspaceMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementWorkspaceMembersRequestEntityTooLarge

type GetContentmanagementWorkspaceMembersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceMembersRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementWorkspaceMembersRequestEntityTooLarge

func NewGetContentmanagementWorkspaceMembersRequestEntityTooLarge() *GetContentmanagementWorkspaceMembersRequestEntityTooLarge

NewGetContentmanagementWorkspaceMembersRequestEntityTooLarge creates a GetContentmanagementWorkspaceMembersRequestEntityTooLarge with default headers values

func (*GetContentmanagementWorkspaceMembersRequestEntityTooLarge) Error

func (*GetContentmanagementWorkspaceMembersRequestEntityTooLarge) GetPayload

func (*GetContentmanagementWorkspaceMembersRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement workspace members request entity too large response has a 4xx status code

func (*GetContentmanagementWorkspaceMembersRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement workspace members request entity too large response a status code equal to that given

func (*GetContentmanagementWorkspaceMembersRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement workspace members request entity too large response has a 3xx status code

func (*GetContentmanagementWorkspaceMembersRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement workspace members request entity too large response has a 5xx status code

func (*GetContentmanagementWorkspaceMembersRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement workspace members request entity too large response has a 2xx status code

func (*GetContentmanagementWorkspaceMembersRequestEntityTooLarge) String

type GetContentmanagementWorkspaceMembersRequestTimeout

type GetContentmanagementWorkspaceMembersRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceMembersRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementWorkspaceMembersRequestTimeout

func NewGetContentmanagementWorkspaceMembersRequestTimeout() *GetContentmanagementWorkspaceMembersRequestTimeout

NewGetContentmanagementWorkspaceMembersRequestTimeout creates a GetContentmanagementWorkspaceMembersRequestTimeout with default headers values

func (*GetContentmanagementWorkspaceMembersRequestTimeout) Error

func (*GetContentmanagementWorkspaceMembersRequestTimeout) GetPayload

func (*GetContentmanagementWorkspaceMembersRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement workspace members request timeout response has a 4xx status code

func (*GetContentmanagementWorkspaceMembersRequestTimeout) IsCode

IsCode returns true when this get contentmanagement workspace members request timeout response a status code equal to that given

func (*GetContentmanagementWorkspaceMembersRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement workspace members request timeout response has a 3xx status code

func (*GetContentmanagementWorkspaceMembersRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement workspace members request timeout response has a 5xx status code

func (*GetContentmanagementWorkspaceMembersRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement workspace members request timeout response has a 2xx status code

func (*GetContentmanagementWorkspaceMembersRequestTimeout) String

type GetContentmanagementWorkspaceMembersServiceUnavailable

type GetContentmanagementWorkspaceMembersServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceMembersServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementWorkspaceMembersServiceUnavailable

func NewGetContentmanagementWorkspaceMembersServiceUnavailable() *GetContentmanagementWorkspaceMembersServiceUnavailable

NewGetContentmanagementWorkspaceMembersServiceUnavailable creates a GetContentmanagementWorkspaceMembersServiceUnavailable with default headers values

func (*GetContentmanagementWorkspaceMembersServiceUnavailable) Error

func (*GetContentmanagementWorkspaceMembersServiceUnavailable) GetPayload

func (*GetContentmanagementWorkspaceMembersServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement workspace members service unavailable response has a 4xx status code

func (*GetContentmanagementWorkspaceMembersServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement workspace members service unavailable response a status code equal to that given

func (*GetContentmanagementWorkspaceMembersServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement workspace members service unavailable response has a 3xx status code

func (*GetContentmanagementWorkspaceMembersServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement workspace members service unavailable response has a 5xx status code

func (*GetContentmanagementWorkspaceMembersServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement workspace members service unavailable response has a 2xx status code

func (*GetContentmanagementWorkspaceMembersServiceUnavailable) String

type GetContentmanagementWorkspaceMembersTooManyRequests

type GetContentmanagementWorkspaceMembersTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceMembersTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementWorkspaceMembersTooManyRequests

func NewGetContentmanagementWorkspaceMembersTooManyRequests() *GetContentmanagementWorkspaceMembersTooManyRequests

NewGetContentmanagementWorkspaceMembersTooManyRequests creates a GetContentmanagementWorkspaceMembersTooManyRequests with default headers values

func (*GetContentmanagementWorkspaceMembersTooManyRequests) Error

func (*GetContentmanagementWorkspaceMembersTooManyRequests) GetPayload

func (*GetContentmanagementWorkspaceMembersTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement workspace members too many requests response has a 4xx status code

func (*GetContentmanagementWorkspaceMembersTooManyRequests) IsCode

IsCode returns true when this get contentmanagement workspace members too many requests response a status code equal to that given

func (*GetContentmanagementWorkspaceMembersTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement workspace members too many requests response has a 3xx status code

func (*GetContentmanagementWorkspaceMembersTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement workspace members too many requests response has a 5xx status code

func (*GetContentmanagementWorkspaceMembersTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement workspace members too many requests response has a 2xx status code

func (*GetContentmanagementWorkspaceMembersTooManyRequests) String

type GetContentmanagementWorkspaceMembersUnauthorized

type GetContentmanagementWorkspaceMembersUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementWorkspaceMembersUnauthorized

func NewGetContentmanagementWorkspaceMembersUnauthorized() *GetContentmanagementWorkspaceMembersUnauthorized

NewGetContentmanagementWorkspaceMembersUnauthorized creates a GetContentmanagementWorkspaceMembersUnauthorized with default headers values

func (*GetContentmanagementWorkspaceMembersUnauthorized) Error

func (*GetContentmanagementWorkspaceMembersUnauthorized) GetPayload

func (*GetContentmanagementWorkspaceMembersUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement workspace members unauthorized response has a 4xx status code

func (*GetContentmanagementWorkspaceMembersUnauthorized) IsCode

IsCode returns true when this get contentmanagement workspace members unauthorized response a status code equal to that given

func (*GetContentmanagementWorkspaceMembersUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement workspace members unauthorized response has a 3xx status code

func (*GetContentmanagementWorkspaceMembersUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement workspace members unauthorized response has a 5xx status code

func (*GetContentmanagementWorkspaceMembersUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement workspace members unauthorized response has a 2xx status code

func (*GetContentmanagementWorkspaceMembersUnauthorized) String

type GetContentmanagementWorkspaceMembersUnsupportedMediaType

type GetContentmanagementWorkspaceMembersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceMembersUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementWorkspaceMembersUnsupportedMediaType

func NewGetContentmanagementWorkspaceMembersUnsupportedMediaType() *GetContentmanagementWorkspaceMembersUnsupportedMediaType

NewGetContentmanagementWorkspaceMembersUnsupportedMediaType creates a GetContentmanagementWorkspaceMembersUnsupportedMediaType with default headers values

func (*GetContentmanagementWorkspaceMembersUnsupportedMediaType) Error

func (*GetContentmanagementWorkspaceMembersUnsupportedMediaType) GetPayload

func (*GetContentmanagementWorkspaceMembersUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement workspace members unsupported media type response has a 4xx status code

func (*GetContentmanagementWorkspaceMembersUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement workspace members unsupported media type response a status code equal to that given

func (*GetContentmanagementWorkspaceMembersUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement workspace members unsupported media type response has a 3xx status code

func (*GetContentmanagementWorkspaceMembersUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement workspace members unsupported media type response has a 5xx status code

func (*GetContentmanagementWorkspaceMembersUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement workspace members unsupported media type response has a 2xx status code

func (*GetContentmanagementWorkspaceMembersUnsupportedMediaType) String

type GetContentmanagementWorkspaceNotFound

type GetContentmanagementWorkspaceNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementWorkspaceNotFound

func NewGetContentmanagementWorkspaceNotFound() *GetContentmanagementWorkspaceNotFound

NewGetContentmanagementWorkspaceNotFound creates a GetContentmanagementWorkspaceNotFound with default headers values

func (*GetContentmanagementWorkspaceNotFound) Error

func (*GetContentmanagementWorkspaceNotFound) GetPayload

func (*GetContentmanagementWorkspaceNotFound) IsClientError

func (o *GetContentmanagementWorkspaceNotFound) IsClientError() bool

IsClientError returns true when this get contentmanagement workspace not found response has a 4xx status code

func (*GetContentmanagementWorkspaceNotFound) IsCode

IsCode returns true when this get contentmanagement workspace not found response a status code equal to that given

func (*GetContentmanagementWorkspaceNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement workspace not found response has a 3xx status code

func (*GetContentmanagementWorkspaceNotFound) IsServerError

func (o *GetContentmanagementWorkspaceNotFound) IsServerError() bool

IsServerError returns true when this get contentmanagement workspace not found response has a 5xx status code

func (*GetContentmanagementWorkspaceNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement workspace not found response has a 2xx status code

func (*GetContentmanagementWorkspaceNotFound) String

type GetContentmanagementWorkspaceOK

type GetContentmanagementWorkspaceOK struct {
	Payload *models.Workspace
}

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

successful operation

func NewGetContentmanagementWorkspaceOK

func NewGetContentmanagementWorkspaceOK() *GetContentmanagementWorkspaceOK

NewGetContentmanagementWorkspaceOK creates a GetContentmanagementWorkspaceOK with default headers values

func (*GetContentmanagementWorkspaceOK) Error

func (*GetContentmanagementWorkspaceOK) GetPayload

func (*GetContentmanagementWorkspaceOK) IsClientError

func (o *GetContentmanagementWorkspaceOK) IsClientError() bool

IsClientError returns true when this get contentmanagement workspace o k response has a 4xx status code

func (*GetContentmanagementWorkspaceOK) IsCode

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

IsCode returns true when this get contentmanagement workspace o k response a status code equal to that given

func (*GetContentmanagementWorkspaceOK) IsRedirect

func (o *GetContentmanagementWorkspaceOK) IsRedirect() bool

IsRedirect returns true when this get contentmanagement workspace o k response has a 3xx status code

func (*GetContentmanagementWorkspaceOK) IsServerError

func (o *GetContentmanagementWorkspaceOK) IsServerError() bool

IsServerError returns true when this get contentmanagement workspace o k response has a 5xx status code

func (*GetContentmanagementWorkspaceOK) IsSuccess

func (o *GetContentmanagementWorkspaceOK) IsSuccess() bool

IsSuccess returns true when this get contentmanagement workspace o k response has a 2xx status code

func (*GetContentmanagementWorkspaceOK) String

type GetContentmanagementWorkspaceParams

type GetContentmanagementWorkspaceParams struct {

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

GetContentmanagementWorkspaceParams contains all the parameters to send to the API endpoint

for the get contentmanagement workspace operation.

Typically these are written to a http.Request.

func NewGetContentmanagementWorkspaceParams

func NewGetContentmanagementWorkspaceParams() *GetContentmanagementWorkspaceParams

NewGetContentmanagementWorkspaceParams creates a new GetContentmanagementWorkspaceParams 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 NewGetContentmanagementWorkspaceParamsWithContext

func NewGetContentmanagementWorkspaceParamsWithContext(ctx context.Context) *GetContentmanagementWorkspaceParams

NewGetContentmanagementWorkspaceParamsWithContext creates a new GetContentmanagementWorkspaceParams object with the ability to set a context for a request.

func NewGetContentmanagementWorkspaceParamsWithHTTPClient

func NewGetContentmanagementWorkspaceParamsWithHTTPClient(client *http.Client) *GetContentmanagementWorkspaceParams

NewGetContentmanagementWorkspaceParamsWithHTTPClient creates a new GetContentmanagementWorkspaceParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementWorkspaceParamsWithTimeout

func NewGetContentmanagementWorkspaceParamsWithTimeout(timeout time.Duration) *GetContentmanagementWorkspaceParams

NewGetContentmanagementWorkspaceParamsWithTimeout creates a new GetContentmanagementWorkspaceParams object with the ability to set a timeout on a request.

func (*GetContentmanagementWorkspaceParams) SetContext

SetContext adds the context to the get contentmanagement workspace params

func (*GetContentmanagementWorkspaceParams) SetDefaults

func (o *GetContentmanagementWorkspaceParams) SetDefaults()

SetDefaults hydrates default values in the get contentmanagement workspace params (not the query body).

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

func (*GetContentmanagementWorkspaceParams) SetExpand

func (o *GetContentmanagementWorkspaceParams) SetExpand(expand []string)

SetExpand adds the expand to the get contentmanagement workspace params

func (*GetContentmanagementWorkspaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement workspace params

func (*GetContentmanagementWorkspaceParams) SetTimeout

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

SetTimeout adds the timeout to the get contentmanagement workspace params

func (*GetContentmanagementWorkspaceParams) SetWorkspaceID

func (o *GetContentmanagementWorkspaceParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the get contentmanagement workspace params

func (*GetContentmanagementWorkspaceParams) WithContext

WithContext adds the context to the get contentmanagement workspace params

func (*GetContentmanagementWorkspaceParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement workspace params (not the query body).

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

func (*GetContentmanagementWorkspaceParams) WithExpand

WithExpand adds the expand to the get contentmanagement workspace params

func (*GetContentmanagementWorkspaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement workspace params

func (*GetContentmanagementWorkspaceParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement workspace params

func (*GetContentmanagementWorkspaceParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the get contentmanagement workspace params

func (*GetContentmanagementWorkspaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementWorkspaceReader

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

GetContentmanagementWorkspaceReader is a Reader for the GetContentmanagementWorkspace structure.

func (*GetContentmanagementWorkspaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementWorkspaceRequestEntityTooLarge

type GetContentmanagementWorkspaceRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementWorkspaceRequestEntityTooLarge

func NewGetContentmanagementWorkspaceRequestEntityTooLarge() *GetContentmanagementWorkspaceRequestEntityTooLarge

NewGetContentmanagementWorkspaceRequestEntityTooLarge creates a GetContentmanagementWorkspaceRequestEntityTooLarge with default headers values

func (*GetContentmanagementWorkspaceRequestEntityTooLarge) Error

func (*GetContentmanagementWorkspaceRequestEntityTooLarge) GetPayload

func (*GetContentmanagementWorkspaceRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement workspace request entity too large response has a 4xx status code

func (*GetContentmanagementWorkspaceRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement workspace request entity too large response a status code equal to that given

func (*GetContentmanagementWorkspaceRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement workspace request entity too large response has a 3xx status code

func (*GetContentmanagementWorkspaceRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement workspace request entity too large response has a 5xx status code

func (*GetContentmanagementWorkspaceRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement workspace request entity too large response has a 2xx status code

func (*GetContentmanagementWorkspaceRequestEntityTooLarge) String

type GetContentmanagementWorkspaceRequestTimeout

type GetContentmanagementWorkspaceRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementWorkspaceRequestTimeout

func NewGetContentmanagementWorkspaceRequestTimeout() *GetContentmanagementWorkspaceRequestTimeout

NewGetContentmanagementWorkspaceRequestTimeout creates a GetContentmanagementWorkspaceRequestTimeout with default headers values

func (*GetContentmanagementWorkspaceRequestTimeout) Error

func (*GetContentmanagementWorkspaceRequestTimeout) GetPayload

func (*GetContentmanagementWorkspaceRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement workspace request timeout response has a 4xx status code

func (*GetContentmanagementWorkspaceRequestTimeout) IsCode

IsCode returns true when this get contentmanagement workspace request timeout response a status code equal to that given

func (*GetContentmanagementWorkspaceRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement workspace request timeout response has a 3xx status code

func (*GetContentmanagementWorkspaceRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement workspace request timeout response has a 5xx status code

func (*GetContentmanagementWorkspaceRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement workspace request timeout response has a 2xx status code

func (*GetContentmanagementWorkspaceRequestTimeout) String

type GetContentmanagementWorkspaceServiceUnavailable

type GetContentmanagementWorkspaceServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementWorkspaceServiceUnavailable

func NewGetContentmanagementWorkspaceServiceUnavailable() *GetContentmanagementWorkspaceServiceUnavailable

NewGetContentmanagementWorkspaceServiceUnavailable creates a GetContentmanagementWorkspaceServiceUnavailable with default headers values

func (*GetContentmanagementWorkspaceServiceUnavailable) Error

func (*GetContentmanagementWorkspaceServiceUnavailable) GetPayload

func (*GetContentmanagementWorkspaceServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement workspace service unavailable response has a 4xx status code

func (*GetContentmanagementWorkspaceServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement workspace service unavailable response a status code equal to that given

func (*GetContentmanagementWorkspaceServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement workspace service unavailable response has a 3xx status code

func (*GetContentmanagementWorkspaceServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement workspace service unavailable response has a 5xx status code

func (*GetContentmanagementWorkspaceServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement workspace service unavailable response has a 2xx status code

func (*GetContentmanagementWorkspaceServiceUnavailable) String

type GetContentmanagementWorkspaceTagvalueBadRequest

type GetContentmanagementWorkspaceTagvalueBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTagvalueBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementWorkspaceTagvalueBadRequest

func NewGetContentmanagementWorkspaceTagvalueBadRequest() *GetContentmanagementWorkspaceTagvalueBadRequest

NewGetContentmanagementWorkspaceTagvalueBadRequest creates a GetContentmanagementWorkspaceTagvalueBadRequest with default headers values

func (*GetContentmanagementWorkspaceTagvalueBadRequest) Error

func (*GetContentmanagementWorkspaceTagvalueBadRequest) GetPayload

func (*GetContentmanagementWorkspaceTagvalueBadRequest) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalue bad request response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvalueBadRequest) IsCode

IsCode returns true when this get contentmanagement workspace tagvalue bad request response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvalueBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalue bad request response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvalueBadRequest) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalue bad request response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvalueBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalue bad request response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvalueBadRequest) String

type GetContentmanagementWorkspaceTagvalueForbidden

type GetContentmanagementWorkspaceTagvalueForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementWorkspaceTagvalueForbidden

func NewGetContentmanagementWorkspaceTagvalueForbidden() *GetContentmanagementWorkspaceTagvalueForbidden

NewGetContentmanagementWorkspaceTagvalueForbidden creates a GetContentmanagementWorkspaceTagvalueForbidden with default headers values

func (*GetContentmanagementWorkspaceTagvalueForbidden) Error

func (*GetContentmanagementWorkspaceTagvalueForbidden) GetPayload

func (*GetContentmanagementWorkspaceTagvalueForbidden) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalue forbidden response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvalueForbidden) IsCode

IsCode returns true when this get contentmanagement workspace tagvalue forbidden response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvalueForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalue forbidden response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvalueForbidden) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalue forbidden response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvalueForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalue forbidden response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvalueForbidden) String

type GetContentmanagementWorkspaceTagvalueGatewayTimeout

type GetContentmanagementWorkspaceTagvalueGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTagvalueGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementWorkspaceTagvalueGatewayTimeout

func NewGetContentmanagementWorkspaceTagvalueGatewayTimeout() *GetContentmanagementWorkspaceTagvalueGatewayTimeout

NewGetContentmanagementWorkspaceTagvalueGatewayTimeout creates a GetContentmanagementWorkspaceTagvalueGatewayTimeout with default headers values

func (*GetContentmanagementWorkspaceTagvalueGatewayTimeout) Error

func (*GetContentmanagementWorkspaceTagvalueGatewayTimeout) GetPayload

func (*GetContentmanagementWorkspaceTagvalueGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalue gateway timeout response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvalueGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement workspace tagvalue gateway timeout response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvalueGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalue gateway timeout response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvalueGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalue gateway timeout response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvalueGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalue gateway timeout response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvalueGatewayTimeout) String

type GetContentmanagementWorkspaceTagvalueInternalServerError

type GetContentmanagementWorkspaceTagvalueInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementWorkspaceTagvalueInternalServerError

func NewGetContentmanagementWorkspaceTagvalueInternalServerError() *GetContentmanagementWorkspaceTagvalueInternalServerError

NewGetContentmanagementWorkspaceTagvalueInternalServerError creates a GetContentmanagementWorkspaceTagvalueInternalServerError with default headers values

func (*GetContentmanagementWorkspaceTagvalueInternalServerError) Error

func (*GetContentmanagementWorkspaceTagvalueInternalServerError) GetPayload

func (*GetContentmanagementWorkspaceTagvalueInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalue internal server error response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvalueInternalServerError) IsCode

IsCode returns true when this get contentmanagement workspace tagvalue internal server error response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvalueInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalue internal server error response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvalueInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalue internal server error response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvalueInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalue internal server error response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvalueInternalServerError) String

type GetContentmanagementWorkspaceTagvalueNotFound

type GetContentmanagementWorkspaceTagvalueNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementWorkspaceTagvalueNotFound

func NewGetContentmanagementWorkspaceTagvalueNotFound() *GetContentmanagementWorkspaceTagvalueNotFound

NewGetContentmanagementWorkspaceTagvalueNotFound creates a GetContentmanagementWorkspaceTagvalueNotFound with default headers values

func (*GetContentmanagementWorkspaceTagvalueNotFound) Error

func (*GetContentmanagementWorkspaceTagvalueNotFound) GetPayload

func (*GetContentmanagementWorkspaceTagvalueNotFound) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalue not found response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvalueNotFound) IsCode

IsCode returns true when this get contentmanagement workspace tagvalue not found response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvalueNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalue not found response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvalueNotFound) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalue not found response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvalueNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalue not found response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvalueNotFound) String

type GetContentmanagementWorkspaceTagvalueOK

type GetContentmanagementWorkspaceTagvalueOK struct {
	Payload *models.TagValue
}

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

successful operation

func NewGetContentmanagementWorkspaceTagvalueOK

func NewGetContentmanagementWorkspaceTagvalueOK() *GetContentmanagementWorkspaceTagvalueOK

NewGetContentmanagementWorkspaceTagvalueOK creates a GetContentmanagementWorkspaceTagvalueOK with default headers values

func (*GetContentmanagementWorkspaceTagvalueOK) Error

func (*GetContentmanagementWorkspaceTagvalueOK) GetPayload

func (*GetContentmanagementWorkspaceTagvalueOK) IsClientError

func (o *GetContentmanagementWorkspaceTagvalueOK) IsClientError() bool

IsClientError returns true when this get contentmanagement workspace tagvalue o k response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvalueOK) IsCode

IsCode returns true when this get contentmanagement workspace tagvalue o k response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvalueOK) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalue o k response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvalueOK) IsServerError

func (o *GetContentmanagementWorkspaceTagvalueOK) IsServerError() bool

IsServerError returns true when this get contentmanagement workspace tagvalue o k response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvalueOK) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalue o k response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvalueOK) String

type GetContentmanagementWorkspaceTagvalueParams

type GetContentmanagementWorkspaceTagvalueParams struct {

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* TagID.

	   Tag ID
	*/
	TagID string

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

GetContentmanagementWorkspaceTagvalueParams contains all the parameters to send to the API endpoint

for the get contentmanagement workspace tagvalue operation.

Typically these are written to a http.Request.

func NewGetContentmanagementWorkspaceTagvalueParams

func NewGetContentmanagementWorkspaceTagvalueParams() *GetContentmanagementWorkspaceTagvalueParams

NewGetContentmanagementWorkspaceTagvalueParams creates a new GetContentmanagementWorkspaceTagvalueParams 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 NewGetContentmanagementWorkspaceTagvalueParamsWithContext

func NewGetContentmanagementWorkspaceTagvalueParamsWithContext(ctx context.Context) *GetContentmanagementWorkspaceTagvalueParams

NewGetContentmanagementWorkspaceTagvalueParamsWithContext creates a new GetContentmanagementWorkspaceTagvalueParams object with the ability to set a context for a request.

func NewGetContentmanagementWorkspaceTagvalueParamsWithHTTPClient

func NewGetContentmanagementWorkspaceTagvalueParamsWithHTTPClient(client *http.Client) *GetContentmanagementWorkspaceTagvalueParams

NewGetContentmanagementWorkspaceTagvalueParamsWithHTTPClient creates a new GetContentmanagementWorkspaceTagvalueParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementWorkspaceTagvalueParamsWithTimeout

func NewGetContentmanagementWorkspaceTagvalueParamsWithTimeout(timeout time.Duration) *GetContentmanagementWorkspaceTagvalueParams

NewGetContentmanagementWorkspaceTagvalueParamsWithTimeout creates a new GetContentmanagementWorkspaceTagvalueParams object with the ability to set a timeout on a request.

func (*GetContentmanagementWorkspaceTagvalueParams) SetContext

SetContext adds the context to the get contentmanagement workspace tagvalue params

func (*GetContentmanagementWorkspaceTagvalueParams) SetDefaults

SetDefaults hydrates default values in the get contentmanagement workspace tagvalue params (not the query body).

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

func (*GetContentmanagementWorkspaceTagvalueParams) SetExpand

func (o *GetContentmanagementWorkspaceTagvalueParams) SetExpand(expand []string)

SetExpand adds the expand to the get contentmanagement workspace tagvalue params

func (*GetContentmanagementWorkspaceTagvalueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement workspace tagvalue params

func (*GetContentmanagementWorkspaceTagvalueParams) SetTagID

SetTagID adds the tagId to the get contentmanagement workspace tagvalue params

func (*GetContentmanagementWorkspaceTagvalueParams) SetTimeout

SetTimeout adds the timeout to the get contentmanagement workspace tagvalue params

func (*GetContentmanagementWorkspaceTagvalueParams) SetWorkspaceID

func (o *GetContentmanagementWorkspaceTagvalueParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the get contentmanagement workspace tagvalue params

func (*GetContentmanagementWorkspaceTagvalueParams) WithContext

WithContext adds the context to the get contentmanagement workspace tagvalue params

func (*GetContentmanagementWorkspaceTagvalueParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement workspace tagvalue params (not the query body).

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

func (*GetContentmanagementWorkspaceTagvalueParams) WithExpand

WithExpand adds the expand to the get contentmanagement workspace tagvalue params

func (*GetContentmanagementWorkspaceTagvalueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement workspace tagvalue params

func (*GetContentmanagementWorkspaceTagvalueParams) WithTagID

WithTagID adds the tagID to the get contentmanagement workspace tagvalue params

func (*GetContentmanagementWorkspaceTagvalueParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement workspace tagvalue params

func (*GetContentmanagementWorkspaceTagvalueParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the get contentmanagement workspace tagvalue params

func (*GetContentmanagementWorkspaceTagvalueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementWorkspaceTagvalueReader

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

GetContentmanagementWorkspaceTagvalueReader is a Reader for the GetContentmanagementWorkspaceTagvalue structure.

func (*GetContentmanagementWorkspaceTagvalueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementWorkspaceTagvalueRequestEntityTooLarge

type GetContentmanagementWorkspaceTagvalueRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTagvalueRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementWorkspaceTagvalueRequestEntityTooLarge

func NewGetContentmanagementWorkspaceTagvalueRequestEntityTooLarge() *GetContentmanagementWorkspaceTagvalueRequestEntityTooLarge

NewGetContentmanagementWorkspaceTagvalueRequestEntityTooLarge creates a GetContentmanagementWorkspaceTagvalueRequestEntityTooLarge with default headers values

func (*GetContentmanagementWorkspaceTagvalueRequestEntityTooLarge) Error

func (*GetContentmanagementWorkspaceTagvalueRequestEntityTooLarge) GetPayload

func (*GetContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalue request entity too large response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement workspace tagvalue request entity too large response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalue request entity too large response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalue request entity too large response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalue request entity too large response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvalueRequestEntityTooLarge) String

type GetContentmanagementWorkspaceTagvalueRequestTimeout

type GetContentmanagementWorkspaceTagvalueRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTagvalueRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementWorkspaceTagvalueRequestTimeout

func NewGetContentmanagementWorkspaceTagvalueRequestTimeout() *GetContentmanagementWorkspaceTagvalueRequestTimeout

NewGetContentmanagementWorkspaceTagvalueRequestTimeout creates a GetContentmanagementWorkspaceTagvalueRequestTimeout with default headers values

func (*GetContentmanagementWorkspaceTagvalueRequestTimeout) Error

func (*GetContentmanagementWorkspaceTagvalueRequestTimeout) GetPayload

func (*GetContentmanagementWorkspaceTagvalueRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalue request timeout response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvalueRequestTimeout) IsCode

IsCode returns true when this get contentmanagement workspace tagvalue request timeout response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvalueRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalue request timeout response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvalueRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalue request timeout response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvalueRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalue request timeout response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvalueRequestTimeout) String

type GetContentmanagementWorkspaceTagvalueServiceUnavailable

type GetContentmanagementWorkspaceTagvalueServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTagvalueServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementWorkspaceTagvalueServiceUnavailable

func NewGetContentmanagementWorkspaceTagvalueServiceUnavailable() *GetContentmanagementWorkspaceTagvalueServiceUnavailable

NewGetContentmanagementWorkspaceTagvalueServiceUnavailable creates a GetContentmanagementWorkspaceTagvalueServiceUnavailable with default headers values

func (*GetContentmanagementWorkspaceTagvalueServiceUnavailable) Error

func (*GetContentmanagementWorkspaceTagvalueServiceUnavailable) GetPayload

func (*GetContentmanagementWorkspaceTagvalueServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalue service unavailable response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvalueServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement workspace tagvalue service unavailable response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvalueServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalue service unavailable response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvalueServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalue service unavailable response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvalueServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalue service unavailable response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvalueServiceUnavailable) String

type GetContentmanagementWorkspaceTagvalueTooManyRequests

type GetContentmanagementWorkspaceTagvalueTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTagvalueTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementWorkspaceTagvalueTooManyRequests

func NewGetContentmanagementWorkspaceTagvalueTooManyRequests() *GetContentmanagementWorkspaceTagvalueTooManyRequests

NewGetContentmanagementWorkspaceTagvalueTooManyRequests creates a GetContentmanagementWorkspaceTagvalueTooManyRequests with default headers values

func (*GetContentmanagementWorkspaceTagvalueTooManyRequests) Error

func (*GetContentmanagementWorkspaceTagvalueTooManyRequests) GetPayload

func (*GetContentmanagementWorkspaceTagvalueTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalue too many requests response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvalueTooManyRequests) IsCode

IsCode returns true when this get contentmanagement workspace tagvalue too many requests response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvalueTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalue too many requests response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvalueTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalue too many requests response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvalueTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalue too many requests response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvalueTooManyRequests) String

type GetContentmanagementWorkspaceTagvalueUnauthorized

type GetContentmanagementWorkspaceTagvalueUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementWorkspaceTagvalueUnauthorized

func NewGetContentmanagementWorkspaceTagvalueUnauthorized() *GetContentmanagementWorkspaceTagvalueUnauthorized

NewGetContentmanagementWorkspaceTagvalueUnauthorized creates a GetContentmanagementWorkspaceTagvalueUnauthorized with default headers values

func (*GetContentmanagementWorkspaceTagvalueUnauthorized) Error

func (*GetContentmanagementWorkspaceTagvalueUnauthorized) GetPayload

func (*GetContentmanagementWorkspaceTagvalueUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalue unauthorized response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvalueUnauthorized) IsCode

IsCode returns true when this get contentmanagement workspace tagvalue unauthorized response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvalueUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalue unauthorized response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvalueUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalue unauthorized response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvalueUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalue unauthorized response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvalueUnauthorized) String

type GetContentmanagementWorkspaceTagvalueUnsupportedMediaType

type GetContentmanagementWorkspaceTagvalueUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTagvalueUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementWorkspaceTagvalueUnsupportedMediaType

func NewGetContentmanagementWorkspaceTagvalueUnsupportedMediaType() *GetContentmanagementWorkspaceTagvalueUnsupportedMediaType

NewGetContentmanagementWorkspaceTagvalueUnsupportedMediaType creates a GetContentmanagementWorkspaceTagvalueUnsupportedMediaType with default headers values

func (*GetContentmanagementWorkspaceTagvalueUnsupportedMediaType) Error

func (*GetContentmanagementWorkspaceTagvalueUnsupportedMediaType) GetPayload

func (*GetContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalue unsupported media type response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement workspace tagvalue unsupported media type response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalue unsupported media type response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalue unsupported media type response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalue unsupported media type response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvalueUnsupportedMediaType) String

type GetContentmanagementWorkspaceTagvaluesBadRequest

type GetContentmanagementWorkspaceTagvaluesBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTagvaluesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementWorkspaceTagvaluesBadRequest

func NewGetContentmanagementWorkspaceTagvaluesBadRequest() *GetContentmanagementWorkspaceTagvaluesBadRequest

NewGetContentmanagementWorkspaceTagvaluesBadRequest creates a GetContentmanagementWorkspaceTagvaluesBadRequest with default headers values

func (*GetContentmanagementWorkspaceTagvaluesBadRequest) Error

func (*GetContentmanagementWorkspaceTagvaluesBadRequest) GetPayload

func (*GetContentmanagementWorkspaceTagvaluesBadRequest) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalues bad request response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvaluesBadRequest) IsCode

IsCode returns true when this get contentmanagement workspace tagvalues bad request response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvaluesBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalues bad request response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvaluesBadRequest) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalues bad request response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvaluesBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalues bad request response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvaluesBadRequest) String

type GetContentmanagementWorkspaceTagvaluesForbidden

type GetContentmanagementWorkspaceTagvaluesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementWorkspaceTagvaluesForbidden

func NewGetContentmanagementWorkspaceTagvaluesForbidden() *GetContentmanagementWorkspaceTagvaluesForbidden

NewGetContentmanagementWorkspaceTagvaluesForbidden creates a GetContentmanagementWorkspaceTagvaluesForbidden with default headers values

func (*GetContentmanagementWorkspaceTagvaluesForbidden) Error

func (*GetContentmanagementWorkspaceTagvaluesForbidden) GetPayload

func (*GetContentmanagementWorkspaceTagvaluesForbidden) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalues forbidden response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvaluesForbidden) IsCode

IsCode returns true when this get contentmanagement workspace tagvalues forbidden response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvaluesForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalues forbidden response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvaluesForbidden) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalues forbidden response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvaluesForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalues forbidden response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvaluesForbidden) String

type GetContentmanagementWorkspaceTagvaluesGatewayTimeout

type GetContentmanagementWorkspaceTagvaluesGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTagvaluesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementWorkspaceTagvaluesGatewayTimeout

func NewGetContentmanagementWorkspaceTagvaluesGatewayTimeout() *GetContentmanagementWorkspaceTagvaluesGatewayTimeout

NewGetContentmanagementWorkspaceTagvaluesGatewayTimeout creates a GetContentmanagementWorkspaceTagvaluesGatewayTimeout with default headers values

func (*GetContentmanagementWorkspaceTagvaluesGatewayTimeout) Error

func (*GetContentmanagementWorkspaceTagvaluesGatewayTimeout) GetPayload

func (*GetContentmanagementWorkspaceTagvaluesGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalues gateway timeout response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvaluesGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement workspace tagvalues gateway timeout response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvaluesGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalues gateway timeout response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvaluesGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalues gateway timeout response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvaluesGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalues gateway timeout response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvaluesGatewayTimeout) String

type GetContentmanagementWorkspaceTagvaluesInternalServerError

type GetContentmanagementWorkspaceTagvaluesInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementWorkspaceTagvaluesInternalServerError

func NewGetContentmanagementWorkspaceTagvaluesInternalServerError() *GetContentmanagementWorkspaceTagvaluesInternalServerError

NewGetContentmanagementWorkspaceTagvaluesInternalServerError creates a GetContentmanagementWorkspaceTagvaluesInternalServerError with default headers values

func (*GetContentmanagementWorkspaceTagvaluesInternalServerError) Error

func (*GetContentmanagementWorkspaceTagvaluesInternalServerError) GetPayload

func (*GetContentmanagementWorkspaceTagvaluesInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalues internal server error response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvaluesInternalServerError) IsCode

IsCode returns true when this get contentmanagement workspace tagvalues internal server error response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvaluesInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalues internal server error response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvaluesInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalues internal server error response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvaluesInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalues internal server error response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvaluesInternalServerError) String

type GetContentmanagementWorkspaceTagvaluesNotFound

type GetContentmanagementWorkspaceTagvaluesNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementWorkspaceTagvaluesNotFound

func NewGetContentmanagementWorkspaceTagvaluesNotFound() *GetContentmanagementWorkspaceTagvaluesNotFound

NewGetContentmanagementWorkspaceTagvaluesNotFound creates a GetContentmanagementWorkspaceTagvaluesNotFound with default headers values

func (*GetContentmanagementWorkspaceTagvaluesNotFound) Error

func (*GetContentmanagementWorkspaceTagvaluesNotFound) GetPayload

func (*GetContentmanagementWorkspaceTagvaluesNotFound) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalues not found response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvaluesNotFound) IsCode

IsCode returns true when this get contentmanagement workspace tagvalues not found response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvaluesNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalues not found response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvaluesNotFound) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalues not found response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvaluesNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalues not found response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvaluesNotFound) String

type GetContentmanagementWorkspaceTagvaluesOK

type GetContentmanagementWorkspaceTagvaluesOK struct {
	Payload *models.TagValueEntityListing
}

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

successful operation

func NewGetContentmanagementWorkspaceTagvaluesOK

func NewGetContentmanagementWorkspaceTagvaluesOK() *GetContentmanagementWorkspaceTagvaluesOK

NewGetContentmanagementWorkspaceTagvaluesOK creates a GetContentmanagementWorkspaceTagvaluesOK with default headers values

func (*GetContentmanagementWorkspaceTagvaluesOK) Error

func (*GetContentmanagementWorkspaceTagvaluesOK) GetPayload

func (*GetContentmanagementWorkspaceTagvaluesOK) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalues o k response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvaluesOK) IsCode

IsCode returns true when this get contentmanagement workspace tagvalues o k response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvaluesOK) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalues o k response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvaluesOK) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalues o k response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvaluesOK) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalues o k response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvaluesOK) String

type GetContentmanagementWorkspaceTagvaluesParams

type GetContentmanagementWorkspaceTagvaluesParams struct {

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* Value.

	   filter the list of tags returned
	*/
	Value *string

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

GetContentmanagementWorkspaceTagvaluesParams contains all the parameters to send to the API endpoint

for the get contentmanagement workspace tagvalues operation.

Typically these are written to a http.Request.

func NewGetContentmanagementWorkspaceTagvaluesParams

func NewGetContentmanagementWorkspaceTagvaluesParams() *GetContentmanagementWorkspaceTagvaluesParams

NewGetContentmanagementWorkspaceTagvaluesParams creates a new GetContentmanagementWorkspaceTagvaluesParams 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 NewGetContentmanagementWorkspaceTagvaluesParamsWithContext

func NewGetContentmanagementWorkspaceTagvaluesParamsWithContext(ctx context.Context) *GetContentmanagementWorkspaceTagvaluesParams

NewGetContentmanagementWorkspaceTagvaluesParamsWithContext creates a new GetContentmanagementWorkspaceTagvaluesParams object with the ability to set a context for a request.

func NewGetContentmanagementWorkspaceTagvaluesParamsWithHTTPClient

func NewGetContentmanagementWorkspaceTagvaluesParamsWithHTTPClient(client *http.Client) *GetContentmanagementWorkspaceTagvaluesParams

NewGetContentmanagementWorkspaceTagvaluesParamsWithHTTPClient creates a new GetContentmanagementWorkspaceTagvaluesParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementWorkspaceTagvaluesParamsWithTimeout

func NewGetContentmanagementWorkspaceTagvaluesParamsWithTimeout(timeout time.Duration) *GetContentmanagementWorkspaceTagvaluesParams

NewGetContentmanagementWorkspaceTagvaluesParamsWithTimeout creates a new GetContentmanagementWorkspaceTagvaluesParams object with the ability to set a timeout on a request.

func (*GetContentmanagementWorkspaceTagvaluesParams) SetContext

SetContext adds the context to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) SetDefaults

SetDefaults hydrates default values in the get contentmanagement workspace tagvalues params (not the query body).

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

func (*GetContentmanagementWorkspaceTagvaluesParams) SetExpand

SetExpand adds the expand to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) SetPageNumber

func (o *GetContentmanagementWorkspaceTagvaluesParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) SetPageSize

func (o *GetContentmanagementWorkspaceTagvaluesParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) SetTimeout

SetTimeout adds the timeout to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) SetValue

SetValue adds the value to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) SetWorkspaceID

func (o *GetContentmanagementWorkspaceTagvaluesParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) WithContext

WithContext adds the context to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement workspace tagvalues params (not the query body).

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

func (*GetContentmanagementWorkspaceTagvaluesParams) WithExpand

WithExpand adds the expand to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) WithPageNumber

WithPageNumber adds the pageNumber to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) WithPageSize

WithPageSize adds the pageSize to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) WithValue

WithValue adds the value to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the get contentmanagement workspace tagvalues params

func (*GetContentmanagementWorkspaceTagvaluesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementWorkspaceTagvaluesReader

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

GetContentmanagementWorkspaceTagvaluesReader is a Reader for the GetContentmanagementWorkspaceTagvalues structure.

func (*GetContentmanagementWorkspaceTagvaluesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge

type GetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge

func NewGetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge() *GetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge

NewGetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge creates a GetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge with default headers values

func (*GetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) Error

func (*GetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) GetPayload

func (*GetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalues request entity too large response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement workspace tagvalues request entity too large response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalues request entity too large response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalues request entity too large response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalues request entity too large response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) String

type GetContentmanagementWorkspaceTagvaluesRequestTimeout

type GetContentmanagementWorkspaceTagvaluesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTagvaluesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementWorkspaceTagvaluesRequestTimeout

func NewGetContentmanagementWorkspaceTagvaluesRequestTimeout() *GetContentmanagementWorkspaceTagvaluesRequestTimeout

NewGetContentmanagementWorkspaceTagvaluesRequestTimeout creates a GetContentmanagementWorkspaceTagvaluesRequestTimeout with default headers values

func (*GetContentmanagementWorkspaceTagvaluesRequestTimeout) Error

func (*GetContentmanagementWorkspaceTagvaluesRequestTimeout) GetPayload

func (*GetContentmanagementWorkspaceTagvaluesRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalues request timeout response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvaluesRequestTimeout) IsCode

IsCode returns true when this get contentmanagement workspace tagvalues request timeout response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvaluesRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalues request timeout response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvaluesRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalues request timeout response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvaluesRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalues request timeout response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvaluesRequestTimeout) String

type GetContentmanagementWorkspaceTagvaluesServiceUnavailable

type GetContentmanagementWorkspaceTagvaluesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTagvaluesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementWorkspaceTagvaluesServiceUnavailable

func NewGetContentmanagementWorkspaceTagvaluesServiceUnavailable() *GetContentmanagementWorkspaceTagvaluesServiceUnavailable

NewGetContentmanagementWorkspaceTagvaluesServiceUnavailable creates a GetContentmanagementWorkspaceTagvaluesServiceUnavailable with default headers values

func (*GetContentmanagementWorkspaceTagvaluesServiceUnavailable) Error

func (*GetContentmanagementWorkspaceTagvaluesServiceUnavailable) GetPayload

func (*GetContentmanagementWorkspaceTagvaluesServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalues service unavailable response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvaluesServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement workspace tagvalues service unavailable response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvaluesServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalues service unavailable response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvaluesServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalues service unavailable response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvaluesServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalues service unavailable response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvaluesServiceUnavailable) String

type GetContentmanagementWorkspaceTagvaluesTooManyRequests

type GetContentmanagementWorkspaceTagvaluesTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTagvaluesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementWorkspaceTagvaluesTooManyRequests

func NewGetContentmanagementWorkspaceTagvaluesTooManyRequests() *GetContentmanagementWorkspaceTagvaluesTooManyRequests

NewGetContentmanagementWorkspaceTagvaluesTooManyRequests creates a GetContentmanagementWorkspaceTagvaluesTooManyRequests with default headers values

func (*GetContentmanagementWorkspaceTagvaluesTooManyRequests) Error

func (*GetContentmanagementWorkspaceTagvaluesTooManyRequests) GetPayload

func (*GetContentmanagementWorkspaceTagvaluesTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalues too many requests response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvaluesTooManyRequests) IsCode

IsCode returns true when this get contentmanagement workspace tagvalues too many requests response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvaluesTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalues too many requests response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvaluesTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalues too many requests response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvaluesTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalues too many requests response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvaluesTooManyRequests) String

type GetContentmanagementWorkspaceTagvaluesUnauthorized

type GetContentmanagementWorkspaceTagvaluesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementWorkspaceTagvaluesUnauthorized

func NewGetContentmanagementWorkspaceTagvaluesUnauthorized() *GetContentmanagementWorkspaceTagvaluesUnauthorized

NewGetContentmanagementWorkspaceTagvaluesUnauthorized creates a GetContentmanagementWorkspaceTagvaluesUnauthorized with default headers values

func (*GetContentmanagementWorkspaceTagvaluesUnauthorized) Error

func (*GetContentmanagementWorkspaceTagvaluesUnauthorized) GetPayload

func (*GetContentmanagementWorkspaceTagvaluesUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalues unauthorized response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvaluesUnauthorized) IsCode

IsCode returns true when this get contentmanagement workspace tagvalues unauthorized response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvaluesUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalues unauthorized response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvaluesUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalues unauthorized response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvaluesUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalues unauthorized response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvaluesUnauthorized) String

type GetContentmanagementWorkspaceTagvaluesUnsupportedMediaType

type GetContentmanagementWorkspaceTagvaluesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTagvaluesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementWorkspaceTagvaluesUnsupportedMediaType

func NewGetContentmanagementWorkspaceTagvaluesUnsupportedMediaType() *GetContentmanagementWorkspaceTagvaluesUnsupportedMediaType

NewGetContentmanagementWorkspaceTagvaluesUnsupportedMediaType creates a GetContentmanagementWorkspaceTagvaluesUnsupportedMediaType with default headers values

func (*GetContentmanagementWorkspaceTagvaluesUnsupportedMediaType) Error

func (*GetContentmanagementWorkspaceTagvaluesUnsupportedMediaType) GetPayload

func (*GetContentmanagementWorkspaceTagvaluesUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement workspace tagvalues unsupported media type response has a 4xx status code

func (*GetContentmanagementWorkspaceTagvaluesUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement workspace tagvalues unsupported media type response a status code equal to that given

func (*GetContentmanagementWorkspaceTagvaluesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement workspace tagvalues unsupported media type response has a 3xx status code

func (*GetContentmanagementWorkspaceTagvaluesUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement workspace tagvalues unsupported media type response has a 5xx status code

func (*GetContentmanagementWorkspaceTagvaluesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement workspace tagvalues unsupported media type response has a 2xx status code

func (*GetContentmanagementWorkspaceTagvaluesUnsupportedMediaType) String

type GetContentmanagementWorkspaceTooManyRequests

type GetContentmanagementWorkspaceTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementWorkspaceTooManyRequests

func NewGetContentmanagementWorkspaceTooManyRequests() *GetContentmanagementWorkspaceTooManyRequests

NewGetContentmanagementWorkspaceTooManyRequests creates a GetContentmanagementWorkspaceTooManyRequests with default headers values

func (*GetContentmanagementWorkspaceTooManyRequests) Error

func (*GetContentmanagementWorkspaceTooManyRequests) GetPayload

func (*GetContentmanagementWorkspaceTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement workspace too many requests response has a 4xx status code

func (*GetContentmanagementWorkspaceTooManyRequests) IsCode

IsCode returns true when this get contentmanagement workspace too many requests response a status code equal to that given

func (*GetContentmanagementWorkspaceTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement workspace too many requests response has a 3xx status code

func (*GetContentmanagementWorkspaceTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement workspace too many requests response has a 5xx status code

func (*GetContentmanagementWorkspaceTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement workspace too many requests response has a 2xx status code

func (*GetContentmanagementWorkspaceTooManyRequests) String

type GetContentmanagementWorkspaceUnauthorized

type GetContentmanagementWorkspaceUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementWorkspaceUnauthorized

func NewGetContentmanagementWorkspaceUnauthorized() *GetContentmanagementWorkspaceUnauthorized

NewGetContentmanagementWorkspaceUnauthorized creates a GetContentmanagementWorkspaceUnauthorized with default headers values

func (*GetContentmanagementWorkspaceUnauthorized) Error

func (*GetContentmanagementWorkspaceUnauthorized) GetPayload

func (*GetContentmanagementWorkspaceUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement workspace unauthorized response has a 4xx status code

func (*GetContentmanagementWorkspaceUnauthorized) IsCode

IsCode returns true when this get contentmanagement workspace unauthorized response a status code equal to that given

func (*GetContentmanagementWorkspaceUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement workspace unauthorized response has a 3xx status code

func (*GetContentmanagementWorkspaceUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement workspace unauthorized response has a 5xx status code

func (*GetContentmanagementWorkspaceUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement workspace unauthorized response has a 2xx status code

func (*GetContentmanagementWorkspaceUnauthorized) String

type GetContentmanagementWorkspaceUnsupportedMediaType

type GetContentmanagementWorkspaceUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspaceUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementWorkspaceUnsupportedMediaType

func NewGetContentmanagementWorkspaceUnsupportedMediaType() *GetContentmanagementWorkspaceUnsupportedMediaType

NewGetContentmanagementWorkspaceUnsupportedMediaType creates a GetContentmanagementWorkspaceUnsupportedMediaType with default headers values

func (*GetContentmanagementWorkspaceUnsupportedMediaType) Error

func (*GetContentmanagementWorkspaceUnsupportedMediaType) GetPayload

func (*GetContentmanagementWorkspaceUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement workspace unsupported media type response has a 4xx status code

func (*GetContentmanagementWorkspaceUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement workspace unsupported media type response a status code equal to that given

func (*GetContentmanagementWorkspaceUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement workspace unsupported media type response has a 3xx status code

func (*GetContentmanagementWorkspaceUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement workspace unsupported media type response has a 5xx status code

func (*GetContentmanagementWorkspaceUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement workspace unsupported media type response has a 2xx status code

func (*GetContentmanagementWorkspaceUnsupportedMediaType) String

type GetContentmanagementWorkspacesBadRequest

type GetContentmanagementWorkspacesBadRequest struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspacesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetContentmanagementWorkspacesBadRequest

func NewGetContentmanagementWorkspacesBadRequest() *GetContentmanagementWorkspacesBadRequest

NewGetContentmanagementWorkspacesBadRequest creates a GetContentmanagementWorkspacesBadRequest with default headers values

func (*GetContentmanagementWorkspacesBadRequest) Error

func (*GetContentmanagementWorkspacesBadRequest) GetPayload

func (*GetContentmanagementWorkspacesBadRequest) IsClientError

IsClientError returns true when this get contentmanagement workspaces bad request response has a 4xx status code

func (*GetContentmanagementWorkspacesBadRequest) IsCode

IsCode returns true when this get contentmanagement workspaces bad request response a status code equal to that given

func (*GetContentmanagementWorkspacesBadRequest) IsRedirect

IsRedirect returns true when this get contentmanagement workspaces bad request response has a 3xx status code

func (*GetContentmanagementWorkspacesBadRequest) IsServerError

IsServerError returns true when this get contentmanagement workspaces bad request response has a 5xx status code

func (*GetContentmanagementWorkspacesBadRequest) IsSuccess

IsSuccess returns true when this get contentmanagement workspaces bad request response has a 2xx status code

func (*GetContentmanagementWorkspacesBadRequest) String

type GetContentmanagementWorkspacesForbidden

type GetContentmanagementWorkspacesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetContentmanagementWorkspacesForbidden

func NewGetContentmanagementWorkspacesForbidden() *GetContentmanagementWorkspacesForbidden

NewGetContentmanagementWorkspacesForbidden creates a GetContentmanagementWorkspacesForbidden with default headers values

func (*GetContentmanagementWorkspacesForbidden) Error

func (*GetContentmanagementWorkspacesForbidden) GetPayload

func (*GetContentmanagementWorkspacesForbidden) IsClientError

func (o *GetContentmanagementWorkspacesForbidden) IsClientError() bool

IsClientError returns true when this get contentmanagement workspaces forbidden response has a 4xx status code

func (*GetContentmanagementWorkspacesForbidden) IsCode

IsCode returns true when this get contentmanagement workspaces forbidden response a status code equal to that given

func (*GetContentmanagementWorkspacesForbidden) IsRedirect

IsRedirect returns true when this get contentmanagement workspaces forbidden response has a 3xx status code

func (*GetContentmanagementWorkspacesForbidden) IsServerError

func (o *GetContentmanagementWorkspacesForbidden) IsServerError() bool

IsServerError returns true when this get contentmanagement workspaces forbidden response has a 5xx status code

func (*GetContentmanagementWorkspacesForbidden) IsSuccess

IsSuccess returns true when this get contentmanagement workspaces forbidden response has a 2xx status code

func (*GetContentmanagementWorkspacesForbidden) String

type GetContentmanagementWorkspacesGatewayTimeout

type GetContentmanagementWorkspacesGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspacesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetContentmanagementWorkspacesGatewayTimeout

func NewGetContentmanagementWorkspacesGatewayTimeout() *GetContentmanagementWorkspacesGatewayTimeout

NewGetContentmanagementWorkspacesGatewayTimeout creates a GetContentmanagementWorkspacesGatewayTimeout with default headers values

func (*GetContentmanagementWorkspacesGatewayTimeout) Error

func (*GetContentmanagementWorkspacesGatewayTimeout) GetPayload

func (*GetContentmanagementWorkspacesGatewayTimeout) IsClientError

IsClientError returns true when this get contentmanagement workspaces gateway timeout response has a 4xx status code

func (*GetContentmanagementWorkspacesGatewayTimeout) IsCode

IsCode returns true when this get contentmanagement workspaces gateway timeout response a status code equal to that given

func (*GetContentmanagementWorkspacesGatewayTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement workspaces gateway timeout response has a 3xx status code

func (*GetContentmanagementWorkspacesGatewayTimeout) IsServerError

IsServerError returns true when this get contentmanagement workspaces gateway timeout response has a 5xx status code

func (*GetContentmanagementWorkspacesGatewayTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement workspaces gateway timeout response has a 2xx status code

func (*GetContentmanagementWorkspacesGatewayTimeout) String

type GetContentmanagementWorkspacesInternalServerError

type GetContentmanagementWorkspacesInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetContentmanagementWorkspacesInternalServerError

func NewGetContentmanagementWorkspacesInternalServerError() *GetContentmanagementWorkspacesInternalServerError

NewGetContentmanagementWorkspacesInternalServerError creates a GetContentmanagementWorkspacesInternalServerError with default headers values

func (*GetContentmanagementWorkspacesInternalServerError) Error

func (*GetContentmanagementWorkspacesInternalServerError) GetPayload

func (*GetContentmanagementWorkspacesInternalServerError) IsClientError

IsClientError returns true when this get contentmanagement workspaces internal server error response has a 4xx status code

func (*GetContentmanagementWorkspacesInternalServerError) IsCode

IsCode returns true when this get contentmanagement workspaces internal server error response a status code equal to that given

func (*GetContentmanagementWorkspacesInternalServerError) IsRedirect

IsRedirect returns true when this get contentmanagement workspaces internal server error response has a 3xx status code

func (*GetContentmanagementWorkspacesInternalServerError) IsServerError

IsServerError returns true when this get contentmanagement workspaces internal server error response has a 5xx status code

func (*GetContentmanagementWorkspacesInternalServerError) IsSuccess

IsSuccess returns true when this get contentmanagement workspaces internal server error response has a 2xx status code

func (*GetContentmanagementWorkspacesInternalServerError) String

type GetContentmanagementWorkspacesNotFound

type GetContentmanagementWorkspacesNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetContentmanagementWorkspacesNotFound

func NewGetContentmanagementWorkspacesNotFound() *GetContentmanagementWorkspacesNotFound

NewGetContentmanagementWorkspacesNotFound creates a GetContentmanagementWorkspacesNotFound with default headers values

func (*GetContentmanagementWorkspacesNotFound) Error

func (*GetContentmanagementWorkspacesNotFound) GetPayload

func (*GetContentmanagementWorkspacesNotFound) IsClientError

func (o *GetContentmanagementWorkspacesNotFound) IsClientError() bool

IsClientError returns true when this get contentmanagement workspaces not found response has a 4xx status code

func (*GetContentmanagementWorkspacesNotFound) IsCode

IsCode returns true when this get contentmanagement workspaces not found response a status code equal to that given

func (*GetContentmanagementWorkspacesNotFound) IsRedirect

IsRedirect returns true when this get contentmanagement workspaces not found response has a 3xx status code

func (*GetContentmanagementWorkspacesNotFound) IsServerError

func (o *GetContentmanagementWorkspacesNotFound) IsServerError() bool

IsServerError returns true when this get contentmanagement workspaces not found response has a 5xx status code

func (*GetContentmanagementWorkspacesNotFound) IsSuccess

IsSuccess returns true when this get contentmanagement workspaces not found response has a 2xx status code

func (*GetContentmanagementWorkspacesNotFound) String

type GetContentmanagementWorkspacesOK

type GetContentmanagementWorkspacesOK struct {
	Payload *models.WorkspaceEntityListing
}

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

successful operation

func NewGetContentmanagementWorkspacesOK

func NewGetContentmanagementWorkspacesOK() *GetContentmanagementWorkspacesOK

NewGetContentmanagementWorkspacesOK creates a GetContentmanagementWorkspacesOK with default headers values

func (*GetContentmanagementWorkspacesOK) Error

func (*GetContentmanagementWorkspacesOK) GetPayload

func (*GetContentmanagementWorkspacesOK) IsClientError

func (o *GetContentmanagementWorkspacesOK) IsClientError() bool

IsClientError returns true when this get contentmanagement workspaces o k response has a 4xx status code

func (*GetContentmanagementWorkspacesOK) IsCode

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

IsCode returns true when this get contentmanagement workspaces o k response a status code equal to that given

func (*GetContentmanagementWorkspacesOK) IsRedirect

func (o *GetContentmanagementWorkspacesOK) IsRedirect() bool

IsRedirect returns true when this get contentmanagement workspaces o k response has a 3xx status code

func (*GetContentmanagementWorkspacesOK) IsServerError

func (o *GetContentmanagementWorkspacesOK) IsServerError() bool

IsServerError returns true when this get contentmanagement workspaces o k response has a 5xx status code

func (*GetContentmanagementWorkspacesOK) IsSuccess

func (o *GetContentmanagementWorkspacesOK) IsSuccess() bool

IsSuccess returns true when this get contentmanagement workspaces o k response has a 2xx status code

func (*GetContentmanagementWorkspacesOK) String

type GetContentmanagementWorkspacesParams

type GetContentmanagementWorkspacesParams struct {

	/* Access.

	   Requested access level.
	*/
	Access []string

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

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

GetContentmanagementWorkspacesParams contains all the parameters to send to the API endpoint

for the get contentmanagement workspaces operation.

Typically these are written to a http.Request.

func NewGetContentmanagementWorkspacesParams

func NewGetContentmanagementWorkspacesParams() *GetContentmanagementWorkspacesParams

NewGetContentmanagementWorkspacesParams creates a new GetContentmanagementWorkspacesParams 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 NewGetContentmanagementWorkspacesParamsWithContext

func NewGetContentmanagementWorkspacesParamsWithContext(ctx context.Context) *GetContentmanagementWorkspacesParams

NewGetContentmanagementWorkspacesParamsWithContext creates a new GetContentmanagementWorkspacesParams object with the ability to set a context for a request.

func NewGetContentmanagementWorkspacesParamsWithHTTPClient

func NewGetContentmanagementWorkspacesParamsWithHTTPClient(client *http.Client) *GetContentmanagementWorkspacesParams

NewGetContentmanagementWorkspacesParamsWithHTTPClient creates a new GetContentmanagementWorkspacesParams object with the ability to set a custom HTTPClient for a request.

func NewGetContentmanagementWorkspacesParamsWithTimeout

func NewGetContentmanagementWorkspacesParamsWithTimeout(timeout time.Duration) *GetContentmanagementWorkspacesParams

NewGetContentmanagementWorkspacesParamsWithTimeout creates a new GetContentmanagementWorkspacesParams object with the ability to set a timeout on a request.

func (*GetContentmanagementWorkspacesParams) SetAccess

func (o *GetContentmanagementWorkspacesParams) SetAccess(access []string)

SetAccess adds the access to the get contentmanagement workspaces params

func (*GetContentmanagementWorkspacesParams) SetContext

SetContext adds the context to the get contentmanagement workspaces params

func (*GetContentmanagementWorkspacesParams) SetDefaults

func (o *GetContentmanagementWorkspacesParams) SetDefaults()

SetDefaults hydrates default values in the get contentmanagement workspaces params (not the query body).

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

func (*GetContentmanagementWorkspacesParams) SetExpand

func (o *GetContentmanagementWorkspacesParams) SetExpand(expand []string)

SetExpand adds the expand to the get contentmanagement workspaces params

func (*GetContentmanagementWorkspacesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get contentmanagement workspaces params

func (*GetContentmanagementWorkspacesParams) SetPageNumber

func (o *GetContentmanagementWorkspacesParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get contentmanagement workspaces params

func (*GetContentmanagementWorkspacesParams) SetPageSize

func (o *GetContentmanagementWorkspacesParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get contentmanagement workspaces params

func (*GetContentmanagementWorkspacesParams) SetTimeout

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

SetTimeout adds the timeout to the get contentmanagement workspaces params

func (*GetContentmanagementWorkspacesParams) WithAccess

WithAccess adds the access to the get contentmanagement workspaces params

func (*GetContentmanagementWorkspacesParams) WithContext

WithContext adds the context to the get contentmanagement workspaces params

func (*GetContentmanagementWorkspacesParams) WithDefaults

WithDefaults hydrates default values in the get contentmanagement workspaces params (not the query body).

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

func (*GetContentmanagementWorkspacesParams) WithExpand

WithExpand adds the expand to the get contentmanagement workspaces params

func (*GetContentmanagementWorkspacesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get contentmanagement workspaces params

func (*GetContentmanagementWorkspacesParams) WithPageNumber

WithPageNumber adds the pageNumber to the get contentmanagement workspaces params

func (*GetContentmanagementWorkspacesParams) WithPageSize

WithPageSize adds the pageSize to the get contentmanagement workspaces params

func (*GetContentmanagementWorkspacesParams) WithTimeout

WithTimeout adds the timeout to the get contentmanagement workspaces params

func (*GetContentmanagementWorkspacesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetContentmanagementWorkspacesReader

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

GetContentmanagementWorkspacesReader is a Reader for the GetContentmanagementWorkspaces structure.

func (*GetContentmanagementWorkspacesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentmanagementWorkspacesRequestEntityTooLarge

type GetContentmanagementWorkspacesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspacesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetContentmanagementWorkspacesRequestEntityTooLarge

func NewGetContentmanagementWorkspacesRequestEntityTooLarge() *GetContentmanagementWorkspacesRequestEntityTooLarge

NewGetContentmanagementWorkspacesRequestEntityTooLarge creates a GetContentmanagementWorkspacesRequestEntityTooLarge with default headers values

func (*GetContentmanagementWorkspacesRequestEntityTooLarge) Error

func (*GetContentmanagementWorkspacesRequestEntityTooLarge) GetPayload

func (*GetContentmanagementWorkspacesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get contentmanagement workspaces request entity too large response has a 4xx status code

func (*GetContentmanagementWorkspacesRequestEntityTooLarge) IsCode

IsCode returns true when this get contentmanagement workspaces request entity too large response a status code equal to that given

func (*GetContentmanagementWorkspacesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get contentmanagement workspaces request entity too large response has a 3xx status code

func (*GetContentmanagementWorkspacesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get contentmanagement workspaces request entity too large response has a 5xx status code

func (*GetContentmanagementWorkspacesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get contentmanagement workspaces request entity too large response has a 2xx status code

func (*GetContentmanagementWorkspacesRequestEntityTooLarge) String

type GetContentmanagementWorkspacesRequestTimeout

type GetContentmanagementWorkspacesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspacesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetContentmanagementWorkspacesRequestTimeout

func NewGetContentmanagementWorkspacesRequestTimeout() *GetContentmanagementWorkspacesRequestTimeout

NewGetContentmanagementWorkspacesRequestTimeout creates a GetContentmanagementWorkspacesRequestTimeout with default headers values

func (*GetContentmanagementWorkspacesRequestTimeout) Error

func (*GetContentmanagementWorkspacesRequestTimeout) GetPayload

func (*GetContentmanagementWorkspacesRequestTimeout) IsClientError

IsClientError returns true when this get contentmanagement workspaces request timeout response has a 4xx status code

func (*GetContentmanagementWorkspacesRequestTimeout) IsCode

IsCode returns true when this get contentmanagement workspaces request timeout response a status code equal to that given

func (*GetContentmanagementWorkspacesRequestTimeout) IsRedirect

IsRedirect returns true when this get contentmanagement workspaces request timeout response has a 3xx status code

func (*GetContentmanagementWorkspacesRequestTimeout) IsServerError

IsServerError returns true when this get contentmanagement workspaces request timeout response has a 5xx status code

func (*GetContentmanagementWorkspacesRequestTimeout) IsSuccess

IsSuccess returns true when this get contentmanagement workspaces request timeout response has a 2xx status code

func (*GetContentmanagementWorkspacesRequestTimeout) String

type GetContentmanagementWorkspacesServiceUnavailable

type GetContentmanagementWorkspacesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspacesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetContentmanagementWorkspacesServiceUnavailable

func NewGetContentmanagementWorkspacesServiceUnavailable() *GetContentmanagementWorkspacesServiceUnavailable

NewGetContentmanagementWorkspacesServiceUnavailable creates a GetContentmanagementWorkspacesServiceUnavailable with default headers values

func (*GetContentmanagementWorkspacesServiceUnavailable) Error

func (*GetContentmanagementWorkspacesServiceUnavailable) GetPayload

func (*GetContentmanagementWorkspacesServiceUnavailable) IsClientError

IsClientError returns true when this get contentmanagement workspaces service unavailable response has a 4xx status code

func (*GetContentmanagementWorkspacesServiceUnavailable) IsCode

IsCode returns true when this get contentmanagement workspaces service unavailable response a status code equal to that given

func (*GetContentmanagementWorkspacesServiceUnavailable) IsRedirect

IsRedirect returns true when this get contentmanagement workspaces service unavailable response has a 3xx status code

func (*GetContentmanagementWorkspacesServiceUnavailable) IsServerError

IsServerError returns true when this get contentmanagement workspaces service unavailable response has a 5xx status code

func (*GetContentmanagementWorkspacesServiceUnavailable) IsSuccess

IsSuccess returns true when this get contentmanagement workspaces service unavailable response has a 2xx status code

func (*GetContentmanagementWorkspacesServiceUnavailable) String

type GetContentmanagementWorkspacesTooManyRequests

type GetContentmanagementWorkspacesTooManyRequests struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspacesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetContentmanagementWorkspacesTooManyRequests

func NewGetContentmanagementWorkspacesTooManyRequests() *GetContentmanagementWorkspacesTooManyRequests

NewGetContentmanagementWorkspacesTooManyRequests creates a GetContentmanagementWorkspacesTooManyRequests with default headers values

func (*GetContentmanagementWorkspacesTooManyRequests) Error

func (*GetContentmanagementWorkspacesTooManyRequests) GetPayload

func (*GetContentmanagementWorkspacesTooManyRequests) IsClientError

IsClientError returns true when this get contentmanagement workspaces too many requests response has a 4xx status code

func (*GetContentmanagementWorkspacesTooManyRequests) IsCode

IsCode returns true when this get contentmanagement workspaces too many requests response a status code equal to that given

func (*GetContentmanagementWorkspacesTooManyRequests) IsRedirect

IsRedirect returns true when this get contentmanagement workspaces too many requests response has a 3xx status code

func (*GetContentmanagementWorkspacesTooManyRequests) IsServerError

IsServerError returns true when this get contentmanagement workspaces too many requests response has a 5xx status code

func (*GetContentmanagementWorkspacesTooManyRequests) IsSuccess

IsSuccess returns true when this get contentmanagement workspaces too many requests response has a 2xx status code

func (*GetContentmanagementWorkspacesTooManyRequests) String

type GetContentmanagementWorkspacesUnauthorized

type GetContentmanagementWorkspacesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetContentmanagementWorkspacesUnauthorized

func NewGetContentmanagementWorkspacesUnauthorized() *GetContentmanagementWorkspacesUnauthorized

NewGetContentmanagementWorkspacesUnauthorized creates a GetContentmanagementWorkspacesUnauthorized with default headers values

func (*GetContentmanagementWorkspacesUnauthorized) Error

func (*GetContentmanagementWorkspacesUnauthorized) GetPayload

func (*GetContentmanagementWorkspacesUnauthorized) IsClientError

IsClientError returns true when this get contentmanagement workspaces unauthorized response has a 4xx status code

func (*GetContentmanagementWorkspacesUnauthorized) IsCode

IsCode returns true when this get contentmanagement workspaces unauthorized response a status code equal to that given

func (*GetContentmanagementWorkspacesUnauthorized) IsRedirect

IsRedirect returns true when this get contentmanagement workspaces unauthorized response has a 3xx status code

func (*GetContentmanagementWorkspacesUnauthorized) IsServerError

IsServerError returns true when this get contentmanagement workspaces unauthorized response has a 5xx status code

func (*GetContentmanagementWorkspacesUnauthorized) IsSuccess

IsSuccess returns true when this get contentmanagement workspaces unauthorized response has a 2xx status code

func (*GetContentmanagementWorkspacesUnauthorized) String

type GetContentmanagementWorkspacesUnsupportedMediaType

type GetContentmanagementWorkspacesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetContentmanagementWorkspacesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetContentmanagementWorkspacesUnsupportedMediaType

func NewGetContentmanagementWorkspacesUnsupportedMediaType() *GetContentmanagementWorkspacesUnsupportedMediaType

NewGetContentmanagementWorkspacesUnsupportedMediaType creates a GetContentmanagementWorkspacesUnsupportedMediaType with default headers values

func (*GetContentmanagementWorkspacesUnsupportedMediaType) Error

func (*GetContentmanagementWorkspacesUnsupportedMediaType) GetPayload

func (*GetContentmanagementWorkspacesUnsupportedMediaType) IsClientError

IsClientError returns true when this get contentmanagement workspaces unsupported media type response has a 4xx status code

func (*GetContentmanagementWorkspacesUnsupportedMediaType) IsCode

IsCode returns true when this get contentmanagement workspaces unsupported media type response a status code equal to that given

func (*GetContentmanagementWorkspacesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get contentmanagement workspaces unsupported media type response has a 3xx status code

func (*GetContentmanagementWorkspacesUnsupportedMediaType) IsServerError

IsServerError returns true when this get contentmanagement workspaces unsupported media type response has a 5xx status code

func (*GetContentmanagementWorkspacesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get contentmanagement workspaces unsupported media type response has a 2xx status code

func (*GetContentmanagementWorkspacesUnsupportedMediaType) String

type PostContentmanagementAuditqueryBadRequest

type PostContentmanagementAuditqueryBadRequest struct {
	Payload *models.ErrorBody
}

PostContentmanagementAuditqueryBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostContentmanagementAuditqueryBadRequest

func NewPostContentmanagementAuditqueryBadRequest() *PostContentmanagementAuditqueryBadRequest

NewPostContentmanagementAuditqueryBadRequest creates a PostContentmanagementAuditqueryBadRequest with default headers values

func (*PostContentmanagementAuditqueryBadRequest) Error

func (*PostContentmanagementAuditqueryBadRequest) GetPayload

func (*PostContentmanagementAuditqueryBadRequest) IsClientError

IsClientError returns true when this post contentmanagement auditquery bad request response has a 4xx status code

func (*PostContentmanagementAuditqueryBadRequest) IsCode

IsCode returns true when this post contentmanagement auditquery bad request response a status code equal to that given

func (*PostContentmanagementAuditqueryBadRequest) IsRedirect

IsRedirect returns true when this post contentmanagement auditquery bad request response has a 3xx status code

func (*PostContentmanagementAuditqueryBadRequest) IsServerError

IsServerError returns true when this post contentmanagement auditquery bad request response has a 5xx status code

func (*PostContentmanagementAuditqueryBadRequest) IsSuccess

IsSuccess returns true when this post contentmanagement auditquery bad request response has a 2xx status code

func (*PostContentmanagementAuditqueryBadRequest) String

type PostContentmanagementAuditqueryForbidden

type PostContentmanagementAuditqueryForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostContentmanagementAuditqueryForbidden

func NewPostContentmanagementAuditqueryForbidden() *PostContentmanagementAuditqueryForbidden

NewPostContentmanagementAuditqueryForbidden creates a PostContentmanagementAuditqueryForbidden with default headers values

func (*PostContentmanagementAuditqueryForbidden) Error

func (*PostContentmanagementAuditqueryForbidden) GetPayload

func (*PostContentmanagementAuditqueryForbidden) IsClientError

IsClientError returns true when this post contentmanagement auditquery forbidden response has a 4xx status code

func (*PostContentmanagementAuditqueryForbidden) IsCode

IsCode returns true when this post contentmanagement auditquery forbidden response a status code equal to that given

func (*PostContentmanagementAuditqueryForbidden) IsRedirect

IsRedirect returns true when this post contentmanagement auditquery forbidden response has a 3xx status code

func (*PostContentmanagementAuditqueryForbidden) IsServerError

IsServerError returns true when this post contentmanagement auditquery forbidden response has a 5xx status code

func (*PostContentmanagementAuditqueryForbidden) IsSuccess

IsSuccess returns true when this post contentmanagement auditquery forbidden response has a 2xx status code

func (*PostContentmanagementAuditqueryForbidden) String

type PostContentmanagementAuditqueryGatewayTimeout

type PostContentmanagementAuditqueryGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementAuditqueryGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostContentmanagementAuditqueryGatewayTimeout

func NewPostContentmanagementAuditqueryGatewayTimeout() *PostContentmanagementAuditqueryGatewayTimeout

NewPostContentmanagementAuditqueryGatewayTimeout creates a PostContentmanagementAuditqueryGatewayTimeout with default headers values

func (*PostContentmanagementAuditqueryGatewayTimeout) Error

func (*PostContentmanagementAuditqueryGatewayTimeout) GetPayload

func (*PostContentmanagementAuditqueryGatewayTimeout) IsClientError

IsClientError returns true when this post contentmanagement auditquery gateway timeout response has a 4xx status code

func (*PostContentmanagementAuditqueryGatewayTimeout) IsCode

IsCode returns true when this post contentmanagement auditquery gateway timeout response a status code equal to that given

func (*PostContentmanagementAuditqueryGatewayTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement auditquery gateway timeout response has a 3xx status code

func (*PostContentmanagementAuditqueryGatewayTimeout) IsServerError

IsServerError returns true when this post contentmanagement auditquery gateway timeout response has a 5xx status code

func (*PostContentmanagementAuditqueryGatewayTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement auditquery gateway timeout response has a 2xx status code

func (*PostContentmanagementAuditqueryGatewayTimeout) String

type PostContentmanagementAuditqueryInternalServerError

type PostContentmanagementAuditqueryInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostContentmanagementAuditqueryInternalServerError

func NewPostContentmanagementAuditqueryInternalServerError() *PostContentmanagementAuditqueryInternalServerError

NewPostContentmanagementAuditqueryInternalServerError creates a PostContentmanagementAuditqueryInternalServerError with default headers values

func (*PostContentmanagementAuditqueryInternalServerError) Error

func (*PostContentmanagementAuditqueryInternalServerError) GetPayload

func (*PostContentmanagementAuditqueryInternalServerError) IsClientError

IsClientError returns true when this post contentmanagement auditquery internal server error response has a 4xx status code

func (*PostContentmanagementAuditqueryInternalServerError) IsCode

IsCode returns true when this post contentmanagement auditquery internal server error response a status code equal to that given

func (*PostContentmanagementAuditqueryInternalServerError) IsRedirect

IsRedirect returns true when this post contentmanagement auditquery internal server error response has a 3xx status code

func (*PostContentmanagementAuditqueryInternalServerError) IsServerError

IsServerError returns true when this post contentmanagement auditquery internal server error response has a 5xx status code

func (*PostContentmanagementAuditqueryInternalServerError) IsSuccess

IsSuccess returns true when this post contentmanagement auditquery internal server error response has a 2xx status code

func (*PostContentmanagementAuditqueryInternalServerError) String

type PostContentmanagementAuditqueryNotFound

type PostContentmanagementAuditqueryNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostContentmanagementAuditqueryNotFound

func NewPostContentmanagementAuditqueryNotFound() *PostContentmanagementAuditqueryNotFound

NewPostContentmanagementAuditqueryNotFound creates a PostContentmanagementAuditqueryNotFound with default headers values

func (*PostContentmanagementAuditqueryNotFound) Error

func (*PostContentmanagementAuditqueryNotFound) GetPayload

func (*PostContentmanagementAuditqueryNotFound) IsClientError

func (o *PostContentmanagementAuditqueryNotFound) IsClientError() bool

IsClientError returns true when this post contentmanagement auditquery not found response has a 4xx status code

func (*PostContentmanagementAuditqueryNotFound) IsCode

IsCode returns true when this post contentmanagement auditquery not found response a status code equal to that given

func (*PostContentmanagementAuditqueryNotFound) IsRedirect

IsRedirect returns true when this post contentmanagement auditquery not found response has a 3xx status code

func (*PostContentmanagementAuditqueryNotFound) IsServerError

func (o *PostContentmanagementAuditqueryNotFound) IsServerError() bool

IsServerError returns true when this post contentmanagement auditquery not found response has a 5xx status code

func (*PostContentmanagementAuditqueryNotFound) IsSuccess

IsSuccess returns true when this post contentmanagement auditquery not found response has a 2xx status code

func (*PostContentmanagementAuditqueryNotFound) String

type PostContentmanagementAuditqueryOK

type PostContentmanagementAuditqueryOK struct {
	Payload *models.QueryResults
}

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

successful operation

func NewPostContentmanagementAuditqueryOK

func NewPostContentmanagementAuditqueryOK() *PostContentmanagementAuditqueryOK

NewPostContentmanagementAuditqueryOK creates a PostContentmanagementAuditqueryOK with default headers values

func (*PostContentmanagementAuditqueryOK) Error

func (*PostContentmanagementAuditqueryOK) GetPayload

func (*PostContentmanagementAuditqueryOK) IsClientError

func (o *PostContentmanagementAuditqueryOK) IsClientError() bool

IsClientError returns true when this post contentmanagement auditquery o k response has a 4xx status code

func (*PostContentmanagementAuditqueryOK) IsCode

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

IsCode returns true when this post contentmanagement auditquery o k response a status code equal to that given

func (*PostContentmanagementAuditqueryOK) IsRedirect

func (o *PostContentmanagementAuditqueryOK) IsRedirect() bool

IsRedirect returns true when this post contentmanagement auditquery o k response has a 3xx status code

func (*PostContentmanagementAuditqueryOK) IsServerError

func (o *PostContentmanagementAuditqueryOK) IsServerError() bool

IsServerError returns true when this post contentmanagement auditquery o k response has a 5xx status code

func (*PostContentmanagementAuditqueryOK) IsSuccess

func (o *PostContentmanagementAuditqueryOK) IsSuccess() bool

IsSuccess returns true when this post contentmanagement auditquery o k response has a 2xx status code

func (*PostContentmanagementAuditqueryOK) String

type PostContentmanagementAuditqueryParams

type PostContentmanagementAuditqueryParams struct {

	/* Body.

	   Allows for a filtered query returning facet information
	*/
	Body *models.ContentQueryRequest

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

PostContentmanagementAuditqueryParams contains all the parameters to send to the API endpoint

for the post contentmanagement auditquery operation.

Typically these are written to a http.Request.

func NewPostContentmanagementAuditqueryParams

func NewPostContentmanagementAuditqueryParams() *PostContentmanagementAuditqueryParams

NewPostContentmanagementAuditqueryParams creates a new PostContentmanagementAuditqueryParams 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 NewPostContentmanagementAuditqueryParamsWithContext

func NewPostContentmanagementAuditqueryParamsWithContext(ctx context.Context) *PostContentmanagementAuditqueryParams

NewPostContentmanagementAuditqueryParamsWithContext creates a new PostContentmanagementAuditqueryParams object with the ability to set a context for a request.

func NewPostContentmanagementAuditqueryParamsWithHTTPClient

func NewPostContentmanagementAuditqueryParamsWithHTTPClient(client *http.Client) *PostContentmanagementAuditqueryParams

NewPostContentmanagementAuditqueryParamsWithHTTPClient creates a new PostContentmanagementAuditqueryParams object with the ability to set a custom HTTPClient for a request.

func NewPostContentmanagementAuditqueryParamsWithTimeout

func NewPostContentmanagementAuditqueryParamsWithTimeout(timeout time.Duration) *PostContentmanagementAuditqueryParams

NewPostContentmanagementAuditqueryParamsWithTimeout creates a new PostContentmanagementAuditqueryParams object with the ability to set a timeout on a request.

func (*PostContentmanagementAuditqueryParams) SetBody

SetBody adds the body to the post contentmanagement auditquery params

func (*PostContentmanagementAuditqueryParams) SetContext

SetContext adds the context to the post contentmanagement auditquery params

func (*PostContentmanagementAuditqueryParams) SetDefaults

func (o *PostContentmanagementAuditqueryParams) SetDefaults()

SetDefaults hydrates default values in the post contentmanagement auditquery params (not the query body).

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

func (*PostContentmanagementAuditqueryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post contentmanagement auditquery params

func (*PostContentmanagementAuditqueryParams) SetTimeout

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

SetTimeout adds the timeout to the post contentmanagement auditquery params

func (*PostContentmanagementAuditqueryParams) WithBody

WithBody adds the body to the post contentmanagement auditquery params

func (*PostContentmanagementAuditqueryParams) WithContext

WithContext adds the context to the post contentmanagement auditquery params

func (*PostContentmanagementAuditqueryParams) WithDefaults

WithDefaults hydrates default values in the post contentmanagement auditquery params (not the query body).

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

func (*PostContentmanagementAuditqueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post contentmanagement auditquery params

func (*PostContentmanagementAuditqueryParams) WithTimeout

WithTimeout adds the timeout to the post contentmanagement auditquery params

func (*PostContentmanagementAuditqueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostContentmanagementAuditqueryReader

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

PostContentmanagementAuditqueryReader is a Reader for the PostContentmanagementAuditquery structure.

func (*PostContentmanagementAuditqueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostContentmanagementAuditqueryRequestEntityTooLarge

type PostContentmanagementAuditqueryRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostContentmanagementAuditqueryRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostContentmanagementAuditqueryRequestEntityTooLarge

func NewPostContentmanagementAuditqueryRequestEntityTooLarge() *PostContentmanagementAuditqueryRequestEntityTooLarge

NewPostContentmanagementAuditqueryRequestEntityTooLarge creates a PostContentmanagementAuditqueryRequestEntityTooLarge with default headers values

func (*PostContentmanagementAuditqueryRequestEntityTooLarge) Error

func (*PostContentmanagementAuditqueryRequestEntityTooLarge) GetPayload

func (*PostContentmanagementAuditqueryRequestEntityTooLarge) IsClientError

IsClientError returns true when this post contentmanagement auditquery request entity too large response has a 4xx status code

func (*PostContentmanagementAuditqueryRequestEntityTooLarge) IsCode

IsCode returns true when this post contentmanagement auditquery request entity too large response a status code equal to that given

func (*PostContentmanagementAuditqueryRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post contentmanagement auditquery request entity too large response has a 3xx status code

func (*PostContentmanagementAuditqueryRequestEntityTooLarge) IsServerError

IsServerError returns true when this post contentmanagement auditquery request entity too large response has a 5xx status code

func (*PostContentmanagementAuditqueryRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post contentmanagement auditquery request entity too large response has a 2xx status code

func (*PostContentmanagementAuditqueryRequestEntityTooLarge) String

type PostContentmanagementAuditqueryRequestTimeout

type PostContentmanagementAuditqueryRequestTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementAuditqueryRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostContentmanagementAuditqueryRequestTimeout

func NewPostContentmanagementAuditqueryRequestTimeout() *PostContentmanagementAuditqueryRequestTimeout

NewPostContentmanagementAuditqueryRequestTimeout creates a PostContentmanagementAuditqueryRequestTimeout with default headers values

func (*PostContentmanagementAuditqueryRequestTimeout) Error

func (*PostContentmanagementAuditqueryRequestTimeout) GetPayload

func (*PostContentmanagementAuditqueryRequestTimeout) IsClientError

IsClientError returns true when this post contentmanagement auditquery request timeout response has a 4xx status code

func (*PostContentmanagementAuditqueryRequestTimeout) IsCode

IsCode returns true when this post contentmanagement auditquery request timeout response a status code equal to that given

func (*PostContentmanagementAuditqueryRequestTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement auditquery request timeout response has a 3xx status code

func (*PostContentmanagementAuditqueryRequestTimeout) IsServerError

IsServerError returns true when this post contentmanagement auditquery request timeout response has a 5xx status code

func (*PostContentmanagementAuditqueryRequestTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement auditquery request timeout response has a 2xx status code

func (*PostContentmanagementAuditqueryRequestTimeout) String

type PostContentmanagementAuditqueryServiceUnavailable

type PostContentmanagementAuditqueryServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostContentmanagementAuditqueryServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostContentmanagementAuditqueryServiceUnavailable

func NewPostContentmanagementAuditqueryServiceUnavailable() *PostContentmanagementAuditqueryServiceUnavailable

NewPostContentmanagementAuditqueryServiceUnavailable creates a PostContentmanagementAuditqueryServiceUnavailable with default headers values

func (*PostContentmanagementAuditqueryServiceUnavailable) Error

func (*PostContentmanagementAuditqueryServiceUnavailable) GetPayload

func (*PostContentmanagementAuditqueryServiceUnavailable) IsClientError

IsClientError returns true when this post contentmanagement auditquery service unavailable response has a 4xx status code

func (*PostContentmanagementAuditqueryServiceUnavailable) IsCode

IsCode returns true when this post contentmanagement auditquery service unavailable response a status code equal to that given

func (*PostContentmanagementAuditqueryServiceUnavailable) IsRedirect

IsRedirect returns true when this post contentmanagement auditquery service unavailable response has a 3xx status code

func (*PostContentmanagementAuditqueryServiceUnavailable) IsServerError

IsServerError returns true when this post contentmanagement auditquery service unavailable response has a 5xx status code

func (*PostContentmanagementAuditqueryServiceUnavailable) IsSuccess

IsSuccess returns true when this post contentmanagement auditquery service unavailable response has a 2xx status code

func (*PostContentmanagementAuditqueryServiceUnavailable) String

type PostContentmanagementAuditqueryTooManyRequests

type PostContentmanagementAuditqueryTooManyRequests struct {
	Payload *models.ErrorBody
}

PostContentmanagementAuditqueryTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostContentmanagementAuditqueryTooManyRequests

func NewPostContentmanagementAuditqueryTooManyRequests() *PostContentmanagementAuditqueryTooManyRequests

NewPostContentmanagementAuditqueryTooManyRequests creates a PostContentmanagementAuditqueryTooManyRequests with default headers values

func (*PostContentmanagementAuditqueryTooManyRequests) Error

func (*PostContentmanagementAuditqueryTooManyRequests) GetPayload

func (*PostContentmanagementAuditqueryTooManyRequests) IsClientError

IsClientError returns true when this post contentmanagement auditquery too many requests response has a 4xx status code

func (*PostContentmanagementAuditqueryTooManyRequests) IsCode

IsCode returns true when this post contentmanagement auditquery too many requests response a status code equal to that given

func (*PostContentmanagementAuditqueryTooManyRequests) IsRedirect

IsRedirect returns true when this post contentmanagement auditquery too many requests response has a 3xx status code

func (*PostContentmanagementAuditqueryTooManyRequests) IsServerError

IsServerError returns true when this post contentmanagement auditquery too many requests response has a 5xx status code

func (*PostContentmanagementAuditqueryTooManyRequests) IsSuccess

IsSuccess returns true when this post contentmanagement auditquery too many requests response has a 2xx status code

func (*PostContentmanagementAuditqueryTooManyRequests) String

type PostContentmanagementAuditqueryUnauthorized

type PostContentmanagementAuditqueryUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostContentmanagementAuditqueryUnauthorized

func NewPostContentmanagementAuditqueryUnauthorized() *PostContentmanagementAuditqueryUnauthorized

NewPostContentmanagementAuditqueryUnauthorized creates a PostContentmanagementAuditqueryUnauthorized with default headers values

func (*PostContentmanagementAuditqueryUnauthorized) Error

func (*PostContentmanagementAuditqueryUnauthorized) GetPayload

func (*PostContentmanagementAuditqueryUnauthorized) IsClientError

IsClientError returns true when this post contentmanagement auditquery unauthorized response has a 4xx status code

func (*PostContentmanagementAuditqueryUnauthorized) IsCode

IsCode returns true when this post contentmanagement auditquery unauthorized response a status code equal to that given

func (*PostContentmanagementAuditqueryUnauthorized) IsRedirect

IsRedirect returns true when this post contentmanagement auditquery unauthorized response has a 3xx status code

func (*PostContentmanagementAuditqueryUnauthorized) IsServerError

IsServerError returns true when this post contentmanagement auditquery unauthorized response has a 5xx status code

func (*PostContentmanagementAuditqueryUnauthorized) IsSuccess

IsSuccess returns true when this post contentmanagement auditquery unauthorized response has a 2xx status code

func (*PostContentmanagementAuditqueryUnauthorized) String

type PostContentmanagementAuditqueryUnsupportedMediaType

type PostContentmanagementAuditqueryUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostContentmanagementAuditqueryUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostContentmanagementAuditqueryUnsupportedMediaType

func NewPostContentmanagementAuditqueryUnsupportedMediaType() *PostContentmanagementAuditqueryUnsupportedMediaType

NewPostContentmanagementAuditqueryUnsupportedMediaType creates a PostContentmanagementAuditqueryUnsupportedMediaType with default headers values

func (*PostContentmanagementAuditqueryUnsupportedMediaType) Error

func (*PostContentmanagementAuditqueryUnsupportedMediaType) GetPayload

func (*PostContentmanagementAuditqueryUnsupportedMediaType) IsClientError

IsClientError returns true when this post contentmanagement auditquery unsupported media type response has a 4xx status code

func (*PostContentmanagementAuditqueryUnsupportedMediaType) IsCode

IsCode returns true when this post contentmanagement auditquery unsupported media type response a status code equal to that given

func (*PostContentmanagementAuditqueryUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post contentmanagement auditquery unsupported media type response has a 3xx status code

func (*PostContentmanagementAuditqueryUnsupportedMediaType) IsServerError

IsServerError returns true when this post contentmanagement auditquery unsupported media type response has a 5xx status code

func (*PostContentmanagementAuditqueryUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post contentmanagement auditquery unsupported media type response has a 2xx status code

func (*PostContentmanagementAuditqueryUnsupportedMediaType) String

type PostContentmanagementDocumentBadRequest

type PostContentmanagementDocumentBadRequest struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostContentmanagementDocumentBadRequest

func NewPostContentmanagementDocumentBadRequest() *PostContentmanagementDocumentBadRequest

NewPostContentmanagementDocumentBadRequest creates a PostContentmanagementDocumentBadRequest with default headers values

func (*PostContentmanagementDocumentBadRequest) Error

func (*PostContentmanagementDocumentBadRequest) GetPayload

func (*PostContentmanagementDocumentBadRequest) IsClientError

func (o *PostContentmanagementDocumentBadRequest) IsClientError() bool

IsClientError returns true when this post contentmanagement document bad request response has a 4xx status code

func (*PostContentmanagementDocumentBadRequest) IsCode

IsCode returns true when this post contentmanagement document bad request response a status code equal to that given

func (*PostContentmanagementDocumentBadRequest) IsRedirect

IsRedirect returns true when this post contentmanagement document bad request response has a 3xx status code

func (*PostContentmanagementDocumentBadRequest) IsServerError

func (o *PostContentmanagementDocumentBadRequest) IsServerError() bool

IsServerError returns true when this post contentmanagement document bad request response has a 5xx status code

func (*PostContentmanagementDocumentBadRequest) IsSuccess

IsSuccess returns true when this post contentmanagement document bad request response has a 2xx status code

func (*PostContentmanagementDocumentBadRequest) String

type PostContentmanagementDocumentConflict

type PostContentmanagementDocumentConflict struct {
}

PostContentmanagementDocumentConflict describes a response with status code 409, with default header values.

Resource conflict - Unexpected changeNumber was provided

func NewPostContentmanagementDocumentConflict

func NewPostContentmanagementDocumentConflict() *PostContentmanagementDocumentConflict

NewPostContentmanagementDocumentConflict creates a PostContentmanagementDocumentConflict with default headers values

func (*PostContentmanagementDocumentConflict) Error

func (*PostContentmanagementDocumentConflict) IsClientError

func (o *PostContentmanagementDocumentConflict) IsClientError() bool

IsClientError returns true when this post contentmanagement document conflict response has a 4xx status code

func (*PostContentmanagementDocumentConflict) IsCode

IsCode returns true when this post contentmanagement document conflict response a status code equal to that given

func (*PostContentmanagementDocumentConflict) IsRedirect

IsRedirect returns true when this post contentmanagement document conflict response has a 3xx status code

func (*PostContentmanagementDocumentConflict) IsServerError

func (o *PostContentmanagementDocumentConflict) IsServerError() bool

IsServerError returns true when this post contentmanagement document conflict response has a 5xx status code

func (*PostContentmanagementDocumentConflict) IsSuccess

IsSuccess returns true when this post contentmanagement document conflict response has a 2xx status code

func (*PostContentmanagementDocumentConflict) String

type PostContentmanagementDocumentContentAccepted

type PostContentmanagementDocumentContentAccepted struct {
	Payload *models.ReplaceResponse
}

PostContentmanagementDocumentContentAccepted describes a response with status code 202, with default header values.

Accepted - Ready for upload

func NewPostContentmanagementDocumentContentAccepted

func NewPostContentmanagementDocumentContentAccepted() *PostContentmanagementDocumentContentAccepted

NewPostContentmanagementDocumentContentAccepted creates a PostContentmanagementDocumentContentAccepted with default headers values

func (*PostContentmanagementDocumentContentAccepted) Error

func (*PostContentmanagementDocumentContentAccepted) GetPayload

func (*PostContentmanagementDocumentContentAccepted) IsClientError

IsClientError returns true when this post contentmanagement document content accepted response has a 4xx status code

func (*PostContentmanagementDocumentContentAccepted) IsCode

IsCode returns true when this post contentmanagement document content accepted response a status code equal to that given

func (*PostContentmanagementDocumentContentAccepted) IsRedirect

IsRedirect returns true when this post contentmanagement document content accepted response has a 3xx status code

func (*PostContentmanagementDocumentContentAccepted) IsServerError

IsServerError returns true when this post contentmanagement document content accepted response has a 5xx status code

func (*PostContentmanagementDocumentContentAccepted) IsSuccess

IsSuccess returns true when this post contentmanagement document content accepted response has a 2xx status code

func (*PostContentmanagementDocumentContentAccepted) String

type PostContentmanagementDocumentContentBadRequest

type PostContentmanagementDocumentContentBadRequest struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentContentBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostContentmanagementDocumentContentBadRequest

func NewPostContentmanagementDocumentContentBadRequest() *PostContentmanagementDocumentContentBadRequest

NewPostContentmanagementDocumentContentBadRequest creates a PostContentmanagementDocumentContentBadRequest with default headers values

func (*PostContentmanagementDocumentContentBadRequest) Error

func (*PostContentmanagementDocumentContentBadRequest) GetPayload

func (*PostContentmanagementDocumentContentBadRequest) IsClientError

IsClientError returns true when this post contentmanagement document content bad request response has a 4xx status code

func (*PostContentmanagementDocumentContentBadRequest) IsCode

IsCode returns true when this post contentmanagement document content bad request response a status code equal to that given

func (*PostContentmanagementDocumentContentBadRequest) IsRedirect

IsRedirect returns true when this post contentmanagement document content bad request response has a 3xx status code

func (*PostContentmanagementDocumentContentBadRequest) IsServerError

IsServerError returns true when this post contentmanagement document content bad request response has a 5xx status code

func (*PostContentmanagementDocumentContentBadRequest) IsSuccess

IsSuccess returns true when this post contentmanagement document content bad request response has a 2xx status code

func (*PostContentmanagementDocumentContentBadRequest) String

type PostContentmanagementDocumentContentConflict

type PostContentmanagementDocumentContentConflict struct {
}

PostContentmanagementDocumentContentConflict describes a response with status code 409, with default header values.

Resource conflict - Unexpected changeNumber was provided

func NewPostContentmanagementDocumentContentConflict

func NewPostContentmanagementDocumentContentConflict() *PostContentmanagementDocumentContentConflict

NewPostContentmanagementDocumentContentConflict creates a PostContentmanagementDocumentContentConflict with default headers values

func (*PostContentmanagementDocumentContentConflict) Error

func (*PostContentmanagementDocumentContentConflict) IsClientError

IsClientError returns true when this post contentmanagement document content conflict response has a 4xx status code

func (*PostContentmanagementDocumentContentConflict) IsCode

IsCode returns true when this post contentmanagement document content conflict response a status code equal to that given

func (*PostContentmanagementDocumentContentConflict) IsRedirect

IsRedirect returns true when this post contentmanagement document content conflict response has a 3xx status code

func (*PostContentmanagementDocumentContentConflict) IsServerError

IsServerError returns true when this post contentmanagement document content conflict response has a 5xx status code

func (*PostContentmanagementDocumentContentConflict) IsSuccess

IsSuccess returns true when this post contentmanagement document content conflict response has a 2xx status code

func (*PostContentmanagementDocumentContentConflict) String

type PostContentmanagementDocumentContentForbidden

type PostContentmanagementDocumentContentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostContentmanagementDocumentContentForbidden

func NewPostContentmanagementDocumentContentForbidden() *PostContentmanagementDocumentContentForbidden

NewPostContentmanagementDocumentContentForbidden creates a PostContentmanagementDocumentContentForbidden with default headers values

func (*PostContentmanagementDocumentContentForbidden) Error

func (*PostContentmanagementDocumentContentForbidden) GetPayload

func (*PostContentmanagementDocumentContentForbidden) IsClientError

IsClientError returns true when this post contentmanagement document content forbidden response has a 4xx status code

func (*PostContentmanagementDocumentContentForbidden) IsCode

IsCode returns true when this post contentmanagement document content forbidden response a status code equal to that given

func (*PostContentmanagementDocumentContentForbidden) IsRedirect

IsRedirect returns true when this post contentmanagement document content forbidden response has a 3xx status code

func (*PostContentmanagementDocumentContentForbidden) IsServerError

IsServerError returns true when this post contentmanagement document content forbidden response has a 5xx status code

func (*PostContentmanagementDocumentContentForbidden) IsSuccess

IsSuccess returns true when this post contentmanagement document content forbidden response has a 2xx status code

func (*PostContentmanagementDocumentContentForbidden) String

type PostContentmanagementDocumentContentGatewayTimeout

type PostContentmanagementDocumentContentGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentContentGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostContentmanagementDocumentContentGatewayTimeout

func NewPostContentmanagementDocumentContentGatewayTimeout() *PostContentmanagementDocumentContentGatewayTimeout

NewPostContentmanagementDocumentContentGatewayTimeout creates a PostContentmanagementDocumentContentGatewayTimeout with default headers values

func (*PostContentmanagementDocumentContentGatewayTimeout) Error

func (*PostContentmanagementDocumentContentGatewayTimeout) GetPayload

func (*PostContentmanagementDocumentContentGatewayTimeout) IsClientError

IsClientError returns true when this post contentmanagement document content gateway timeout response has a 4xx status code

func (*PostContentmanagementDocumentContentGatewayTimeout) IsCode

IsCode returns true when this post contentmanagement document content gateway timeout response a status code equal to that given

func (*PostContentmanagementDocumentContentGatewayTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement document content gateway timeout response has a 3xx status code

func (*PostContentmanagementDocumentContentGatewayTimeout) IsServerError

IsServerError returns true when this post contentmanagement document content gateway timeout response has a 5xx status code

func (*PostContentmanagementDocumentContentGatewayTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement document content gateway timeout response has a 2xx status code

func (*PostContentmanagementDocumentContentGatewayTimeout) String

type PostContentmanagementDocumentContentInternalServerError

type PostContentmanagementDocumentContentInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostContentmanagementDocumentContentInternalServerError

func NewPostContentmanagementDocumentContentInternalServerError() *PostContentmanagementDocumentContentInternalServerError

NewPostContentmanagementDocumentContentInternalServerError creates a PostContentmanagementDocumentContentInternalServerError with default headers values

func (*PostContentmanagementDocumentContentInternalServerError) Error

func (*PostContentmanagementDocumentContentInternalServerError) GetPayload

func (*PostContentmanagementDocumentContentInternalServerError) IsClientError

IsClientError returns true when this post contentmanagement document content internal server error response has a 4xx status code

func (*PostContentmanagementDocumentContentInternalServerError) IsCode

IsCode returns true when this post contentmanagement document content internal server error response a status code equal to that given

func (*PostContentmanagementDocumentContentInternalServerError) IsRedirect

IsRedirect returns true when this post contentmanagement document content internal server error response has a 3xx status code

func (*PostContentmanagementDocumentContentInternalServerError) IsServerError

IsServerError returns true when this post contentmanagement document content internal server error response has a 5xx status code

func (*PostContentmanagementDocumentContentInternalServerError) IsSuccess

IsSuccess returns true when this post contentmanagement document content internal server error response has a 2xx status code

func (*PostContentmanagementDocumentContentInternalServerError) String

type PostContentmanagementDocumentContentLocked

type PostContentmanagementDocumentContentLocked struct {
}

PostContentmanagementDocumentContentLocked describes a response with status code 423, with default header values.

Locked - The document is locked by another operation

func NewPostContentmanagementDocumentContentLocked

func NewPostContentmanagementDocumentContentLocked() *PostContentmanagementDocumentContentLocked

NewPostContentmanagementDocumentContentLocked creates a PostContentmanagementDocumentContentLocked with default headers values

func (*PostContentmanagementDocumentContentLocked) Error

func (*PostContentmanagementDocumentContentLocked) IsClientError

IsClientError returns true when this post contentmanagement document content locked response has a 4xx status code

func (*PostContentmanagementDocumentContentLocked) IsCode

IsCode returns true when this post contentmanagement document content locked response a status code equal to that given

func (*PostContentmanagementDocumentContentLocked) IsRedirect

IsRedirect returns true when this post contentmanagement document content locked response has a 3xx status code

func (*PostContentmanagementDocumentContentLocked) IsServerError

IsServerError returns true when this post contentmanagement document content locked response has a 5xx status code

func (*PostContentmanagementDocumentContentLocked) IsSuccess

IsSuccess returns true when this post contentmanagement document content locked response has a 2xx status code

func (*PostContentmanagementDocumentContentLocked) String

type PostContentmanagementDocumentContentNotFound

type PostContentmanagementDocumentContentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostContentmanagementDocumentContentNotFound

func NewPostContentmanagementDocumentContentNotFound() *PostContentmanagementDocumentContentNotFound

NewPostContentmanagementDocumentContentNotFound creates a PostContentmanagementDocumentContentNotFound with default headers values

func (*PostContentmanagementDocumentContentNotFound) Error

func (*PostContentmanagementDocumentContentNotFound) GetPayload

func (*PostContentmanagementDocumentContentNotFound) IsClientError

IsClientError returns true when this post contentmanagement document content not found response has a 4xx status code

func (*PostContentmanagementDocumentContentNotFound) IsCode

IsCode returns true when this post contentmanagement document content not found response a status code equal to that given

func (*PostContentmanagementDocumentContentNotFound) IsRedirect

IsRedirect returns true when this post contentmanagement document content not found response has a 3xx status code

func (*PostContentmanagementDocumentContentNotFound) IsServerError

IsServerError returns true when this post contentmanagement document content not found response has a 5xx status code

func (*PostContentmanagementDocumentContentNotFound) IsSuccess

IsSuccess returns true when this post contentmanagement document content not found response has a 2xx status code

func (*PostContentmanagementDocumentContentNotFound) String

type PostContentmanagementDocumentContentParams

type PostContentmanagementDocumentContentParams struct {

	/* Body.

	   Replace Request
	*/
	Body *models.ReplaceRequest

	/* DocumentID.

	   Document ID
	*/
	DocumentID string

	/* Override.

	   Override any lock on the document
	*/
	Override *bool

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

PostContentmanagementDocumentContentParams contains all the parameters to send to the API endpoint

for the post contentmanagement document content operation.

Typically these are written to a http.Request.

func NewPostContentmanagementDocumentContentParams

func NewPostContentmanagementDocumentContentParams() *PostContentmanagementDocumentContentParams

NewPostContentmanagementDocumentContentParams creates a new PostContentmanagementDocumentContentParams 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 NewPostContentmanagementDocumentContentParamsWithContext

func NewPostContentmanagementDocumentContentParamsWithContext(ctx context.Context) *PostContentmanagementDocumentContentParams

NewPostContentmanagementDocumentContentParamsWithContext creates a new PostContentmanagementDocumentContentParams object with the ability to set a context for a request.

func NewPostContentmanagementDocumentContentParamsWithHTTPClient

func NewPostContentmanagementDocumentContentParamsWithHTTPClient(client *http.Client) *PostContentmanagementDocumentContentParams

NewPostContentmanagementDocumentContentParamsWithHTTPClient creates a new PostContentmanagementDocumentContentParams object with the ability to set a custom HTTPClient for a request.

func NewPostContentmanagementDocumentContentParamsWithTimeout

func NewPostContentmanagementDocumentContentParamsWithTimeout(timeout time.Duration) *PostContentmanagementDocumentContentParams

NewPostContentmanagementDocumentContentParamsWithTimeout creates a new PostContentmanagementDocumentContentParams object with the ability to set a timeout on a request.

func (*PostContentmanagementDocumentContentParams) SetBody

SetBody adds the body to the post contentmanagement document content params

func (*PostContentmanagementDocumentContentParams) SetContext

SetContext adds the context to the post contentmanagement document content params

func (*PostContentmanagementDocumentContentParams) SetDefaults

SetDefaults hydrates default values in the post contentmanagement document content params (not the query body).

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

func (*PostContentmanagementDocumentContentParams) SetDocumentID

func (o *PostContentmanagementDocumentContentParams) SetDocumentID(documentID string)

SetDocumentID adds the documentId to the post contentmanagement document content params

func (*PostContentmanagementDocumentContentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post contentmanagement document content params

func (*PostContentmanagementDocumentContentParams) SetOverride

func (o *PostContentmanagementDocumentContentParams) SetOverride(override *bool)

SetOverride adds the override to the post contentmanagement document content params

func (*PostContentmanagementDocumentContentParams) SetTimeout

SetTimeout adds the timeout to the post contentmanagement document content params

func (*PostContentmanagementDocumentContentParams) WithBody

WithBody adds the body to the post contentmanagement document content params

func (*PostContentmanagementDocumentContentParams) WithContext

WithContext adds the context to the post contentmanagement document content params

func (*PostContentmanagementDocumentContentParams) WithDefaults

WithDefaults hydrates default values in the post contentmanagement document content params (not the query body).

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

func (*PostContentmanagementDocumentContentParams) WithDocumentID

WithDocumentID adds the documentID to the post contentmanagement document content params

func (*PostContentmanagementDocumentContentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post contentmanagement document content params

func (*PostContentmanagementDocumentContentParams) WithOverride

WithOverride adds the override to the post contentmanagement document content params

func (*PostContentmanagementDocumentContentParams) WithTimeout

WithTimeout adds the timeout to the post contentmanagement document content params

func (*PostContentmanagementDocumentContentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostContentmanagementDocumentContentReader

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

PostContentmanagementDocumentContentReader is a Reader for the PostContentmanagementDocumentContent structure.

func (*PostContentmanagementDocumentContentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostContentmanagementDocumentContentRequestEntityTooLarge

type PostContentmanagementDocumentContentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentContentRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostContentmanagementDocumentContentRequestEntityTooLarge

func NewPostContentmanagementDocumentContentRequestEntityTooLarge() *PostContentmanagementDocumentContentRequestEntityTooLarge

NewPostContentmanagementDocumentContentRequestEntityTooLarge creates a PostContentmanagementDocumentContentRequestEntityTooLarge with default headers values

func (*PostContentmanagementDocumentContentRequestEntityTooLarge) Error

func (*PostContentmanagementDocumentContentRequestEntityTooLarge) GetPayload

func (*PostContentmanagementDocumentContentRequestEntityTooLarge) IsClientError

IsClientError returns true when this post contentmanagement document content request entity too large response has a 4xx status code

func (*PostContentmanagementDocumentContentRequestEntityTooLarge) IsCode

IsCode returns true when this post contentmanagement document content request entity too large response a status code equal to that given

func (*PostContentmanagementDocumentContentRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post contentmanagement document content request entity too large response has a 3xx status code

func (*PostContentmanagementDocumentContentRequestEntityTooLarge) IsServerError

IsServerError returns true when this post contentmanagement document content request entity too large response has a 5xx status code

func (*PostContentmanagementDocumentContentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post contentmanagement document content request entity too large response has a 2xx status code

func (*PostContentmanagementDocumentContentRequestEntityTooLarge) String

type PostContentmanagementDocumentContentRequestTimeout

type PostContentmanagementDocumentContentRequestTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentContentRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostContentmanagementDocumentContentRequestTimeout

func NewPostContentmanagementDocumentContentRequestTimeout() *PostContentmanagementDocumentContentRequestTimeout

NewPostContentmanagementDocumentContentRequestTimeout creates a PostContentmanagementDocumentContentRequestTimeout with default headers values

func (*PostContentmanagementDocumentContentRequestTimeout) Error

func (*PostContentmanagementDocumentContentRequestTimeout) GetPayload

func (*PostContentmanagementDocumentContentRequestTimeout) IsClientError

IsClientError returns true when this post contentmanagement document content request timeout response has a 4xx status code

func (*PostContentmanagementDocumentContentRequestTimeout) IsCode

IsCode returns true when this post contentmanagement document content request timeout response a status code equal to that given

func (*PostContentmanagementDocumentContentRequestTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement document content request timeout response has a 3xx status code

func (*PostContentmanagementDocumentContentRequestTimeout) IsServerError

IsServerError returns true when this post contentmanagement document content request timeout response has a 5xx status code

func (*PostContentmanagementDocumentContentRequestTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement document content request timeout response has a 2xx status code

func (*PostContentmanagementDocumentContentRequestTimeout) String

type PostContentmanagementDocumentContentServiceUnavailable

type PostContentmanagementDocumentContentServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentContentServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostContentmanagementDocumentContentServiceUnavailable

func NewPostContentmanagementDocumentContentServiceUnavailable() *PostContentmanagementDocumentContentServiceUnavailable

NewPostContentmanagementDocumentContentServiceUnavailable creates a PostContentmanagementDocumentContentServiceUnavailable with default headers values

func (*PostContentmanagementDocumentContentServiceUnavailable) Error

func (*PostContentmanagementDocumentContentServiceUnavailable) GetPayload

func (*PostContentmanagementDocumentContentServiceUnavailable) IsClientError

IsClientError returns true when this post contentmanagement document content service unavailable response has a 4xx status code

func (*PostContentmanagementDocumentContentServiceUnavailable) IsCode

IsCode returns true when this post contentmanagement document content service unavailable response a status code equal to that given

func (*PostContentmanagementDocumentContentServiceUnavailable) IsRedirect

IsRedirect returns true when this post contentmanagement document content service unavailable response has a 3xx status code

func (*PostContentmanagementDocumentContentServiceUnavailable) IsServerError

IsServerError returns true when this post contentmanagement document content service unavailable response has a 5xx status code

func (*PostContentmanagementDocumentContentServiceUnavailable) IsSuccess

IsSuccess returns true when this post contentmanagement document content service unavailable response has a 2xx status code

func (*PostContentmanagementDocumentContentServiceUnavailable) String

type PostContentmanagementDocumentContentTooManyRequests

type PostContentmanagementDocumentContentTooManyRequests struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentContentTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostContentmanagementDocumentContentTooManyRequests

func NewPostContentmanagementDocumentContentTooManyRequests() *PostContentmanagementDocumentContentTooManyRequests

NewPostContentmanagementDocumentContentTooManyRequests creates a PostContentmanagementDocumentContentTooManyRequests with default headers values

func (*PostContentmanagementDocumentContentTooManyRequests) Error

func (*PostContentmanagementDocumentContentTooManyRequests) GetPayload

func (*PostContentmanagementDocumentContentTooManyRequests) IsClientError

IsClientError returns true when this post contentmanagement document content too many requests response has a 4xx status code

func (*PostContentmanagementDocumentContentTooManyRequests) IsCode

IsCode returns true when this post contentmanagement document content too many requests response a status code equal to that given

func (*PostContentmanagementDocumentContentTooManyRequests) IsRedirect

IsRedirect returns true when this post contentmanagement document content too many requests response has a 3xx status code

func (*PostContentmanagementDocumentContentTooManyRequests) IsServerError

IsServerError returns true when this post contentmanagement document content too many requests response has a 5xx status code

func (*PostContentmanagementDocumentContentTooManyRequests) IsSuccess

IsSuccess returns true when this post contentmanagement document content too many requests response has a 2xx status code

func (*PostContentmanagementDocumentContentTooManyRequests) String

type PostContentmanagementDocumentContentUnauthorized

type PostContentmanagementDocumentContentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostContentmanagementDocumentContentUnauthorized

func NewPostContentmanagementDocumentContentUnauthorized() *PostContentmanagementDocumentContentUnauthorized

NewPostContentmanagementDocumentContentUnauthorized creates a PostContentmanagementDocumentContentUnauthorized with default headers values

func (*PostContentmanagementDocumentContentUnauthorized) Error

func (*PostContentmanagementDocumentContentUnauthorized) GetPayload

func (*PostContentmanagementDocumentContentUnauthorized) IsClientError

IsClientError returns true when this post contentmanagement document content unauthorized response has a 4xx status code

func (*PostContentmanagementDocumentContentUnauthorized) IsCode

IsCode returns true when this post contentmanagement document content unauthorized response a status code equal to that given

func (*PostContentmanagementDocumentContentUnauthorized) IsRedirect

IsRedirect returns true when this post contentmanagement document content unauthorized response has a 3xx status code

func (*PostContentmanagementDocumentContentUnauthorized) IsServerError

IsServerError returns true when this post contentmanagement document content unauthorized response has a 5xx status code

func (*PostContentmanagementDocumentContentUnauthorized) IsSuccess

IsSuccess returns true when this post contentmanagement document content unauthorized response has a 2xx status code

func (*PostContentmanagementDocumentContentUnauthorized) String

type PostContentmanagementDocumentContentUnsupportedMediaType

type PostContentmanagementDocumentContentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentContentUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostContentmanagementDocumentContentUnsupportedMediaType

func NewPostContentmanagementDocumentContentUnsupportedMediaType() *PostContentmanagementDocumentContentUnsupportedMediaType

NewPostContentmanagementDocumentContentUnsupportedMediaType creates a PostContentmanagementDocumentContentUnsupportedMediaType with default headers values

func (*PostContentmanagementDocumentContentUnsupportedMediaType) Error

func (*PostContentmanagementDocumentContentUnsupportedMediaType) GetPayload

func (*PostContentmanagementDocumentContentUnsupportedMediaType) IsClientError

IsClientError returns true when this post contentmanagement document content unsupported media type response has a 4xx status code

func (*PostContentmanagementDocumentContentUnsupportedMediaType) IsCode

IsCode returns true when this post contentmanagement document content unsupported media type response a status code equal to that given

func (*PostContentmanagementDocumentContentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post contentmanagement document content unsupported media type response has a 3xx status code

func (*PostContentmanagementDocumentContentUnsupportedMediaType) IsServerError

IsServerError returns true when this post contentmanagement document content unsupported media type response has a 5xx status code

func (*PostContentmanagementDocumentContentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post contentmanagement document content unsupported media type response has a 2xx status code

func (*PostContentmanagementDocumentContentUnsupportedMediaType) String

type PostContentmanagementDocumentForbidden

type PostContentmanagementDocumentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostContentmanagementDocumentForbidden

func NewPostContentmanagementDocumentForbidden() *PostContentmanagementDocumentForbidden

NewPostContentmanagementDocumentForbidden creates a PostContentmanagementDocumentForbidden with default headers values

func (*PostContentmanagementDocumentForbidden) Error

func (*PostContentmanagementDocumentForbidden) GetPayload

func (*PostContentmanagementDocumentForbidden) IsClientError

func (o *PostContentmanagementDocumentForbidden) IsClientError() bool

IsClientError returns true when this post contentmanagement document forbidden response has a 4xx status code

func (*PostContentmanagementDocumentForbidden) IsCode

IsCode returns true when this post contentmanagement document forbidden response a status code equal to that given

func (*PostContentmanagementDocumentForbidden) IsRedirect

IsRedirect returns true when this post contentmanagement document forbidden response has a 3xx status code

func (*PostContentmanagementDocumentForbidden) IsServerError

func (o *PostContentmanagementDocumentForbidden) IsServerError() bool

IsServerError returns true when this post contentmanagement document forbidden response has a 5xx status code

func (*PostContentmanagementDocumentForbidden) IsSuccess

IsSuccess returns true when this post contentmanagement document forbidden response has a 2xx status code

func (*PostContentmanagementDocumentForbidden) String

type PostContentmanagementDocumentGatewayTimeout

type PostContentmanagementDocumentGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostContentmanagementDocumentGatewayTimeout

func NewPostContentmanagementDocumentGatewayTimeout() *PostContentmanagementDocumentGatewayTimeout

NewPostContentmanagementDocumentGatewayTimeout creates a PostContentmanagementDocumentGatewayTimeout with default headers values

func (*PostContentmanagementDocumentGatewayTimeout) Error

func (*PostContentmanagementDocumentGatewayTimeout) GetPayload

func (*PostContentmanagementDocumentGatewayTimeout) IsClientError

IsClientError returns true when this post contentmanagement document gateway timeout response has a 4xx status code

func (*PostContentmanagementDocumentGatewayTimeout) IsCode

IsCode returns true when this post contentmanagement document gateway timeout response a status code equal to that given

func (*PostContentmanagementDocumentGatewayTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement document gateway timeout response has a 3xx status code

func (*PostContentmanagementDocumentGatewayTimeout) IsServerError

IsServerError returns true when this post contentmanagement document gateway timeout response has a 5xx status code

func (*PostContentmanagementDocumentGatewayTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement document gateway timeout response has a 2xx status code

func (*PostContentmanagementDocumentGatewayTimeout) String

type PostContentmanagementDocumentInternalServerError

type PostContentmanagementDocumentInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostContentmanagementDocumentInternalServerError

func NewPostContentmanagementDocumentInternalServerError() *PostContentmanagementDocumentInternalServerError

NewPostContentmanagementDocumentInternalServerError creates a PostContentmanagementDocumentInternalServerError with default headers values

func (*PostContentmanagementDocumentInternalServerError) Error

func (*PostContentmanagementDocumentInternalServerError) GetPayload

func (*PostContentmanagementDocumentInternalServerError) IsClientError

IsClientError returns true when this post contentmanagement document internal server error response has a 4xx status code

func (*PostContentmanagementDocumentInternalServerError) IsCode

IsCode returns true when this post contentmanagement document internal server error response a status code equal to that given

func (*PostContentmanagementDocumentInternalServerError) IsRedirect

IsRedirect returns true when this post contentmanagement document internal server error response has a 3xx status code

func (*PostContentmanagementDocumentInternalServerError) IsServerError

IsServerError returns true when this post contentmanagement document internal server error response has a 5xx status code

func (*PostContentmanagementDocumentInternalServerError) IsSuccess

IsSuccess returns true when this post contentmanagement document internal server error response has a 2xx status code

func (*PostContentmanagementDocumentInternalServerError) String

type PostContentmanagementDocumentLocked

type PostContentmanagementDocumentLocked struct {
}

PostContentmanagementDocumentLocked describes a response with status code 423, with default header values.

Locked - The document is locked by another operation

func NewPostContentmanagementDocumentLocked

func NewPostContentmanagementDocumentLocked() *PostContentmanagementDocumentLocked

NewPostContentmanagementDocumentLocked creates a PostContentmanagementDocumentLocked with default headers values

func (*PostContentmanagementDocumentLocked) Error

func (*PostContentmanagementDocumentLocked) IsClientError

func (o *PostContentmanagementDocumentLocked) IsClientError() bool

IsClientError returns true when this post contentmanagement document locked response has a 4xx status code

func (*PostContentmanagementDocumentLocked) IsCode

IsCode returns true when this post contentmanagement document locked response a status code equal to that given

func (*PostContentmanagementDocumentLocked) IsRedirect

func (o *PostContentmanagementDocumentLocked) IsRedirect() bool

IsRedirect returns true when this post contentmanagement document locked response has a 3xx status code

func (*PostContentmanagementDocumentLocked) IsServerError

func (o *PostContentmanagementDocumentLocked) IsServerError() bool

IsServerError returns true when this post contentmanagement document locked response has a 5xx status code

func (*PostContentmanagementDocumentLocked) IsSuccess

IsSuccess returns true when this post contentmanagement document locked response has a 2xx status code

func (*PostContentmanagementDocumentLocked) String

type PostContentmanagementDocumentNotFound

type PostContentmanagementDocumentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostContentmanagementDocumentNotFound

func NewPostContentmanagementDocumentNotFound() *PostContentmanagementDocumentNotFound

NewPostContentmanagementDocumentNotFound creates a PostContentmanagementDocumentNotFound with default headers values

func (*PostContentmanagementDocumentNotFound) Error

func (*PostContentmanagementDocumentNotFound) GetPayload

func (*PostContentmanagementDocumentNotFound) IsClientError

func (o *PostContentmanagementDocumentNotFound) IsClientError() bool

IsClientError returns true when this post contentmanagement document not found response has a 4xx status code

func (*PostContentmanagementDocumentNotFound) IsCode

IsCode returns true when this post contentmanagement document not found response a status code equal to that given

func (*PostContentmanagementDocumentNotFound) IsRedirect

IsRedirect returns true when this post contentmanagement document not found response has a 3xx status code

func (*PostContentmanagementDocumentNotFound) IsServerError

func (o *PostContentmanagementDocumentNotFound) IsServerError() bool

IsServerError returns true when this post contentmanagement document not found response has a 5xx status code

func (*PostContentmanagementDocumentNotFound) IsSuccess

IsSuccess returns true when this post contentmanagement document not found response has a 2xx status code

func (*PostContentmanagementDocumentNotFound) String

type PostContentmanagementDocumentOK

type PostContentmanagementDocumentOK struct {
	Payload *models.Document
}

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

successful operation

func NewPostContentmanagementDocumentOK

func NewPostContentmanagementDocumentOK() *PostContentmanagementDocumentOK

NewPostContentmanagementDocumentOK creates a PostContentmanagementDocumentOK with default headers values

func (*PostContentmanagementDocumentOK) Error

func (*PostContentmanagementDocumentOK) GetPayload

func (*PostContentmanagementDocumentOK) IsClientError

func (o *PostContentmanagementDocumentOK) IsClientError() bool

IsClientError returns true when this post contentmanagement document o k response has a 4xx status code

func (*PostContentmanagementDocumentOK) IsCode

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

IsCode returns true when this post contentmanagement document o k response a status code equal to that given

func (*PostContentmanagementDocumentOK) IsRedirect

func (o *PostContentmanagementDocumentOK) IsRedirect() bool

IsRedirect returns true when this post contentmanagement document o k response has a 3xx status code

func (*PostContentmanagementDocumentOK) IsServerError

func (o *PostContentmanagementDocumentOK) IsServerError() bool

IsServerError returns true when this post contentmanagement document o k response has a 5xx status code

func (*PostContentmanagementDocumentOK) IsSuccess

func (o *PostContentmanagementDocumentOK) IsSuccess() bool

IsSuccess returns true when this post contentmanagement document o k response has a 2xx status code

func (*PostContentmanagementDocumentOK) String

type PostContentmanagementDocumentParams

type PostContentmanagementDocumentParams struct {

	/* Body.

	   Document
	*/
	Body *models.DocumentUpdate

	/* DocumentID.

	   Document ID
	*/
	DocumentID string

	/* Expand.

	   Expand some document fields
	*/
	Expand *string

	/* Override.

	   Override any lock on the document
	*/
	Override *bool

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

PostContentmanagementDocumentParams contains all the parameters to send to the API endpoint

for the post contentmanagement document operation.

Typically these are written to a http.Request.

func NewPostContentmanagementDocumentParams

func NewPostContentmanagementDocumentParams() *PostContentmanagementDocumentParams

NewPostContentmanagementDocumentParams creates a new PostContentmanagementDocumentParams 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 NewPostContentmanagementDocumentParamsWithContext

func NewPostContentmanagementDocumentParamsWithContext(ctx context.Context) *PostContentmanagementDocumentParams

NewPostContentmanagementDocumentParamsWithContext creates a new PostContentmanagementDocumentParams object with the ability to set a context for a request.

func NewPostContentmanagementDocumentParamsWithHTTPClient

func NewPostContentmanagementDocumentParamsWithHTTPClient(client *http.Client) *PostContentmanagementDocumentParams

NewPostContentmanagementDocumentParamsWithHTTPClient creates a new PostContentmanagementDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewPostContentmanagementDocumentParamsWithTimeout

func NewPostContentmanagementDocumentParamsWithTimeout(timeout time.Duration) *PostContentmanagementDocumentParams

NewPostContentmanagementDocumentParamsWithTimeout creates a new PostContentmanagementDocumentParams object with the ability to set a timeout on a request.

func (*PostContentmanagementDocumentParams) SetBody

SetBody adds the body to the post contentmanagement document params

func (*PostContentmanagementDocumentParams) SetContext

SetContext adds the context to the post contentmanagement document params

func (*PostContentmanagementDocumentParams) SetDefaults

func (o *PostContentmanagementDocumentParams) SetDefaults()

SetDefaults hydrates default values in the post contentmanagement document params (not the query body).

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

func (*PostContentmanagementDocumentParams) SetDocumentID

func (o *PostContentmanagementDocumentParams) SetDocumentID(documentID string)

SetDocumentID adds the documentId to the post contentmanagement document params

func (*PostContentmanagementDocumentParams) SetExpand

func (o *PostContentmanagementDocumentParams) SetExpand(expand *string)

SetExpand adds the expand to the post contentmanagement document params

func (*PostContentmanagementDocumentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post contentmanagement document params

func (*PostContentmanagementDocumentParams) SetOverride

func (o *PostContentmanagementDocumentParams) SetOverride(override *bool)

SetOverride adds the override to the post contentmanagement document params

func (*PostContentmanagementDocumentParams) SetTimeout

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

SetTimeout adds the timeout to the post contentmanagement document params

func (*PostContentmanagementDocumentParams) WithBody

WithBody adds the body to the post contentmanagement document params

func (*PostContentmanagementDocumentParams) WithContext

WithContext adds the context to the post contentmanagement document params

func (*PostContentmanagementDocumentParams) WithDefaults

WithDefaults hydrates default values in the post contentmanagement document params (not the query body).

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

func (*PostContentmanagementDocumentParams) WithDocumentID

WithDocumentID adds the documentID to the post contentmanagement document params

func (*PostContentmanagementDocumentParams) WithExpand

WithExpand adds the expand to the post contentmanagement document params

func (*PostContentmanagementDocumentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post contentmanagement document params

func (*PostContentmanagementDocumentParams) WithOverride

WithOverride adds the override to the post contentmanagement document params

func (*PostContentmanagementDocumentParams) WithTimeout

WithTimeout adds the timeout to the post contentmanagement document params

func (*PostContentmanagementDocumentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostContentmanagementDocumentReader

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

PostContentmanagementDocumentReader is a Reader for the PostContentmanagementDocument structure.

func (*PostContentmanagementDocumentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostContentmanagementDocumentRequestEntityTooLarge

type PostContentmanagementDocumentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostContentmanagementDocumentRequestEntityTooLarge

func NewPostContentmanagementDocumentRequestEntityTooLarge() *PostContentmanagementDocumentRequestEntityTooLarge

NewPostContentmanagementDocumentRequestEntityTooLarge creates a PostContentmanagementDocumentRequestEntityTooLarge with default headers values

func (*PostContentmanagementDocumentRequestEntityTooLarge) Error

func (*PostContentmanagementDocumentRequestEntityTooLarge) GetPayload

func (*PostContentmanagementDocumentRequestEntityTooLarge) IsClientError

IsClientError returns true when this post contentmanagement document request entity too large response has a 4xx status code

func (*PostContentmanagementDocumentRequestEntityTooLarge) IsCode

IsCode returns true when this post contentmanagement document request entity too large response a status code equal to that given

func (*PostContentmanagementDocumentRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post contentmanagement document request entity too large response has a 3xx status code

func (*PostContentmanagementDocumentRequestEntityTooLarge) IsServerError

IsServerError returns true when this post contentmanagement document request entity too large response has a 5xx status code

func (*PostContentmanagementDocumentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post contentmanagement document request entity too large response has a 2xx status code

func (*PostContentmanagementDocumentRequestEntityTooLarge) String

type PostContentmanagementDocumentRequestTimeout

type PostContentmanagementDocumentRequestTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostContentmanagementDocumentRequestTimeout

func NewPostContentmanagementDocumentRequestTimeout() *PostContentmanagementDocumentRequestTimeout

NewPostContentmanagementDocumentRequestTimeout creates a PostContentmanagementDocumentRequestTimeout with default headers values

func (*PostContentmanagementDocumentRequestTimeout) Error

func (*PostContentmanagementDocumentRequestTimeout) GetPayload

func (*PostContentmanagementDocumentRequestTimeout) IsClientError

IsClientError returns true when this post contentmanagement document request timeout response has a 4xx status code

func (*PostContentmanagementDocumentRequestTimeout) IsCode

IsCode returns true when this post contentmanagement document request timeout response a status code equal to that given

func (*PostContentmanagementDocumentRequestTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement document request timeout response has a 3xx status code

func (*PostContentmanagementDocumentRequestTimeout) IsServerError

IsServerError returns true when this post contentmanagement document request timeout response has a 5xx status code

func (*PostContentmanagementDocumentRequestTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement document request timeout response has a 2xx status code

func (*PostContentmanagementDocumentRequestTimeout) String

type PostContentmanagementDocumentServiceUnavailable

type PostContentmanagementDocumentServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostContentmanagementDocumentServiceUnavailable

func NewPostContentmanagementDocumentServiceUnavailable() *PostContentmanagementDocumentServiceUnavailable

NewPostContentmanagementDocumentServiceUnavailable creates a PostContentmanagementDocumentServiceUnavailable with default headers values

func (*PostContentmanagementDocumentServiceUnavailable) Error

func (*PostContentmanagementDocumentServiceUnavailable) GetPayload

func (*PostContentmanagementDocumentServiceUnavailable) IsClientError

IsClientError returns true when this post contentmanagement document service unavailable response has a 4xx status code

func (*PostContentmanagementDocumentServiceUnavailable) IsCode

IsCode returns true when this post contentmanagement document service unavailable response a status code equal to that given

func (*PostContentmanagementDocumentServiceUnavailable) IsRedirect

IsRedirect returns true when this post contentmanagement document service unavailable response has a 3xx status code

func (*PostContentmanagementDocumentServiceUnavailable) IsServerError

IsServerError returns true when this post contentmanagement document service unavailable response has a 5xx status code

func (*PostContentmanagementDocumentServiceUnavailable) IsSuccess

IsSuccess returns true when this post contentmanagement document service unavailable response has a 2xx status code

func (*PostContentmanagementDocumentServiceUnavailable) String

type PostContentmanagementDocumentTooManyRequests

type PostContentmanagementDocumentTooManyRequests struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostContentmanagementDocumentTooManyRequests

func NewPostContentmanagementDocumentTooManyRequests() *PostContentmanagementDocumentTooManyRequests

NewPostContentmanagementDocumentTooManyRequests creates a PostContentmanagementDocumentTooManyRequests with default headers values

func (*PostContentmanagementDocumentTooManyRequests) Error

func (*PostContentmanagementDocumentTooManyRequests) GetPayload

func (*PostContentmanagementDocumentTooManyRequests) IsClientError

IsClientError returns true when this post contentmanagement document too many requests response has a 4xx status code

func (*PostContentmanagementDocumentTooManyRequests) IsCode

IsCode returns true when this post contentmanagement document too many requests response a status code equal to that given

func (*PostContentmanagementDocumentTooManyRequests) IsRedirect

IsRedirect returns true when this post contentmanagement document too many requests response has a 3xx status code

func (*PostContentmanagementDocumentTooManyRequests) IsServerError

IsServerError returns true when this post contentmanagement document too many requests response has a 5xx status code

func (*PostContentmanagementDocumentTooManyRequests) IsSuccess

IsSuccess returns true when this post contentmanagement document too many requests response has a 2xx status code

func (*PostContentmanagementDocumentTooManyRequests) String

type PostContentmanagementDocumentUnauthorized

type PostContentmanagementDocumentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostContentmanagementDocumentUnauthorized

func NewPostContentmanagementDocumentUnauthorized() *PostContentmanagementDocumentUnauthorized

NewPostContentmanagementDocumentUnauthorized creates a PostContentmanagementDocumentUnauthorized with default headers values

func (*PostContentmanagementDocumentUnauthorized) Error

func (*PostContentmanagementDocumentUnauthorized) GetPayload

func (*PostContentmanagementDocumentUnauthorized) IsClientError

IsClientError returns true when this post contentmanagement document unauthorized response has a 4xx status code

func (*PostContentmanagementDocumentUnauthorized) IsCode

IsCode returns true when this post contentmanagement document unauthorized response a status code equal to that given

func (*PostContentmanagementDocumentUnauthorized) IsRedirect

IsRedirect returns true when this post contentmanagement document unauthorized response has a 3xx status code

func (*PostContentmanagementDocumentUnauthorized) IsServerError

IsServerError returns true when this post contentmanagement document unauthorized response has a 5xx status code

func (*PostContentmanagementDocumentUnauthorized) IsSuccess

IsSuccess returns true when this post contentmanagement document unauthorized response has a 2xx status code

func (*PostContentmanagementDocumentUnauthorized) String

type PostContentmanagementDocumentUnsupportedMediaType

type PostContentmanagementDocumentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostContentmanagementDocumentUnsupportedMediaType

func NewPostContentmanagementDocumentUnsupportedMediaType() *PostContentmanagementDocumentUnsupportedMediaType

NewPostContentmanagementDocumentUnsupportedMediaType creates a PostContentmanagementDocumentUnsupportedMediaType with default headers values

func (*PostContentmanagementDocumentUnsupportedMediaType) Error

func (*PostContentmanagementDocumentUnsupportedMediaType) GetPayload

func (*PostContentmanagementDocumentUnsupportedMediaType) IsClientError

IsClientError returns true when this post contentmanagement document unsupported media type response has a 4xx status code

func (*PostContentmanagementDocumentUnsupportedMediaType) IsCode

IsCode returns true when this post contentmanagement document unsupported media type response a status code equal to that given

func (*PostContentmanagementDocumentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post contentmanagement document unsupported media type response has a 3xx status code

func (*PostContentmanagementDocumentUnsupportedMediaType) IsServerError

IsServerError returns true when this post contentmanagement document unsupported media type response has a 5xx status code

func (*PostContentmanagementDocumentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post contentmanagement document unsupported media type response has a 2xx status code

func (*PostContentmanagementDocumentUnsupportedMediaType) String

type PostContentmanagementDocumentsBadRequest

type PostContentmanagementDocumentsBadRequest struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostContentmanagementDocumentsBadRequest

func NewPostContentmanagementDocumentsBadRequest() *PostContentmanagementDocumentsBadRequest

NewPostContentmanagementDocumentsBadRequest creates a PostContentmanagementDocumentsBadRequest with default headers values

func (*PostContentmanagementDocumentsBadRequest) Error

func (*PostContentmanagementDocumentsBadRequest) GetPayload

func (*PostContentmanagementDocumentsBadRequest) IsClientError

IsClientError returns true when this post contentmanagement documents bad request response has a 4xx status code

func (*PostContentmanagementDocumentsBadRequest) IsCode

IsCode returns true when this post contentmanagement documents bad request response a status code equal to that given

func (*PostContentmanagementDocumentsBadRequest) IsRedirect

IsRedirect returns true when this post contentmanagement documents bad request response has a 3xx status code

func (*PostContentmanagementDocumentsBadRequest) IsServerError

IsServerError returns true when this post contentmanagement documents bad request response has a 5xx status code

func (*PostContentmanagementDocumentsBadRequest) IsSuccess

IsSuccess returns true when this post contentmanagement documents bad request response has a 2xx status code

func (*PostContentmanagementDocumentsBadRequest) String

type PostContentmanagementDocumentsForbidden

type PostContentmanagementDocumentsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostContentmanagementDocumentsForbidden

func NewPostContentmanagementDocumentsForbidden() *PostContentmanagementDocumentsForbidden

NewPostContentmanagementDocumentsForbidden creates a PostContentmanagementDocumentsForbidden with default headers values

func (*PostContentmanagementDocumentsForbidden) Error

func (*PostContentmanagementDocumentsForbidden) GetPayload

func (*PostContentmanagementDocumentsForbidden) IsClientError

func (o *PostContentmanagementDocumentsForbidden) IsClientError() bool

IsClientError returns true when this post contentmanagement documents forbidden response has a 4xx status code

func (*PostContentmanagementDocumentsForbidden) IsCode

IsCode returns true when this post contentmanagement documents forbidden response a status code equal to that given

func (*PostContentmanagementDocumentsForbidden) IsRedirect

IsRedirect returns true when this post contentmanagement documents forbidden response has a 3xx status code

func (*PostContentmanagementDocumentsForbidden) IsServerError

func (o *PostContentmanagementDocumentsForbidden) IsServerError() bool

IsServerError returns true when this post contentmanagement documents forbidden response has a 5xx status code

func (*PostContentmanagementDocumentsForbidden) IsSuccess

IsSuccess returns true when this post contentmanagement documents forbidden response has a 2xx status code

func (*PostContentmanagementDocumentsForbidden) String

type PostContentmanagementDocumentsGatewayTimeout

type PostContentmanagementDocumentsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostContentmanagementDocumentsGatewayTimeout

func NewPostContentmanagementDocumentsGatewayTimeout() *PostContentmanagementDocumentsGatewayTimeout

NewPostContentmanagementDocumentsGatewayTimeout creates a PostContentmanagementDocumentsGatewayTimeout with default headers values

func (*PostContentmanagementDocumentsGatewayTimeout) Error

func (*PostContentmanagementDocumentsGatewayTimeout) GetPayload

func (*PostContentmanagementDocumentsGatewayTimeout) IsClientError

IsClientError returns true when this post contentmanagement documents gateway timeout response has a 4xx status code

func (*PostContentmanagementDocumentsGatewayTimeout) IsCode

IsCode returns true when this post contentmanagement documents gateway timeout response a status code equal to that given

func (*PostContentmanagementDocumentsGatewayTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement documents gateway timeout response has a 3xx status code

func (*PostContentmanagementDocumentsGatewayTimeout) IsServerError

IsServerError returns true when this post contentmanagement documents gateway timeout response has a 5xx status code

func (*PostContentmanagementDocumentsGatewayTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement documents gateway timeout response has a 2xx status code

func (*PostContentmanagementDocumentsGatewayTimeout) String

type PostContentmanagementDocumentsInternalServerError

type PostContentmanagementDocumentsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostContentmanagementDocumentsInternalServerError

func NewPostContentmanagementDocumentsInternalServerError() *PostContentmanagementDocumentsInternalServerError

NewPostContentmanagementDocumentsInternalServerError creates a PostContentmanagementDocumentsInternalServerError with default headers values

func (*PostContentmanagementDocumentsInternalServerError) Error

func (*PostContentmanagementDocumentsInternalServerError) GetPayload

func (*PostContentmanagementDocumentsInternalServerError) IsClientError

IsClientError returns true when this post contentmanagement documents internal server error response has a 4xx status code

func (*PostContentmanagementDocumentsInternalServerError) IsCode

IsCode returns true when this post contentmanagement documents internal server error response a status code equal to that given

func (*PostContentmanagementDocumentsInternalServerError) IsRedirect

IsRedirect returns true when this post contentmanagement documents internal server error response has a 3xx status code

func (*PostContentmanagementDocumentsInternalServerError) IsServerError

IsServerError returns true when this post contentmanagement documents internal server error response has a 5xx status code

func (*PostContentmanagementDocumentsInternalServerError) IsSuccess

IsSuccess returns true when this post contentmanagement documents internal server error response has a 2xx status code

func (*PostContentmanagementDocumentsInternalServerError) String

type PostContentmanagementDocumentsLocked

type PostContentmanagementDocumentsLocked struct {
}

PostContentmanagementDocumentsLocked describes a response with status code 423, with default header values.

Locked - The source document is locked by another operation

func NewPostContentmanagementDocumentsLocked

func NewPostContentmanagementDocumentsLocked() *PostContentmanagementDocumentsLocked

NewPostContentmanagementDocumentsLocked creates a PostContentmanagementDocumentsLocked with default headers values

func (*PostContentmanagementDocumentsLocked) Error

func (*PostContentmanagementDocumentsLocked) IsClientError

func (o *PostContentmanagementDocumentsLocked) IsClientError() bool

IsClientError returns true when this post contentmanagement documents locked response has a 4xx status code

func (*PostContentmanagementDocumentsLocked) IsCode

IsCode returns true when this post contentmanagement documents locked response a status code equal to that given

func (*PostContentmanagementDocumentsLocked) IsRedirect

IsRedirect returns true when this post contentmanagement documents locked response has a 3xx status code

func (*PostContentmanagementDocumentsLocked) IsServerError

func (o *PostContentmanagementDocumentsLocked) IsServerError() bool

IsServerError returns true when this post contentmanagement documents locked response has a 5xx status code

func (*PostContentmanagementDocumentsLocked) IsSuccess

IsSuccess returns true when this post contentmanagement documents locked response has a 2xx status code

func (*PostContentmanagementDocumentsLocked) String

type PostContentmanagementDocumentsNotFound

type PostContentmanagementDocumentsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostContentmanagementDocumentsNotFound

func NewPostContentmanagementDocumentsNotFound() *PostContentmanagementDocumentsNotFound

NewPostContentmanagementDocumentsNotFound creates a PostContentmanagementDocumentsNotFound with default headers values

func (*PostContentmanagementDocumentsNotFound) Error

func (*PostContentmanagementDocumentsNotFound) GetPayload

func (*PostContentmanagementDocumentsNotFound) IsClientError

func (o *PostContentmanagementDocumentsNotFound) IsClientError() bool

IsClientError returns true when this post contentmanagement documents not found response has a 4xx status code

func (*PostContentmanagementDocumentsNotFound) IsCode

IsCode returns true when this post contentmanagement documents not found response a status code equal to that given

func (*PostContentmanagementDocumentsNotFound) IsRedirect

IsRedirect returns true when this post contentmanagement documents not found response has a 3xx status code

func (*PostContentmanagementDocumentsNotFound) IsServerError

func (o *PostContentmanagementDocumentsNotFound) IsServerError() bool

IsServerError returns true when this post contentmanagement documents not found response has a 5xx status code

func (*PostContentmanagementDocumentsNotFound) IsSuccess

IsSuccess returns true when this post contentmanagement documents not found response has a 2xx status code

func (*PostContentmanagementDocumentsNotFound) String

type PostContentmanagementDocumentsOK

type PostContentmanagementDocumentsOK struct {
	Payload *models.Document
}

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

successful operation

func NewPostContentmanagementDocumentsOK

func NewPostContentmanagementDocumentsOK() *PostContentmanagementDocumentsOK

NewPostContentmanagementDocumentsOK creates a PostContentmanagementDocumentsOK with default headers values

func (*PostContentmanagementDocumentsOK) Error

func (*PostContentmanagementDocumentsOK) GetPayload

func (*PostContentmanagementDocumentsOK) IsClientError

func (o *PostContentmanagementDocumentsOK) IsClientError() bool

IsClientError returns true when this post contentmanagement documents o k response has a 4xx status code

func (*PostContentmanagementDocumentsOK) IsCode

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

IsCode returns true when this post contentmanagement documents o k response a status code equal to that given

func (*PostContentmanagementDocumentsOK) IsRedirect

func (o *PostContentmanagementDocumentsOK) IsRedirect() bool

IsRedirect returns true when this post contentmanagement documents o k response has a 3xx status code

func (*PostContentmanagementDocumentsOK) IsServerError

func (o *PostContentmanagementDocumentsOK) IsServerError() bool

IsServerError returns true when this post contentmanagement documents o k response has a 5xx status code

func (*PostContentmanagementDocumentsOK) IsSuccess

func (o *PostContentmanagementDocumentsOK) IsSuccess() bool

IsSuccess returns true when this post contentmanagement documents o k response has a 2xx status code

func (*PostContentmanagementDocumentsOK) String

type PostContentmanagementDocumentsParams

type PostContentmanagementDocumentsParams struct {

	/* Body.

	   Document
	*/
	Body *models.DocumentUpload

	/* CopySource.

	   Copy a document within a workspace or to a new workspace. Provide a document ID as the copy source.
	*/
	CopySource *string

	/* MoveSource.

	   Move a document to a new workspace. Provide a document ID as the move source.
	*/
	MoveSource *string

	/* Override.

	   Override any lock on the source document
	*/
	Override *bool

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

PostContentmanagementDocumentsParams contains all the parameters to send to the API endpoint

for the post contentmanagement documents operation.

Typically these are written to a http.Request.

func NewPostContentmanagementDocumentsParams

func NewPostContentmanagementDocumentsParams() *PostContentmanagementDocumentsParams

NewPostContentmanagementDocumentsParams creates a new PostContentmanagementDocumentsParams 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 NewPostContentmanagementDocumentsParamsWithContext

func NewPostContentmanagementDocumentsParamsWithContext(ctx context.Context) *PostContentmanagementDocumentsParams

NewPostContentmanagementDocumentsParamsWithContext creates a new PostContentmanagementDocumentsParams object with the ability to set a context for a request.

func NewPostContentmanagementDocumentsParamsWithHTTPClient

func NewPostContentmanagementDocumentsParamsWithHTTPClient(client *http.Client) *PostContentmanagementDocumentsParams

NewPostContentmanagementDocumentsParamsWithHTTPClient creates a new PostContentmanagementDocumentsParams object with the ability to set a custom HTTPClient for a request.

func NewPostContentmanagementDocumentsParamsWithTimeout

func NewPostContentmanagementDocumentsParamsWithTimeout(timeout time.Duration) *PostContentmanagementDocumentsParams

NewPostContentmanagementDocumentsParamsWithTimeout creates a new PostContentmanagementDocumentsParams object with the ability to set a timeout on a request.

func (*PostContentmanagementDocumentsParams) SetBody

SetBody adds the body to the post contentmanagement documents params

func (*PostContentmanagementDocumentsParams) SetContext

SetContext adds the context to the post contentmanagement documents params

func (*PostContentmanagementDocumentsParams) SetCopySource

func (o *PostContentmanagementDocumentsParams) SetCopySource(copySource *string)

SetCopySource adds the copySource to the post contentmanagement documents params

func (*PostContentmanagementDocumentsParams) SetDefaults

func (o *PostContentmanagementDocumentsParams) SetDefaults()

SetDefaults hydrates default values in the post contentmanagement documents params (not the query body).

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

func (*PostContentmanagementDocumentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post contentmanagement documents params

func (*PostContentmanagementDocumentsParams) SetMoveSource

func (o *PostContentmanagementDocumentsParams) SetMoveSource(moveSource *string)

SetMoveSource adds the moveSource to the post contentmanagement documents params

func (*PostContentmanagementDocumentsParams) SetOverride

func (o *PostContentmanagementDocumentsParams) SetOverride(override *bool)

SetOverride adds the override to the post contentmanagement documents params

func (*PostContentmanagementDocumentsParams) SetTimeout

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

SetTimeout adds the timeout to the post contentmanagement documents params

func (*PostContentmanagementDocumentsParams) WithBody

WithBody adds the body to the post contentmanagement documents params

func (*PostContentmanagementDocumentsParams) WithContext

WithContext adds the context to the post contentmanagement documents params

func (*PostContentmanagementDocumentsParams) WithCopySource

WithCopySource adds the copySource to the post contentmanagement documents params

func (*PostContentmanagementDocumentsParams) WithDefaults

WithDefaults hydrates default values in the post contentmanagement documents params (not the query body).

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

func (*PostContentmanagementDocumentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post contentmanagement documents params

func (*PostContentmanagementDocumentsParams) WithMoveSource

WithMoveSource adds the moveSource to the post contentmanagement documents params

func (*PostContentmanagementDocumentsParams) WithOverride

WithOverride adds the override to the post contentmanagement documents params

func (*PostContentmanagementDocumentsParams) WithTimeout

WithTimeout adds the timeout to the post contentmanagement documents params

func (*PostContentmanagementDocumentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostContentmanagementDocumentsReader

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

PostContentmanagementDocumentsReader is a Reader for the PostContentmanagementDocuments structure.

func (*PostContentmanagementDocumentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostContentmanagementDocumentsRequestEntityTooLarge

type PostContentmanagementDocumentsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostContentmanagementDocumentsRequestEntityTooLarge

func NewPostContentmanagementDocumentsRequestEntityTooLarge() *PostContentmanagementDocumentsRequestEntityTooLarge

NewPostContentmanagementDocumentsRequestEntityTooLarge creates a PostContentmanagementDocumentsRequestEntityTooLarge with default headers values

func (*PostContentmanagementDocumentsRequestEntityTooLarge) Error

func (*PostContentmanagementDocumentsRequestEntityTooLarge) GetPayload

func (*PostContentmanagementDocumentsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post contentmanagement documents request entity too large response has a 4xx status code

func (*PostContentmanagementDocumentsRequestEntityTooLarge) IsCode

IsCode returns true when this post contentmanagement documents request entity too large response a status code equal to that given

func (*PostContentmanagementDocumentsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post contentmanagement documents request entity too large response has a 3xx status code

func (*PostContentmanagementDocumentsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post contentmanagement documents request entity too large response has a 5xx status code

func (*PostContentmanagementDocumentsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post contentmanagement documents request entity too large response has a 2xx status code

func (*PostContentmanagementDocumentsRequestEntityTooLarge) String

type PostContentmanagementDocumentsRequestTimeout

type PostContentmanagementDocumentsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostContentmanagementDocumentsRequestTimeout

func NewPostContentmanagementDocumentsRequestTimeout() *PostContentmanagementDocumentsRequestTimeout

NewPostContentmanagementDocumentsRequestTimeout creates a PostContentmanagementDocumentsRequestTimeout with default headers values

func (*PostContentmanagementDocumentsRequestTimeout) Error

func (*PostContentmanagementDocumentsRequestTimeout) GetPayload

func (*PostContentmanagementDocumentsRequestTimeout) IsClientError

IsClientError returns true when this post contentmanagement documents request timeout response has a 4xx status code

func (*PostContentmanagementDocumentsRequestTimeout) IsCode

IsCode returns true when this post contentmanagement documents request timeout response a status code equal to that given

func (*PostContentmanagementDocumentsRequestTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement documents request timeout response has a 3xx status code

func (*PostContentmanagementDocumentsRequestTimeout) IsServerError

IsServerError returns true when this post contentmanagement documents request timeout response has a 5xx status code

func (*PostContentmanagementDocumentsRequestTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement documents request timeout response has a 2xx status code

func (*PostContentmanagementDocumentsRequestTimeout) String

type PostContentmanagementDocumentsServiceUnavailable

type PostContentmanagementDocumentsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostContentmanagementDocumentsServiceUnavailable

func NewPostContentmanagementDocumentsServiceUnavailable() *PostContentmanagementDocumentsServiceUnavailable

NewPostContentmanagementDocumentsServiceUnavailable creates a PostContentmanagementDocumentsServiceUnavailable with default headers values

func (*PostContentmanagementDocumentsServiceUnavailable) Error

func (*PostContentmanagementDocumentsServiceUnavailable) GetPayload

func (*PostContentmanagementDocumentsServiceUnavailable) IsClientError

IsClientError returns true when this post contentmanagement documents service unavailable response has a 4xx status code

func (*PostContentmanagementDocumentsServiceUnavailable) IsCode

IsCode returns true when this post contentmanagement documents service unavailable response a status code equal to that given

func (*PostContentmanagementDocumentsServiceUnavailable) IsRedirect

IsRedirect returns true when this post contentmanagement documents service unavailable response has a 3xx status code

func (*PostContentmanagementDocumentsServiceUnavailable) IsServerError

IsServerError returns true when this post contentmanagement documents service unavailable response has a 5xx status code

func (*PostContentmanagementDocumentsServiceUnavailable) IsSuccess

IsSuccess returns true when this post contentmanagement documents service unavailable response has a 2xx status code

func (*PostContentmanagementDocumentsServiceUnavailable) String

type PostContentmanagementDocumentsTooManyRequests

type PostContentmanagementDocumentsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostContentmanagementDocumentsTooManyRequests

func NewPostContentmanagementDocumentsTooManyRequests() *PostContentmanagementDocumentsTooManyRequests

NewPostContentmanagementDocumentsTooManyRequests creates a PostContentmanagementDocumentsTooManyRequests with default headers values

func (*PostContentmanagementDocumentsTooManyRequests) Error

func (*PostContentmanagementDocumentsTooManyRequests) GetPayload

func (*PostContentmanagementDocumentsTooManyRequests) IsClientError

IsClientError returns true when this post contentmanagement documents too many requests response has a 4xx status code

func (*PostContentmanagementDocumentsTooManyRequests) IsCode

IsCode returns true when this post contentmanagement documents too many requests response a status code equal to that given

func (*PostContentmanagementDocumentsTooManyRequests) IsRedirect

IsRedirect returns true when this post contentmanagement documents too many requests response has a 3xx status code

func (*PostContentmanagementDocumentsTooManyRequests) IsServerError

IsServerError returns true when this post contentmanagement documents too many requests response has a 5xx status code

func (*PostContentmanagementDocumentsTooManyRequests) IsSuccess

IsSuccess returns true when this post contentmanagement documents too many requests response has a 2xx status code

func (*PostContentmanagementDocumentsTooManyRequests) String

type PostContentmanagementDocumentsUnauthorized

type PostContentmanagementDocumentsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostContentmanagementDocumentsUnauthorized

func NewPostContentmanagementDocumentsUnauthorized() *PostContentmanagementDocumentsUnauthorized

NewPostContentmanagementDocumentsUnauthorized creates a PostContentmanagementDocumentsUnauthorized with default headers values

func (*PostContentmanagementDocumentsUnauthorized) Error

func (*PostContentmanagementDocumentsUnauthorized) GetPayload

func (*PostContentmanagementDocumentsUnauthorized) IsClientError

IsClientError returns true when this post contentmanagement documents unauthorized response has a 4xx status code

func (*PostContentmanagementDocumentsUnauthorized) IsCode

IsCode returns true when this post contentmanagement documents unauthorized response a status code equal to that given

func (*PostContentmanagementDocumentsUnauthorized) IsRedirect

IsRedirect returns true when this post contentmanagement documents unauthorized response has a 3xx status code

func (*PostContentmanagementDocumentsUnauthorized) IsServerError

IsServerError returns true when this post contentmanagement documents unauthorized response has a 5xx status code

func (*PostContentmanagementDocumentsUnauthorized) IsSuccess

IsSuccess returns true when this post contentmanagement documents unauthorized response has a 2xx status code

func (*PostContentmanagementDocumentsUnauthorized) String

type PostContentmanagementDocumentsUnsupportedMediaType

type PostContentmanagementDocumentsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostContentmanagementDocumentsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostContentmanagementDocumentsUnsupportedMediaType

func NewPostContentmanagementDocumentsUnsupportedMediaType() *PostContentmanagementDocumentsUnsupportedMediaType

NewPostContentmanagementDocumentsUnsupportedMediaType creates a PostContentmanagementDocumentsUnsupportedMediaType with default headers values

func (*PostContentmanagementDocumentsUnsupportedMediaType) Error

func (*PostContentmanagementDocumentsUnsupportedMediaType) GetPayload

func (*PostContentmanagementDocumentsUnsupportedMediaType) IsClientError

IsClientError returns true when this post contentmanagement documents unsupported media type response has a 4xx status code

func (*PostContentmanagementDocumentsUnsupportedMediaType) IsCode

IsCode returns true when this post contentmanagement documents unsupported media type response a status code equal to that given

func (*PostContentmanagementDocumentsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post contentmanagement documents unsupported media type response has a 3xx status code

func (*PostContentmanagementDocumentsUnsupportedMediaType) IsServerError

IsServerError returns true when this post contentmanagement documents unsupported media type response has a 5xx status code

func (*PostContentmanagementDocumentsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post contentmanagement documents unsupported media type response has a 2xx status code

func (*PostContentmanagementDocumentsUnsupportedMediaType) String

type PostContentmanagementQueryBadRequest

type PostContentmanagementQueryBadRequest struct {
	Payload *models.ErrorBody
}

PostContentmanagementQueryBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostContentmanagementQueryBadRequest

func NewPostContentmanagementQueryBadRequest() *PostContentmanagementQueryBadRequest

NewPostContentmanagementQueryBadRequest creates a PostContentmanagementQueryBadRequest with default headers values

func (*PostContentmanagementQueryBadRequest) Error

func (*PostContentmanagementQueryBadRequest) GetPayload

func (*PostContentmanagementQueryBadRequest) IsClientError

func (o *PostContentmanagementQueryBadRequest) IsClientError() bool

IsClientError returns true when this post contentmanagement query bad request response has a 4xx status code

func (*PostContentmanagementQueryBadRequest) IsCode

IsCode returns true when this post contentmanagement query bad request response a status code equal to that given

func (*PostContentmanagementQueryBadRequest) IsRedirect

IsRedirect returns true when this post contentmanagement query bad request response has a 3xx status code

func (*PostContentmanagementQueryBadRequest) IsServerError

func (o *PostContentmanagementQueryBadRequest) IsServerError() bool

IsServerError returns true when this post contentmanagement query bad request response has a 5xx status code

func (*PostContentmanagementQueryBadRequest) IsSuccess

IsSuccess returns true when this post contentmanagement query bad request response has a 2xx status code

func (*PostContentmanagementQueryBadRequest) String

type PostContentmanagementQueryForbidden

type PostContentmanagementQueryForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostContentmanagementQueryForbidden

func NewPostContentmanagementQueryForbidden() *PostContentmanagementQueryForbidden

NewPostContentmanagementQueryForbidden creates a PostContentmanagementQueryForbidden with default headers values

func (*PostContentmanagementQueryForbidden) Error

func (*PostContentmanagementQueryForbidden) GetPayload

func (*PostContentmanagementQueryForbidden) IsClientError

func (o *PostContentmanagementQueryForbidden) IsClientError() bool

IsClientError returns true when this post contentmanagement query forbidden response has a 4xx status code

func (*PostContentmanagementQueryForbidden) IsCode

IsCode returns true when this post contentmanagement query forbidden response a status code equal to that given

func (*PostContentmanagementQueryForbidden) IsRedirect

func (o *PostContentmanagementQueryForbidden) IsRedirect() bool

IsRedirect returns true when this post contentmanagement query forbidden response has a 3xx status code

func (*PostContentmanagementQueryForbidden) IsServerError

func (o *PostContentmanagementQueryForbidden) IsServerError() bool

IsServerError returns true when this post contentmanagement query forbidden response has a 5xx status code

func (*PostContentmanagementQueryForbidden) IsSuccess

IsSuccess returns true when this post contentmanagement query forbidden response has a 2xx status code

func (*PostContentmanagementQueryForbidden) String

type PostContentmanagementQueryGatewayTimeout

type PostContentmanagementQueryGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementQueryGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostContentmanagementQueryGatewayTimeout

func NewPostContentmanagementQueryGatewayTimeout() *PostContentmanagementQueryGatewayTimeout

NewPostContentmanagementQueryGatewayTimeout creates a PostContentmanagementQueryGatewayTimeout with default headers values

func (*PostContentmanagementQueryGatewayTimeout) Error

func (*PostContentmanagementQueryGatewayTimeout) GetPayload

func (*PostContentmanagementQueryGatewayTimeout) IsClientError

IsClientError returns true when this post contentmanagement query gateway timeout response has a 4xx status code

func (*PostContentmanagementQueryGatewayTimeout) IsCode

IsCode returns true when this post contentmanagement query gateway timeout response a status code equal to that given

func (*PostContentmanagementQueryGatewayTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement query gateway timeout response has a 3xx status code

func (*PostContentmanagementQueryGatewayTimeout) IsServerError

IsServerError returns true when this post contentmanagement query gateway timeout response has a 5xx status code

func (*PostContentmanagementQueryGatewayTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement query gateway timeout response has a 2xx status code

func (*PostContentmanagementQueryGatewayTimeout) String

type PostContentmanagementQueryInternalServerError

type PostContentmanagementQueryInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostContentmanagementQueryInternalServerError

func NewPostContentmanagementQueryInternalServerError() *PostContentmanagementQueryInternalServerError

NewPostContentmanagementQueryInternalServerError creates a PostContentmanagementQueryInternalServerError with default headers values

func (*PostContentmanagementQueryInternalServerError) Error

func (*PostContentmanagementQueryInternalServerError) GetPayload

func (*PostContentmanagementQueryInternalServerError) IsClientError

IsClientError returns true when this post contentmanagement query internal server error response has a 4xx status code

func (*PostContentmanagementQueryInternalServerError) IsCode

IsCode returns true when this post contentmanagement query internal server error response a status code equal to that given

func (*PostContentmanagementQueryInternalServerError) IsRedirect

IsRedirect returns true when this post contentmanagement query internal server error response has a 3xx status code

func (*PostContentmanagementQueryInternalServerError) IsServerError

IsServerError returns true when this post contentmanagement query internal server error response has a 5xx status code

func (*PostContentmanagementQueryInternalServerError) IsSuccess

IsSuccess returns true when this post contentmanagement query internal server error response has a 2xx status code

func (*PostContentmanagementQueryInternalServerError) String

type PostContentmanagementQueryNotFound

type PostContentmanagementQueryNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostContentmanagementQueryNotFound

func NewPostContentmanagementQueryNotFound() *PostContentmanagementQueryNotFound

NewPostContentmanagementQueryNotFound creates a PostContentmanagementQueryNotFound with default headers values

func (*PostContentmanagementQueryNotFound) Error

func (*PostContentmanagementQueryNotFound) GetPayload

func (*PostContentmanagementQueryNotFound) IsClientError

func (o *PostContentmanagementQueryNotFound) IsClientError() bool

IsClientError returns true when this post contentmanagement query not found response has a 4xx status code

func (*PostContentmanagementQueryNotFound) IsCode

IsCode returns true when this post contentmanagement query not found response a status code equal to that given

func (*PostContentmanagementQueryNotFound) IsRedirect

func (o *PostContentmanagementQueryNotFound) IsRedirect() bool

IsRedirect returns true when this post contentmanagement query not found response has a 3xx status code

func (*PostContentmanagementQueryNotFound) IsServerError

func (o *PostContentmanagementQueryNotFound) IsServerError() bool

IsServerError returns true when this post contentmanagement query not found response has a 5xx status code

func (*PostContentmanagementQueryNotFound) IsSuccess

IsSuccess returns true when this post contentmanagement query not found response has a 2xx status code

func (*PostContentmanagementQueryNotFound) String

type PostContentmanagementQueryOK

type PostContentmanagementQueryOK struct {
	Payload *models.QueryResults
}

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

successful operation

func NewPostContentmanagementQueryOK

func NewPostContentmanagementQueryOK() *PostContentmanagementQueryOK

NewPostContentmanagementQueryOK creates a PostContentmanagementQueryOK with default headers values

func (*PostContentmanagementQueryOK) Error

func (*PostContentmanagementQueryOK) GetPayload

func (*PostContentmanagementQueryOK) IsClientError

func (o *PostContentmanagementQueryOK) IsClientError() bool

IsClientError returns true when this post contentmanagement query o k response has a 4xx status code

func (*PostContentmanagementQueryOK) IsCode

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

IsCode returns true when this post contentmanagement query o k response a status code equal to that given

func (*PostContentmanagementQueryOK) IsRedirect

func (o *PostContentmanagementQueryOK) IsRedirect() bool

IsRedirect returns true when this post contentmanagement query o k response has a 3xx status code

func (*PostContentmanagementQueryOK) IsServerError

func (o *PostContentmanagementQueryOK) IsServerError() bool

IsServerError returns true when this post contentmanagement query o k response has a 5xx status code

func (*PostContentmanagementQueryOK) IsSuccess

func (o *PostContentmanagementQueryOK) IsSuccess() bool

IsSuccess returns true when this post contentmanagement query o k response has a 2xx status code

func (*PostContentmanagementQueryOK) String

type PostContentmanagementQueryParams

type PostContentmanagementQueryParams struct {

	/* Body.

	   Allows for a filtered query returning facet information
	*/
	Body *models.QueryRequest

	/* Expand.

	   Expand some document fields
	*/
	Expand *string

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

PostContentmanagementQueryParams contains all the parameters to send to the API endpoint

for the post contentmanagement query operation.

Typically these are written to a http.Request.

func NewPostContentmanagementQueryParams

func NewPostContentmanagementQueryParams() *PostContentmanagementQueryParams

NewPostContentmanagementQueryParams creates a new PostContentmanagementQueryParams 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 NewPostContentmanagementQueryParamsWithContext

func NewPostContentmanagementQueryParamsWithContext(ctx context.Context) *PostContentmanagementQueryParams

NewPostContentmanagementQueryParamsWithContext creates a new PostContentmanagementQueryParams object with the ability to set a context for a request.

func NewPostContentmanagementQueryParamsWithHTTPClient

func NewPostContentmanagementQueryParamsWithHTTPClient(client *http.Client) *PostContentmanagementQueryParams

NewPostContentmanagementQueryParamsWithHTTPClient creates a new PostContentmanagementQueryParams object with the ability to set a custom HTTPClient for a request.

func NewPostContentmanagementQueryParamsWithTimeout

func NewPostContentmanagementQueryParamsWithTimeout(timeout time.Duration) *PostContentmanagementQueryParams

NewPostContentmanagementQueryParamsWithTimeout creates a new PostContentmanagementQueryParams object with the ability to set a timeout on a request.

func (*PostContentmanagementQueryParams) SetBody

SetBody adds the body to the post contentmanagement query params

func (*PostContentmanagementQueryParams) SetContext

SetContext adds the context to the post contentmanagement query params

func (*PostContentmanagementQueryParams) SetDefaults

func (o *PostContentmanagementQueryParams) SetDefaults()

SetDefaults hydrates default values in the post contentmanagement query params (not the query body).

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

func (*PostContentmanagementQueryParams) SetExpand

func (o *PostContentmanagementQueryParams) SetExpand(expand *string)

SetExpand adds the expand to the post contentmanagement query params

func (*PostContentmanagementQueryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post contentmanagement query params

func (*PostContentmanagementQueryParams) SetTimeout

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

SetTimeout adds the timeout to the post contentmanagement query params

func (*PostContentmanagementQueryParams) WithBody

WithBody adds the body to the post contentmanagement query params

func (*PostContentmanagementQueryParams) WithContext

WithContext adds the context to the post contentmanagement query params

func (*PostContentmanagementQueryParams) WithDefaults

WithDefaults hydrates default values in the post contentmanagement query params (not the query body).

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

func (*PostContentmanagementQueryParams) WithExpand

WithExpand adds the expand to the post contentmanagement query params

func (*PostContentmanagementQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post contentmanagement query params

func (*PostContentmanagementQueryParams) WithTimeout

WithTimeout adds the timeout to the post contentmanagement query params

func (*PostContentmanagementQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostContentmanagementQueryReader

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

PostContentmanagementQueryReader is a Reader for the PostContentmanagementQuery structure.

func (*PostContentmanagementQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostContentmanagementQueryRequestEntityTooLarge

type PostContentmanagementQueryRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostContentmanagementQueryRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostContentmanagementQueryRequestEntityTooLarge

func NewPostContentmanagementQueryRequestEntityTooLarge() *PostContentmanagementQueryRequestEntityTooLarge

NewPostContentmanagementQueryRequestEntityTooLarge creates a PostContentmanagementQueryRequestEntityTooLarge with default headers values

func (*PostContentmanagementQueryRequestEntityTooLarge) Error

func (*PostContentmanagementQueryRequestEntityTooLarge) GetPayload

func (*PostContentmanagementQueryRequestEntityTooLarge) IsClientError

IsClientError returns true when this post contentmanagement query request entity too large response has a 4xx status code

func (*PostContentmanagementQueryRequestEntityTooLarge) IsCode

IsCode returns true when this post contentmanagement query request entity too large response a status code equal to that given

func (*PostContentmanagementQueryRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post contentmanagement query request entity too large response has a 3xx status code

func (*PostContentmanagementQueryRequestEntityTooLarge) IsServerError

IsServerError returns true when this post contentmanagement query request entity too large response has a 5xx status code

func (*PostContentmanagementQueryRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post contentmanagement query request entity too large response has a 2xx status code

func (*PostContentmanagementQueryRequestEntityTooLarge) String

type PostContentmanagementQueryRequestTimeout

type PostContentmanagementQueryRequestTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementQueryRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostContentmanagementQueryRequestTimeout

func NewPostContentmanagementQueryRequestTimeout() *PostContentmanagementQueryRequestTimeout

NewPostContentmanagementQueryRequestTimeout creates a PostContentmanagementQueryRequestTimeout with default headers values

func (*PostContentmanagementQueryRequestTimeout) Error

func (*PostContentmanagementQueryRequestTimeout) GetPayload

func (*PostContentmanagementQueryRequestTimeout) IsClientError

IsClientError returns true when this post contentmanagement query request timeout response has a 4xx status code

func (*PostContentmanagementQueryRequestTimeout) IsCode

IsCode returns true when this post contentmanagement query request timeout response a status code equal to that given

func (*PostContentmanagementQueryRequestTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement query request timeout response has a 3xx status code

func (*PostContentmanagementQueryRequestTimeout) IsServerError

IsServerError returns true when this post contentmanagement query request timeout response has a 5xx status code

func (*PostContentmanagementQueryRequestTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement query request timeout response has a 2xx status code

func (*PostContentmanagementQueryRequestTimeout) String

type PostContentmanagementQueryServiceUnavailable

type PostContentmanagementQueryServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostContentmanagementQueryServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostContentmanagementQueryServiceUnavailable

func NewPostContentmanagementQueryServiceUnavailable() *PostContentmanagementQueryServiceUnavailable

NewPostContentmanagementQueryServiceUnavailable creates a PostContentmanagementQueryServiceUnavailable with default headers values

func (*PostContentmanagementQueryServiceUnavailable) Error

func (*PostContentmanagementQueryServiceUnavailable) GetPayload

func (*PostContentmanagementQueryServiceUnavailable) IsClientError

IsClientError returns true when this post contentmanagement query service unavailable response has a 4xx status code

func (*PostContentmanagementQueryServiceUnavailable) IsCode

IsCode returns true when this post contentmanagement query service unavailable response a status code equal to that given

func (*PostContentmanagementQueryServiceUnavailable) IsRedirect

IsRedirect returns true when this post contentmanagement query service unavailable response has a 3xx status code

func (*PostContentmanagementQueryServiceUnavailable) IsServerError

IsServerError returns true when this post contentmanagement query service unavailable response has a 5xx status code

func (*PostContentmanagementQueryServiceUnavailable) IsSuccess

IsSuccess returns true when this post contentmanagement query service unavailable response has a 2xx status code

func (*PostContentmanagementQueryServiceUnavailable) String

type PostContentmanagementQueryTooManyRequests

type PostContentmanagementQueryTooManyRequests struct {
	Payload *models.ErrorBody
}

PostContentmanagementQueryTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostContentmanagementQueryTooManyRequests

func NewPostContentmanagementQueryTooManyRequests() *PostContentmanagementQueryTooManyRequests

NewPostContentmanagementQueryTooManyRequests creates a PostContentmanagementQueryTooManyRequests with default headers values

func (*PostContentmanagementQueryTooManyRequests) Error

func (*PostContentmanagementQueryTooManyRequests) GetPayload

func (*PostContentmanagementQueryTooManyRequests) IsClientError

IsClientError returns true when this post contentmanagement query too many requests response has a 4xx status code

func (*PostContentmanagementQueryTooManyRequests) IsCode

IsCode returns true when this post contentmanagement query too many requests response a status code equal to that given

func (*PostContentmanagementQueryTooManyRequests) IsRedirect

IsRedirect returns true when this post contentmanagement query too many requests response has a 3xx status code

func (*PostContentmanagementQueryTooManyRequests) IsServerError

IsServerError returns true when this post contentmanagement query too many requests response has a 5xx status code

func (*PostContentmanagementQueryTooManyRequests) IsSuccess

IsSuccess returns true when this post contentmanagement query too many requests response has a 2xx status code

func (*PostContentmanagementQueryTooManyRequests) String

type PostContentmanagementQueryUnauthorized

type PostContentmanagementQueryUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostContentmanagementQueryUnauthorized

func NewPostContentmanagementQueryUnauthorized() *PostContentmanagementQueryUnauthorized

NewPostContentmanagementQueryUnauthorized creates a PostContentmanagementQueryUnauthorized with default headers values

func (*PostContentmanagementQueryUnauthorized) Error

func (*PostContentmanagementQueryUnauthorized) GetPayload

func (*PostContentmanagementQueryUnauthorized) IsClientError

func (o *PostContentmanagementQueryUnauthorized) IsClientError() bool

IsClientError returns true when this post contentmanagement query unauthorized response has a 4xx status code

func (*PostContentmanagementQueryUnauthorized) IsCode

IsCode returns true when this post contentmanagement query unauthorized response a status code equal to that given

func (*PostContentmanagementQueryUnauthorized) IsRedirect

IsRedirect returns true when this post contentmanagement query unauthorized response has a 3xx status code

func (*PostContentmanagementQueryUnauthorized) IsServerError

func (o *PostContentmanagementQueryUnauthorized) IsServerError() bool

IsServerError returns true when this post contentmanagement query unauthorized response has a 5xx status code

func (*PostContentmanagementQueryUnauthorized) IsSuccess

IsSuccess returns true when this post contentmanagement query unauthorized response has a 2xx status code

func (*PostContentmanagementQueryUnauthorized) String

type PostContentmanagementQueryUnsupportedMediaType

type PostContentmanagementQueryUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostContentmanagementQueryUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostContentmanagementQueryUnsupportedMediaType

func NewPostContentmanagementQueryUnsupportedMediaType() *PostContentmanagementQueryUnsupportedMediaType

NewPostContentmanagementQueryUnsupportedMediaType creates a PostContentmanagementQueryUnsupportedMediaType with default headers values

func (*PostContentmanagementQueryUnsupportedMediaType) Error

func (*PostContentmanagementQueryUnsupportedMediaType) GetPayload

func (*PostContentmanagementQueryUnsupportedMediaType) IsClientError

IsClientError returns true when this post contentmanagement query unsupported media type response has a 4xx status code

func (*PostContentmanagementQueryUnsupportedMediaType) IsCode

IsCode returns true when this post contentmanagement query unsupported media type response a status code equal to that given

func (*PostContentmanagementQueryUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post contentmanagement query unsupported media type response has a 3xx status code

func (*PostContentmanagementQueryUnsupportedMediaType) IsServerError

IsServerError returns true when this post contentmanagement query unsupported media type response has a 5xx status code

func (*PostContentmanagementQueryUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post contentmanagement query unsupported media type response has a 2xx status code

func (*PostContentmanagementQueryUnsupportedMediaType) String

type PostContentmanagementSharesBadRequest

type PostContentmanagementSharesBadRequest struct {
	Payload *models.ErrorBody
}

PostContentmanagementSharesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostContentmanagementSharesBadRequest

func NewPostContentmanagementSharesBadRequest() *PostContentmanagementSharesBadRequest

NewPostContentmanagementSharesBadRequest creates a PostContentmanagementSharesBadRequest with default headers values

func (*PostContentmanagementSharesBadRequest) Error

func (*PostContentmanagementSharesBadRequest) GetPayload

func (*PostContentmanagementSharesBadRequest) IsClientError

func (o *PostContentmanagementSharesBadRequest) IsClientError() bool

IsClientError returns true when this post contentmanagement shares bad request response has a 4xx status code

func (*PostContentmanagementSharesBadRequest) IsCode

IsCode returns true when this post contentmanagement shares bad request response a status code equal to that given

func (*PostContentmanagementSharesBadRequest) IsRedirect

IsRedirect returns true when this post contentmanagement shares bad request response has a 3xx status code

func (*PostContentmanagementSharesBadRequest) IsServerError

func (o *PostContentmanagementSharesBadRequest) IsServerError() bool

IsServerError returns true when this post contentmanagement shares bad request response has a 5xx status code

func (*PostContentmanagementSharesBadRequest) IsSuccess

IsSuccess returns true when this post contentmanagement shares bad request response has a 2xx status code

func (*PostContentmanagementSharesBadRequest) String

type PostContentmanagementSharesForbidden

type PostContentmanagementSharesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostContentmanagementSharesForbidden

func NewPostContentmanagementSharesForbidden() *PostContentmanagementSharesForbidden

NewPostContentmanagementSharesForbidden creates a PostContentmanagementSharesForbidden with default headers values

func (*PostContentmanagementSharesForbidden) Error

func (*PostContentmanagementSharesForbidden) GetPayload

func (*PostContentmanagementSharesForbidden) IsClientError

func (o *PostContentmanagementSharesForbidden) IsClientError() bool

IsClientError returns true when this post contentmanagement shares forbidden response has a 4xx status code

func (*PostContentmanagementSharesForbidden) IsCode

IsCode returns true when this post contentmanagement shares forbidden response a status code equal to that given

func (*PostContentmanagementSharesForbidden) IsRedirect

IsRedirect returns true when this post contentmanagement shares forbidden response has a 3xx status code

func (*PostContentmanagementSharesForbidden) IsServerError

func (o *PostContentmanagementSharesForbidden) IsServerError() bool

IsServerError returns true when this post contentmanagement shares forbidden response has a 5xx status code

func (*PostContentmanagementSharesForbidden) IsSuccess

IsSuccess returns true when this post contentmanagement shares forbidden response has a 2xx status code

func (*PostContentmanagementSharesForbidden) String

type PostContentmanagementSharesGatewayTimeout

type PostContentmanagementSharesGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementSharesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostContentmanagementSharesGatewayTimeout

func NewPostContentmanagementSharesGatewayTimeout() *PostContentmanagementSharesGatewayTimeout

NewPostContentmanagementSharesGatewayTimeout creates a PostContentmanagementSharesGatewayTimeout with default headers values

func (*PostContentmanagementSharesGatewayTimeout) Error

func (*PostContentmanagementSharesGatewayTimeout) GetPayload

func (*PostContentmanagementSharesGatewayTimeout) IsClientError

IsClientError returns true when this post contentmanagement shares gateway timeout response has a 4xx status code

func (*PostContentmanagementSharesGatewayTimeout) IsCode

IsCode returns true when this post contentmanagement shares gateway timeout response a status code equal to that given

func (*PostContentmanagementSharesGatewayTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement shares gateway timeout response has a 3xx status code

func (*PostContentmanagementSharesGatewayTimeout) IsServerError

IsServerError returns true when this post contentmanagement shares gateway timeout response has a 5xx status code

func (*PostContentmanagementSharesGatewayTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement shares gateway timeout response has a 2xx status code

func (*PostContentmanagementSharesGatewayTimeout) String

type PostContentmanagementSharesInternalServerError

type PostContentmanagementSharesInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostContentmanagementSharesInternalServerError

func NewPostContentmanagementSharesInternalServerError() *PostContentmanagementSharesInternalServerError

NewPostContentmanagementSharesInternalServerError creates a PostContentmanagementSharesInternalServerError with default headers values

func (*PostContentmanagementSharesInternalServerError) Error

func (*PostContentmanagementSharesInternalServerError) GetPayload

func (*PostContentmanagementSharesInternalServerError) IsClientError

IsClientError returns true when this post contentmanagement shares internal server error response has a 4xx status code

func (*PostContentmanagementSharesInternalServerError) IsCode

IsCode returns true when this post contentmanagement shares internal server error response a status code equal to that given

func (*PostContentmanagementSharesInternalServerError) IsRedirect

IsRedirect returns true when this post contentmanagement shares internal server error response has a 3xx status code

func (*PostContentmanagementSharesInternalServerError) IsServerError

IsServerError returns true when this post contentmanagement shares internal server error response has a 5xx status code

func (*PostContentmanagementSharesInternalServerError) IsSuccess

IsSuccess returns true when this post contentmanagement shares internal server error response has a 2xx status code

func (*PostContentmanagementSharesInternalServerError) String

type PostContentmanagementSharesNotFound

type PostContentmanagementSharesNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostContentmanagementSharesNotFound

func NewPostContentmanagementSharesNotFound() *PostContentmanagementSharesNotFound

NewPostContentmanagementSharesNotFound creates a PostContentmanagementSharesNotFound with default headers values

func (*PostContentmanagementSharesNotFound) Error

func (*PostContentmanagementSharesNotFound) GetPayload

func (*PostContentmanagementSharesNotFound) IsClientError

func (o *PostContentmanagementSharesNotFound) IsClientError() bool

IsClientError returns true when this post contentmanagement shares not found response has a 4xx status code

func (*PostContentmanagementSharesNotFound) IsCode

IsCode returns true when this post contentmanagement shares not found response a status code equal to that given

func (*PostContentmanagementSharesNotFound) IsRedirect

func (o *PostContentmanagementSharesNotFound) IsRedirect() bool

IsRedirect returns true when this post contentmanagement shares not found response has a 3xx status code

func (*PostContentmanagementSharesNotFound) IsServerError

func (o *PostContentmanagementSharesNotFound) IsServerError() bool

IsServerError returns true when this post contentmanagement shares not found response has a 5xx status code

func (*PostContentmanagementSharesNotFound) IsSuccess

IsSuccess returns true when this post contentmanagement shares not found response has a 2xx status code

func (*PostContentmanagementSharesNotFound) String

type PostContentmanagementSharesOK

type PostContentmanagementSharesOK struct {
	Payload *models.CreateShareResponse
}

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

successful operation

func NewPostContentmanagementSharesOK

func NewPostContentmanagementSharesOK() *PostContentmanagementSharesOK

NewPostContentmanagementSharesOK creates a PostContentmanagementSharesOK with default headers values

func (*PostContentmanagementSharesOK) Error

func (*PostContentmanagementSharesOK) GetPayload

func (*PostContentmanagementSharesOK) IsClientError

func (o *PostContentmanagementSharesOK) IsClientError() bool

IsClientError returns true when this post contentmanagement shares o k response has a 4xx status code

func (*PostContentmanagementSharesOK) IsCode

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

IsCode returns true when this post contentmanagement shares o k response a status code equal to that given

func (*PostContentmanagementSharesOK) IsRedirect

func (o *PostContentmanagementSharesOK) IsRedirect() bool

IsRedirect returns true when this post contentmanagement shares o k response has a 3xx status code

func (*PostContentmanagementSharesOK) IsServerError

func (o *PostContentmanagementSharesOK) IsServerError() bool

IsServerError returns true when this post contentmanagement shares o k response has a 5xx status code

func (*PostContentmanagementSharesOK) IsSuccess

func (o *PostContentmanagementSharesOK) IsSuccess() bool

IsSuccess returns true when this post contentmanagement shares o k response has a 2xx status code

func (*PostContentmanagementSharesOK) String

type PostContentmanagementSharesParams

type PostContentmanagementSharesParams struct {

	/* Body.

	   CreateShareRequest - entity id and type and a single member or list of members are required
	*/
	Body *models.CreateShareRequest

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

PostContentmanagementSharesParams contains all the parameters to send to the API endpoint

for the post contentmanagement shares operation.

Typically these are written to a http.Request.

func NewPostContentmanagementSharesParams

func NewPostContentmanagementSharesParams() *PostContentmanagementSharesParams

NewPostContentmanagementSharesParams creates a new PostContentmanagementSharesParams 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 NewPostContentmanagementSharesParamsWithContext

func NewPostContentmanagementSharesParamsWithContext(ctx context.Context) *PostContentmanagementSharesParams

NewPostContentmanagementSharesParamsWithContext creates a new PostContentmanagementSharesParams object with the ability to set a context for a request.

func NewPostContentmanagementSharesParamsWithHTTPClient

func NewPostContentmanagementSharesParamsWithHTTPClient(client *http.Client) *PostContentmanagementSharesParams

NewPostContentmanagementSharesParamsWithHTTPClient creates a new PostContentmanagementSharesParams object with the ability to set a custom HTTPClient for a request.

func NewPostContentmanagementSharesParamsWithTimeout

func NewPostContentmanagementSharesParamsWithTimeout(timeout time.Duration) *PostContentmanagementSharesParams

NewPostContentmanagementSharesParamsWithTimeout creates a new PostContentmanagementSharesParams object with the ability to set a timeout on a request.

func (*PostContentmanagementSharesParams) SetBody

SetBody adds the body to the post contentmanagement shares params

func (*PostContentmanagementSharesParams) SetContext

SetContext adds the context to the post contentmanagement shares params

func (*PostContentmanagementSharesParams) SetDefaults

func (o *PostContentmanagementSharesParams) SetDefaults()

SetDefaults hydrates default values in the post contentmanagement shares params (not the query body).

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

func (*PostContentmanagementSharesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post contentmanagement shares params

func (*PostContentmanagementSharesParams) SetTimeout

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

SetTimeout adds the timeout to the post contentmanagement shares params

func (*PostContentmanagementSharesParams) WithBody

WithBody adds the body to the post contentmanagement shares params

func (*PostContentmanagementSharesParams) WithContext

WithContext adds the context to the post contentmanagement shares params

func (*PostContentmanagementSharesParams) WithDefaults

WithDefaults hydrates default values in the post contentmanagement shares params (not the query body).

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

func (*PostContentmanagementSharesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post contentmanagement shares params

func (*PostContentmanagementSharesParams) WithTimeout

WithTimeout adds the timeout to the post contentmanagement shares params

func (*PostContentmanagementSharesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostContentmanagementSharesReader

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

PostContentmanagementSharesReader is a Reader for the PostContentmanagementShares structure.

func (*PostContentmanagementSharesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostContentmanagementSharesRequestEntityTooLarge

type PostContentmanagementSharesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostContentmanagementSharesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostContentmanagementSharesRequestEntityTooLarge

func NewPostContentmanagementSharesRequestEntityTooLarge() *PostContentmanagementSharesRequestEntityTooLarge

NewPostContentmanagementSharesRequestEntityTooLarge creates a PostContentmanagementSharesRequestEntityTooLarge with default headers values

func (*PostContentmanagementSharesRequestEntityTooLarge) Error

func (*PostContentmanagementSharesRequestEntityTooLarge) GetPayload

func (*PostContentmanagementSharesRequestEntityTooLarge) IsClientError

IsClientError returns true when this post contentmanagement shares request entity too large response has a 4xx status code

func (*PostContentmanagementSharesRequestEntityTooLarge) IsCode

IsCode returns true when this post contentmanagement shares request entity too large response a status code equal to that given

func (*PostContentmanagementSharesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post contentmanagement shares request entity too large response has a 3xx status code

func (*PostContentmanagementSharesRequestEntityTooLarge) IsServerError

IsServerError returns true when this post contentmanagement shares request entity too large response has a 5xx status code

func (*PostContentmanagementSharesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post contentmanagement shares request entity too large response has a 2xx status code

func (*PostContentmanagementSharesRequestEntityTooLarge) String

type PostContentmanagementSharesRequestTimeout

type PostContentmanagementSharesRequestTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementSharesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostContentmanagementSharesRequestTimeout

func NewPostContentmanagementSharesRequestTimeout() *PostContentmanagementSharesRequestTimeout

NewPostContentmanagementSharesRequestTimeout creates a PostContentmanagementSharesRequestTimeout with default headers values

func (*PostContentmanagementSharesRequestTimeout) Error

func (*PostContentmanagementSharesRequestTimeout) GetPayload

func (*PostContentmanagementSharesRequestTimeout) IsClientError

IsClientError returns true when this post contentmanagement shares request timeout response has a 4xx status code

func (*PostContentmanagementSharesRequestTimeout) IsCode

IsCode returns true when this post contentmanagement shares request timeout response a status code equal to that given

func (*PostContentmanagementSharesRequestTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement shares request timeout response has a 3xx status code

func (*PostContentmanagementSharesRequestTimeout) IsServerError

IsServerError returns true when this post contentmanagement shares request timeout response has a 5xx status code

func (*PostContentmanagementSharesRequestTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement shares request timeout response has a 2xx status code

func (*PostContentmanagementSharesRequestTimeout) String

type PostContentmanagementSharesServiceUnavailable

type PostContentmanagementSharesServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostContentmanagementSharesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostContentmanagementSharesServiceUnavailable

func NewPostContentmanagementSharesServiceUnavailable() *PostContentmanagementSharesServiceUnavailable

NewPostContentmanagementSharesServiceUnavailable creates a PostContentmanagementSharesServiceUnavailable with default headers values

func (*PostContentmanagementSharesServiceUnavailable) Error

func (*PostContentmanagementSharesServiceUnavailable) GetPayload

func (*PostContentmanagementSharesServiceUnavailable) IsClientError

IsClientError returns true when this post contentmanagement shares service unavailable response has a 4xx status code

func (*PostContentmanagementSharesServiceUnavailable) IsCode

IsCode returns true when this post contentmanagement shares service unavailable response a status code equal to that given

func (*PostContentmanagementSharesServiceUnavailable) IsRedirect

IsRedirect returns true when this post contentmanagement shares service unavailable response has a 3xx status code

func (*PostContentmanagementSharesServiceUnavailable) IsServerError

IsServerError returns true when this post contentmanagement shares service unavailable response has a 5xx status code

func (*PostContentmanagementSharesServiceUnavailable) IsSuccess

IsSuccess returns true when this post contentmanagement shares service unavailable response has a 2xx status code

func (*PostContentmanagementSharesServiceUnavailable) String

type PostContentmanagementSharesTooManyRequests

type PostContentmanagementSharesTooManyRequests struct {
	Payload *models.ErrorBody
}

PostContentmanagementSharesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostContentmanagementSharesTooManyRequests

func NewPostContentmanagementSharesTooManyRequests() *PostContentmanagementSharesTooManyRequests

NewPostContentmanagementSharesTooManyRequests creates a PostContentmanagementSharesTooManyRequests with default headers values

func (*PostContentmanagementSharesTooManyRequests) Error

func (*PostContentmanagementSharesTooManyRequests) GetPayload

func (*PostContentmanagementSharesTooManyRequests) IsClientError

IsClientError returns true when this post contentmanagement shares too many requests response has a 4xx status code

func (*PostContentmanagementSharesTooManyRequests) IsCode

IsCode returns true when this post contentmanagement shares too many requests response a status code equal to that given

func (*PostContentmanagementSharesTooManyRequests) IsRedirect

IsRedirect returns true when this post contentmanagement shares too many requests response has a 3xx status code

func (*PostContentmanagementSharesTooManyRequests) IsServerError

IsServerError returns true when this post contentmanagement shares too many requests response has a 5xx status code

func (*PostContentmanagementSharesTooManyRequests) IsSuccess

IsSuccess returns true when this post contentmanagement shares too many requests response has a 2xx status code

func (*PostContentmanagementSharesTooManyRequests) String

type PostContentmanagementSharesUnauthorized

type PostContentmanagementSharesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostContentmanagementSharesUnauthorized

func NewPostContentmanagementSharesUnauthorized() *PostContentmanagementSharesUnauthorized

NewPostContentmanagementSharesUnauthorized creates a PostContentmanagementSharesUnauthorized with default headers values

func (*PostContentmanagementSharesUnauthorized) Error

func (*PostContentmanagementSharesUnauthorized) GetPayload

func (*PostContentmanagementSharesUnauthorized) IsClientError

func (o *PostContentmanagementSharesUnauthorized) IsClientError() bool

IsClientError returns true when this post contentmanagement shares unauthorized response has a 4xx status code

func (*PostContentmanagementSharesUnauthorized) IsCode

IsCode returns true when this post contentmanagement shares unauthorized response a status code equal to that given

func (*PostContentmanagementSharesUnauthorized) IsRedirect

IsRedirect returns true when this post contentmanagement shares unauthorized response has a 3xx status code

func (*PostContentmanagementSharesUnauthorized) IsServerError

func (o *PostContentmanagementSharesUnauthorized) IsServerError() bool

IsServerError returns true when this post contentmanagement shares unauthorized response has a 5xx status code

func (*PostContentmanagementSharesUnauthorized) IsSuccess

IsSuccess returns true when this post contentmanagement shares unauthorized response has a 2xx status code

func (*PostContentmanagementSharesUnauthorized) String

type PostContentmanagementSharesUnsupportedMediaType

type PostContentmanagementSharesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostContentmanagementSharesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostContentmanagementSharesUnsupportedMediaType

func NewPostContentmanagementSharesUnsupportedMediaType() *PostContentmanagementSharesUnsupportedMediaType

NewPostContentmanagementSharesUnsupportedMediaType creates a PostContentmanagementSharesUnsupportedMediaType with default headers values

func (*PostContentmanagementSharesUnsupportedMediaType) Error

func (*PostContentmanagementSharesUnsupportedMediaType) GetPayload

func (*PostContentmanagementSharesUnsupportedMediaType) IsClientError

IsClientError returns true when this post contentmanagement shares unsupported media type response has a 4xx status code

func (*PostContentmanagementSharesUnsupportedMediaType) IsCode

IsCode returns true when this post contentmanagement shares unsupported media type response a status code equal to that given

func (*PostContentmanagementSharesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post contentmanagement shares unsupported media type response has a 3xx status code

func (*PostContentmanagementSharesUnsupportedMediaType) IsServerError

IsServerError returns true when this post contentmanagement shares unsupported media type response has a 5xx status code

func (*PostContentmanagementSharesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post contentmanagement shares unsupported media type response has a 2xx status code

func (*PostContentmanagementSharesUnsupportedMediaType) String

type PostContentmanagementWorkspaceTagvaluesBadRequest

type PostContentmanagementWorkspaceTagvaluesBadRequest struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspaceTagvaluesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostContentmanagementWorkspaceTagvaluesBadRequest

func NewPostContentmanagementWorkspaceTagvaluesBadRequest() *PostContentmanagementWorkspaceTagvaluesBadRequest

NewPostContentmanagementWorkspaceTagvaluesBadRequest creates a PostContentmanagementWorkspaceTagvaluesBadRequest with default headers values

func (*PostContentmanagementWorkspaceTagvaluesBadRequest) Error

func (*PostContentmanagementWorkspaceTagvaluesBadRequest) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesBadRequest) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues bad request response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesBadRequest) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues bad request response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesBadRequest) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues bad request response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesBadRequest) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues bad request response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesBadRequest) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues bad request response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesBadRequest) String

type PostContentmanagementWorkspaceTagvaluesForbidden

type PostContentmanagementWorkspaceTagvaluesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostContentmanagementWorkspaceTagvaluesForbidden

func NewPostContentmanagementWorkspaceTagvaluesForbidden() *PostContentmanagementWorkspaceTagvaluesForbidden

NewPostContentmanagementWorkspaceTagvaluesForbidden creates a PostContentmanagementWorkspaceTagvaluesForbidden with default headers values

func (*PostContentmanagementWorkspaceTagvaluesForbidden) Error

func (*PostContentmanagementWorkspaceTagvaluesForbidden) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesForbidden) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues forbidden response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesForbidden) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues forbidden response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesForbidden) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues forbidden response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesForbidden) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues forbidden response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesForbidden) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues forbidden response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesForbidden) String

type PostContentmanagementWorkspaceTagvaluesGatewayTimeout

type PostContentmanagementWorkspaceTagvaluesGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspaceTagvaluesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostContentmanagementWorkspaceTagvaluesGatewayTimeout

func NewPostContentmanagementWorkspaceTagvaluesGatewayTimeout() *PostContentmanagementWorkspaceTagvaluesGatewayTimeout

NewPostContentmanagementWorkspaceTagvaluesGatewayTimeout creates a PostContentmanagementWorkspaceTagvaluesGatewayTimeout with default headers values

func (*PostContentmanagementWorkspaceTagvaluesGatewayTimeout) Error

func (*PostContentmanagementWorkspaceTagvaluesGatewayTimeout) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesGatewayTimeout) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues gateway timeout response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesGatewayTimeout) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues gateway timeout response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesGatewayTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues gateway timeout response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesGatewayTimeout) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues gateway timeout response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesGatewayTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues gateway timeout response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesGatewayTimeout) String

type PostContentmanagementWorkspaceTagvaluesInternalServerError

type PostContentmanagementWorkspaceTagvaluesInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostContentmanagementWorkspaceTagvaluesInternalServerError

func NewPostContentmanagementWorkspaceTagvaluesInternalServerError() *PostContentmanagementWorkspaceTagvaluesInternalServerError

NewPostContentmanagementWorkspaceTagvaluesInternalServerError creates a PostContentmanagementWorkspaceTagvaluesInternalServerError with default headers values

func (*PostContentmanagementWorkspaceTagvaluesInternalServerError) Error

func (*PostContentmanagementWorkspaceTagvaluesInternalServerError) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesInternalServerError) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues internal server error response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesInternalServerError) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues internal server error response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesInternalServerError) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues internal server error response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesInternalServerError) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues internal server error response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesInternalServerError) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues internal server error response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesInternalServerError) String

type PostContentmanagementWorkspaceTagvaluesNotFound

type PostContentmanagementWorkspaceTagvaluesNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostContentmanagementWorkspaceTagvaluesNotFound

func NewPostContentmanagementWorkspaceTagvaluesNotFound() *PostContentmanagementWorkspaceTagvaluesNotFound

NewPostContentmanagementWorkspaceTagvaluesNotFound creates a PostContentmanagementWorkspaceTagvaluesNotFound with default headers values

func (*PostContentmanagementWorkspaceTagvaluesNotFound) Error

func (*PostContentmanagementWorkspaceTagvaluesNotFound) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesNotFound) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues not found response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesNotFound) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues not found response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesNotFound) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues not found response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesNotFound) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues not found response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesNotFound) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues not found response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesNotFound) String

type PostContentmanagementWorkspaceTagvaluesOK

type PostContentmanagementWorkspaceTagvaluesOK struct {
	Payload *models.TagValue
}

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

successful operation

func NewPostContentmanagementWorkspaceTagvaluesOK

func NewPostContentmanagementWorkspaceTagvaluesOK() *PostContentmanagementWorkspaceTagvaluesOK

NewPostContentmanagementWorkspaceTagvaluesOK creates a PostContentmanagementWorkspaceTagvaluesOK with default headers values

func (*PostContentmanagementWorkspaceTagvaluesOK) Error

func (*PostContentmanagementWorkspaceTagvaluesOK) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesOK) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues o k response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesOK) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues o k response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesOK) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues o k response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesOK) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues o k response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesOK) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues o k response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesOK) String

type PostContentmanagementWorkspaceTagvaluesParams

type PostContentmanagementWorkspaceTagvaluesParams struct {

	/* Body.

	   tag
	*/
	Body *models.TagValue

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

PostContentmanagementWorkspaceTagvaluesParams contains all the parameters to send to the API endpoint

for the post contentmanagement workspace tagvalues operation.

Typically these are written to a http.Request.

func NewPostContentmanagementWorkspaceTagvaluesParams

func NewPostContentmanagementWorkspaceTagvaluesParams() *PostContentmanagementWorkspaceTagvaluesParams

NewPostContentmanagementWorkspaceTagvaluesParams creates a new PostContentmanagementWorkspaceTagvaluesParams 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 NewPostContentmanagementWorkspaceTagvaluesParamsWithContext

func NewPostContentmanagementWorkspaceTagvaluesParamsWithContext(ctx context.Context) *PostContentmanagementWorkspaceTagvaluesParams

NewPostContentmanagementWorkspaceTagvaluesParamsWithContext creates a new PostContentmanagementWorkspaceTagvaluesParams object with the ability to set a context for a request.

func NewPostContentmanagementWorkspaceTagvaluesParamsWithHTTPClient

func NewPostContentmanagementWorkspaceTagvaluesParamsWithHTTPClient(client *http.Client) *PostContentmanagementWorkspaceTagvaluesParams

NewPostContentmanagementWorkspaceTagvaluesParamsWithHTTPClient creates a new PostContentmanagementWorkspaceTagvaluesParams object with the ability to set a custom HTTPClient for a request.

func NewPostContentmanagementWorkspaceTagvaluesParamsWithTimeout

func NewPostContentmanagementWorkspaceTagvaluesParamsWithTimeout(timeout time.Duration) *PostContentmanagementWorkspaceTagvaluesParams

NewPostContentmanagementWorkspaceTagvaluesParamsWithTimeout creates a new PostContentmanagementWorkspaceTagvaluesParams object with the ability to set a timeout on a request.

func (*PostContentmanagementWorkspaceTagvaluesParams) SetBody

SetBody adds the body to the post contentmanagement workspace tagvalues params

func (*PostContentmanagementWorkspaceTagvaluesParams) SetContext

SetContext adds the context to the post contentmanagement workspace tagvalues params

func (*PostContentmanagementWorkspaceTagvaluesParams) SetDefaults

SetDefaults hydrates default values in the post contentmanagement workspace tagvalues params (not the query body).

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

func (*PostContentmanagementWorkspaceTagvaluesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post contentmanagement workspace tagvalues params

func (*PostContentmanagementWorkspaceTagvaluesParams) SetTimeout

SetTimeout adds the timeout to the post contentmanagement workspace tagvalues params

func (*PostContentmanagementWorkspaceTagvaluesParams) SetWorkspaceID

func (o *PostContentmanagementWorkspaceTagvaluesParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the post contentmanagement workspace tagvalues params

func (*PostContentmanagementWorkspaceTagvaluesParams) WithBody

WithBody adds the body to the post contentmanagement workspace tagvalues params

func (*PostContentmanagementWorkspaceTagvaluesParams) WithContext

WithContext adds the context to the post contentmanagement workspace tagvalues params

func (*PostContentmanagementWorkspaceTagvaluesParams) WithDefaults

WithDefaults hydrates default values in the post contentmanagement workspace tagvalues params (not the query body).

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

func (*PostContentmanagementWorkspaceTagvaluesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post contentmanagement workspace tagvalues params

func (*PostContentmanagementWorkspaceTagvaluesParams) WithTimeout

WithTimeout adds the timeout to the post contentmanagement workspace tagvalues params

func (*PostContentmanagementWorkspaceTagvaluesParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the post contentmanagement workspace tagvalues params

func (*PostContentmanagementWorkspaceTagvaluesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostContentmanagementWorkspaceTagvaluesQueryBadRequest

type PostContentmanagementWorkspaceTagvaluesQueryBadRequest struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspaceTagvaluesQueryBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostContentmanagementWorkspaceTagvaluesQueryBadRequest

func NewPostContentmanagementWorkspaceTagvaluesQueryBadRequest() *PostContentmanagementWorkspaceTagvaluesQueryBadRequest

NewPostContentmanagementWorkspaceTagvaluesQueryBadRequest creates a PostContentmanagementWorkspaceTagvaluesQueryBadRequest with default headers values

func (*PostContentmanagementWorkspaceTagvaluesQueryBadRequest) Error

func (*PostContentmanagementWorkspaceTagvaluesQueryBadRequest) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesQueryBadRequest) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues query bad request response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryBadRequest) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues query bad request response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesQueryBadRequest) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues query bad request response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryBadRequest) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues query bad request response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryBadRequest) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues query bad request response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryBadRequest) String

type PostContentmanagementWorkspaceTagvaluesQueryForbidden

type PostContentmanagementWorkspaceTagvaluesQueryForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostContentmanagementWorkspaceTagvaluesQueryForbidden

func NewPostContentmanagementWorkspaceTagvaluesQueryForbidden() *PostContentmanagementWorkspaceTagvaluesQueryForbidden

NewPostContentmanagementWorkspaceTagvaluesQueryForbidden creates a PostContentmanagementWorkspaceTagvaluesQueryForbidden with default headers values

func (*PostContentmanagementWorkspaceTagvaluesQueryForbidden) Error

func (*PostContentmanagementWorkspaceTagvaluesQueryForbidden) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesQueryForbidden) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues query forbidden response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryForbidden) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues query forbidden response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesQueryForbidden) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues query forbidden response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryForbidden) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues query forbidden response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryForbidden) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues query forbidden response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryForbidden) String

type PostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout

type PostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout

func NewPostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout() *PostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout

NewPostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout creates a PostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout with default headers values

func (*PostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout) Error

func (*PostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues query gateway timeout response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues query gateway timeout response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues query gateway timeout response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues query gateway timeout response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues query gateway timeout response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryGatewayTimeout) String

type PostContentmanagementWorkspaceTagvaluesQueryInternalServerError

type PostContentmanagementWorkspaceTagvaluesQueryInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostContentmanagementWorkspaceTagvaluesQueryInternalServerError

func NewPostContentmanagementWorkspaceTagvaluesQueryInternalServerError() *PostContentmanagementWorkspaceTagvaluesQueryInternalServerError

NewPostContentmanagementWorkspaceTagvaluesQueryInternalServerError creates a PostContentmanagementWorkspaceTagvaluesQueryInternalServerError with default headers values

func (*PostContentmanagementWorkspaceTagvaluesQueryInternalServerError) Error

func (*PostContentmanagementWorkspaceTagvaluesQueryInternalServerError) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesQueryInternalServerError) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues query internal server error response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryInternalServerError) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues query internal server error response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesQueryInternalServerError) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues query internal server error response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryInternalServerError) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues query internal server error response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryInternalServerError) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues query internal server error response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryInternalServerError) String

type PostContentmanagementWorkspaceTagvaluesQueryNotFound

type PostContentmanagementWorkspaceTagvaluesQueryNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostContentmanagementWorkspaceTagvaluesQueryNotFound

func NewPostContentmanagementWorkspaceTagvaluesQueryNotFound() *PostContentmanagementWorkspaceTagvaluesQueryNotFound

NewPostContentmanagementWorkspaceTagvaluesQueryNotFound creates a PostContentmanagementWorkspaceTagvaluesQueryNotFound with default headers values

func (*PostContentmanagementWorkspaceTagvaluesQueryNotFound) Error

func (*PostContentmanagementWorkspaceTagvaluesQueryNotFound) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesQueryNotFound) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues query not found response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryNotFound) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues query not found response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesQueryNotFound) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues query not found response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryNotFound) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues query not found response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryNotFound) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues query not found response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryNotFound) String

type PostContentmanagementWorkspaceTagvaluesQueryOK

type PostContentmanagementWorkspaceTagvaluesQueryOK struct {
	Payload *models.TagValueEntityListing
}

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

successful operation

func NewPostContentmanagementWorkspaceTagvaluesQueryOK

func NewPostContentmanagementWorkspaceTagvaluesQueryOK() *PostContentmanagementWorkspaceTagvaluesQueryOK

NewPostContentmanagementWorkspaceTagvaluesQueryOK creates a PostContentmanagementWorkspaceTagvaluesQueryOK with default headers values

func (*PostContentmanagementWorkspaceTagvaluesQueryOK) Error

func (*PostContentmanagementWorkspaceTagvaluesQueryOK) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesQueryOK) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues query o k response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryOK) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues query o k response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesQueryOK) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues query o k response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryOK) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues query o k response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryOK) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues query o k response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryOK) String

type PostContentmanagementWorkspaceTagvaluesQueryParams

type PostContentmanagementWorkspaceTagvaluesQueryParams struct {

	/* Body.

	   query
	*/
	Body *models.TagQueryRequest

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

PostContentmanagementWorkspaceTagvaluesQueryParams contains all the parameters to send to the API endpoint

for the post contentmanagement workspace tagvalues query operation.

Typically these are written to a http.Request.

func NewPostContentmanagementWorkspaceTagvaluesQueryParams

func NewPostContentmanagementWorkspaceTagvaluesQueryParams() *PostContentmanagementWorkspaceTagvaluesQueryParams

NewPostContentmanagementWorkspaceTagvaluesQueryParams creates a new PostContentmanagementWorkspaceTagvaluesQueryParams 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 NewPostContentmanagementWorkspaceTagvaluesQueryParamsWithContext

func NewPostContentmanagementWorkspaceTagvaluesQueryParamsWithContext(ctx context.Context) *PostContentmanagementWorkspaceTagvaluesQueryParams

NewPostContentmanagementWorkspaceTagvaluesQueryParamsWithContext creates a new PostContentmanagementWorkspaceTagvaluesQueryParams object with the ability to set a context for a request.

func NewPostContentmanagementWorkspaceTagvaluesQueryParamsWithHTTPClient

func NewPostContentmanagementWorkspaceTagvaluesQueryParamsWithHTTPClient(client *http.Client) *PostContentmanagementWorkspaceTagvaluesQueryParams

NewPostContentmanagementWorkspaceTagvaluesQueryParamsWithHTTPClient creates a new PostContentmanagementWorkspaceTagvaluesQueryParams object with the ability to set a custom HTTPClient for a request.

func NewPostContentmanagementWorkspaceTagvaluesQueryParamsWithTimeout

func NewPostContentmanagementWorkspaceTagvaluesQueryParamsWithTimeout(timeout time.Duration) *PostContentmanagementWorkspaceTagvaluesQueryParams

NewPostContentmanagementWorkspaceTagvaluesQueryParamsWithTimeout creates a new PostContentmanagementWorkspaceTagvaluesQueryParams object with the ability to set a timeout on a request.

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) SetBody

SetBody adds the body to the post contentmanagement workspace tagvalues query params

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) SetContext

SetContext adds the context to the post contentmanagement workspace tagvalues query params

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) SetDefaults

SetDefaults hydrates default values in the post contentmanagement workspace tagvalues query params (not the query body).

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

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) SetExpand

SetExpand adds the expand to the post contentmanagement workspace tagvalues query params

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post contentmanagement workspace tagvalues query params

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) SetTimeout

SetTimeout adds the timeout to the post contentmanagement workspace tagvalues query params

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) SetWorkspaceID

func (o *PostContentmanagementWorkspaceTagvaluesQueryParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the post contentmanagement workspace tagvalues query params

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) WithBody

WithBody adds the body to the post contentmanagement workspace tagvalues query params

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) WithContext

WithContext adds the context to the post contentmanagement workspace tagvalues query params

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) WithDefaults

WithDefaults hydrates default values in the post contentmanagement workspace tagvalues query params (not the query body).

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

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) WithExpand

WithExpand adds the expand to the post contentmanagement workspace tagvalues query params

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post contentmanagement workspace tagvalues query params

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) WithTimeout

WithTimeout adds the timeout to the post contentmanagement workspace tagvalues query params

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the post contentmanagement workspace tagvalues query params

func (*PostContentmanagementWorkspaceTagvaluesQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostContentmanagementWorkspaceTagvaluesQueryReader

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

PostContentmanagementWorkspaceTagvaluesQueryReader is a Reader for the PostContentmanagementWorkspaceTagvaluesQuery structure.

func (*PostContentmanagementWorkspaceTagvaluesQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge

type PostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge

func NewPostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge() *PostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge

NewPostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge creates a PostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge with default headers values

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge) Error

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues query request entity too large response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues query request entity too large response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues query request entity too large response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues query request entity too large response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues query request entity too large response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestEntityTooLarge) String

type PostContentmanagementWorkspaceTagvaluesQueryRequestTimeout

type PostContentmanagementWorkspaceTagvaluesQueryRequestTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspaceTagvaluesQueryRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostContentmanagementWorkspaceTagvaluesQueryRequestTimeout

func NewPostContentmanagementWorkspaceTagvaluesQueryRequestTimeout() *PostContentmanagementWorkspaceTagvaluesQueryRequestTimeout

NewPostContentmanagementWorkspaceTagvaluesQueryRequestTimeout creates a PostContentmanagementWorkspaceTagvaluesQueryRequestTimeout with default headers values

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestTimeout) Error

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestTimeout) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestTimeout) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues query request timeout response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestTimeout) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues query request timeout response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues query request timeout response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestTimeout) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues query request timeout response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues query request timeout response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryRequestTimeout) String

type PostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable

type PostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable

func NewPostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable() *PostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable

NewPostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable creates a PostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable with default headers values

func (*PostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable) Error

func (*PostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues query service unavailable response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues query service unavailable response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues query service unavailable response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues query service unavailable response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues query service unavailable response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryServiceUnavailable) String

type PostContentmanagementWorkspaceTagvaluesQueryTooManyRequests

type PostContentmanagementWorkspaceTagvaluesQueryTooManyRequests struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspaceTagvaluesQueryTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostContentmanagementWorkspaceTagvaluesQueryTooManyRequests

func NewPostContentmanagementWorkspaceTagvaluesQueryTooManyRequests() *PostContentmanagementWorkspaceTagvaluesQueryTooManyRequests

NewPostContentmanagementWorkspaceTagvaluesQueryTooManyRequests creates a PostContentmanagementWorkspaceTagvaluesQueryTooManyRequests with default headers values

func (*PostContentmanagementWorkspaceTagvaluesQueryTooManyRequests) Error

func (*PostContentmanagementWorkspaceTagvaluesQueryTooManyRequests) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesQueryTooManyRequests) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues query too many requests response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryTooManyRequests) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues query too many requests response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesQueryTooManyRequests) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues query too many requests response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryTooManyRequests) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues query too many requests response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryTooManyRequests) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues query too many requests response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryTooManyRequests) String

type PostContentmanagementWorkspaceTagvaluesQueryUnauthorized

type PostContentmanagementWorkspaceTagvaluesQueryUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostContentmanagementWorkspaceTagvaluesQueryUnauthorized

func NewPostContentmanagementWorkspaceTagvaluesQueryUnauthorized() *PostContentmanagementWorkspaceTagvaluesQueryUnauthorized

NewPostContentmanagementWorkspaceTagvaluesQueryUnauthorized creates a PostContentmanagementWorkspaceTagvaluesQueryUnauthorized with default headers values

func (*PostContentmanagementWorkspaceTagvaluesQueryUnauthorized) Error

func (*PostContentmanagementWorkspaceTagvaluesQueryUnauthorized) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesQueryUnauthorized) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues query unauthorized response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryUnauthorized) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues query unauthorized response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesQueryUnauthorized) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues query unauthorized response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryUnauthorized) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues query unauthorized response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryUnauthorized) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues query unauthorized response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryUnauthorized) String

type PostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType

type PostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType

func NewPostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType() *PostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType

NewPostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType creates a PostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType with default headers values

func (*PostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType) Error

func (*PostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues query unsupported media type response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues query unsupported media type response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues query unsupported media type response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues query unsupported media type response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues query unsupported media type response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesQueryUnsupportedMediaType) String

type PostContentmanagementWorkspaceTagvaluesReader

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

PostContentmanagementWorkspaceTagvaluesReader is a Reader for the PostContentmanagementWorkspaceTagvalues structure.

func (*PostContentmanagementWorkspaceTagvaluesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge

type PostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge

func NewPostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge() *PostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge

NewPostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge creates a PostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge with default headers values

func (*PostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) Error

func (*PostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues request entity too large response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues request entity too large response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues request entity too large response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues request entity too large response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues request entity too large response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesRequestEntityTooLarge) String

type PostContentmanagementWorkspaceTagvaluesRequestTimeout

type PostContentmanagementWorkspaceTagvaluesRequestTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspaceTagvaluesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostContentmanagementWorkspaceTagvaluesRequestTimeout

func NewPostContentmanagementWorkspaceTagvaluesRequestTimeout() *PostContentmanagementWorkspaceTagvaluesRequestTimeout

NewPostContentmanagementWorkspaceTagvaluesRequestTimeout creates a PostContentmanagementWorkspaceTagvaluesRequestTimeout with default headers values

func (*PostContentmanagementWorkspaceTagvaluesRequestTimeout) Error

func (*PostContentmanagementWorkspaceTagvaluesRequestTimeout) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesRequestTimeout) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues request timeout response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesRequestTimeout) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues request timeout response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesRequestTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues request timeout response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesRequestTimeout) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues request timeout response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesRequestTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues request timeout response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesRequestTimeout) String

type PostContentmanagementWorkspaceTagvaluesServiceUnavailable

type PostContentmanagementWorkspaceTagvaluesServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspaceTagvaluesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostContentmanagementWorkspaceTagvaluesServiceUnavailable

func NewPostContentmanagementWorkspaceTagvaluesServiceUnavailable() *PostContentmanagementWorkspaceTagvaluesServiceUnavailable

NewPostContentmanagementWorkspaceTagvaluesServiceUnavailable creates a PostContentmanagementWorkspaceTagvaluesServiceUnavailable with default headers values

func (*PostContentmanagementWorkspaceTagvaluesServiceUnavailable) Error

func (*PostContentmanagementWorkspaceTagvaluesServiceUnavailable) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesServiceUnavailable) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues service unavailable response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesServiceUnavailable) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues service unavailable response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesServiceUnavailable) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues service unavailable response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesServiceUnavailable) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues service unavailable response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesServiceUnavailable) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues service unavailable response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesServiceUnavailable) String

type PostContentmanagementWorkspaceTagvaluesTooManyRequests

type PostContentmanagementWorkspaceTagvaluesTooManyRequests struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspaceTagvaluesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostContentmanagementWorkspaceTagvaluesTooManyRequests

func NewPostContentmanagementWorkspaceTagvaluesTooManyRequests() *PostContentmanagementWorkspaceTagvaluesTooManyRequests

NewPostContentmanagementWorkspaceTagvaluesTooManyRequests creates a PostContentmanagementWorkspaceTagvaluesTooManyRequests with default headers values

func (*PostContentmanagementWorkspaceTagvaluesTooManyRequests) Error

func (*PostContentmanagementWorkspaceTagvaluesTooManyRequests) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesTooManyRequests) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues too many requests response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesTooManyRequests) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues too many requests response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesTooManyRequests) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues too many requests response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesTooManyRequests) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues too many requests response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesTooManyRequests) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues too many requests response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesTooManyRequests) String

type PostContentmanagementWorkspaceTagvaluesUnauthorized

type PostContentmanagementWorkspaceTagvaluesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostContentmanagementWorkspaceTagvaluesUnauthorized

func NewPostContentmanagementWorkspaceTagvaluesUnauthorized() *PostContentmanagementWorkspaceTagvaluesUnauthorized

NewPostContentmanagementWorkspaceTagvaluesUnauthorized creates a PostContentmanagementWorkspaceTagvaluesUnauthorized with default headers values

func (*PostContentmanagementWorkspaceTagvaluesUnauthorized) Error

func (*PostContentmanagementWorkspaceTagvaluesUnauthorized) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesUnauthorized) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues unauthorized response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesUnauthorized) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues unauthorized response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesUnauthorized) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues unauthorized response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesUnauthorized) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues unauthorized response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesUnauthorized) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues unauthorized response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesUnauthorized) String

type PostContentmanagementWorkspaceTagvaluesUnsupportedMediaType

type PostContentmanagementWorkspaceTagvaluesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspaceTagvaluesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostContentmanagementWorkspaceTagvaluesUnsupportedMediaType

func NewPostContentmanagementWorkspaceTagvaluesUnsupportedMediaType() *PostContentmanagementWorkspaceTagvaluesUnsupportedMediaType

NewPostContentmanagementWorkspaceTagvaluesUnsupportedMediaType creates a PostContentmanagementWorkspaceTagvaluesUnsupportedMediaType with default headers values

func (*PostContentmanagementWorkspaceTagvaluesUnsupportedMediaType) Error

func (*PostContentmanagementWorkspaceTagvaluesUnsupportedMediaType) GetPayload

func (*PostContentmanagementWorkspaceTagvaluesUnsupportedMediaType) IsClientError

IsClientError returns true when this post contentmanagement workspace tagvalues unsupported media type response has a 4xx status code

func (*PostContentmanagementWorkspaceTagvaluesUnsupportedMediaType) IsCode

IsCode returns true when this post contentmanagement workspace tagvalues unsupported media type response a status code equal to that given

func (*PostContentmanagementWorkspaceTagvaluesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post contentmanagement workspace tagvalues unsupported media type response has a 3xx status code

func (*PostContentmanagementWorkspaceTagvaluesUnsupportedMediaType) IsServerError

IsServerError returns true when this post contentmanagement workspace tagvalues unsupported media type response has a 5xx status code

func (*PostContentmanagementWorkspaceTagvaluesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post contentmanagement workspace tagvalues unsupported media type response has a 2xx status code

func (*PostContentmanagementWorkspaceTagvaluesUnsupportedMediaType) String

type PostContentmanagementWorkspacesBadRequest

type PostContentmanagementWorkspacesBadRequest struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspacesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostContentmanagementWorkspacesBadRequest

func NewPostContentmanagementWorkspacesBadRequest() *PostContentmanagementWorkspacesBadRequest

NewPostContentmanagementWorkspacesBadRequest creates a PostContentmanagementWorkspacesBadRequest with default headers values

func (*PostContentmanagementWorkspacesBadRequest) Error

func (*PostContentmanagementWorkspacesBadRequest) GetPayload

func (*PostContentmanagementWorkspacesBadRequest) IsClientError

IsClientError returns true when this post contentmanagement workspaces bad request response has a 4xx status code

func (*PostContentmanagementWorkspacesBadRequest) IsCode

IsCode returns true when this post contentmanagement workspaces bad request response a status code equal to that given

func (*PostContentmanagementWorkspacesBadRequest) IsRedirect

IsRedirect returns true when this post contentmanagement workspaces bad request response has a 3xx status code

func (*PostContentmanagementWorkspacesBadRequest) IsServerError

IsServerError returns true when this post contentmanagement workspaces bad request response has a 5xx status code

func (*PostContentmanagementWorkspacesBadRequest) IsSuccess

IsSuccess returns true when this post contentmanagement workspaces bad request response has a 2xx status code

func (*PostContentmanagementWorkspacesBadRequest) String

type PostContentmanagementWorkspacesForbidden

type PostContentmanagementWorkspacesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostContentmanagementWorkspacesForbidden

func NewPostContentmanagementWorkspacesForbidden() *PostContentmanagementWorkspacesForbidden

NewPostContentmanagementWorkspacesForbidden creates a PostContentmanagementWorkspacesForbidden with default headers values

func (*PostContentmanagementWorkspacesForbidden) Error

func (*PostContentmanagementWorkspacesForbidden) GetPayload

func (*PostContentmanagementWorkspacesForbidden) IsClientError

IsClientError returns true when this post contentmanagement workspaces forbidden response has a 4xx status code

func (*PostContentmanagementWorkspacesForbidden) IsCode

IsCode returns true when this post contentmanagement workspaces forbidden response a status code equal to that given

func (*PostContentmanagementWorkspacesForbidden) IsRedirect

IsRedirect returns true when this post contentmanagement workspaces forbidden response has a 3xx status code

func (*PostContentmanagementWorkspacesForbidden) IsServerError

IsServerError returns true when this post contentmanagement workspaces forbidden response has a 5xx status code

func (*PostContentmanagementWorkspacesForbidden) IsSuccess

IsSuccess returns true when this post contentmanagement workspaces forbidden response has a 2xx status code

func (*PostContentmanagementWorkspacesForbidden) String

type PostContentmanagementWorkspacesGatewayTimeout

type PostContentmanagementWorkspacesGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspacesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostContentmanagementWorkspacesGatewayTimeout

func NewPostContentmanagementWorkspacesGatewayTimeout() *PostContentmanagementWorkspacesGatewayTimeout

NewPostContentmanagementWorkspacesGatewayTimeout creates a PostContentmanagementWorkspacesGatewayTimeout with default headers values

func (*PostContentmanagementWorkspacesGatewayTimeout) Error

func (*PostContentmanagementWorkspacesGatewayTimeout) GetPayload

func (*PostContentmanagementWorkspacesGatewayTimeout) IsClientError

IsClientError returns true when this post contentmanagement workspaces gateway timeout response has a 4xx status code

func (*PostContentmanagementWorkspacesGatewayTimeout) IsCode

IsCode returns true when this post contentmanagement workspaces gateway timeout response a status code equal to that given

func (*PostContentmanagementWorkspacesGatewayTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement workspaces gateway timeout response has a 3xx status code

func (*PostContentmanagementWorkspacesGatewayTimeout) IsServerError

IsServerError returns true when this post contentmanagement workspaces gateway timeout response has a 5xx status code

func (*PostContentmanagementWorkspacesGatewayTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement workspaces gateway timeout response has a 2xx status code

func (*PostContentmanagementWorkspacesGatewayTimeout) String

type PostContentmanagementWorkspacesInternalServerError

type PostContentmanagementWorkspacesInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostContentmanagementWorkspacesInternalServerError

func NewPostContentmanagementWorkspacesInternalServerError() *PostContentmanagementWorkspacesInternalServerError

NewPostContentmanagementWorkspacesInternalServerError creates a PostContentmanagementWorkspacesInternalServerError with default headers values

func (*PostContentmanagementWorkspacesInternalServerError) Error

func (*PostContentmanagementWorkspacesInternalServerError) GetPayload

func (*PostContentmanagementWorkspacesInternalServerError) IsClientError

IsClientError returns true when this post contentmanagement workspaces internal server error response has a 4xx status code

func (*PostContentmanagementWorkspacesInternalServerError) IsCode

IsCode returns true when this post contentmanagement workspaces internal server error response a status code equal to that given

func (*PostContentmanagementWorkspacesInternalServerError) IsRedirect

IsRedirect returns true when this post contentmanagement workspaces internal server error response has a 3xx status code

func (*PostContentmanagementWorkspacesInternalServerError) IsServerError

IsServerError returns true when this post contentmanagement workspaces internal server error response has a 5xx status code

func (*PostContentmanagementWorkspacesInternalServerError) IsSuccess

IsSuccess returns true when this post contentmanagement workspaces internal server error response has a 2xx status code

func (*PostContentmanagementWorkspacesInternalServerError) String

type PostContentmanagementWorkspacesNotFound

type PostContentmanagementWorkspacesNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostContentmanagementWorkspacesNotFound

func NewPostContentmanagementWorkspacesNotFound() *PostContentmanagementWorkspacesNotFound

NewPostContentmanagementWorkspacesNotFound creates a PostContentmanagementWorkspacesNotFound with default headers values

func (*PostContentmanagementWorkspacesNotFound) Error

func (*PostContentmanagementWorkspacesNotFound) GetPayload

func (*PostContentmanagementWorkspacesNotFound) IsClientError

func (o *PostContentmanagementWorkspacesNotFound) IsClientError() bool

IsClientError returns true when this post contentmanagement workspaces not found response has a 4xx status code

func (*PostContentmanagementWorkspacesNotFound) IsCode

IsCode returns true when this post contentmanagement workspaces not found response a status code equal to that given

func (*PostContentmanagementWorkspacesNotFound) IsRedirect

IsRedirect returns true when this post contentmanagement workspaces not found response has a 3xx status code

func (*PostContentmanagementWorkspacesNotFound) IsServerError

func (o *PostContentmanagementWorkspacesNotFound) IsServerError() bool

IsServerError returns true when this post contentmanagement workspaces not found response has a 5xx status code

func (*PostContentmanagementWorkspacesNotFound) IsSuccess

IsSuccess returns true when this post contentmanagement workspaces not found response has a 2xx status code

func (*PostContentmanagementWorkspacesNotFound) String

type PostContentmanagementWorkspacesOK

type PostContentmanagementWorkspacesOK struct {
	Payload *models.Workspace
}

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

successful operation

func NewPostContentmanagementWorkspacesOK

func NewPostContentmanagementWorkspacesOK() *PostContentmanagementWorkspacesOK

NewPostContentmanagementWorkspacesOK creates a PostContentmanagementWorkspacesOK with default headers values

func (*PostContentmanagementWorkspacesOK) Error

func (*PostContentmanagementWorkspacesOK) GetPayload

func (*PostContentmanagementWorkspacesOK) IsClientError

func (o *PostContentmanagementWorkspacesOK) IsClientError() bool

IsClientError returns true when this post contentmanagement workspaces o k response has a 4xx status code

func (*PostContentmanagementWorkspacesOK) IsCode

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

IsCode returns true when this post contentmanagement workspaces o k response a status code equal to that given

func (*PostContentmanagementWorkspacesOK) IsRedirect

func (o *PostContentmanagementWorkspacesOK) IsRedirect() bool

IsRedirect returns true when this post contentmanagement workspaces o k response has a 3xx status code

func (*PostContentmanagementWorkspacesOK) IsServerError

func (o *PostContentmanagementWorkspacesOK) IsServerError() bool

IsServerError returns true when this post contentmanagement workspaces o k response has a 5xx status code

func (*PostContentmanagementWorkspacesOK) IsSuccess

func (o *PostContentmanagementWorkspacesOK) IsSuccess() bool

IsSuccess returns true when this post contentmanagement workspaces o k response has a 2xx status code

func (*PostContentmanagementWorkspacesOK) String

type PostContentmanagementWorkspacesParams

type PostContentmanagementWorkspacesParams struct {

	/* Body.

	   Workspace
	*/
	Body *models.WorkspaceCreate

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

PostContentmanagementWorkspacesParams contains all the parameters to send to the API endpoint

for the post contentmanagement workspaces operation.

Typically these are written to a http.Request.

func NewPostContentmanagementWorkspacesParams

func NewPostContentmanagementWorkspacesParams() *PostContentmanagementWorkspacesParams

NewPostContentmanagementWorkspacesParams creates a new PostContentmanagementWorkspacesParams 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 NewPostContentmanagementWorkspacesParamsWithContext

func NewPostContentmanagementWorkspacesParamsWithContext(ctx context.Context) *PostContentmanagementWorkspacesParams

NewPostContentmanagementWorkspacesParamsWithContext creates a new PostContentmanagementWorkspacesParams object with the ability to set a context for a request.

func NewPostContentmanagementWorkspacesParamsWithHTTPClient

func NewPostContentmanagementWorkspacesParamsWithHTTPClient(client *http.Client) *PostContentmanagementWorkspacesParams

NewPostContentmanagementWorkspacesParamsWithHTTPClient creates a new PostContentmanagementWorkspacesParams object with the ability to set a custom HTTPClient for a request.

func NewPostContentmanagementWorkspacesParamsWithTimeout

func NewPostContentmanagementWorkspacesParamsWithTimeout(timeout time.Duration) *PostContentmanagementWorkspacesParams

NewPostContentmanagementWorkspacesParamsWithTimeout creates a new PostContentmanagementWorkspacesParams object with the ability to set a timeout on a request.

func (*PostContentmanagementWorkspacesParams) SetBody

SetBody adds the body to the post contentmanagement workspaces params

func (*PostContentmanagementWorkspacesParams) SetContext

SetContext adds the context to the post contentmanagement workspaces params

func (*PostContentmanagementWorkspacesParams) SetDefaults

func (o *PostContentmanagementWorkspacesParams) SetDefaults()

SetDefaults hydrates default values in the post contentmanagement workspaces params (not the query body).

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

func (*PostContentmanagementWorkspacesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post contentmanagement workspaces params

func (*PostContentmanagementWorkspacesParams) SetTimeout

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

SetTimeout adds the timeout to the post contentmanagement workspaces params

func (*PostContentmanagementWorkspacesParams) WithBody

WithBody adds the body to the post contentmanagement workspaces params

func (*PostContentmanagementWorkspacesParams) WithContext

WithContext adds the context to the post contentmanagement workspaces params

func (*PostContentmanagementWorkspacesParams) WithDefaults

WithDefaults hydrates default values in the post contentmanagement workspaces params (not the query body).

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

func (*PostContentmanagementWorkspacesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post contentmanagement workspaces params

func (*PostContentmanagementWorkspacesParams) WithTimeout

WithTimeout adds the timeout to the post contentmanagement workspaces params

func (*PostContentmanagementWorkspacesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostContentmanagementWorkspacesReader

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

PostContentmanagementWorkspacesReader is a Reader for the PostContentmanagementWorkspaces structure.

func (*PostContentmanagementWorkspacesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostContentmanagementWorkspacesRequestEntityTooLarge

type PostContentmanagementWorkspacesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspacesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostContentmanagementWorkspacesRequestEntityTooLarge

func NewPostContentmanagementWorkspacesRequestEntityTooLarge() *PostContentmanagementWorkspacesRequestEntityTooLarge

NewPostContentmanagementWorkspacesRequestEntityTooLarge creates a PostContentmanagementWorkspacesRequestEntityTooLarge with default headers values

func (*PostContentmanagementWorkspacesRequestEntityTooLarge) Error

func (*PostContentmanagementWorkspacesRequestEntityTooLarge) GetPayload

func (*PostContentmanagementWorkspacesRequestEntityTooLarge) IsClientError

IsClientError returns true when this post contentmanagement workspaces request entity too large response has a 4xx status code

func (*PostContentmanagementWorkspacesRequestEntityTooLarge) IsCode

IsCode returns true when this post contentmanagement workspaces request entity too large response a status code equal to that given

func (*PostContentmanagementWorkspacesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post contentmanagement workspaces request entity too large response has a 3xx status code

func (*PostContentmanagementWorkspacesRequestEntityTooLarge) IsServerError

IsServerError returns true when this post contentmanagement workspaces request entity too large response has a 5xx status code

func (*PostContentmanagementWorkspacesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post contentmanagement workspaces request entity too large response has a 2xx status code

func (*PostContentmanagementWorkspacesRequestEntityTooLarge) String

type PostContentmanagementWorkspacesRequestTimeout

type PostContentmanagementWorkspacesRequestTimeout struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspacesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostContentmanagementWorkspacesRequestTimeout

func NewPostContentmanagementWorkspacesRequestTimeout() *PostContentmanagementWorkspacesRequestTimeout

NewPostContentmanagementWorkspacesRequestTimeout creates a PostContentmanagementWorkspacesRequestTimeout with default headers values

func (*PostContentmanagementWorkspacesRequestTimeout) Error

func (*PostContentmanagementWorkspacesRequestTimeout) GetPayload

func (*PostContentmanagementWorkspacesRequestTimeout) IsClientError

IsClientError returns true when this post contentmanagement workspaces request timeout response has a 4xx status code

func (*PostContentmanagementWorkspacesRequestTimeout) IsCode

IsCode returns true when this post contentmanagement workspaces request timeout response a status code equal to that given

func (*PostContentmanagementWorkspacesRequestTimeout) IsRedirect

IsRedirect returns true when this post contentmanagement workspaces request timeout response has a 3xx status code

func (*PostContentmanagementWorkspacesRequestTimeout) IsServerError

IsServerError returns true when this post contentmanagement workspaces request timeout response has a 5xx status code

func (*PostContentmanagementWorkspacesRequestTimeout) IsSuccess

IsSuccess returns true when this post contentmanagement workspaces request timeout response has a 2xx status code

func (*PostContentmanagementWorkspacesRequestTimeout) String

type PostContentmanagementWorkspacesServiceUnavailable

type PostContentmanagementWorkspacesServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspacesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostContentmanagementWorkspacesServiceUnavailable

func NewPostContentmanagementWorkspacesServiceUnavailable() *PostContentmanagementWorkspacesServiceUnavailable

NewPostContentmanagementWorkspacesServiceUnavailable creates a PostContentmanagementWorkspacesServiceUnavailable with default headers values

func (*PostContentmanagementWorkspacesServiceUnavailable) Error

func (*PostContentmanagementWorkspacesServiceUnavailable) GetPayload

func (*PostContentmanagementWorkspacesServiceUnavailable) IsClientError

IsClientError returns true when this post contentmanagement workspaces service unavailable response has a 4xx status code

func (*PostContentmanagementWorkspacesServiceUnavailable) IsCode

IsCode returns true when this post contentmanagement workspaces service unavailable response a status code equal to that given

func (*PostContentmanagementWorkspacesServiceUnavailable) IsRedirect

IsRedirect returns true when this post contentmanagement workspaces service unavailable response has a 3xx status code

func (*PostContentmanagementWorkspacesServiceUnavailable) IsServerError

IsServerError returns true when this post contentmanagement workspaces service unavailable response has a 5xx status code

func (*PostContentmanagementWorkspacesServiceUnavailable) IsSuccess

IsSuccess returns true when this post contentmanagement workspaces service unavailable response has a 2xx status code

func (*PostContentmanagementWorkspacesServiceUnavailable) String

type PostContentmanagementWorkspacesTooManyRequests

type PostContentmanagementWorkspacesTooManyRequests struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspacesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostContentmanagementWorkspacesTooManyRequests

func NewPostContentmanagementWorkspacesTooManyRequests() *PostContentmanagementWorkspacesTooManyRequests

NewPostContentmanagementWorkspacesTooManyRequests creates a PostContentmanagementWorkspacesTooManyRequests with default headers values

func (*PostContentmanagementWorkspacesTooManyRequests) Error

func (*PostContentmanagementWorkspacesTooManyRequests) GetPayload

func (*PostContentmanagementWorkspacesTooManyRequests) IsClientError

IsClientError returns true when this post contentmanagement workspaces too many requests response has a 4xx status code

func (*PostContentmanagementWorkspacesTooManyRequests) IsCode

IsCode returns true when this post contentmanagement workspaces too many requests response a status code equal to that given

func (*PostContentmanagementWorkspacesTooManyRequests) IsRedirect

IsRedirect returns true when this post contentmanagement workspaces too many requests response has a 3xx status code

func (*PostContentmanagementWorkspacesTooManyRequests) IsServerError

IsServerError returns true when this post contentmanagement workspaces too many requests response has a 5xx status code

func (*PostContentmanagementWorkspacesTooManyRequests) IsSuccess

IsSuccess returns true when this post contentmanagement workspaces too many requests response has a 2xx status code

func (*PostContentmanagementWorkspacesTooManyRequests) String

type PostContentmanagementWorkspacesUnauthorized

type PostContentmanagementWorkspacesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostContentmanagementWorkspacesUnauthorized

func NewPostContentmanagementWorkspacesUnauthorized() *PostContentmanagementWorkspacesUnauthorized

NewPostContentmanagementWorkspacesUnauthorized creates a PostContentmanagementWorkspacesUnauthorized with default headers values

func (*PostContentmanagementWorkspacesUnauthorized) Error

func (*PostContentmanagementWorkspacesUnauthorized) GetPayload

func (*PostContentmanagementWorkspacesUnauthorized) IsClientError

IsClientError returns true when this post contentmanagement workspaces unauthorized response has a 4xx status code

func (*PostContentmanagementWorkspacesUnauthorized) IsCode

IsCode returns true when this post contentmanagement workspaces unauthorized response a status code equal to that given

func (*PostContentmanagementWorkspacesUnauthorized) IsRedirect

IsRedirect returns true when this post contentmanagement workspaces unauthorized response has a 3xx status code

func (*PostContentmanagementWorkspacesUnauthorized) IsServerError

IsServerError returns true when this post contentmanagement workspaces unauthorized response has a 5xx status code

func (*PostContentmanagementWorkspacesUnauthorized) IsSuccess

IsSuccess returns true when this post contentmanagement workspaces unauthorized response has a 2xx status code

func (*PostContentmanagementWorkspacesUnauthorized) String

type PostContentmanagementWorkspacesUnsupportedMediaType

type PostContentmanagementWorkspacesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostContentmanagementWorkspacesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostContentmanagementWorkspacesUnsupportedMediaType

func NewPostContentmanagementWorkspacesUnsupportedMediaType() *PostContentmanagementWorkspacesUnsupportedMediaType

NewPostContentmanagementWorkspacesUnsupportedMediaType creates a PostContentmanagementWorkspacesUnsupportedMediaType with default headers values

func (*PostContentmanagementWorkspacesUnsupportedMediaType) Error

func (*PostContentmanagementWorkspacesUnsupportedMediaType) GetPayload

func (*PostContentmanagementWorkspacesUnsupportedMediaType) IsClientError

IsClientError returns true when this post contentmanagement workspaces unsupported media type response has a 4xx status code

func (*PostContentmanagementWorkspacesUnsupportedMediaType) IsCode

IsCode returns true when this post contentmanagement workspaces unsupported media type response a status code equal to that given

func (*PostContentmanagementWorkspacesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post contentmanagement workspaces unsupported media type response has a 3xx status code

func (*PostContentmanagementWorkspacesUnsupportedMediaType) IsServerError

IsServerError returns true when this post contentmanagement workspaces unsupported media type response has a 5xx status code

func (*PostContentmanagementWorkspacesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post contentmanagement workspaces unsupported media type response has a 2xx status code

func (*PostContentmanagementWorkspacesUnsupportedMediaType) String

type PutContentmanagementWorkspaceBadRequest

type PutContentmanagementWorkspaceBadRequest struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutContentmanagementWorkspaceBadRequest

func NewPutContentmanagementWorkspaceBadRequest() *PutContentmanagementWorkspaceBadRequest

NewPutContentmanagementWorkspaceBadRequest creates a PutContentmanagementWorkspaceBadRequest with default headers values

func (*PutContentmanagementWorkspaceBadRequest) Error

func (*PutContentmanagementWorkspaceBadRequest) GetPayload

func (*PutContentmanagementWorkspaceBadRequest) IsClientError

func (o *PutContentmanagementWorkspaceBadRequest) IsClientError() bool

IsClientError returns true when this put contentmanagement workspace bad request response has a 4xx status code

func (*PutContentmanagementWorkspaceBadRequest) IsCode

IsCode returns true when this put contentmanagement workspace bad request response a status code equal to that given

func (*PutContentmanagementWorkspaceBadRequest) IsRedirect

IsRedirect returns true when this put contentmanagement workspace bad request response has a 3xx status code

func (*PutContentmanagementWorkspaceBadRequest) IsServerError

func (o *PutContentmanagementWorkspaceBadRequest) IsServerError() bool

IsServerError returns true when this put contentmanagement workspace bad request response has a 5xx status code

func (*PutContentmanagementWorkspaceBadRequest) IsSuccess

IsSuccess returns true when this put contentmanagement workspace bad request response has a 2xx status code

func (*PutContentmanagementWorkspaceBadRequest) String

type PutContentmanagementWorkspaceForbidden

type PutContentmanagementWorkspaceForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPutContentmanagementWorkspaceForbidden

func NewPutContentmanagementWorkspaceForbidden() *PutContentmanagementWorkspaceForbidden

NewPutContentmanagementWorkspaceForbidden creates a PutContentmanagementWorkspaceForbidden with default headers values

func (*PutContentmanagementWorkspaceForbidden) Error

func (*PutContentmanagementWorkspaceForbidden) GetPayload

func (*PutContentmanagementWorkspaceForbidden) IsClientError

func (o *PutContentmanagementWorkspaceForbidden) IsClientError() bool

IsClientError returns true when this put contentmanagement workspace forbidden response has a 4xx status code

func (*PutContentmanagementWorkspaceForbidden) IsCode

IsCode returns true when this put contentmanagement workspace forbidden response a status code equal to that given

func (*PutContentmanagementWorkspaceForbidden) IsRedirect

IsRedirect returns true when this put contentmanagement workspace forbidden response has a 3xx status code

func (*PutContentmanagementWorkspaceForbidden) IsServerError

func (o *PutContentmanagementWorkspaceForbidden) IsServerError() bool

IsServerError returns true when this put contentmanagement workspace forbidden response has a 5xx status code

func (*PutContentmanagementWorkspaceForbidden) IsSuccess

IsSuccess returns true when this put contentmanagement workspace forbidden response has a 2xx status code

func (*PutContentmanagementWorkspaceForbidden) String

type PutContentmanagementWorkspaceGatewayTimeout

type PutContentmanagementWorkspaceGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutContentmanagementWorkspaceGatewayTimeout

func NewPutContentmanagementWorkspaceGatewayTimeout() *PutContentmanagementWorkspaceGatewayTimeout

NewPutContentmanagementWorkspaceGatewayTimeout creates a PutContentmanagementWorkspaceGatewayTimeout with default headers values

func (*PutContentmanagementWorkspaceGatewayTimeout) Error

func (*PutContentmanagementWorkspaceGatewayTimeout) GetPayload

func (*PutContentmanagementWorkspaceGatewayTimeout) IsClientError

IsClientError returns true when this put contentmanagement workspace gateway timeout response has a 4xx status code

func (*PutContentmanagementWorkspaceGatewayTimeout) IsCode

IsCode returns true when this put contentmanagement workspace gateway timeout response a status code equal to that given

func (*PutContentmanagementWorkspaceGatewayTimeout) IsRedirect

IsRedirect returns true when this put contentmanagement workspace gateway timeout response has a 3xx status code

func (*PutContentmanagementWorkspaceGatewayTimeout) IsServerError

IsServerError returns true when this put contentmanagement workspace gateway timeout response has a 5xx status code

func (*PutContentmanagementWorkspaceGatewayTimeout) IsSuccess

IsSuccess returns true when this put contentmanagement workspace gateway timeout response has a 2xx status code

func (*PutContentmanagementWorkspaceGatewayTimeout) String

type PutContentmanagementWorkspaceInternalServerError

type PutContentmanagementWorkspaceInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutContentmanagementWorkspaceInternalServerError

func NewPutContentmanagementWorkspaceInternalServerError() *PutContentmanagementWorkspaceInternalServerError

NewPutContentmanagementWorkspaceInternalServerError creates a PutContentmanagementWorkspaceInternalServerError with default headers values

func (*PutContentmanagementWorkspaceInternalServerError) Error

func (*PutContentmanagementWorkspaceInternalServerError) GetPayload

func (*PutContentmanagementWorkspaceInternalServerError) IsClientError

IsClientError returns true when this put contentmanagement workspace internal server error response has a 4xx status code

func (*PutContentmanagementWorkspaceInternalServerError) IsCode

IsCode returns true when this put contentmanagement workspace internal server error response a status code equal to that given

func (*PutContentmanagementWorkspaceInternalServerError) IsRedirect

IsRedirect returns true when this put contentmanagement workspace internal server error response has a 3xx status code

func (*PutContentmanagementWorkspaceInternalServerError) IsServerError

IsServerError returns true when this put contentmanagement workspace internal server error response has a 5xx status code

func (*PutContentmanagementWorkspaceInternalServerError) IsSuccess

IsSuccess returns true when this put contentmanagement workspace internal server error response has a 2xx status code

func (*PutContentmanagementWorkspaceInternalServerError) String

type PutContentmanagementWorkspaceMemberBadRequest

type PutContentmanagementWorkspaceMemberBadRequest struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceMemberBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutContentmanagementWorkspaceMemberBadRequest

func NewPutContentmanagementWorkspaceMemberBadRequest() *PutContentmanagementWorkspaceMemberBadRequest

NewPutContentmanagementWorkspaceMemberBadRequest creates a PutContentmanagementWorkspaceMemberBadRequest with default headers values

func (*PutContentmanagementWorkspaceMemberBadRequest) Error

func (*PutContentmanagementWorkspaceMemberBadRequest) GetPayload

func (*PutContentmanagementWorkspaceMemberBadRequest) IsClientError

IsClientError returns true when this put contentmanagement workspace member bad request response has a 4xx status code

func (*PutContentmanagementWorkspaceMemberBadRequest) IsCode

IsCode returns true when this put contentmanagement workspace member bad request response a status code equal to that given

func (*PutContentmanagementWorkspaceMemberBadRequest) IsRedirect

IsRedirect returns true when this put contentmanagement workspace member bad request response has a 3xx status code

func (*PutContentmanagementWorkspaceMemberBadRequest) IsServerError

IsServerError returns true when this put contentmanagement workspace member bad request response has a 5xx status code

func (*PutContentmanagementWorkspaceMemberBadRequest) IsSuccess

IsSuccess returns true when this put contentmanagement workspace member bad request response has a 2xx status code

func (*PutContentmanagementWorkspaceMemberBadRequest) String

type PutContentmanagementWorkspaceMemberForbidden

type PutContentmanagementWorkspaceMemberForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPutContentmanagementWorkspaceMemberForbidden

func NewPutContentmanagementWorkspaceMemberForbidden() *PutContentmanagementWorkspaceMemberForbidden

NewPutContentmanagementWorkspaceMemberForbidden creates a PutContentmanagementWorkspaceMemberForbidden with default headers values

func (*PutContentmanagementWorkspaceMemberForbidden) Error

func (*PutContentmanagementWorkspaceMemberForbidden) GetPayload

func (*PutContentmanagementWorkspaceMemberForbidden) IsClientError

IsClientError returns true when this put contentmanagement workspace member forbidden response has a 4xx status code

func (*PutContentmanagementWorkspaceMemberForbidden) IsCode

IsCode returns true when this put contentmanagement workspace member forbidden response a status code equal to that given

func (*PutContentmanagementWorkspaceMemberForbidden) IsRedirect

IsRedirect returns true when this put contentmanagement workspace member forbidden response has a 3xx status code

func (*PutContentmanagementWorkspaceMemberForbidden) IsServerError

IsServerError returns true when this put contentmanagement workspace member forbidden response has a 5xx status code

func (*PutContentmanagementWorkspaceMemberForbidden) IsSuccess

IsSuccess returns true when this put contentmanagement workspace member forbidden response has a 2xx status code

func (*PutContentmanagementWorkspaceMemberForbidden) String

type PutContentmanagementWorkspaceMemberGatewayTimeout

type PutContentmanagementWorkspaceMemberGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceMemberGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutContentmanagementWorkspaceMemberGatewayTimeout

func NewPutContentmanagementWorkspaceMemberGatewayTimeout() *PutContentmanagementWorkspaceMemberGatewayTimeout

NewPutContentmanagementWorkspaceMemberGatewayTimeout creates a PutContentmanagementWorkspaceMemberGatewayTimeout with default headers values

func (*PutContentmanagementWorkspaceMemberGatewayTimeout) Error

func (*PutContentmanagementWorkspaceMemberGatewayTimeout) GetPayload

func (*PutContentmanagementWorkspaceMemberGatewayTimeout) IsClientError

IsClientError returns true when this put contentmanagement workspace member gateway timeout response has a 4xx status code

func (*PutContentmanagementWorkspaceMemberGatewayTimeout) IsCode

IsCode returns true when this put contentmanagement workspace member gateway timeout response a status code equal to that given

func (*PutContentmanagementWorkspaceMemberGatewayTimeout) IsRedirect

IsRedirect returns true when this put contentmanagement workspace member gateway timeout response has a 3xx status code

func (*PutContentmanagementWorkspaceMemberGatewayTimeout) IsServerError

IsServerError returns true when this put contentmanagement workspace member gateway timeout response has a 5xx status code

func (*PutContentmanagementWorkspaceMemberGatewayTimeout) IsSuccess

IsSuccess returns true when this put contentmanagement workspace member gateway timeout response has a 2xx status code

func (*PutContentmanagementWorkspaceMemberGatewayTimeout) String

type PutContentmanagementWorkspaceMemberInternalServerError

type PutContentmanagementWorkspaceMemberInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutContentmanagementWorkspaceMemberInternalServerError

func NewPutContentmanagementWorkspaceMemberInternalServerError() *PutContentmanagementWorkspaceMemberInternalServerError

NewPutContentmanagementWorkspaceMemberInternalServerError creates a PutContentmanagementWorkspaceMemberInternalServerError with default headers values

func (*PutContentmanagementWorkspaceMemberInternalServerError) Error

func (*PutContentmanagementWorkspaceMemberInternalServerError) GetPayload

func (*PutContentmanagementWorkspaceMemberInternalServerError) IsClientError

IsClientError returns true when this put contentmanagement workspace member internal server error response has a 4xx status code

func (*PutContentmanagementWorkspaceMemberInternalServerError) IsCode

IsCode returns true when this put contentmanagement workspace member internal server error response a status code equal to that given

func (*PutContentmanagementWorkspaceMemberInternalServerError) IsRedirect

IsRedirect returns true when this put contentmanagement workspace member internal server error response has a 3xx status code

func (*PutContentmanagementWorkspaceMemberInternalServerError) IsServerError

IsServerError returns true when this put contentmanagement workspace member internal server error response has a 5xx status code

func (*PutContentmanagementWorkspaceMemberInternalServerError) IsSuccess

IsSuccess returns true when this put contentmanagement workspace member internal server error response has a 2xx status code

func (*PutContentmanagementWorkspaceMemberInternalServerError) String

type PutContentmanagementWorkspaceMemberNotFound

type PutContentmanagementWorkspaceMemberNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPutContentmanagementWorkspaceMemberNotFound

func NewPutContentmanagementWorkspaceMemberNotFound() *PutContentmanagementWorkspaceMemberNotFound

NewPutContentmanagementWorkspaceMemberNotFound creates a PutContentmanagementWorkspaceMemberNotFound with default headers values

func (*PutContentmanagementWorkspaceMemberNotFound) Error

func (*PutContentmanagementWorkspaceMemberNotFound) GetPayload

func (*PutContentmanagementWorkspaceMemberNotFound) IsClientError

IsClientError returns true when this put contentmanagement workspace member not found response has a 4xx status code

func (*PutContentmanagementWorkspaceMemberNotFound) IsCode

IsCode returns true when this put contentmanagement workspace member not found response a status code equal to that given

func (*PutContentmanagementWorkspaceMemberNotFound) IsRedirect

IsRedirect returns true when this put contentmanagement workspace member not found response has a 3xx status code

func (*PutContentmanagementWorkspaceMemberNotFound) IsServerError

IsServerError returns true when this put contentmanagement workspace member not found response has a 5xx status code

func (*PutContentmanagementWorkspaceMemberNotFound) IsSuccess

IsSuccess returns true when this put contentmanagement workspace member not found response has a 2xx status code

func (*PutContentmanagementWorkspaceMemberNotFound) String

type PutContentmanagementWorkspaceMemberOK

type PutContentmanagementWorkspaceMemberOK struct {
	Payload *models.WorkspaceMember
}

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

successful operation

func NewPutContentmanagementWorkspaceMemberOK

func NewPutContentmanagementWorkspaceMemberOK() *PutContentmanagementWorkspaceMemberOK

NewPutContentmanagementWorkspaceMemberOK creates a PutContentmanagementWorkspaceMemberOK with default headers values

func (*PutContentmanagementWorkspaceMemberOK) Error

func (*PutContentmanagementWorkspaceMemberOK) GetPayload

func (*PutContentmanagementWorkspaceMemberOK) IsClientError

func (o *PutContentmanagementWorkspaceMemberOK) IsClientError() bool

IsClientError returns true when this put contentmanagement workspace member o k response has a 4xx status code

func (*PutContentmanagementWorkspaceMemberOK) IsCode

IsCode returns true when this put contentmanagement workspace member o k response a status code equal to that given

func (*PutContentmanagementWorkspaceMemberOK) IsRedirect

IsRedirect returns true when this put contentmanagement workspace member o k response has a 3xx status code

func (*PutContentmanagementWorkspaceMemberOK) IsServerError

func (o *PutContentmanagementWorkspaceMemberOK) IsServerError() bool

IsServerError returns true when this put contentmanagement workspace member o k response has a 5xx status code

func (*PutContentmanagementWorkspaceMemberOK) IsSuccess

IsSuccess returns true when this put contentmanagement workspace member o k response has a 2xx status code

func (*PutContentmanagementWorkspaceMemberOK) String

type PutContentmanagementWorkspaceMemberParams

type PutContentmanagementWorkspaceMemberParams struct {

	/* Body.

	   Workspace Member
	*/
	Body *models.WorkspaceMember

	/* MemberID.

	   Member ID
	*/
	MemberID string

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

PutContentmanagementWorkspaceMemberParams contains all the parameters to send to the API endpoint

for the put contentmanagement workspace member operation.

Typically these are written to a http.Request.

func NewPutContentmanagementWorkspaceMemberParams

func NewPutContentmanagementWorkspaceMemberParams() *PutContentmanagementWorkspaceMemberParams

NewPutContentmanagementWorkspaceMemberParams creates a new PutContentmanagementWorkspaceMemberParams 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 NewPutContentmanagementWorkspaceMemberParamsWithContext

func NewPutContentmanagementWorkspaceMemberParamsWithContext(ctx context.Context) *PutContentmanagementWorkspaceMemberParams

NewPutContentmanagementWorkspaceMemberParamsWithContext creates a new PutContentmanagementWorkspaceMemberParams object with the ability to set a context for a request.

func NewPutContentmanagementWorkspaceMemberParamsWithHTTPClient

func NewPutContentmanagementWorkspaceMemberParamsWithHTTPClient(client *http.Client) *PutContentmanagementWorkspaceMemberParams

NewPutContentmanagementWorkspaceMemberParamsWithHTTPClient creates a new PutContentmanagementWorkspaceMemberParams object with the ability to set a custom HTTPClient for a request.

func NewPutContentmanagementWorkspaceMemberParamsWithTimeout

func NewPutContentmanagementWorkspaceMemberParamsWithTimeout(timeout time.Duration) *PutContentmanagementWorkspaceMemberParams

NewPutContentmanagementWorkspaceMemberParamsWithTimeout creates a new PutContentmanagementWorkspaceMemberParams object with the ability to set a timeout on a request.

func (*PutContentmanagementWorkspaceMemberParams) SetBody

SetBody adds the body to the put contentmanagement workspace member params

func (*PutContentmanagementWorkspaceMemberParams) SetContext

SetContext adds the context to the put contentmanagement workspace member params

func (*PutContentmanagementWorkspaceMemberParams) SetDefaults

SetDefaults hydrates default values in the put contentmanagement workspace member params (not the query body).

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

func (*PutContentmanagementWorkspaceMemberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put contentmanagement workspace member params

func (*PutContentmanagementWorkspaceMemberParams) SetMemberID

func (o *PutContentmanagementWorkspaceMemberParams) SetMemberID(memberID string)

SetMemberID adds the memberId to the put contentmanagement workspace member params

func (*PutContentmanagementWorkspaceMemberParams) SetTimeout

SetTimeout adds the timeout to the put contentmanagement workspace member params

func (*PutContentmanagementWorkspaceMemberParams) SetWorkspaceID

func (o *PutContentmanagementWorkspaceMemberParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the put contentmanagement workspace member params

func (*PutContentmanagementWorkspaceMemberParams) WithBody

WithBody adds the body to the put contentmanagement workspace member params

func (*PutContentmanagementWorkspaceMemberParams) WithContext

WithContext adds the context to the put contentmanagement workspace member params

func (*PutContentmanagementWorkspaceMemberParams) WithDefaults

WithDefaults hydrates default values in the put contentmanagement workspace member params (not the query body).

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

func (*PutContentmanagementWorkspaceMemberParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put contentmanagement workspace member params

func (*PutContentmanagementWorkspaceMemberParams) WithMemberID

WithMemberID adds the memberID to the put contentmanagement workspace member params

func (*PutContentmanagementWorkspaceMemberParams) WithTimeout

WithTimeout adds the timeout to the put contentmanagement workspace member params

func (*PutContentmanagementWorkspaceMemberParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the put contentmanagement workspace member params

func (*PutContentmanagementWorkspaceMemberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutContentmanagementWorkspaceMemberReader

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

PutContentmanagementWorkspaceMemberReader is a Reader for the PutContentmanagementWorkspaceMember structure.

func (*PutContentmanagementWorkspaceMemberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutContentmanagementWorkspaceMemberRequestEntityTooLarge

type PutContentmanagementWorkspaceMemberRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceMemberRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutContentmanagementWorkspaceMemberRequestEntityTooLarge

func NewPutContentmanagementWorkspaceMemberRequestEntityTooLarge() *PutContentmanagementWorkspaceMemberRequestEntityTooLarge

NewPutContentmanagementWorkspaceMemberRequestEntityTooLarge creates a PutContentmanagementWorkspaceMemberRequestEntityTooLarge with default headers values

func (*PutContentmanagementWorkspaceMemberRequestEntityTooLarge) Error

func (*PutContentmanagementWorkspaceMemberRequestEntityTooLarge) GetPayload

func (*PutContentmanagementWorkspaceMemberRequestEntityTooLarge) IsClientError

IsClientError returns true when this put contentmanagement workspace member request entity too large response has a 4xx status code

func (*PutContentmanagementWorkspaceMemberRequestEntityTooLarge) IsCode

IsCode returns true when this put contentmanagement workspace member request entity too large response a status code equal to that given

func (*PutContentmanagementWorkspaceMemberRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put contentmanagement workspace member request entity too large response has a 3xx status code

func (*PutContentmanagementWorkspaceMemberRequestEntityTooLarge) IsServerError

IsServerError returns true when this put contentmanagement workspace member request entity too large response has a 5xx status code

func (*PutContentmanagementWorkspaceMemberRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put contentmanagement workspace member request entity too large response has a 2xx status code

func (*PutContentmanagementWorkspaceMemberRequestEntityTooLarge) String

type PutContentmanagementWorkspaceMemberRequestTimeout

type PutContentmanagementWorkspaceMemberRequestTimeout struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceMemberRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutContentmanagementWorkspaceMemberRequestTimeout

func NewPutContentmanagementWorkspaceMemberRequestTimeout() *PutContentmanagementWorkspaceMemberRequestTimeout

NewPutContentmanagementWorkspaceMemberRequestTimeout creates a PutContentmanagementWorkspaceMemberRequestTimeout with default headers values

func (*PutContentmanagementWorkspaceMemberRequestTimeout) Error

func (*PutContentmanagementWorkspaceMemberRequestTimeout) GetPayload

func (*PutContentmanagementWorkspaceMemberRequestTimeout) IsClientError

IsClientError returns true when this put contentmanagement workspace member request timeout response has a 4xx status code

func (*PutContentmanagementWorkspaceMemberRequestTimeout) IsCode

IsCode returns true when this put contentmanagement workspace member request timeout response a status code equal to that given

func (*PutContentmanagementWorkspaceMemberRequestTimeout) IsRedirect

IsRedirect returns true when this put contentmanagement workspace member request timeout response has a 3xx status code

func (*PutContentmanagementWorkspaceMemberRequestTimeout) IsServerError

IsServerError returns true when this put contentmanagement workspace member request timeout response has a 5xx status code

func (*PutContentmanagementWorkspaceMemberRequestTimeout) IsSuccess

IsSuccess returns true when this put contentmanagement workspace member request timeout response has a 2xx status code

func (*PutContentmanagementWorkspaceMemberRequestTimeout) String

type PutContentmanagementWorkspaceMemberServiceUnavailable

type PutContentmanagementWorkspaceMemberServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceMemberServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutContentmanagementWorkspaceMemberServiceUnavailable

func NewPutContentmanagementWorkspaceMemberServiceUnavailable() *PutContentmanagementWorkspaceMemberServiceUnavailable

NewPutContentmanagementWorkspaceMemberServiceUnavailable creates a PutContentmanagementWorkspaceMemberServiceUnavailable with default headers values

func (*PutContentmanagementWorkspaceMemberServiceUnavailable) Error

func (*PutContentmanagementWorkspaceMemberServiceUnavailable) GetPayload

func (*PutContentmanagementWorkspaceMemberServiceUnavailable) IsClientError

IsClientError returns true when this put contentmanagement workspace member service unavailable response has a 4xx status code

func (*PutContentmanagementWorkspaceMemberServiceUnavailable) IsCode

IsCode returns true when this put contentmanagement workspace member service unavailable response a status code equal to that given

func (*PutContentmanagementWorkspaceMemberServiceUnavailable) IsRedirect

IsRedirect returns true when this put contentmanagement workspace member service unavailable response has a 3xx status code

func (*PutContentmanagementWorkspaceMemberServiceUnavailable) IsServerError

IsServerError returns true when this put contentmanagement workspace member service unavailable response has a 5xx status code

func (*PutContentmanagementWorkspaceMemberServiceUnavailable) IsSuccess

IsSuccess returns true when this put contentmanagement workspace member service unavailable response has a 2xx status code

func (*PutContentmanagementWorkspaceMemberServiceUnavailable) String

type PutContentmanagementWorkspaceMemberTooManyRequests

type PutContentmanagementWorkspaceMemberTooManyRequests struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceMemberTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutContentmanagementWorkspaceMemberTooManyRequests

func NewPutContentmanagementWorkspaceMemberTooManyRequests() *PutContentmanagementWorkspaceMemberTooManyRequests

NewPutContentmanagementWorkspaceMemberTooManyRequests creates a PutContentmanagementWorkspaceMemberTooManyRequests with default headers values

func (*PutContentmanagementWorkspaceMemberTooManyRequests) Error

func (*PutContentmanagementWorkspaceMemberTooManyRequests) GetPayload

func (*PutContentmanagementWorkspaceMemberTooManyRequests) IsClientError

IsClientError returns true when this put contentmanagement workspace member too many requests response has a 4xx status code

func (*PutContentmanagementWorkspaceMemberTooManyRequests) IsCode

IsCode returns true when this put contentmanagement workspace member too many requests response a status code equal to that given

func (*PutContentmanagementWorkspaceMemberTooManyRequests) IsRedirect

IsRedirect returns true when this put contentmanagement workspace member too many requests response has a 3xx status code

func (*PutContentmanagementWorkspaceMemberTooManyRequests) IsServerError

IsServerError returns true when this put contentmanagement workspace member too many requests response has a 5xx status code

func (*PutContentmanagementWorkspaceMemberTooManyRequests) IsSuccess

IsSuccess returns true when this put contentmanagement workspace member too many requests response has a 2xx status code

func (*PutContentmanagementWorkspaceMemberTooManyRequests) String

type PutContentmanagementWorkspaceMemberUnauthorized

type PutContentmanagementWorkspaceMemberUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPutContentmanagementWorkspaceMemberUnauthorized

func NewPutContentmanagementWorkspaceMemberUnauthorized() *PutContentmanagementWorkspaceMemberUnauthorized

NewPutContentmanagementWorkspaceMemberUnauthorized creates a PutContentmanagementWorkspaceMemberUnauthorized with default headers values

func (*PutContentmanagementWorkspaceMemberUnauthorized) Error

func (*PutContentmanagementWorkspaceMemberUnauthorized) GetPayload

func (*PutContentmanagementWorkspaceMemberUnauthorized) IsClientError

IsClientError returns true when this put contentmanagement workspace member unauthorized response has a 4xx status code

func (*PutContentmanagementWorkspaceMemberUnauthorized) IsCode

IsCode returns true when this put contentmanagement workspace member unauthorized response a status code equal to that given

func (*PutContentmanagementWorkspaceMemberUnauthorized) IsRedirect

IsRedirect returns true when this put contentmanagement workspace member unauthorized response has a 3xx status code

func (*PutContentmanagementWorkspaceMemberUnauthorized) IsServerError

IsServerError returns true when this put contentmanagement workspace member unauthorized response has a 5xx status code

func (*PutContentmanagementWorkspaceMemberUnauthorized) IsSuccess

IsSuccess returns true when this put contentmanagement workspace member unauthorized response has a 2xx status code

func (*PutContentmanagementWorkspaceMemberUnauthorized) String

type PutContentmanagementWorkspaceMemberUnsupportedMediaType

type PutContentmanagementWorkspaceMemberUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceMemberUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutContentmanagementWorkspaceMemberUnsupportedMediaType

func NewPutContentmanagementWorkspaceMemberUnsupportedMediaType() *PutContentmanagementWorkspaceMemberUnsupportedMediaType

NewPutContentmanagementWorkspaceMemberUnsupportedMediaType creates a PutContentmanagementWorkspaceMemberUnsupportedMediaType with default headers values

func (*PutContentmanagementWorkspaceMemberUnsupportedMediaType) Error

func (*PutContentmanagementWorkspaceMemberUnsupportedMediaType) GetPayload

func (*PutContentmanagementWorkspaceMemberUnsupportedMediaType) IsClientError

IsClientError returns true when this put contentmanagement workspace member unsupported media type response has a 4xx status code

func (*PutContentmanagementWorkspaceMemberUnsupportedMediaType) IsCode

IsCode returns true when this put contentmanagement workspace member unsupported media type response a status code equal to that given

func (*PutContentmanagementWorkspaceMemberUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put contentmanagement workspace member unsupported media type response has a 3xx status code

func (*PutContentmanagementWorkspaceMemberUnsupportedMediaType) IsServerError

IsServerError returns true when this put contentmanagement workspace member unsupported media type response has a 5xx status code

func (*PutContentmanagementWorkspaceMemberUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put contentmanagement workspace member unsupported media type response has a 2xx status code

func (*PutContentmanagementWorkspaceMemberUnsupportedMediaType) String

type PutContentmanagementWorkspaceNotFound

type PutContentmanagementWorkspaceNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPutContentmanagementWorkspaceNotFound

func NewPutContentmanagementWorkspaceNotFound() *PutContentmanagementWorkspaceNotFound

NewPutContentmanagementWorkspaceNotFound creates a PutContentmanagementWorkspaceNotFound with default headers values

func (*PutContentmanagementWorkspaceNotFound) Error

func (*PutContentmanagementWorkspaceNotFound) GetPayload

func (*PutContentmanagementWorkspaceNotFound) IsClientError

func (o *PutContentmanagementWorkspaceNotFound) IsClientError() bool

IsClientError returns true when this put contentmanagement workspace not found response has a 4xx status code

func (*PutContentmanagementWorkspaceNotFound) IsCode

IsCode returns true when this put contentmanagement workspace not found response a status code equal to that given

func (*PutContentmanagementWorkspaceNotFound) IsRedirect

IsRedirect returns true when this put contentmanagement workspace not found response has a 3xx status code

func (*PutContentmanagementWorkspaceNotFound) IsServerError

func (o *PutContentmanagementWorkspaceNotFound) IsServerError() bool

IsServerError returns true when this put contentmanagement workspace not found response has a 5xx status code

func (*PutContentmanagementWorkspaceNotFound) IsSuccess

IsSuccess returns true when this put contentmanagement workspace not found response has a 2xx status code

func (*PutContentmanagementWorkspaceNotFound) String

type PutContentmanagementWorkspaceOK

type PutContentmanagementWorkspaceOK struct {
	Payload *models.Workspace
}

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

successful operation

func NewPutContentmanagementWorkspaceOK

func NewPutContentmanagementWorkspaceOK() *PutContentmanagementWorkspaceOK

NewPutContentmanagementWorkspaceOK creates a PutContentmanagementWorkspaceOK with default headers values

func (*PutContentmanagementWorkspaceOK) Error

func (*PutContentmanagementWorkspaceOK) GetPayload

func (*PutContentmanagementWorkspaceOK) IsClientError

func (o *PutContentmanagementWorkspaceOK) IsClientError() bool

IsClientError returns true when this put contentmanagement workspace o k response has a 4xx status code

func (*PutContentmanagementWorkspaceOK) IsCode

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

IsCode returns true when this put contentmanagement workspace o k response a status code equal to that given

func (*PutContentmanagementWorkspaceOK) IsRedirect

func (o *PutContentmanagementWorkspaceOK) IsRedirect() bool

IsRedirect returns true when this put contentmanagement workspace o k response has a 3xx status code

func (*PutContentmanagementWorkspaceOK) IsServerError

func (o *PutContentmanagementWorkspaceOK) IsServerError() bool

IsServerError returns true when this put contentmanagement workspace o k response has a 5xx status code

func (*PutContentmanagementWorkspaceOK) IsSuccess

func (o *PutContentmanagementWorkspaceOK) IsSuccess() bool

IsSuccess returns true when this put contentmanagement workspace o k response has a 2xx status code

func (*PutContentmanagementWorkspaceOK) String

type PutContentmanagementWorkspaceParams

type PutContentmanagementWorkspaceParams struct {

	/* Body.

	   Workspace
	*/
	Body *models.Workspace

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

PutContentmanagementWorkspaceParams contains all the parameters to send to the API endpoint

for the put contentmanagement workspace operation.

Typically these are written to a http.Request.

func NewPutContentmanagementWorkspaceParams

func NewPutContentmanagementWorkspaceParams() *PutContentmanagementWorkspaceParams

NewPutContentmanagementWorkspaceParams creates a new PutContentmanagementWorkspaceParams 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 NewPutContentmanagementWorkspaceParamsWithContext

func NewPutContentmanagementWorkspaceParamsWithContext(ctx context.Context) *PutContentmanagementWorkspaceParams

NewPutContentmanagementWorkspaceParamsWithContext creates a new PutContentmanagementWorkspaceParams object with the ability to set a context for a request.

func NewPutContentmanagementWorkspaceParamsWithHTTPClient

func NewPutContentmanagementWorkspaceParamsWithHTTPClient(client *http.Client) *PutContentmanagementWorkspaceParams

NewPutContentmanagementWorkspaceParamsWithHTTPClient creates a new PutContentmanagementWorkspaceParams object with the ability to set a custom HTTPClient for a request.

func NewPutContentmanagementWorkspaceParamsWithTimeout

func NewPutContentmanagementWorkspaceParamsWithTimeout(timeout time.Duration) *PutContentmanagementWorkspaceParams

NewPutContentmanagementWorkspaceParamsWithTimeout creates a new PutContentmanagementWorkspaceParams object with the ability to set a timeout on a request.

func (*PutContentmanagementWorkspaceParams) SetBody

SetBody adds the body to the put contentmanagement workspace params

func (*PutContentmanagementWorkspaceParams) SetContext

SetContext adds the context to the put contentmanagement workspace params

func (*PutContentmanagementWorkspaceParams) SetDefaults

func (o *PutContentmanagementWorkspaceParams) SetDefaults()

SetDefaults hydrates default values in the put contentmanagement workspace params (not the query body).

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

func (*PutContentmanagementWorkspaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put contentmanagement workspace params

func (*PutContentmanagementWorkspaceParams) SetTimeout

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

SetTimeout adds the timeout to the put contentmanagement workspace params

func (*PutContentmanagementWorkspaceParams) SetWorkspaceID

func (o *PutContentmanagementWorkspaceParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the put contentmanagement workspace params

func (*PutContentmanagementWorkspaceParams) WithBody

WithBody adds the body to the put contentmanagement workspace params

func (*PutContentmanagementWorkspaceParams) WithContext

WithContext adds the context to the put contentmanagement workspace params

func (*PutContentmanagementWorkspaceParams) WithDefaults

WithDefaults hydrates default values in the put contentmanagement workspace params (not the query body).

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

func (*PutContentmanagementWorkspaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put contentmanagement workspace params

func (*PutContentmanagementWorkspaceParams) WithTimeout

WithTimeout adds the timeout to the put contentmanagement workspace params

func (*PutContentmanagementWorkspaceParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the put contentmanagement workspace params

func (*PutContentmanagementWorkspaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutContentmanagementWorkspaceReader

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

PutContentmanagementWorkspaceReader is a Reader for the PutContentmanagementWorkspace structure.

func (*PutContentmanagementWorkspaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutContentmanagementWorkspaceRequestEntityTooLarge

type PutContentmanagementWorkspaceRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutContentmanagementWorkspaceRequestEntityTooLarge

func NewPutContentmanagementWorkspaceRequestEntityTooLarge() *PutContentmanagementWorkspaceRequestEntityTooLarge

NewPutContentmanagementWorkspaceRequestEntityTooLarge creates a PutContentmanagementWorkspaceRequestEntityTooLarge with default headers values

func (*PutContentmanagementWorkspaceRequestEntityTooLarge) Error

func (*PutContentmanagementWorkspaceRequestEntityTooLarge) GetPayload

func (*PutContentmanagementWorkspaceRequestEntityTooLarge) IsClientError

IsClientError returns true when this put contentmanagement workspace request entity too large response has a 4xx status code

func (*PutContentmanagementWorkspaceRequestEntityTooLarge) IsCode

IsCode returns true when this put contentmanagement workspace request entity too large response a status code equal to that given

func (*PutContentmanagementWorkspaceRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put contentmanagement workspace request entity too large response has a 3xx status code

func (*PutContentmanagementWorkspaceRequestEntityTooLarge) IsServerError

IsServerError returns true when this put contentmanagement workspace request entity too large response has a 5xx status code

func (*PutContentmanagementWorkspaceRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put contentmanagement workspace request entity too large response has a 2xx status code

func (*PutContentmanagementWorkspaceRequestEntityTooLarge) String

type PutContentmanagementWorkspaceRequestTimeout

type PutContentmanagementWorkspaceRequestTimeout struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutContentmanagementWorkspaceRequestTimeout

func NewPutContentmanagementWorkspaceRequestTimeout() *PutContentmanagementWorkspaceRequestTimeout

NewPutContentmanagementWorkspaceRequestTimeout creates a PutContentmanagementWorkspaceRequestTimeout with default headers values

func (*PutContentmanagementWorkspaceRequestTimeout) Error

func (*PutContentmanagementWorkspaceRequestTimeout) GetPayload

func (*PutContentmanagementWorkspaceRequestTimeout) IsClientError

IsClientError returns true when this put contentmanagement workspace request timeout response has a 4xx status code

func (*PutContentmanagementWorkspaceRequestTimeout) IsCode

IsCode returns true when this put contentmanagement workspace request timeout response a status code equal to that given

func (*PutContentmanagementWorkspaceRequestTimeout) IsRedirect

IsRedirect returns true when this put contentmanagement workspace request timeout response has a 3xx status code

func (*PutContentmanagementWorkspaceRequestTimeout) IsServerError

IsServerError returns true when this put contentmanagement workspace request timeout response has a 5xx status code

func (*PutContentmanagementWorkspaceRequestTimeout) IsSuccess

IsSuccess returns true when this put contentmanagement workspace request timeout response has a 2xx status code

func (*PutContentmanagementWorkspaceRequestTimeout) String

type PutContentmanagementWorkspaceServiceUnavailable

type PutContentmanagementWorkspaceServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutContentmanagementWorkspaceServiceUnavailable

func NewPutContentmanagementWorkspaceServiceUnavailable() *PutContentmanagementWorkspaceServiceUnavailable

NewPutContentmanagementWorkspaceServiceUnavailable creates a PutContentmanagementWorkspaceServiceUnavailable with default headers values

func (*PutContentmanagementWorkspaceServiceUnavailable) Error

func (*PutContentmanagementWorkspaceServiceUnavailable) GetPayload

func (*PutContentmanagementWorkspaceServiceUnavailable) IsClientError

IsClientError returns true when this put contentmanagement workspace service unavailable response has a 4xx status code

func (*PutContentmanagementWorkspaceServiceUnavailable) IsCode

IsCode returns true when this put contentmanagement workspace service unavailable response a status code equal to that given

func (*PutContentmanagementWorkspaceServiceUnavailable) IsRedirect

IsRedirect returns true when this put contentmanagement workspace service unavailable response has a 3xx status code

func (*PutContentmanagementWorkspaceServiceUnavailable) IsServerError

IsServerError returns true when this put contentmanagement workspace service unavailable response has a 5xx status code

func (*PutContentmanagementWorkspaceServiceUnavailable) IsSuccess

IsSuccess returns true when this put contentmanagement workspace service unavailable response has a 2xx status code

func (*PutContentmanagementWorkspaceServiceUnavailable) String

type PutContentmanagementWorkspaceTagvalueAccepted

type PutContentmanagementWorkspaceTagvalueAccepted struct {
}

PutContentmanagementWorkspaceTagvalueAccepted describes a response with status code 202, with default header values.

Accepted - Processing Update

func NewPutContentmanagementWorkspaceTagvalueAccepted

func NewPutContentmanagementWorkspaceTagvalueAccepted() *PutContentmanagementWorkspaceTagvalueAccepted

NewPutContentmanagementWorkspaceTagvalueAccepted creates a PutContentmanagementWorkspaceTagvalueAccepted with default headers values

func (*PutContentmanagementWorkspaceTagvalueAccepted) Error

func (*PutContentmanagementWorkspaceTagvalueAccepted) IsClientError

IsClientError returns true when this put contentmanagement workspace tagvalue accepted response has a 4xx status code

func (*PutContentmanagementWorkspaceTagvalueAccepted) IsCode

IsCode returns true when this put contentmanagement workspace tagvalue accepted response a status code equal to that given

func (*PutContentmanagementWorkspaceTagvalueAccepted) IsRedirect

IsRedirect returns true when this put contentmanagement workspace tagvalue accepted response has a 3xx status code

func (*PutContentmanagementWorkspaceTagvalueAccepted) IsServerError

IsServerError returns true when this put contentmanagement workspace tagvalue accepted response has a 5xx status code

func (*PutContentmanagementWorkspaceTagvalueAccepted) IsSuccess

IsSuccess returns true when this put contentmanagement workspace tagvalue accepted response has a 2xx status code

func (*PutContentmanagementWorkspaceTagvalueAccepted) String

type PutContentmanagementWorkspaceTagvalueBadRequest

type PutContentmanagementWorkspaceTagvalueBadRequest struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceTagvalueBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutContentmanagementWorkspaceTagvalueBadRequest

func NewPutContentmanagementWorkspaceTagvalueBadRequest() *PutContentmanagementWorkspaceTagvalueBadRequest

NewPutContentmanagementWorkspaceTagvalueBadRequest creates a PutContentmanagementWorkspaceTagvalueBadRequest with default headers values

func (*PutContentmanagementWorkspaceTagvalueBadRequest) Error

func (*PutContentmanagementWorkspaceTagvalueBadRequest) GetPayload

func (*PutContentmanagementWorkspaceTagvalueBadRequest) IsClientError

IsClientError returns true when this put contentmanagement workspace tagvalue bad request response has a 4xx status code

func (*PutContentmanagementWorkspaceTagvalueBadRequest) IsCode

IsCode returns true when this put contentmanagement workspace tagvalue bad request response a status code equal to that given

func (*PutContentmanagementWorkspaceTagvalueBadRequest) IsRedirect

IsRedirect returns true when this put contentmanagement workspace tagvalue bad request response has a 3xx status code

func (*PutContentmanagementWorkspaceTagvalueBadRequest) IsServerError

IsServerError returns true when this put contentmanagement workspace tagvalue bad request response has a 5xx status code

func (*PutContentmanagementWorkspaceTagvalueBadRequest) IsSuccess

IsSuccess returns true when this put contentmanagement workspace tagvalue bad request response has a 2xx status code

func (*PutContentmanagementWorkspaceTagvalueBadRequest) String

type PutContentmanagementWorkspaceTagvalueForbidden

type PutContentmanagementWorkspaceTagvalueForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPutContentmanagementWorkspaceTagvalueForbidden

func NewPutContentmanagementWorkspaceTagvalueForbidden() *PutContentmanagementWorkspaceTagvalueForbidden

NewPutContentmanagementWorkspaceTagvalueForbidden creates a PutContentmanagementWorkspaceTagvalueForbidden with default headers values

func (*PutContentmanagementWorkspaceTagvalueForbidden) Error

func (*PutContentmanagementWorkspaceTagvalueForbidden) GetPayload

func (*PutContentmanagementWorkspaceTagvalueForbidden) IsClientError

IsClientError returns true when this put contentmanagement workspace tagvalue forbidden response has a 4xx status code

func (*PutContentmanagementWorkspaceTagvalueForbidden) IsCode

IsCode returns true when this put contentmanagement workspace tagvalue forbidden response a status code equal to that given

func (*PutContentmanagementWorkspaceTagvalueForbidden) IsRedirect

IsRedirect returns true when this put contentmanagement workspace tagvalue forbidden response has a 3xx status code

func (*PutContentmanagementWorkspaceTagvalueForbidden) IsServerError

IsServerError returns true when this put contentmanagement workspace tagvalue forbidden response has a 5xx status code

func (*PutContentmanagementWorkspaceTagvalueForbidden) IsSuccess

IsSuccess returns true when this put contentmanagement workspace tagvalue forbidden response has a 2xx status code

func (*PutContentmanagementWorkspaceTagvalueForbidden) String

type PutContentmanagementWorkspaceTagvalueGatewayTimeout

type PutContentmanagementWorkspaceTagvalueGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceTagvalueGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutContentmanagementWorkspaceTagvalueGatewayTimeout

func NewPutContentmanagementWorkspaceTagvalueGatewayTimeout() *PutContentmanagementWorkspaceTagvalueGatewayTimeout

NewPutContentmanagementWorkspaceTagvalueGatewayTimeout creates a PutContentmanagementWorkspaceTagvalueGatewayTimeout with default headers values

func (*PutContentmanagementWorkspaceTagvalueGatewayTimeout) Error

func (*PutContentmanagementWorkspaceTagvalueGatewayTimeout) GetPayload

func (*PutContentmanagementWorkspaceTagvalueGatewayTimeout) IsClientError

IsClientError returns true when this put contentmanagement workspace tagvalue gateway timeout response has a 4xx status code

func (*PutContentmanagementWorkspaceTagvalueGatewayTimeout) IsCode

IsCode returns true when this put contentmanagement workspace tagvalue gateway timeout response a status code equal to that given

func (*PutContentmanagementWorkspaceTagvalueGatewayTimeout) IsRedirect

IsRedirect returns true when this put contentmanagement workspace tagvalue gateway timeout response has a 3xx status code

func (*PutContentmanagementWorkspaceTagvalueGatewayTimeout) IsServerError

IsServerError returns true when this put contentmanagement workspace tagvalue gateway timeout response has a 5xx status code

func (*PutContentmanagementWorkspaceTagvalueGatewayTimeout) IsSuccess

IsSuccess returns true when this put contentmanagement workspace tagvalue gateway timeout response has a 2xx status code

func (*PutContentmanagementWorkspaceTagvalueGatewayTimeout) String

type PutContentmanagementWorkspaceTagvalueInternalServerError

type PutContentmanagementWorkspaceTagvalueInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutContentmanagementWorkspaceTagvalueInternalServerError

func NewPutContentmanagementWorkspaceTagvalueInternalServerError() *PutContentmanagementWorkspaceTagvalueInternalServerError

NewPutContentmanagementWorkspaceTagvalueInternalServerError creates a PutContentmanagementWorkspaceTagvalueInternalServerError with default headers values

func (*PutContentmanagementWorkspaceTagvalueInternalServerError) Error

func (*PutContentmanagementWorkspaceTagvalueInternalServerError) GetPayload

func (*PutContentmanagementWorkspaceTagvalueInternalServerError) IsClientError

IsClientError returns true when this put contentmanagement workspace tagvalue internal server error response has a 4xx status code

func (*PutContentmanagementWorkspaceTagvalueInternalServerError) IsCode

IsCode returns true when this put contentmanagement workspace tagvalue internal server error response a status code equal to that given

func (*PutContentmanagementWorkspaceTagvalueInternalServerError) IsRedirect

IsRedirect returns true when this put contentmanagement workspace tagvalue internal server error response has a 3xx status code

func (*PutContentmanagementWorkspaceTagvalueInternalServerError) IsServerError

IsServerError returns true when this put contentmanagement workspace tagvalue internal server error response has a 5xx status code

func (*PutContentmanagementWorkspaceTagvalueInternalServerError) IsSuccess

IsSuccess returns true when this put contentmanagement workspace tagvalue internal server error response has a 2xx status code

func (*PutContentmanagementWorkspaceTagvalueInternalServerError) String

type PutContentmanagementWorkspaceTagvalueNotFound

type PutContentmanagementWorkspaceTagvalueNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPutContentmanagementWorkspaceTagvalueNotFound

func NewPutContentmanagementWorkspaceTagvalueNotFound() *PutContentmanagementWorkspaceTagvalueNotFound

NewPutContentmanagementWorkspaceTagvalueNotFound creates a PutContentmanagementWorkspaceTagvalueNotFound with default headers values

func (*PutContentmanagementWorkspaceTagvalueNotFound) Error

func (*PutContentmanagementWorkspaceTagvalueNotFound) GetPayload

func (*PutContentmanagementWorkspaceTagvalueNotFound) IsClientError

IsClientError returns true when this put contentmanagement workspace tagvalue not found response has a 4xx status code

func (*PutContentmanagementWorkspaceTagvalueNotFound) IsCode

IsCode returns true when this put contentmanagement workspace tagvalue not found response a status code equal to that given

func (*PutContentmanagementWorkspaceTagvalueNotFound) IsRedirect

IsRedirect returns true when this put contentmanagement workspace tagvalue not found response has a 3xx status code

func (*PutContentmanagementWorkspaceTagvalueNotFound) IsServerError

IsServerError returns true when this put contentmanagement workspace tagvalue not found response has a 5xx status code

func (*PutContentmanagementWorkspaceTagvalueNotFound) IsSuccess

IsSuccess returns true when this put contentmanagement workspace tagvalue not found response has a 2xx status code

func (*PutContentmanagementWorkspaceTagvalueNotFound) String

type PutContentmanagementWorkspaceTagvalueOK

type PutContentmanagementWorkspaceTagvalueOK struct {
	Payload *models.TagValue
}

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

successful operation

func NewPutContentmanagementWorkspaceTagvalueOK

func NewPutContentmanagementWorkspaceTagvalueOK() *PutContentmanagementWorkspaceTagvalueOK

NewPutContentmanagementWorkspaceTagvalueOK creates a PutContentmanagementWorkspaceTagvalueOK with default headers values

func (*PutContentmanagementWorkspaceTagvalueOK) Error

func (*PutContentmanagementWorkspaceTagvalueOK) GetPayload

func (*PutContentmanagementWorkspaceTagvalueOK) IsClientError

func (o *PutContentmanagementWorkspaceTagvalueOK) IsClientError() bool

IsClientError returns true when this put contentmanagement workspace tagvalue o k response has a 4xx status code

func (*PutContentmanagementWorkspaceTagvalueOK) IsCode

IsCode returns true when this put contentmanagement workspace tagvalue o k response a status code equal to that given

func (*PutContentmanagementWorkspaceTagvalueOK) IsRedirect

IsRedirect returns true when this put contentmanagement workspace tagvalue o k response has a 3xx status code

func (*PutContentmanagementWorkspaceTagvalueOK) IsServerError

func (o *PutContentmanagementWorkspaceTagvalueOK) IsServerError() bool

IsServerError returns true when this put contentmanagement workspace tagvalue o k response has a 5xx status code

func (*PutContentmanagementWorkspaceTagvalueOK) IsSuccess

IsSuccess returns true when this put contentmanagement workspace tagvalue o k response has a 2xx status code

func (*PutContentmanagementWorkspaceTagvalueOK) String

type PutContentmanagementWorkspaceTagvalueParams

type PutContentmanagementWorkspaceTagvalueParams struct {

	/* Body.

	   Workspace
	*/
	Body *models.TagValue

	/* TagID.

	   Tag ID
	*/
	TagID string

	/* WorkspaceID.

	   Workspace ID
	*/
	WorkspaceID string

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

PutContentmanagementWorkspaceTagvalueParams contains all the parameters to send to the API endpoint

for the put contentmanagement workspace tagvalue operation.

Typically these are written to a http.Request.

func NewPutContentmanagementWorkspaceTagvalueParams

func NewPutContentmanagementWorkspaceTagvalueParams() *PutContentmanagementWorkspaceTagvalueParams

NewPutContentmanagementWorkspaceTagvalueParams creates a new PutContentmanagementWorkspaceTagvalueParams 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 NewPutContentmanagementWorkspaceTagvalueParamsWithContext

func NewPutContentmanagementWorkspaceTagvalueParamsWithContext(ctx context.Context) *PutContentmanagementWorkspaceTagvalueParams

NewPutContentmanagementWorkspaceTagvalueParamsWithContext creates a new PutContentmanagementWorkspaceTagvalueParams object with the ability to set a context for a request.

func NewPutContentmanagementWorkspaceTagvalueParamsWithHTTPClient

func NewPutContentmanagementWorkspaceTagvalueParamsWithHTTPClient(client *http.Client) *PutContentmanagementWorkspaceTagvalueParams

NewPutContentmanagementWorkspaceTagvalueParamsWithHTTPClient creates a new PutContentmanagementWorkspaceTagvalueParams object with the ability to set a custom HTTPClient for a request.

func NewPutContentmanagementWorkspaceTagvalueParamsWithTimeout

func NewPutContentmanagementWorkspaceTagvalueParamsWithTimeout(timeout time.Duration) *PutContentmanagementWorkspaceTagvalueParams

NewPutContentmanagementWorkspaceTagvalueParamsWithTimeout creates a new PutContentmanagementWorkspaceTagvalueParams object with the ability to set a timeout on a request.

func (*PutContentmanagementWorkspaceTagvalueParams) SetBody

SetBody adds the body to the put contentmanagement workspace tagvalue params

func (*PutContentmanagementWorkspaceTagvalueParams) SetContext

SetContext adds the context to the put contentmanagement workspace tagvalue params

func (*PutContentmanagementWorkspaceTagvalueParams) SetDefaults

SetDefaults hydrates default values in the put contentmanagement workspace tagvalue params (not the query body).

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

func (*PutContentmanagementWorkspaceTagvalueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put contentmanagement workspace tagvalue params

func (*PutContentmanagementWorkspaceTagvalueParams) SetTagID

SetTagID adds the tagId to the put contentmanagement workspace tagvalue params

func (*PutContentmanagementWorkspaceTagvalueParams) SetTimeout

SetTimeout adds the timeout to the put contentmanagement workspace tagvalue params

func (*PutContentmanagementWorkspaceTagvalueParams) SetWorkspaceID

func (o *PutContentmanagementWorkspaceTagvalueParams) SetWorkspaceID(workspaceID string)

SetWorkspaceID adds the workspaceId to the put contentmanagement workspace tagvalue params

func (*PutContentmanagementWorkspaceTagvalueParams) WithBody

WithBody adds the body to the put contentmanagement workspace tagvalue params

func (*PutContentmanagementWorkspaceTagvalueParams) WithContext

WithContext adds the context to the put contentmanagement workspace tagvalue params

func (*PutContentmanagementWorkspaceTagvalueParams) WithDefaults

WithDefaults hydrates default values in the put contentmanagement workspace tagvalue params (not the query body).

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

func (*PutContentmanagementWorkspaceTagvalueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put contentmanagement workspace tagvalue params

func (*PutContentmanagementWorkspaceTagvalueParams) WithTagID

WithTagID adds the tagID to the put contentmanagement workspace tagvalue params

func (*PutContentmanagementWorkspaceTagvalueParams) WithTimeout

WithTimeout adds the timeout to the put contentmanagement workspace tagvalue params

func (*PutContentmanagementWorkspaceTagvalueParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the put contentmanagement workspace tagvalue params

func (*PutContentmanagementWorkspaceTagvalueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutContentmanagementWorkspaceTagvalueReader

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

PutContentmanagementWorkspaceTagvalueReader is a Reader for the PutContentmanagementWorkspaceTagvalue structure.

func (*PutContentmanagementWorkspaceTagvalueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutContentmanagementWorkspaceTagvalueRequestEntityTooLarge

type PutContentmanagementWorkspaceTagvalueRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceTagvalueRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutContentmanagementWorkspaceTagvalueRequestEntityTooLarge

func NewPutContentmanagementWorkspaceTagvalueRequestEntityTooLarge() *PutContentmanagementWorkspaceTagvalueRequestEntityTooLarge

NewPutContentmanagementWorkspaceTagvalueRequestEntityTooLarge creates a PutContentmanagementWorkspaceTagvalueRequestEntityTooLarge with default headers values

func (*PutContentmanagementWorkspaceTagvalueRequestEntityTooLarge) Error

func (*PutContentmanagementWorkspaceTagvalueRequestEntityTooLarge) GetPayload

func (*PutContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsClientError

IsClientError returns true when this put contentmanagement workspace tagvalue request entity too large response has a 4xx status code

func (*PutContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsCode

IsCode returns true when this put contentmanagement workspace tagvalue request entity too large response a status code equal to that given

func (*PutContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put contentmanagement workspace tagvalue request entity too large response has a 3xx status code

func (*PutContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsServerError

IsServerError returns true when this put contentmanagement workspace tagvalue request entity too large response has a 5xx status code

func (*PutContentmanagementWorkspaceTagvalueRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put contentmanagement workspace tagvalue request entity too large response has a 2xx status code

func (*PutContentmanagementWorkspaceTagvalueRequestEntityTooLarge) String

type PutContentmanagementWorkspaceTagvalueRequestTimeout

type PutContentmanagementWorkspaceTagvalueRequestTimeout struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceTagvalueRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutContentmanagementWorkspaceTagvalueRequestTimeout

func NewPutContentmanagementWorkspaceTagvalueRequestTimeout() *PutContentmanagementWorkspaceTagvalueRequestTimeout

NewPutContentmanagementWorkspaceTagvalueRequestTimeout creates a PutContentmanagementWorkspaceTagvalueRequestTimeout with default headers values

func (*PutContentmanagementWorkspaceTagvalueRequestTimeout) Error

func (*PutContentmanagementWorkspaceTagvalueRequestTimeout) GetPayload

func (*PutContentmanagementWorkspaceTagvalueRequestTimeout) IsClientError

IsClientError returns true when this put contentmanagement workspace tagvalue request timeout response has a 4xx status code

func (*PutContentmanagementWorkspaceTagvalueRequestTimeout) IsCode

IsCode returns true when this put contentmanagement workspace tagvalue request timeout response a status code equal to that given

func (*PutContentmanagementWorkspaceTagvalueRequestTimeout) IsRedirect

IsRedirect returns true when this put contentmanagement workspace tagvalue request timeout response has a 3xx status code

func (*PutContentmanagementWorkspaceTagvalueRequestTimeout) IsServerError

IsServerError returns true when this put contentmanagement workspace tagvalue request timeout response has a 5xx status code

func (*PutContentmanagementWorkspaceTagvalueRequestTimeout) IsSuccess

IsSuccess returns true when this put contentmanagement workspace tagvalue request timeout response has a 2xx status code

func (*PutContentmanagementWorkspaceTagvalueRequestTimeout) String

type PutContentmanagementWorkspaceTagvalueServiceUnavailable

type PutContentmanagementWorkspaceTagvalueServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceTagvalueServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutContentmanagementWorkspaceTagvalueServiceUnavailable

func NewPutContentmanagementWorkspaceTagvalueServiceUnavailable() *PutContentmanagementWorkspaceTagvalueServiceUnavailable

NewPutContentmanagementWorkspaceTagvalueServiceUnavailable creates a PutContentmanagementWorkspaceTagvalueServiceUnavailable with default headers values

func (*PutContentmanagementWorkspaceTagvalueServiceUnavailable) Error

func (*PutContentmanagementWorkspaceTagvalueServiceUnavailable) GetPayload

func (*PutContentmanagementWorkspaceTagvalueServiceUnavailable) IsClientError

IsClientError returns true when this put contentmanagement workspace tagvalue service unavailable response has a 4xx status code

func (*PutContentmanagementWorkspaceTagvalueServiceUnavailable) IsCode

IsCode returns true when this put contentmanagement workspace tagvalue service unavailable response a status code equal to that given

func (*PutContentmanagementWorkspaceTagvalueServiceUnavailable) IsRedirect

IsRedirect returns true when this put contentmanagement workspace tagvalue service unavailable response has a 3xx status code

func (*PutContentmanagementWorkspaceTagvalueServiceUnavailable) IsServerError

IsServerError returns true when this put contentmanagement workspace tagvalue service unavailable response has a 5xx status code

func (*PutContentmanagementWorkspaceTagvalueServiceUnavailable) IsSuccess

IsSuccess returns true when this put contentmanagement workspace tagvalue service unavailable response has a 2xx status code

func (*PutContentmanagementWorkspaceTagvalueServiceUnavailable) String

type PutContentmanagementWorkspaceTagvalueTooManyRequests

type PutContentmanagementWorkspaceTagvalueTooManyRequests struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceTagvalueTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutContentmanagementWorkspaceTagvalueTooManyRequests

func NewPutContentmanagementWorkspaceTagvalueTooManyRequests() *PutContentmanagementWorkspaceTagvalueTooManyRequests

NewPutContentmanagementWorkspaceTagvalueTooManyRequests creates a PutContentmanagementWorkspaceTagvalueTooManyRequests with default headers values

func (*PutContentmanagementWorkspaceTagvalueTooManyRequests) Error

func (*PutContentmanagementWorkspaceTagvalueTooManyRequests) GetPayload

func (*PutContentmanagementWorkspaceTagvalueTooManyRequests) IsClientError

IsClientError returns true when this put contentmanagement workspace tagvalue too many requests response has a 4xx status code

func (*PutContentmanagementWorkspaceTagvalueTooManyRequests) IsCode

IsCode returns true when this put contentmanagement workspace tagvalue too many requests response a status code equal to that given

func (*PutContentmanagementWorkspaceTagvalueTooManyRequests) IsRedirect

IsRedirect returns true when this put contentmanagement workspace tagvalue too many requests response has a 3xx status code

func (*PutContentmanagementWorkspaceTagvalueTooManyRequests) IsServerError

IsServerError returns true when this put contentmanagement workspace tagvalue too many requests response has a 5xx status code

func (*PutContentmanagementWorkspaceTagvalueTooManyRequests) IsSuccess

IsSuccess returns true when this put contentmanagement workspace tagvalue too many requests response has a 2xx status code

func (*PutContentmanagementWorkspaceTagvalueTooManyRequests) String

type PutContentmanagementWorkspaceTagvalueUnauthorized

type PutContentmanagementWorkspaceTagvalueUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPutContentmanagementWorkspaceTagvalueUnauthorized

func NewPutContentmanagementWorkspaceTagvalueUnauthorized() *PutContentmanagementWorkspaceTagvalueUnauthorized

NewPutContentmanagementWorkspaceTagvalueUnauthorized creates a PutContentmanagementWorkspaceTagvalueUnauthorized with default headers values

func (*PutContentmanagementWorkspaceTagvalueUnauthorized) Error

func (*PutContentmanagementWorkspaceTagvalueUnauthorized) GetPayload

func (*PutContentmanagementWorkspaceTagvalueUnauthorized) IsClientError

IsClientError returns true when this put contentmanagement workspace tagvalue unauthorized response has a 4xx status code

func (*PutContentmanagementWorkspaceTagvalueUnauthorized) IsCode

IsCode returns true when this put contentmanagement workspace tagvalue unauthorized response a status code equal to that given

func (*PutContentmanagementWorkspaceTagvalueUnauthorized) IsRedirect

IsRedirect returns true when this put contentmanagement workspace tagvalue unauthorized response has a 3xx status code

func (*PutContentmanagementWorkspaceTagvalueUnauthorized) IsServerError

IsServerError returns true when this put contentmanagement workspace tagvalue unauthorized response has a 5xx status code

func (*PutContentmanagementWorkspaceTagvalueUnauthorized) IsSuccess

IsSuccess returns true when this put contentmanagement workspace tagvalue unauthorized response has a 2xx status code

func (*PutContentmanagementWorkspaceTagvalueUnauthorized) String

type PutContentmanagementWorkspaceTagvalueUnsupportedMediaType

type PutContentmanagementWorkspaceTagvalueUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceTagvalueUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutContentmanagementWorkspaceTagvalueUnsupportedMediaType

func NewPutContentmanagementWorkspaceTagvalueUnsupportedMediaType() *PutContentmanagementWorkspaceTagvalueUnsupportedMediaType

NewPutContentmanagementWorkspaceTagvalueUnsupportedMediaType creates a PutContentmanagementWorkspaceTagvalueUnsupportedMediaType with default headers values

func (*PutContentmanagementWorkspaceTagvalueUnsupportedMediaType) Error

func (*PutContentmanagementWorkspaceTagvalueUnsupportedMediaType) GetPayload

func (*PutContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsClientError

IsClientError returns true when this put contentmanagement workspace tagvalue unsupported media type response has a 4xx status code

func (*PutContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsCode

IsCode returns true when this put contentmanagement workspace tagvalue unsupported media type response a status code equal to that given

func (*PutContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put contentmanagement workspace tagvalue unsupported media type response has a 3xx status code

func (*PutContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsServerError

IsServerError returns true when this put contentmanagement workspace tagvalue unsupported media type response has a 5xx status code

func (*PutContentmanagementWorkspaceTagvalueUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put contentmanagement workspace tagvalue unsupported media type response has a 2xx status code

func (*PutContentmanagementWorkspaceTagvalueUnsupportedMediaType) String

type PutContentmanagementWorkspaceTooManyRequests

type PutContentmanagementWorkspaceTooManyRequests struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutContentmanagementWorkspaceTooManyRequests

func NewPutContentmanagementWorkspaceTooManyRequests() *PutContentmanagementWorkspaceTooManyRequests

NewPutContentmanagementWorkspaceTooManyRequests creates a PutContentmanagementWorkspaceTooManyRequests with default headers values

func (*PutContentmanagementWorkspaceTooManyRequests) Error

func (*PutContentmanagementWorkspaceTooManyRequests) GetPayload

func (*PutContentmanagementWorkspaceTooManyRequests) IsClientError

IsClientError returns true when this put contentmanagement workspace too many requests response has a 4xx status code

func (*PutContentmanagementWorkspaceTooManyRequests) IsCode

IsCode returns true when this put contentmanagement workspace too many requests response a status code equal to that given

func (*PutContentmanagementWorkspaceTooManyRequests) IsRedirect

IsRedirect returns true when this put contentmanagement workspace too many requests response has a 3xx status code

func (*PutContentmanagementWorkspaceTooManyRequests) IsServerError

IsServerError returns true when this put contentmanagement workspace too many requests response has a 5xx status code

func (*PutContentmanagementWorkspaceTooManyRequests) IsSuccess

IsSuccess returns true when this put contentmanagement workspace too many requests response has a 2xx status code

func (*PutContentmanagementWorkspaceTooManyRequests) String

type PutContentmanagementWorkspaceUnauthorized

type PutContentmanagementWorkspaceUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPutContentmanagementWorkspaceUnauthorized

func NewPutContentmanagementWorkspaceUnauthorized() *PutContentmanagementWorkspaceUnauthorized

NewPutContentmanagementWorkspaceUnauthorized creates a PutContentmanagementWorkspaceUnauthorized with default headers values

func (*PutContentmanagementWorkspaceUnauthorized) Error

func (*PutContentmanagementWorkspaceUnauthorized) GetPayload

func (*PutContentmanagementWorkspaceUnauthorized) IsClientError

IsClientError returns true when this put contentmanagement workspace unauthorized response has a 4xx status code

func (*PutContentmanagementWorkspaceUnauthorized) IsCode

IsCode returns true when this put contentmanagement workspace unauthorized response a status code equal to that given

func (*PutContentmanagementWorkspaceUnauthorized) IsRedirect

IsRedirect returns true when this put contentmanagement workspace unauthorized response has a 3xx status code

func (*PutContentmanagementWorkspaceUnauthorized) IsServerError

IsServerError returns true when this put contentmanagement workspace unauthorized response has a 5xx status code

func (*PutContentmanagementWorkspaceUnauthorized) IsSuccess

IsSuccess returns true when this put contentmanagement workspace unauthorized response has a 2xx status code

func (*PutContentmanagementWorkspaceUnauthorized) String

type PutContentmanagementWorkspaceUnsupportedMediaType

type PutContentmanagementWorkspaceUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutContentmanagementWorkspaceUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutContentmanagementWorkspaceUnsupportedMediaType

func NewPutContentmanagementWorkspaceUnsupportedMediaType() *PutContentmanagementWorkspaceUnsupportedMediaType

NewPutContentmanagementWorkspaceUnsupportedMediaType creates a PutContentmanagementWorkspaceUnsupportedMediaType with default headers values

func (*PutContentmanagementWorkspaceUnsupportedMediaType) Error

func (*PutContentmanagementWorkspaceUnsupportedMediaType) GetPayload

func (*PutContentmanagementWorkspaceUnsupportedMediaType) IsClientError

IsClientError returns true when this put contentmanagement workspace unsupported media type response has a 4xx status code

func (*PutContentmanagementWorkspaceUnsupportedMediaType) IsCode

IsCode returns true when this put contentmanagement workspace unsupported media type response a status code equal to that given

func (*PutContentmanagementWorkspaceUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put contentmanagement workspace unsupported media type response has a 3xx status code

func (*PutContentmanagementWorkspaceUnsupportedMediaType) IsServerError

IsServerError returns true when this put contentmanagement workspace unsupported media type response has a 5xx status code

func (*PutContentmanagementWorkspaceUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put contentmanagement workspace unsupported media type response has a 2xx status code

func (*PutContentmanagementWorkspaceUnsupportedMediaType) String

Source Files

Jump to

Keyboard shortcuts

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