Documentation ¶
Index ¶
- type Client
- func (a *Client) DeleteCell(params *DeleteCellParams, opts ...ClientOption) (*DeleteCellOK, error)
- func (a *Client) DeleteShareLink(params *DeleteShareLinkParams, opts ...ClientOption) (*DeleteShareLinkOK, error)
- func (a *Client) GetCell(params *GetCellParams, opts ...ClientOption) (*GetCellOK, error)
- func (a *Client) GetShareLink(params *GetShareLinkParams, opts ...ClientOption) (*GetShareLinkOK, error)
- func (a *Client) ListSharedResources(params *ListSharedResourcesParams, opts ...ClientOption) (*ListSharedResourcesOK, error)
- func (a *Client) PutCell(params *PutCellParams, opts ...ClientOption) (*PutCellOK, error)
- func (a *Client) PutShareLink(params *PutShareLinkParams, opts ...ClientOption) (*PutShareLinkOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateSharePolicies(params *UpdateSharePoliciesParams, opts ...ClientOption) (*UpdateSharePoliciesOK, error)
- type ClientOption
- type ClientService
- type DeleteCellForbidden
- func (o *DeleteCellForbidden) Code() int
- func (o *DeleteCellForbidden) Error() string
- func (o *DeleteCellForbidden) GetPayload() *models.RestError
- func (o *DeleteCellForbidden) IsClientError() bool
- func (o *DeleteCellForbidden) IsCode(code int) bool
- func (o *DeleteCellForbidden) IsRedirect() bool
- func (o *DeleteCellForbidden) IsServerError() bool
- func (o *DeleteCellForbidden) IsSuccess() bool
- func (o *DeleteCellForbidden) String() string
- type DeleteCellInternalServerError
- func (o *DeleteCellInternalServerError) Code() int
- func (o *DeleteCellInternalServerError) Error() string
- func (o *DeleteCellInternalServerError) GetPayload() *models.RestError
- func (o *DeleteCellInternalServerError) IsClientError() bool
- func (o *DeleteCellInternalServerError) IsCode(code int) bool
- func (o *DeleteCellInternalServerError) IsRedirect() bool
- func (o *DeleteCellInternalServerError) IsServerError() bool
- func (o *DeleteCellInternalServerError) IsSuccess() bool
- func (o *DeleteCellInternalServerError) String() string
- type DeleteCellNotFound
- func (o *DeleteCellNotFound) Code() int
- func (o *DeleteCellNotFound) Error() string
- func (o *DeleteCellNotFound) GetPayload() *models.RestError
- func (o *DeleteCellNotFound) IsClientError() bool
- func (o *DeleteCellNotFound) IsCode(code int) bool
- func (o *DeleteCellNotFound) IsRedirect() bool
- func (o *DeleteCellNotFound) IsServerError() bool
- func (o *DeleteCellNotFound) IsSuccess() bool
- func (o *DeleteCellNotFound) String() string
- type DeleteCellOK
- func (o *DeleteCellOK) Code() int
- func (o *DeleteCellOK) Error() string
- func (o *DeleteCellOK) GetPayload() *models.RestDeleteCellResponse
- func (o *DeleteCellOK) IsClientError() bool
- func (o *DeleteCellOK) IsCode(code int) bool
- func (o *DeleteCellOK) IsRedirect() bool
- func (o *DeleteCellOK) IsServerError() bool
- func (o *DeleteCellOK) IsSuccess() bool
- func (o *DeleteCellOK) String() string
- type DeleteCellParams
- func (o *DeleteCellParams) SetContext(ctx context.Context)
- func (o *DeleteCellParams) SetDefaults()
- func (o *DeleteCellParams) SetHTTPClient(client *http.Client)
- func (o *DeleteCellParams) SetTimeout(timeout time.Duration)
- func (o *DeleteCellParams) SetUUID(uuid string)
- func (o *DeleteCellParams) WithContext(ctx context.Context) *DeleteCellParams
- func (o *DeleteCellParams) WithDefaults() *DeleteCellParams
- func (o *DeleteCellParams) WithHTTPClient(client *http.Client) *DeleteCellParams
- func (o *DeleteCellParams) WithTimeout(timeout time.Duration) *DeleteCellParams
- func (o *DeleteCellParams) WithUUID(uuid string) *DeleteCellParams
- func (o *DeleteCellParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteCellReader
- type DeleteCellUnauthorized
- func (o *DeleteCellUnauthorized) Code() int
- func (o *DeleteCellUnauthorized) Error() string
- func (o *DeleteCellUnauthorized) IsClientError() bool
- func (o *DeleteCellUnauthorized) IsCode(code int) bool
- func (o *DeleteCellUnauthorized) IsRedirect() bool
- func (o *DeleteCellUnauthorized) IsServerError() bool
- func (o *DeleteCellUnauthorized) IsSuccess() bool
- func (o *DeleteCellUnauthorized) String() string
- type DeleteShareLinkForbidden
- func (o *DeleteShareLinkForbidden) Code() int
- func (o *DeleteShareLinkForbidden) Error() string
- func (o *DeleteShareLinkForbidden) GetPayload() *models.RestError
- func (o *DeleteShareLinkForbidden) IsClientError() bool
- func (o *DeleteShareLinkForbidden) IsCode(code int) bool
- func (o *DeleteShareLinkForbidden) IsRedirect() bool
- func (o *DeleteShareLinkForbidden) IsServerError() bool
- func (o *DeleteShareLinkForbidden) IsSuccess() bool
- func (o *DeleteShareLinkForbidden) String() string
- type DeleteShareLinkInternalServerError
- func (o *DeleteShareLinkInternalServerError) Code() int
- func (o *DeleteShareLinkInternalServerError) Error() string
- func (o *DeleteShareLinkInternalServerError) GetPayload() *models.RestError
- func (o *DeleteShareLinkInternalServerError) IsClientError() bool
- func (o *DeleteShareLinkInternalServerError) IsCode(code int) bool
- func (o *DeleteShareLinkInternalServerError) IsRedirect() bool
- func (o *DeleteShareLinkInternalServerError) IsServerError() bool
- func (o *DeleteShareLinkInternalServerError) IsSuccess() bool
- func (o *DeleteShareLinkInternalServerError) String() string
- type DeleteShareLinkNotFound
- func (o *DeleteShareLinkNotFound) Code() int
- func (o *DeleteShareLinkNotFound) Error() string
- func (o *DeleteShareLinkNotFound) GetPayload() *models.RestError
- func (o *DeleteShareLinkNotFound) IsClientError() bool
- func (o *DeleteShareLinkNotFound) IsCode(code int) bool
- func (o *DeleteShareLinkNotFound) IsRedirect() bool
- func (o *DeleteShareLinkNotFound) IsServerError() bool
- func (o *DeleteShareLinkNotFound) IsSuccess() bool
- func (o *DeleteShareLinkNotFound) String() string
- type DeleteShareLinkOK
- func (o *DeleteShareLinkOK) Code() int
- func (o *DeleteShareLinkOK) Error() string
- func (o *DeleteShareLinkOK) GetPayload() *models.RestDeleteShareLinkResponse
- func (o *DeleteShareLinkOK) IsClientError() bool
- func (o *DeleteShareLinkOK) IsCode(code int) bool
- func (o *DeleteShareLinkOK) IsRedirect() bool
- func (o *DeleteShareLinkOK) IsServerError() bool
- func (o *DeleteShareLinkOK) IsSuccess() bool
- func (o *DeleteShareLinkOK) String() string
- type DeleteShareLinkParams
- func NewDeleteShareLinkParams() *DeleteShareLinkParams
- func NewDeleteShareLinkParamsWithContext(ctx context.Context) *DeleteShareLinkParams
- func NewDeleteShareLinkParamsWithHTTPClient(client *http.Client) *DeleteShareLinkParams
- func NewDeleteShareLinkParamsWithTimeout(timeout time.Duration) *DeleteShareLinkParams
- func (o *DeleteShareLinkParams) SetContext(ctx context.Context)
- func (o *DeleteShareLinkParams) SetDefaults()
- func (o *DeleteShareLinkParams) SetHTTPClient(client *http.Client)
- func (o *DeleteShareLinkParams) SetTimeout(timeout time.Duration)
- func (o *DeleteShareLinkParams) SetUUID(uuid string)
- func (o *DeleteShareLinkParams) WithContext(ctx context.Context) *DeleteShareLinkParams
- func (o *DeleteShareLinkParams) WithDefaults() *DeleteShareLinkParams
- func (o *DeleteShareLinkParams) WithHTTPClient(client *http.Client) *DeleteShareLinkParams
- func (o *DeleteShareLinkParams) WithTimeout(timeout time.Duration) *DeleteShareLinkParams
- func (o *DeleteShareLinkParams) WithUUID(uuid string) *DeleteShareLinkParams
- func (o *DeleteShareLinkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteShareLinkReader
- type DeleteShareLinkUnauthorized
- func (o *DeleteShareLinkUnauthorized) Code() int
- func (o *DeleteShareLinkUnauthorized) Error() string
- func (o *DeleteShareLinkUnauthorized) IsClientError() bool
- func (o *DeleteShareLinkUnauthorized) IsCode(code int) bool
- func (o *DeleteShareLinkUnauthorized) IsRedirect() bool
- func (o *DeleteShareLinkUnauthorized) IsServerError() bool
- func (o *DeleteShareLinkUnauthorized) IsSuccess() bool
- func (o *DeleteShareLinkUnauthorized) String() string
- type GetCellForbidden
- func (o *GetCellForbidden) Code() int
- func (o *GetCellForbidden) Error() string
- func (o *GetCellForbidden) GetPayload() *models.RestError
- func (o *GetCellForbidden) IsClientError() bool
- func (o *GetCellForbidden) IsCode(code int) bool
- func (o *GetCellForbidden) IsRedirect() bool
- func (o *GetCellForbidden) IsServerError() bool
- func (o *GetCellForbidden) IsSuccess() bool
- func (o *GetCellForbidden) String() string
- type GetCellInternalServerError
- func (o *GetCellInternalServerError) Code() int
- func (o *GetCellInternalServerError) Error() string
- func (o *GetCellInternalServerError) GetPayload() *models.RestError
- func (o *GetCellInternalServerError) IsClientError() bool
- func (o *GetCellInternalServerError) IsCode(code int) bool
- func (o *GetCellInternalServerError) IsRedirect() bool
- func (o *GetCellInternalServerError) IsServerError() bool
- func (o *GetCellInternalServerError) IsSuccess() bool
- func (o *GetCellInternalServerError) String() string
- type GetCellNotFound
- func (o *GetCellNotFound) Code() int
- func (o *GetCellNotFound) Error() string
- func (o *GetCellNotFound) GetPayload() *models.RestError
- func (o *GetCellNotFound) IsClientError() bool
- func (o *GetCellNotFound) IsCode(code int) bool
- func (o *GetCellNotFound) IsRedirect() bool
- func (o *GetCellNotFound) IsServerError() bool
- func (o *GetCellNotFound) IsSuccess() bool
- func (o *GetCellNotFound) String() string
- type GetCellOK
- func (o *GetCellOK) Code() int
- func (o *GetCellOK) Error() string
- func (o *GetCellOK) GetPayload() *models.RestCell
- func (o *GetCellOK) IsClientError() bool
- func (o *GetCellOK) IsCode(code int) bool
- func (o *GetCellOK) IsRedirect() bool
- func (o *GetCellOK) IsServerError() bool
- func (o *GetCellOK) IsSuccess() bool
- func (o *GetCellOK) String() string
- type GetCellParams
- func (o *GetCellParams) SetContext(ctx context.Context)
- func (o *GetCellParams) SetDefaults()
- func (o *GetCellParams) SetHTTPClient(client *http.Client)
- func (o *GetCellParams) SetTimeout(timeout time.Duration)
- func (o *GetCellParams) SetUUID(uuid string)
- func (o *GetCellParams) WithContext(ctx context.Context) *GetCellParams
- func (o *GetCellParams) WithDefaults() *GetCellParams
- func (o *GetCellParams) WithHTTPClient(client *http.Client) *GetCellParams
- func (o *GetCellParams) WithTimeout(timeout time.Duration) *GetCellParams
- func (o *GetCellParams) WithUUID(uuid string) *GetCellParams
- func (o *GetCellParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCellReader
- type GetCellUnauthorized
- func (o *GetCellUnauthorized) Code() int
- func (o *GetCellUnauthorized) Error() string
- func (o *GetCellUnauthorized) IsClientError() bool
- func (o *GetCellUnauthorized) IsCode(code int) bool
- func (o *GetCellUnauthorized) IsRedirect() bool
- func (o *GetCellUnauthorized) IsServerError() bool
- func (o *GetCellUnauthorized) IsSuccess() bool
- func (o *GetCellUnauthorized) String() string
- type GetShareLinkForbidden
- func (o *GetShareLinkForbidden) Code() int
- func (o *GetShareLinkForbidden) Error() string
- func (o *GetShareLinkForbidden) GetPayload() *models.RestError
- func (o *GetShareLinkForbidden) IsClientError() bool
- func (o *GetShareLinkForbidden) IsCode(code int) bool
- func (o *GetShareLinkForbidden) IsRedirect() bool
- func (o *GetShareLinkForbidden) IsServerError() bool
- func (o *GetShareLinkForbidden) IsSuccess() bool
- func (o *GetShareLinkForbidden) String() string
- type GetShareLinkInternalServerError
- func (o *GetShareLinkInternalServerError) Code() int
- func (o *GetShareLinkInternalServerError) Error() string
- func (o *GetShareLinkInternalServerError) GetPayload() *models.RestError
- func (o *GetShareLinkInternalServerError) IsClientError() bool
- func (o *GetShareLinkInternalServerError) IsCode(code int) bool
- func (o *GetShareLinkInternalServerError) IsRedirect() bool
- func (o *GetShareLinkInternalServerError) IsServerError() bool
- func (o *GetShareLinkInternalServerError) IsSuccess() bool
- func (o *GetShareLinkInternalServerError) String() string
- type GetShareLinkNotFound
- func (o *GetShareLinkNotFound) Code() int
- func (o *GetShareLinkNotFound) Error() string
- func (o *GetShareLinkNotFound) GetPayload() *models.RestError
- func (o *GetShareLinkNotFound) IsClientError() bool
- func (o *GetShareLinkNotFound) IsCode(code int) bool
- func (o *GetShareLinkNotFound) IsRedirect() bool
- func (o *GetShareLinkNotFound) IsServerError() bool
- func (o *GetShareLinkNotFound) IsSuccess() bool
- func (o *GetShareLinkNotFound) String() string
- type GetShareLinkOK
- func (o *GetShareLinkOK) Code() int
- func (o *GetShareLinkOK) Error() string
- func (o *GetShareLinkOK) GetPayload() *models.RestShareLink
- func (o *GetShareLinkOK) IsClientError() bool
- func (o *GetShareLinkOK) IsCode(code int) bool
- func (o *GetShareLinkOK) IsRedirect() bool
- func (o *GetShareLinkOK) IsServerError() bool
- func (o *GetShareLinkOK) IsSuccess() bool
- func (o *GetShareLinkOK) String() string
- type GetShareLinkParams
- func (o *GetShareLinkParams) SetContext(ctx context.Context)
- func (o *GetShareLinkParams) SetDefaults()
- func (o *GetShareLinkParams) SetHTTPClient(client *http.Client)
- func (o *GetShareLinkParams) SetTimeout(timeout time.Duration)
- func (o *GetShareLinkParams) SetUUID(uuid string)
- func (o *GetShareLinkParams) WithContext(ctx context.Context) *GetShareLinkParams
- func (o *GetShareLinkParams) WithDefaults() *GetShareLinkParams
- func (o *GetShareLinkParams) WithHTTPClient(client *http.Client) *GetShareLinkParams
- func (o *GetShareLinkParams) WithTimeout(timeout time.Duration) *GetShareLinkParams
- func (o *GetShareLinkParams) WithUUID(uuid string) *GetShareLinkParams
- func (o *GetShareLinkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetShareLinkReader
- type GetShareLinkUnauthorized
- func (o *GetShareLinkUnauthorized) Code() int
- func (o *GetShareLinkUnauthorized) Error() string
- func (o *GetShareLinkUnauthorized) IsClientError() bool
- func (o *GetShareLinkUnauthorized) IsCode(code int) bool
- func (o *GetShareLinkUnauthorized) IsRedirect() bool
- func (o *GetShareLinkUnauthorized) IsServerError() bool
- func (o *GetShareLinkUnauthorized) IsSuccess() bool
- func (o *GetShareLinkUnauthorized) String() string
- type ListSharedResourcesForbidden
- func (o *ListSharedResourcesForbidden) Code() int
- func (o *ListSharedResourcesForbidden) Error() string
- func (o *ListSharedResourcesForbidden) GetPayload() *models.RestError
- func (o *ListSharedResourcesForbidden) IsClientError() bool
- func (o *ListSharedResourcesForbidden) IsCode(code int) bool
- func (o *ListSharedResourcesForbidden) IsRedirect() bool
- func (o *ListSharedResourcesForbidden) IsServerError() bool
- func (o *ListSharedResourcesForbidden) IsSuccess() bool
- func (o *ListSharedResourcesForbidden) String() string
- type ListSharedResourcesInternalServerError
- func (o *ListSharedResourcesInternalServerError) Code() int
- func (o *ListSharedResourcesInternalServerError) Error() string
- func (o *ListSharedResourcesInternalServerError) GetPayload() *models.RestError
- func (o *ListSharedResourcesInternalServerError) IsClientError() bool
- func (o *ListSharedResourcesInternalServerError) IsCode(code int) bool
- func (o *ListSharedResourcesInternalServerError) IsRedirect() bool
- func (o *ListSharedResourcesInternalServerError) IsServerError() bool
- func (o *ListSharedResourcesInternalServerError) IsSuccess() bool
- func (o *ListSharedResourcesInternalServerError) String() string
- type ListSharedResourcesNotFound
- func (o *ListSharedResourcesNotFound) Code() int
- func (o *ListSharedResourcesNotFound) Error() string
- func (o *ListSharedResourcesNotFound) GetPayload() *models.RestError
- func (o *ListSharedResourcesNotFound) IsClientError() bool
- func (o *ListSharedResourcesNotFound) IsCode(code int) bool
- func (o *ListSharedResourcesNotFound) IsRedirect() bool
- func (o *ListSharedResourcesNotFound) IsServerError() bool
- func (o *ListSharedResourcesNotFound) IsSuccess() bool
- func (o *ListSharedResourcesNotFound) String() string
- type ListSharedResourcesOK
- func (o *ListSharedResourcesOK) Code() int
- func (o *ListSharedResourcesOK) Error() string
- func (o *ListSharedResourcesOK) GetPayload() *models.RestListSharedResourcesResponse
- func (o *ListSharedResourcesOK) IsClientError() bool
- func (o *ListSharedResourcesOK) IsCode(code int) bool
- func (o *ListSharedResourcesOK) IsRedirect() bool
- func (o *ListSharedResourcesOK) IsServerError() bool
- func (o *ListSharedResourcesOK) IsSuccess() bool
- func (o *ListSharedResourcesOK) String() string
- type ListSharedResourcesParams
- func NewListSharedResourcesParams() *ListSharedResourcesParams
- func NewListSharedResourcesParamsWithContext(ctx context.Context) *ListSharedResourcesParams
- func NewListSharedResourcesParamsWithHTTPClient(client *http.Client) *ListSharedResourcesParams
- func NewListSharedResourcesParamsWithTimeout(timeout time.Duration) *ListSharedResourcesParams
- func (o *ListSharedResourcesParams) SetBody(body *models.RestListSharedResourcesRequest)
- func (o *ListSharedResourcesParams) SetContext(ctx context.Context)
- func (o *ListSharedResourcesParams) SetDefaults()
- func (o *ListSharedResourcesParams) SetHTTPClient(client *http.Client)
- func (o *ListSharedResourcesParams) SetTimeout(timeout time.Duration)
- func (o *ListSharedResourcesParams) WithBody(body *models.RestListSharedResourcesRequest) *ListSharedResourcesParams
- func (o *ListSharedResourcesParams) WithContext(ctx context.Context) *ListSharedResourcesParams
- func (o *ListSharedResourcesParams) WithDefaults() *ListSharedResourcesParams
- func (o *ListSharedResourcesParams) WithHTTPClient(client *http.Client) *ListSharedResourcesParams
- func (o *ListSharedResourcesParams) WithTimeout(timeout time.Duration) *ListSharedResourcesParams
- func (o *ListSharedResourcesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListSharedResourcesReader
- type ListSharedResourcesUnauthorized
- func (o *ListSharedResourcesUnauthorized) Code() int
- func (o *ListSharedResourcesUnauthorized) Error() string
- func (o *ListSharedResourcesUnauthorized) IsClientError() bool
- func (o *ListSharedResourcesUnauthorized) IsCode(code int) bool
- func (o *ListSharedResourcesUnauthorized) IsRedirect() bool
- func (o *ListSharedResourcesUnauthorized) IsServerError() bool
- func (o *ListSharedResourcesUnauthorized) IsSuccess() bool
- func (o *ListSharedResourcesUnauthorized) String() string
- type PutCellForbidden
- func (o *PutCellForbidden) Code() int
- func (o *PutCellForbidden) Error() string
- func (o *PutCellForbidden) GetPayload() *models.RestError
- func (o *PutCellForbidden) IsClientError() bool
- func (o *PutCellForbidden) IsCode(code int) bool
- func (o *PutCellForbidden) IsRedirect() bool
- func (o *PutCellForbidden) IsServerError() bool
- func (o *PutCellForbidden) IsSuccess() bool
- func (o *PutCellForbidden) String() string
- type PutCellInternalServerError
- func (o *PutCellInternalServerError) Code() int
- func (o *PutCellInternalServerError) Error() string
- func (o *PutCellInternalServerError) GetPayload() *models.RestError
- func (o *PutCellInternalServerError) IsClientError() bool
- func (o *PutCellInternalServerError) IsCode(code int) bool
- func (o *PutCellInternalServerError) IsRedirect() bool
- func (o *PutCellInternalServerError) IsServerError() bool
- func (o *PutCellInternalServerError) IsSuccess() bool
- func (o *PutCellInternalServerError) String() string
- type PutCellNotFound
- func (o *PutCellNotFound) Code() int
- func (o *PutCellNotFound) Error() string
- func (o *PutCellNotFound) GetPayload() *models.RestError
- func (o *PutCellNotFound) IsClientError() bool
- func (o *PutCellNotFound) IsCode(code int) bool
- func (o *PutCellNotFound) IsRedirect() bool
- func (o *PutCellNotFound) IsServerError() bool
- func (o *PutCellNotFound) IsSuccess() bool
- func (o *PutCellNotFound) String() string
- type PutCellOK
- func (o *PutCellOK) Code() int
- func (o *PutCellOK) Error() string
- func (o *PutCellOK) GetPayload() *models.RestCell
- func (o *PutCellOK) IsClientError() bool
- func (o *PutCellOK) IsCode(code int) bool
- func (o *PutCellOK) IsRedirect() bool
- func (o *PutCellOK) IsServerError() bool
- func (o *PutCellOK) IsSuccess() bool
- func (o *PutCellOK) String() string
- type PutCellParams
- func (o *PutCellParams) SetBody(body *models.RestPutCellRequest)
- func (o *PutCellParams) SetContext(ctx context.Context)
- func (o *PutCellParams) SetDefaults()
- func (o *PutCellParams) SetHTTPClient(client *http.Client)
- func (o *PutCellParams) SetTimeout(timeout time.Duration)
- func (o *PutCellParams) WithBody(body *models.RestPutCellRequest) *PutCellParams
- func (o *PutCellParams) WithContext(ctx context.Context) *PutCellParams
- func (o *PutCellParams) WithDefaults() *PutCellParams
- func (o *PutCellParams) WithHTTPClient(client *http.Client) *PutCellParams
- func (o *PutCellParams) WithTimeout(timeout time.Duration) *PutCellParams
- func (o *PutCellParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutCellReader
- type PutCellUnauthorized
- func (o *PutCellUnauthorized) Code() int
- func (o *PutCellUnauthorized) Error() string
- func (o *PutCellUnauthorized) IsClientError() bool
- func (o *PutCellUnauthorized) IsCode(code int) bool
- func (o *PutCellUnauthorized) IsRedirect() bool
- func (o *PutCellUnauthorized) IsServerError() bool
- func (o *PutCellUnauthorized) IsSuccess() bool
- func (o *PutCellUnauthorized) String() string
- type PutShareLinkForbidden
- func (o *PutShareLinkForbidden) Code() int
- func (o *PutShareLinkForbidden) Error() string
- func (o *PutShareLinkForbidden) GetPayload() *models.RestError
- func (o *PutShareLinkForbidden) IsClientError() bool
- func (o *PutShareLinkForbidden) IsCode(code int) bool
- func (o *PutShareLinkForbidden) IsRedirect() bool
- func (o *PutShareLinkForbidden) IsServerError() bool
- func (o *PutShareLinkForbidden) IsSuccess() bool
- func (o *PutShareLinkForbidden) String() string
- type PutShareLinkInternalServerError
- func (o *PutShareLinkInternalServerError) Code() int
- func (o *PutShareLinkInternalServerError) Error() string
- func (o *PutShareLinkInternalServerError) GetPayload() *models.RestError
- func (o *PutShareLinkInternalServerError) IsClientError() bool
- func (o *PutShareLinkInternalServerError) IsCode(code int) bool
- func (o *PutShareLinkInternalServerError) IsRedirect() bool
- func (o *PutShareLinkInternalServerError) IsServerError() bool
- func (o *PutShareLinkInternalServerError) IsSuccess() bool
- func (o *PutShareLinkInternalServerError) String() string
- type PutShareLinkNotFound
- func (o *PutShareLinkNotFound) Code() int
- func (o *PutShareLinkNotFound) Error() string
- func (o *PutShareLinkNotFound) GetPayload() *models.RestError
- func (o *PutShareLinkNotFound) IsClientError() bool
- func (o *PutShareLinkNotFound) IsCode(code int) bool
- func (o *PutShareLinkNotFound) IsRedirect() bool
- func (o *PutShareLinkNotFound) IsServerError() bool
- func (o *PutShareLinkNotFound) IsSuccess() bool
- func (o *PutShareLinkNotFound) String() string
- type PutShareLinkOK
- func (o *PutShareLinkOK) Code() int
- func (o *PutShareLinkOK) Error() string
- func (o *PutShareLinkOK) GetPayload() *models.RestShareLink
- func (o *PutShareLinkOK) IsClientError() bool
- func (o *PutShareLinkOK) IsCode(code int) bool
- func (o *PutShareLinkOK) IsRedirect() bool
- func (o *PutShareLinkOK) IsServerError() bool
- func (o *PutShareLinkOK) IsSuccess() bool
- func (o *PutShareLinkOK) String() string
- type PutShareLinkParams
- func (o *PutShareLinkParams) SetBody(body *models.RestPutShareLinkRequest)
- func (o *PutShareLinkParams) SetContext(ctx context.Context)
- func (o *PutShareLinkParams) SetDefaults()
- func (o *PutShareLinkParams) SetHTTPClient(client *http.Client)
- func (o *PutShareLinkParams) SetTimeout(timeout time.Duration)
- func (o *PutShareLinkParams) WithBody(body *models.RestPutShareLinkRequest) *PutShareLinkParams
- func (o *PutShareLinkParams) WithContext(ctx context.Context) *PutShareLinkParams
- func (o *PutShareLinkParams) WithDefaults() *PutShareLinkParams
- func (o *PutShareLinkParams) WithHTTPClient(client *http.Client) *PutShareLinkParams
- func (o *PutShareLinkParams) WithTimeout(timeout time.Duration) *PutShareLinkParams
- func (o *PutShareLinkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutShareLinkReader
- type PutShareLinkUnauthorized
- func (o *PutShareLinkUnauthorized) Code() int
- func (o *PutShareLinkUnauthorized) Error() string
- func (o *PutShareLinkUnauthorized) IsClientError() bool
- func (o *PutShareLinkUnauthorized) IsCode(code int) bool
- func (o *PutShareLinkUnauthorized) IsRedirect() bool
- func (o *PutShareLinkUnauthorized) IsServerError() bool
- func (o *PutShareLinkUnauthorized) IsSuccess() bool
- func (o *PutShareLinkUnauthorized) String() string
- type UpdateSharePoliciesForbidden
- func (o *UpdateSharePoliciesForbidden) Code() int
- func (o *UpdateSharePoliciesForbidden) Error() string
- func (o *UpdateSharePoliciesForbidden) GetPayload() *models.RestError
- func (o *UpdateSharePoliciesForbidden) IsClientError() bool
- func (o *UpdateSharePoliciesForbidden) IsCode(code int) bool
- func (o *UpdateSharePoliciesForbidden) IsRedirect() bool
- func (o *UpdateSharePoliciesForbidden) IsServerError() bool
- func (o *UpdateSharePoliciesForbidden) IsSuccess() bool
- func (o *UpdateSharePoliciesForbidden) String() string
- type UpdateSharePoliciesInternalServerError
- func (o *UpdateSharePoliciesInternalServerError) Code() int
- func (o *UpdateSharePoliciesInternalServerError) Error() string
- func (o *UpdateSharePoliciesInternalServerError) GetPayload() *models.RestError
- func (o *UpdateSharePoliciesInternalServerError) IsClientError() bool
- func (o *UpdateSharePoliciesInternalServerError) IsCode(code int) bool
- func (o *UpdateSharePoliciesInternalServerError) IsRedirect() bool
- func (o *UpdateSharePoliciesInternalServerError) IsServerError() bool
- func (o *UpdateSharePoliciesInternalServerError) IsSuccess() bool
- func (o *UpdateSharePoliciesInternalServerError) String() string
- type UpdateSharePoliciesNotFound
- func (o *UpdateSharePoliciesNotFound) Code() int
- func (o *UpdateSharePoliciesNotFound) Error() string
- func (o *UpdateSharePoliciesNotFound) GetPayload() *models.RestError
- func (o *UpdateSharePoliciesNotFound) IsClientError() bool
- func (o *UpdateSharePoliciesNotFound) IsCode(code int) bool
- func (o *UpdateSharePoliciesNotFound) IsRedirect() bool
- func (o *UpdateSharePoliciesNotFound) IsServerError() bool
- func (o *UpdateSharePoliciesNotFound) IsSuccess() bool
- func (o *UpdateSharePoliciesNotFound) String() string
- type UpdateSharePoliciesOK
- func (o *UpdateSharePoliciesOK) Code() int
- func (o *UpdateSharePoliciesOK) Error() string
- func (o *UpdateSharePoliciesOK) GetPayload() *models.RestUpdateSharePoliciesResponse
- func (o *UpdateSharePoliciesOK) IsClientError() bool
- func (o *UpdateSharePoliciesOK) IsCode(code int) bool
- func (o *UpdateSharePoliciesOK) IsRedirect() bool
- func (o *UpdateSharePoliciesOK) IsServerError() bool
- func (o *UpdateSharePoliciesOK) IsSuccess() bool
- func (o *UpdateSharePoliciesOK) String() string
- type UpdateSharePoliciesParams
- func NewUpdateSharePoliciesParams() *UpdateSharePoliciesParams
- func NewUpdateSharePoliciesParamsWithContext(ctx context.Context) *UpdateSharePoliciesParams
- func NewUpdateSharePoliciesParamsWithHTTPClient(client *http.Client) *UpdateSharePoliciesParams
- func NewUpdateSharePoliciesParamsWithTimeout(timeout time.Duration) *UpdateSharePoliciesParams
- func (o *UpdateSharePoliciesParams) SetBody(body *models.RestUpdateSharePoliciesRequest)
- func (o *UpdateSharePoliciesParams) SetContext(ctx context.Context)
- func (o *UpdateSharePoliciesParams) SetDefaults()
- func (o *UpdateSharePoliciesParams) SetHTTPClient(client *http.Client)
- func (o *UpdateSharePoliciesParams) SetTimeout(timeout time.Duration)
- func (o *UpdateSharePoliciesParams) WithBody(body *models.RestUpdateSharePoliciesRequest) *UpdateSharePoliciesParams
- func (o *UpdateSharePoliciesParams) WithContext(ctx context.Context) *UpdateSharePoliciesParams
- func (o *UpdateSharePoliciesParams) WithDefaults() *UpdateSharePoliciesParams
- func (o *UpdateSharePoliciesParams) WithHTTPClient(client *http.Client) *UpdateSharePoliciesParams
- func (o *UpdateSharePoliciesParams) WithTimeout(timeout time.Duration) *UpdateSharePoliciesParams
- func (o *UpdateSharePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateSharePoliciesReader
- type UpdateSharePoliciesUnauthorized
- func (o *UpdateSharePoliciesUnauthorized) Code() int
- func (o *UpdateSharePoliciesUnauthorized) Error() string
- func (o *UpdateSharePoliciesUnauthorized) IsClientError() bool
- func (o *UpdateSharePoliciesUnauthorized) IsCode(code int) bool
- func (o *UpdateSharePoliciesUnauthorized) IsRedirect() bool
- func (o *UpdateSharePoliciesUnauthorized) IsServerError() bool
- func (o *UpdateSharePoliciesUnauthorized) IsSuccess() bool
- func (o *UpdateSharePoliciesUnauthorized) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for share service API
func (*Client) DeleteCell ¶
func (a *Client) DeleteCell(params *DeleteCellParams, opts ...ClientOption) (*DeleteCellOK, error)
DeleteCell deletes a share room
func (*Client) DeleteShareLink ¶
func (a *Client) DeleteShareLink(params *DeleteShareLinkParams, opts ...ClientOption) (*DeleteShareLinkOK, error)
DeleteShareLink deletes share link
func (*Client) GetCell ¶
func (a *Client) GetCell(params *GetCellParams, opts ...ClientOption) (*GetCellOK, error)
GetCell loads a share room
func (*Client) GetShareLink ¶
func (a *Client) GetShareLink(params *GetShareLinkParams, opts ...ClientOption) (*GetShareLinkOK, error)
GetShareLink loads a share link with all infos
func (*Client) ListSharedResources ¶
func (a *Client) ListSharedResources(params *ListSharedResourcesParams, opts ...ClientOption) (*ListSharedResourcesOK, error)
ListSharedResources lists shared resources for current user or all users
func (*Client) PutCell ¶
func (a *Client) PutCell(params *PutCellParams, opts ...ClientOption) (*PutCellOK, error)
PutCell puts or create a share room
func (*Client) PutShareLink ¶
func (a *Client) PutShareLink(params *PutShareLinkParams, opts ...ClientOption) (*PutShareLinkOK, error)
PutShareLink puts or create a share room
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateSharePolicies ¶
func (a *Client) UpdateSharePolicies(params *UpdateSharePoliciesParams, opts ...ClientOption) (*UpdateSharePoliciesOK, error)
UpdateSharePolicies updates policies associated to the underlying workspace for a cell or a share link
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { DeleteCell(params *DeleteCellParams, opts ...ClientOption) (*DeleteCellOK, error) GetCell(params *GetCellParams, opts ...ClientOption) (*GetCellOK, error) PutCell(params *PutCellParams, opts ...ClientOption) (*PutCellOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new share service API client.
type DeleteCellForbidden ¶
DeleteCellForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewDeleteCellForbidden ¶
func NewDeleteCellForbidden() *DeleteCellForbidden
NewDeleteCellForbidden creates a DeleteCellForbidden with default headers values
func (*DeleteCellForbidden) Code ¶
func (o *DeleteCellForbidden) Code() int
Code gets the status code for the delete cell forbidden response
func (*DeleteCellForbidden) Error ¶
func (o *DeleteCellForbidden) Error() string
func (*DeleteCellForbidden) GetPayload ¶
func (o *DeleteCellForbidden) GetPayload() *models.RestError
func (*DeleteCellForbidden) IsClientError ¶
func (o *DeleteCellForbidden) IsClientError() bool
IsClientError returns true when this delete cell forbidden response has a 4xx status code
func (*DeleteCellForbidden) IsCode ¶
func (o *DeleteCellForbidden) IsCode(code int) bool
IsCode returns true when this delete cell forbidden response a status code equal to that given
func (*DeleteCellForbidden) IsRedirect ¶
func (o *DeleteCellForbidden) IsRedirect() bool
IsRedirect returns true when this delete cell forbidden response has a 3xx status code
func (*DeleteCellForbidden) IsServerError ¶
func (o *DeleteCellForbidden) IsServerError() bool
IsServerError returns true when this delete cell forbidden response has a 5xx status code
func (*DeleteCellForbidden) IsSuccess ¶
func (o *DeleteCellForbidden) IsSuccess() bool
IsSuccess returns true when this delete cell forbidden response has a 2xx status code
func (*DeleteCellForbidden) String ¶
func (o *DeleteCellForbidden) String() string
type DeleteCellInternalServerError ¶
DeleteCellInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewDeleteCellInternalServerError ¶
func NewDeleteCellInternalServerError() *DeleteCellInternalServerError
NewDeleteCellInternalServerError creates a DeleteCellInternalServerError with default headers values
func (*DeleteCellInternalServerError) Code ¶
func (o *DeleteCellInternalServerError) Code() int
Code gets the status code for the delete cell internal server error response
func (*DeleteCellInternalServerError) Error ¶
func (o *DeleteCellInternalServerError) Error() string
func (*DeleteCellInternalServerError) GetPayload ¶
func (o *DeleteCellInternalServerError) GetPayload() *models.RestError
func (*DeleteCellInternalServerError) IsClientError ¶
func (o *DeleteCellInternalServerError) IsClientError() bool
IsClientError returns true when this delete cell internal server error response has a 4xx status code
func (*DeleteCellInternalServerError) IsCode ¶
func (o *DeleteCellInternalServerError) IsCode(code int) bool
IsCode returns true when this delete cell internal server error response a status code equal to that given
func (*DeleteCellInternalServerError) IsRedirect ¶
func (o *DeleteCellInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete cell internal server error response has a 3xx status code
func (*DeleteCellInternalServerError) IsServerError ¶
func (o *DeleteCellInternalServerError) IsServerError() bool
IsServerError returns true when this delete cell internal server error response has a 5xx status code
func (*DeleteCellInternalServerError) IsSuccess ¶
func (o *DeleteCellInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete cell internal server error response has a 2xx status code
func (*DeleteCellInternalServerError) String ¶
func (o *DeleteCellInternalServerError) String() string
type DeleteCellNotFound ¶
DeleteCellNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewDeleteCellNotFound ¶
func NewDeleteCellNotFound() *DeleteCellNotFound
NewDeleteCellNotFound creates a DeleteCellNotFound with default headers values
func (*DeleteCellNotFound) Code ¶
func (o *DeleteCellNotFound) Code() int
Code gets the status code for the delete cell not found response
func (*DeleteCellNotFound) Error ¶
func (o *DeleteCellNotFound) Error() string
func (*DeleteCellNotFound) GetPayload ¶
func (o *DeleteCellNotFound) GetPayload() *models.RestError
func (*DeleteCellNotFound) IsClientError ¶
func (o *DeleteCellNotFound) IsClientError() bool
IsClientError returns true when this delete cell not found response has a 4xx status code
func (*DeleteCellNotFound) IsCode ¶
func (o *DeleteCellNotFound) IsCode(code int) bool
IsCode returns true when this delete cell not found response a status code equal to that given
func (*DeleteCellNotFound) IsRedirect ¶
func (o *DeleteCellNotFound) IsRedirect() bool
IsRedirect returns true when this delete cell not found response has a 3xx status code
func (*DeleteCellNotFound) IsServerError ¶
func (o *DeleteCellNotFound) IsServerError() bool
IsServerError returns true when this delete cell not found response has a 5xx status code
func (*DeleteCellNotFound) IsSuccess ¶
func (o *DeleteCellNotFound) IsSuccess() bool
IsSuccess returns true when this delete cell not found response has a 2xx status code
func (*DeleteCellNotFound) String ¶
func (o *DeleteCellNotFound) String() string
type DeleteCellOK ¶
type DeleteCellOK struct {
Payload *models.RestDeleteCellResponse
}
DeleteCellOK describes a response with status code 200, with default header values.
A successful response.
func NewDeleteCellOK ¶
func NewDeleteCellOK() *DeleteCellOK
NewDeleteCellOK creates a DeleteCellOK with default headers values
func (*DeleteCellOK) Code ¶
func (o *DeleteCellOK) Code() int
Code gets the status code for the delete cell o k response
func (*DeleteCellOK) Error ¶
func (o *DeleteCellOK) Error() string
func (*DeleteCellOK) GetPayload ¶
func (o *DeleteCellOK) GetPayload() *models.RestDeleteCellResponse
func (*DeleteCellOK) IsClientError ¶
func (o *DeleteCellOK) IsClientError() bool
IsClientError returns true when this delete cell o k response has a 4xx status code
func (*DeleteCellOK) IsCode ¶
func (o *DeleteCellOK) IsCode(code int) bool
IsCode returns true when this delete cell o k response a status code equal to that given
func (*DeleteCellOK) IsRedirect ¶
func (o *DeleteCellOK) IsRedirect() bool
IsRedirect returns true when this delete cell o k response has a 3xx status code
func (*DeleteCellOK) IsServerError ¶
func (o *DeleteCellOK) IsServerError() bool
IsServerError returns true when this delete cell o k response has a 5xx status code
func (*DeleteCellOK) IsSuccess ¶
func (o *DeleteCellOK) IsSuccess() bool
IsSuccess returns true when this delete cell o k response has a 2xx status code
func (*DeleteCellOK) String ¶
func (o *DeleteCellOK) String() string
type DeleteCellParams ¶
type DeleteCellParams struct { /* UUID. Cell Uuid */ UUID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteCellParams contains all the parameters to send to the API endpoint
for the delete cell operation. Typically these are written to a http.Request.
func NewDeleteCellParams ¶
func NewDeleteCellParams() *DeleteCellParams
NewDeleteCellParams creates a new DeleteCellParams 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 NewDeleteCellParamsWithContext ¶
func NewDeleteCellParamsWithContext(ctx context.Context) *DeleteCellParams
NewDeleteCellParamsWithContext creates a new DeleteCellParams object with the ability to set a context for a request.
func NewDeleteCellParamsWithHTTPClient ¶
func NewDeleteCellParamsWithHTTPClient(client *http.Client) *DeleteCellParams
NewDeleteCellParamsWithHTTPClient creates a new DeleteCellParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteCellParamsWithTimeout ¶
func NewDeleteCellParamsWithTimeout(timeout time.Duration) *DeleteCellParams
NewDeleteCellParamsWithTimeout creates a new DeleteCellParams object with the ability to set a timeout on a request.
func (*DeleteCellParams) SetContext ¶
func (o *DeleteCellParams) SetContext(ctx context.Context)
SetContext adds the context to the delete cell params
func (*DeleteCellParams) SetDefaults ¶
func (o *DeleteCellParams) SetDefaults()
SetDefaults hydrates default values in the delete cell params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteCellParams) SetHTTPClient ¶
func (o *DeleteCellParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete cell params
func (*DeleteCellParams) SetTimeout ¶
func (o *DeleteCellParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete cell params
func (*DeleteCellParams) SetUUID ¶
func (o *DeleteCellParams) SetUUID(uuid string)
SetUUID adds the uuid to the delete cell params
func (*DeleteCellParams) WithContext ¶
func (o *DeleteCellParams) WithContext(ctx context.Context) *DeleteCellParams
WithContext adds the context to the delete cell params
func (*DeleteCellParams) WithDefaults ¶
func (o *DeleteCellParams) WithDefaults() *DeleteCellParams
WithDefaults hydrates default values in the delete cell params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteCellParams) WithHTTPClient ¶
func (o *DeleteCellParams) WithHTTPClient(client *http.Client) *DeleteCellParams
WithHTTPClient adds the HTTPClient to the delete cell params
func (*DeleteCellParams) WithTimeout ¶
func (o *DeleteCellParams) WithTimeout(timeout time.Duration) *DeleteCellParams
WithTimeout adds the timeout to the delete cell params
func (*DeleteCellParams) WithUUID ¶
func (o *DeleteCellParams) WithUUID(uuid string) *DeleteCellParams
WithUUID adds the uuid to the delete cell params
func (*DeleteCellParams) WriteToRequest ¶
func (o *DeleteCellParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteCellReader ¶
type DeleteCellReader struct {
// contains filtered or unexported fields
}
DeleteCellReader is a Reader for the DeleteCell structure.
func (*DeleteCellReader) ReadResponse ¶
func (o *DeleteCellReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteCellUnauthorized ¶
type DeleteCellUnauthorized struct { }
DeleteCellUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewDeleteCellUnauthorized ¶
func NewDeleteCellUnauthorized() *DeleteCellUnauthorized
NewDeleteCellUnauthorized creates a DeleteCellUnauthorized with default headers values
func (*DeleteCellUnauthorized) Code ¶
func (o *DeleteCellUnauthorized) Code() int
Code gets the status code for the delete cell unauthorized response
func (*DeleteCellUnauthorized) Error ¶
func (o *DeleteCellUnauthorized) Error() string
func (*DeleteCellUnauthorized) IsClientError ¶
func (o *DeleteCellUnauthorized) IsClientError() bool
IsClientError returns true when this delete cell unauthorized response has a 4xx status code
func (*DeleteCellUnauthorized) IsCode ¶
func (o *DeleteCellUnauthorized) IsCode(code int) bool
IsCode returns true when this delete cell unauthorized response a status code equal to that given
func (*DeleteCellUnauthorized) IsRedirect ¶
func (o *DeleteCellUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete cell unauthorized response has a 3xx status code
func (*DeleteCellUnauthorized) IsServerError ¶
func (o *DeleteCellUnauthorized) IsServerError() bool
IsServerError returns true when this delete cell unauthorized response has a 5xx status code
func (*DeleteCellUnauthorized) IsSuccess ¶
func (o *DeleteCellUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete cell unauthorized response has a 2xx status code
func (*DeleteCellUnauthorized) String ¶
func (o *DeleteCellUnauthorized) String() string
type DeleteShareLinkForbidden ¶
type DeleteShareLinkForbidden struct {
}DeleteShareLinkForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewDeleteShareLinkForbidden ¶
func NewDeleteShareLinkForbidden() *DeleteShareLinkForbidden
NewDeleteShareLinkForbidden creates a DeleteShareLinkForbidden with default headers values
func (*DeleteShareLinkForbidden) Code ¶
func (o *DeleteShareLinkForbidden) Code() int
Code gets the status code for the delete share link forbidden response
func (*DeleteShareLinkForbidden) Error ¶
func (o *DeleteShareLinkForbidden) Error() string
func (*DeleteShareLinkForbidden) GetPayload ¶
func (o *DeleteShareLinkForbidden) GetPayload() *models.RestError
func (*DeleteShareLinkForbidden) IsClientError ¶
func (o *DeleteShareLinkForbidden) IsClientError() bool
IsClientError returns true when this delete share link forbidden response has a 4xx status code
func (*DeleteShareLinkForbidden) IsCode ¶
func (o *DeleteShareLinkForbidden) IsCode(code int) bool
IsCode returns true when this delete share link forbidden response a status code equal to that given
func (*DeleteShareLinkForbidden) IsRedirect ¶
func (o *DeleteShareLinkForbidden) IsRedirect() bool
IsRedirect returns true when this delete share link forbidden response has a 3xx status code
func (*DeleteShareLinkForbidden) IsServerError ¶
func (o *DeleteShareLinkForbidden) IsServerError() bool
IsServerError returns true when this delete share link forbidden response has a 5xx status code
func (*DeleteShareLinkForbidden) IsSuccess ¶
func (o *DeleteShareLinkForbidden) IsSuccess() bool
IsSuccess returns true when this delete share link forbidden response has a 2xx status code
func (*DeleteShareLinkForbidden) String ¶
func (o *DeleteShareLinkForbidden) String() string
type DeleteShareLinkInternalServerError ¶
type DeleteShareLinkInternalServerError struct {
}DeleteShareLinkInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewDeleteShareLinkInternalServerError ¶
func NewDeleteShareLinkInternalServerError() *DeleteShareLinkInternalServerError
NewDeleteShareLinkInternalServerError creates a DeleteShareLinkInternalServerError with default headers values
func (*DeleteShareLinkInternalServerError) Code ¶
func (o *DeleteShareLinkInternalServerError) Code() int
Code gets the status code for the delete share link internal server error response
func (*DeleteShareLinkInternalServerError) Error ¶
func (o *DeleteShareLinkInternalServerError) Error() string
func (*DeleteShareLinkInternalServerError) GetPayload ¶
func (o *DeleteShareLinkInternalServerError) GetPayload() *models.RestError
func (*DeleteShareLinkInternalServerError) IsClientError ¶
func (o *DeleteShareLinkInternalServerError) IsClientError() bool
IsClientError returns true when this delete share link internal server error response has a 4xx status code
func (*DeleteShareLinkInternalServerError) IsCode ¶
func (o *DeleteShareLinkInternalServerError) IsCode(code int) bool
IsCode returns true when this delete share link internal server error response a status code equal to that given
func (*DeleteShareLinkInternalServerError) IsRedirect ¶
func (o *DeleteShareLinkInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete share link internal server error response has a 3xx status code
func (*DeleteShareLinkInternalServerError) IsServerError ¶
func (o *DeleteShareLinkInternalServerError) IsServerError() bool
IsServerError returns true when this delete share link internal server error response has a 5xx status code
func (*DeleteShareLinkInternalServerError) IsSuccess ¶
func (o *DeleteShareLinkInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete share link internal server error response has a 2xx status code
func (*DeleteShareLinkInternalServerError) String ¶
func (o *DeleteShareLinkInternalServerError) String() string
type DeleteShareLinkNotFound ¶
type DeleteShareLinkNotFound struct {
}DeleteShareLinkNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewDeleteShareLinkNotFound ¶
func NewDeleteShareLinkNotFound() *DeleteShareLinkNotFound
NewDeleteShareLinkNotFound creates a DeleteShareLinkNotFound with default headers values
func (*DeleteShareLinkNotFound) Code ¶
func (o *DeleteShareLinkNotFound) Code() int
Code gets the status code for the delete share link not found response
func (*DeleteShareLinkNotFound) Error ¶
func (o *DeleteShareLinkNotFound) Error() string
func (*DeleteShareLinkNotFound) GetPayload ¶
func (o *DeleteShareLinkNotFound) GetPayload() *models.RestError
func (*DeleteShareLinkNotFound) IsClientError ¶
func (o *DeleteShareLinkNotFound) IsClientError() bool
IsClientError returns true when this delete share link not found response has a 4xx status code
func (*DeleteShareLinkNotFound) IsCode ¶
func (o *DeleteShareLinkNotFound) IsCode(code int) bool
IsCode returns true when this delete share link not found response a status code equal to that given
func (*DeleteShareLinkNotFound) IsRedirect ¶
func (o *DeleteShareLinkNotFound) IsRedirect() bool
IsRedirect returns true when this delete share link not found response has a 3xx status code
func (*DeleteShareLinkNotFound) IsServerError ¶
func (o *DeleteShareLinkNotFound) IsServerError() bool
IsServerError returns true when this delete share link not found response has a 5xx status code
func (*DeleteShareLinkNotFound) IsSuccess ¶
func (o *DeleteShareLinkNotFound) IsSuccess() bool
IsSuccess returns true when this delete share link not found response has a 2xx status code
func (*DeleteShareLinkNotFound) String ¶
func (o *DeleteShareLinkNotFound) String() string
type DeleteShareLinkOK ¶
type DeleteShareLinkOK struct {
}DeleteShareLinkOK describes a response with status code 200, with default header values.
A successful response.
func NewDeleteShareLinkOK ¶
func NewDeleteShareLinkOK() *DeleteShareLinkOK
NewDeleteShareLinkOK creates a DeleteShareLinkOK with default headers values
func (*DeleteShareLinkOK) Code ¶
func (o *DeleteShareLinkOK) Code() int
Code gets the status code for the delete share link o k response
func (*DeleteShareLinkOK) Error ¶
func (o *DeleteShareLinkOK) Error() string
func (*DeleteShareLinkOK) GetPayload ¶
func (o *DeleteShareLinkOK) GetPayload() *models.RestDeleteShareLinkResponse
func (*DeleteShareLinkOK) IsClientError ¶
func (o *DeleteShareLinkOK) IsClientError() bool
IsClientError returns true when this delete share link o k response has a 4xx status code
func (*DeleteShareLinkOK) IsCode ¶
func (o *DeleteShareLinkOK) IsCode(code int) bool
IsCode returns true when this delete share link o k response a status code equal to that given
func (*DeleteShareLinkOK) IsRedirect ¶
func (o *DeleteShareLinkOK) IsRedirect() bool
IsRedirect returns true when this delete share link o k response has a 3xx status code
func (*DeleteShareLinkOK) IsServerError ¶
func (o *DeleteShareLinkOK) IsServerError() bool
IsServerError returns true when this delete share link o k response has a 5xx status code
func (*DeleteShareLinkOK) IsSuccess ¶
func (o *DeleteShareLinkOK) IsSuccess() bool
IsSuccess returns true when this delete share link o k response has a 2xx status code
func (*DeleteShareLinkOK) String ¶
func (o *DeleteShareLinkOK) String() string
type DeleteShareLinkParams ¶
type DeleteShareLinkParams struct { string // contains filtered or unexported fields }UUID
DeleteShareLinkParams contains all the parameters to send to the API endpoint
for the delete share link operation. Typically these are written to a http.Request.
func NewDeleteShareLinkParams ¶
func NewDeleteShareLinkParams() *DeleteShareLinkParams
NewDeleteShareLinkParams creates a new DeleteShareLinkParams 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 NewDeleteShareLinkParamsWithContext ¶
func NewDeleteShareLinkParamsWithContext(ctx context.Context) *DeleteShareLinkParams
NewDeleteShareLinkParamsWithContext creates a new DeleteShareLinkParams object with the ability to set a context for a request.
func NewDeleteShareLinkParamsWithHTTPClient ¶
func NewDeleteShareLinkParamsWithHTTPClient(client *http.Client) *DeleteShareLinkParams
NewDeleteShareLinkParamsWithHTTPClient creates a new DeleteShareLinkParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteShareLinkParamsWithTimeout ¶
func NewDeleteShareLinkParamsWithTimeout(timeout time.Duration) *DeleteShareLinkParams
NewDeleteShareLinkParamsWithTimeout creates a new DeleteShareLinkParams object with the ability to set a timeout on a request.
func (*DeleteShareLinkParams) SetContext ¶
func (o *DeleteShareLinkParams) SetContext(ctx context.Context)
SetContext adds the context to the delete share link params
func (*DeleteShareLinkParams) SetDefaults ¶
func (o *DeleteShareLinkParams) SetDefaults()
SetDefaults hydrates default values in the delete share link params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteShareLinkParams) SetHTTPClient ¶
func (o *DeleteShareLinkParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete share link params
func (*DeleteShareLinkParams) SetTimeout ¶
func (o *DeleteShareLinkParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete share link params
func (*DeleteShareLinkParams) SetUUID ¶
func (o *DeleteShareLinkParams) SetUUID(uuid string)
SetUUID adds the uuid to the delete share link params
func (*DeleteShareLinkParams) WithContext ¶
func (o *DeleteShareLinkParams) WithContext(ctx context.Context) *DeleteShareLinkParams
WithContext adds the context to the delete share link params
func (*DeleteShareLinkParams) WithDefaults ¶
func (o *DeleteShareLinkParams) WithDefaults() *DeleteShareLinkParams
WithDefaults hydrates default values in the delete share link params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteShareLinkParams) WithHTTPClient ¶
func (o *DeleteShareLinkParams) WithHTTPClient(client *http.Client) *DeleteShareLinkParams
WithHTTPClient adds the HTTPClient to the delete share link params
func (*DeleteShareLinkParams) WithTimeout ¶
func (o *DeleteShareLinkParams) WithTimeout(timeout time.Duration) *DeleteShareLinkParams
WithTimeout adds the timeout to the delete share link params
func (*DeleteShareLinkParams) WithUUID ¶
func (o *DeleteShareLinkParams) WithUUID(uuid string) *DeleteShareLinkParams
WithUUID adds the uuid to the delete share link params
func (*DeleteShareLinkParams) WriteToRequest ¶
func (o *DeleteShareLinkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteShareLinkReader ¶
type DeleteShareLinkReader struct {
// contains filtered or unexported fields
}
DeleteShareLinkReader is a Reader for the DeleteShareLink structure.
func (*DeleteShareLinkReader) ReadResponse ¶
func (o *DeleteShareLinkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteShareLinkUnauthorized ¶
type DeleteShareLinkUnauthorized struct { }
DeleteShareLinkUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewDeleteShareLinkUnauthorized ¶
func NewDeleteShareLinkUnauthorized() *DeleteShareLinkUnauthorized
NewDeleteShareLinkUnauthorized creates a DeleteShareLinkUnauthorized with default headers values
func (*DeleteShareLinkUnauthorized) Code ¶
func (o *DeleteShareLinkUnauthorized) Code() int
Code gets the status code for the delete share link unauthorized response
func (*DeleteShareLinkUnauthorized) Error ¶
func (o *DeleteShareLinkUnauthorized) Error() string
func (*DeleteShareLinkUnauthorized) IsClientError ¶
func (o *DeleteShareLinkUnauthorized) IsClientError() bool
IsClientError returns true when this delete share link unauthorized response has a 4xx status code
func (*DeleteShareLinkUnauthorized) IsCode ¶
func (o *DeleteShareLinkUnauthorized) IsCode(code int) bool
IsCode returns true when this delete share link unauthorized response a status code equal to that given
func (*DeleteShareLinkUnauthorized) IsRedirect ¶
func (o *DeleteShareLinkUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete share link unauthorized response has a 3xx status code
func (*DeleteShareLinkUnauthorized) IsServerError ¶
func (o *DeleteShareLinkUnauthorized) IsServerError() bool
IsServerError returns true when this delete share link unauthorized response has a 5xx status code
func (*DeleteShareLinkUnauthorized) IsSuccess ¶
func (o *DeleteShareLinkUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete share link unauthorized response has a 2xx status code
func (*DeleteShareLinkUnauthorized) String ¶
func (o *DeleteShareLinkUnauthorized) String() string
type GetCellForbidden ¶
GetCellForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewGetCellForbidden ¶
func NewGetCellForbidden() *GetCellForbidden
NewGetCellForbidden creates a GetCellForbidden with default headers values
func (*GetCellForbidden) Code ¶
func (o *GetCellForbidden) Code() int
Code gets the status code for the get cell forbidden response
func (*GetCellForbidden) Error ¶
func (o *GetCellForbidden) Error() string
func (*GetCellForbidden) GetPayload ¶
func (o *GetCellForbidden) GetPayload() *models.RestError
func (*GetCellForbidden) IsClientError ¶
func (o *GetCellForbidden) IsClientError() bool
IsClientError returns true when this get cell forbidden response has a 4xx status code
func (*GetCellForbidden) IsCode ¶
func (o *GetCellForbidden) IsCode(code int) bool
IsCode returns true when this get cell forbidden response a status code equal to that given
func (*GetCellForbidden) IsRedirect ¶
func (o *GetCellForbidden) IsRedirect() bool
IsRedirect returns true when this get cell forbidden response has a 3xx status code
func (*GetCellForbidden) IsServerError ¶
func (o *GetCellForbidden) IsServerError() bool
IsServerError returns true when this get cell forbidden response has a 5xx status code
func (*GetCellForbidden) IsSuccess ¶
func (o *GetCellForbidden) IsSuccess() bool
IsSuccess returns true when this get cell forbidden response has a 2xx status code
func (*GetCellForbidden) String ¶
func (o *GetCellForbidden) String() string
type GetCellInternalServerError ¶
GetCellInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewGetCellInternalServerError ¶
func NewGetCellInternalServerError() *GetCellInternalServerError
NewGetCellInternalServerError creates a GetCellInternalServerError with default headers values
func (*GetCellInternalServerError) Code ¶
func (o *GetCellInternalServerError) Code() int
Code gets the status code for the get cell internal server error response
func (*GetCellInternalServerError) Error ¶
func (o *GetCellInternalServerError) Error() string
func (*GetCellInternalServerError) GetPayload ¶
func (o *GetCellInternalServerError) GetPayload() *models.RestError
func (*GetCellInternalServerError) IsClientError ¶
func (o *GetCellInternalServerError) IsClientError() bool
IsClientError returns true when this get cell internal server error response has a 4xx status code
func (*GetCellInternalServerError) IsCode ¶
func (o *GetCellInternalServerError) IsCode(code int) bool
IsCode returns true when this get cell internal server error response a status code equal to that given
func (*GetCellInternalServerError) IsRedirect ¶
func (o *GetCellInternalServerError) IsRedirect() bool
IsRedirect returns true when this get cell internal server error response has a 3xx status code
func (*GetCellInternalServerError) IsServerError ¶
func (o *GetCellInternalServerError) IsServerError() bool
IsServerError returns true when this get cell internal server error response has a 5xx status code
func (*GetCellInternalServerError) IsSuccess ¶
func (o *GetCellInternalServerError) IsSuccess() bool
IsSuccess returns true when this get cell internal server error response has a 2xx status code
func (*GetCellInternalServerError) String ¶
func (o *GetCellInternalServerError) String() string
type GetCellNotFound ¶
GetCellNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewGetCellNotFound ¶
func NewGetCellNotFound() *GetCellNotFound
NewGetCellNotFound creates a GetCellNotFound with default headers values
func (*GetCellNotFound) Code ¶
func (o *GetCellNotFound) Code() int
Code gets the status code for the get cell not found response
func (*GetCellNotFound) Error ¶
func (o *GetCellNotFound) Error() string
func (*GetCellNotFound) GetPayload ¶
func (o *GetCellNotFound) GetPayload() *models.RestError
func (*GetCellNotFound) IsClientError ¶
func (o *GetCellNotFound) IsClientError() bool
IsClientError returns true when this get cell not found response has a 4xx status code
func (*GetCellNotFound) IsCode ¶
func (o *GetCellNotFound) IsCode(code int) bool
IsCode returns true when this get cell not found response a status code equal to that given
func (*GetCellNotFound) IsRedirect ¶
func (o *GetCellNotFound) IsRedirect() bool
IsRedirect returns true when this get cell not found response has a 3xx status code
func (*GetCellNotFound) IsServerError ¶
func (o *GetCellNotFound) IsServerError() bool
IsServerError returns true when this get cell not found response has a 5xx status code
func (*GetCellNotFound) IsSuccess ¶
func (o *GetCellNotFound) IsSuccess() bool
IsSuccess returns true when this get cell not found response has a 2xx status code
func (*GetCellNotFound) String ¶
func (o *GetCellNotFound) String() string
type GetCellOK ¶
GetCellOK describes a response with status code 200, with default header values.
A successful response.
func NewGetCellOK ¶
func NewGetCellOK() *GetCellOK
NewGetCellOK creates a GetCellOK with default headers values
func (*GetCellOK) GetPayload ¶
func (*GetCellOK) IsClientError ¶
IsClientError returns true when this get cell o k response has a 4xx status code
func (*GetCellOK) IsCode ¶
IsCode returns true when this get cell o k response a status code equal to that given
func (*GetCellOK) IsRedirect ¶
IsRedirect returns true when this get cell o k response has a 3xx status code
func (*GetCellOK) IsServerError ¶
IsServerError returns true when this get cell o k response has a 5xx status code
type GetCellParams ¶
type GetCellParams struct { /* UUID. Cell Uuid */ UUID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCellParams contains all the parameters to send to the API endpoint
for the get cell operation. Typically these are written to a http.Request.
func NewGetCellParams ¶
func NewGetCellParams() *GetCellParams
NewGetCellParams creates a new GetCellParams 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 NewGetCellParamsWithContext ¶
func NewGetCellParamsWithContext(ctx context.Context) *GetCellParams
NewGetCellParamsWithContext creates a new GetCellParams object with the ability to set a context for a request.
func NewGetCellParamsWithHTTPClient ¶
func NewGetCellParamsWithHTTPClient(client *http.Client) *GetCellParams
NewGetCellParamsWithHTTPClient creates a new GetCellParams object with the ability to set a custom HTTPClient for a request.
func NewGetCellParamsWithTimeout ¶
func NewGetCellParamsWithTimeout(timeout time.Duration) *GetCellParams
NewGetCellParamsWithTimeout creates a new GetCellParams object with the ability to set a timeout on a request.
func (*GetCellParams) SetContext ¶
func (o *GetCellParams) SetContext(ctx context.Context)
SetContext adds the context to the get cell params
func (*GetCellParams) SetDefaults ¶
func (o *GetCellParams) SetDefaults()
SetDefaults hydrates default values in the get cell params (not the query body).
All values with no default are reset to their zero value.
func (*GetCellParams) SetHTTPClient ¶
func (o *GetCellParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cell params
func (*GetCellParams) SetTimeout ¶
func (o *GetCellParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cell params
func (*GetCellParams) SetUUID ¶
func (o *GetCellParams) SetUUID(uuid string)
SetUUID adds the uuid to the get cell params
func (*GetCellParams) WithContext ¶
func (o *GetCellParams) WithContext(ctx context.Context) *GetCellParams
WithContext adds the context to the get cell params
func (*GetCellParams) WithDefaults ¶
func (o *GetCellParams) WithDefaults() *GetCellParams
WithDefaults hydrates default values in the get cell params (not the query body).
All values with no default are reset to their zero value.
func (*GetCellParams) WithHTTPClient ¶
func (o *GetCellParams) WithHTTPClient(client *http.Client) *GetCellParams
WithHTTPClient adds the HTTPClient to the get cell params
func (*GetCellParams) WithTimeout ¶
func (o *GetCellParams) WithTimeout(timeout time.Duration) *GetCellParams
WithTimeout adds the timeout to the get cell params
func (*GetCellParams) WithUUID ¶
func (o *GetCellParams) WithUUID(uuid string) *GetCellParams
WithUUID adds the uuid to the get cell params
func (*GetCellParams) WriteToRequest ¶
func (o *GetCellParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCellReader ¶
type GetCellReader struct {
// contains filtered or unexported fields
}
GetCellReader is a Reader for the GetCell structure.
func (*GetCellReader) ReadResponse ¶
func (o *GetCellReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCellUnauthorized ¶
type GetCellUnauthorized struct { }
GetCellUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewGetCellUnauthorized ¶
func NewGetCellUnauthorized() *GetCellUnauthorized
NewGetCellUnauthorized creates a GetCellUnauthorized with default headers values
func (*GetCellUnauthorized) Code ¶
func (o *GetCellUnauthorized) Code() int
Code gets the status code for the get cell unauthorized response
func (*GetCellUnauthorized) Error ¶
func (o *GetCellUnauthorized) Error() string
func (*GetCellUnauthorized) IsClientError ¶
func (o *GetCellUnauthorized) IsClientError() bool
IsClientError returns true when this get cell unauthorized response has a 4xx status code
func (*GetCellUnauthorized) IsCode ¶
func (o *GetCellUnauthorized) IsCode(code int) bool
IsCode returns true when this get cell unauthorized response a status code equal to that given
func (*GetCellUnauthorized) IsRedirect ¶
func (o *GetCellUnauthorized) IsRedirect() bool
IsRedirect returns true when this get cell unauthorized response has a 3xx status code
func (*GetCellUnauthorized) IsServerError ¶
func (o *GetCellUnauthorized) IsServerError() bool
IsServerError returns true when this get cell unauthorized response has a 5xx status code
func (*GetCellUnauthorized) IsSuccess ¶
func (o *GetCellUnauthorized) IsSuccess() bool
IsSuccess returns true when this get cell unauthorized response has a 2xx status code
func (*GetCellUnauthorized) String ¶
func (o *GetCellUnauthorized) String() string
type GetShareLinkForbidden ¶
type GetShareLinkForbidden struct {
}GetShareLinkForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewGetShareLinkForbidden ¶
func NewGetShareLinkForbidden() *GetShareLinkForbidden
NewGetShareLinkForbidden creates a GetShareLinkForbidden with default headers values
func (*GetShareLinkForbidden) Code ¶
func (o *GetShareLinkForbidden) Code() int
Code gets the status code for the get share link forbidden response
func (*GetShareLinkForbidden) Error ¶
func (o *GetShareLinkForbidden) Error() string
func (*GetShareLinkForbidden) GetPayload ¶
func (o *GetShareLinkForbidden) GetPayload() *models.RestError
func (*GetShareLinkForbidden) IsClientError ¶
func (o *GetShareLinkForbidden) IsClientError() bool
IsClientError returns true when this get share link forbidden response has a 4xx status code
func (*GetShareLinkForbidden) IsCode ¶
func (o *GetShareLinkForbidden) IsCode(code int) bool
IsCode returns true when this get share link forbidden response a status code equal to that given
func (*GetShareLinkForbidden) IsRedirect ¶
func (o *GetShareLinkForbidden) IsRedirect() bool
IsRedirect returns true when this get share link forbidden response has a 3xx status code
func (*GetShareLinkForbidden) IsServerError ¶
func (o *GetShareLinkForbidden) IsServerError() bool
IsServerError returns true when this get share link forbidden response has a 5xx status code
func (*GetShareLinkForbidden) IsSuccess ¶
func (o *GetShareLinkForbidden) IsSuccess() bool
IsSuccess returns true when this get share link forbidden response has a 2xx status code
func (*GetShareLinkForbidden) String ¶
func (o *GetShareLinkForbidden) String() string
type GetShareLinkInternalServerError ¶
type GetShareLinkInternalServerError struct {
}GetShareLinkInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewGetShareLinkInternalServerError ¶
func NewGetShareLinkInternalServerError() *GetShareLinkInternalServerError
NewGetShareLinkInternalServerError creates a GetShareLinkInternalServerError with default headers values
func (*GetShareLinkInternalServerError) Code ¶
func (o *GetShareLinkInternalServerError) Code() int
Code gets the status code for the get share link internal server error response
func (*GetShareLinkInternalServerError) Error ¶
func (o *GetShareLinkInternalServerError) Error() string
func (*GetShareLinkInternalServerError) GetPayload ¶
func (o *GetShareLinkInternalServerError) GetPayload() *models.RestError
func (*GetShareLinkInternalServerError) IsClientError ¶
func (o *GetShareLinkInternalServerError) IsClientError() bool
IsClientError returns true when this get share link internal server error response has a 4xx status code
func (*GetShareLinkInternalServerError) IsCode ¶
func (o *GetShareLinkInternalServerError) IsCode(code int) bool
IsCode returns true when this get share link internal server error response a status code equal to that given
func (*GetShareLinkInternalServerError) IsRedirect ¶
func (o *GetShareLinkInternalServerError) IsRedirect() bool
IsRedirect returns true when this get share link internal server error response has a 3xx status code
func (*GetShareLinkInternalServerError) IsServerError ¶
func (o *GetShareLinkInternalServerError) IsServerError() bool
IsServerError returns true when this get share link internal server error response has a 5xx status code
func (*GetShareLinkInternalServerError) IsSuccess ¶
func (o *GetShareLinkInternalServerError) IsSuccess() bool
IsSuccess returns true when this get share link internal server error response has a 2xx status code
func (*GetShareLinkInternalServerError) String ¶
func (o *GetShareLinkInternalServerError) String() string
type GetShareLinkNotFound ¶
type GetShareLinkNotFound struct {
}GetShareLinkNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewGetShareLinkNotFound ¶
func NewGetShareLinkNotFound() *GetShareLinkNotFound
NewGetShareLinkNotFound creates a GetShareLinkNotFound with default headers values
func (*GetShareLinkNotFound) Code ¶
func (o *GetShareLinkNotFound) Code() int
Code gets the status code for the get share link not found response
func (*GetShareLinkNotFound) Error ¶
func (o *GetShareLinkNotFound) Error() string
func (*GetShareLinkNotFound) GetPayload ¶
func (o *GetShareLinkNotFound) GetPayload() *models.RestError
func (*GetShareLinkNotFound) IsClientError ¶
func (o *GetShareLinkNotFound) IsClientError() bool
IsClientError returns true when this get share link not found response has a 4xx status code
func (*GetShareLinkNotFound) IsCode ¶
func (o *GetShareLinkNotFound) IsCode(code int) bool
IsCode returns true when this get share link not found response a status code equal to that given
func (*GetShareLinkNotFound) IsRedirect ¶
func (o *GetShareLinkNotFound) IsRedirect() bool
IsRedirect returns true when this get share link not found response has a 3xx status code
func (*GetShareLinkNotFound) IsServerError ¶
func (o *GetShareLinkNotFound) IsServerError() bool
IsServerError returns true when this get share link not found response has a 5xx status code
func (*GetShareLinkNotFound) IsSuccess ¶
func (o *GetShareLinkNotFound) IsSuccess() bool
IsSuccess returns true when this get share link not found response has a 2xx status code
func (*GetShareLinkNotFound) String ¶
func (o *GetShareLinkNotFound) String() string
type GetShareLinkOK ¶
type GetShareLinkOK struct {
}GetShareLinkOK describes a response with status code 200, with default header values.
A successful response.
func NewGetShareLinkOK ¶
func NewGetShareLinkOK() *GetShareLinkOK
NewGetShareLinkOK creates a GetShareLinkOK with default headers values
func (*GetShareLinkOK) Code ¶
func (o *GetShareLinkOK) Code() int
Code gets the status code for the get share link o k response
func (*GetShareLinkOK) Error ¶
func (o *GetShareLinkOK) Error() string
func (*GetShareLinkOK) GetPayload ¶
func (o *GetShareLinkOK) GetPayload() *models.RestShareLink
func (*GetShareLinkOK) IsClientError ¶
func (o *GetShareLinkOK) IsClientError() bool
IsClientError returns true when this get share link o k response has a 4xx status code
func (*GetShareLinkOK) IsCode ¶
func (o *GetShareLinkOK) IsCode(code int) bool
IsCode returns true when this get share link o k response a status code equal to that given
func (*GetShareLinkOK) IsRedirect ¶
func (o *GetShareLinkOK) IsRedirect() bool
IsRedirect returns true when this get share link o k response has a 3xx status code
func (*GetShareLinkOK) IsServerError ¶
func (o *GetShareLinkOK) IsServerError() bool
IsServerError returns true when this get share link o k response has a 5xx status code
func (*GetShareLinkOK) IsSuccess ¶
func (o *GetShareLinkOK) IsSuccess() bool
IsSuccess returns true when this get share link o k response has a 2xx status code
func (*GetShareLinkOK) String ¶
func (o *GetShareLinkOK) String() string
type GetShareLinkParams ¶
type GetShareLinkParams struct { string // contains filtered or unexported fields }UUID
GetShareLinkParams contains all the parameters to send to the API endpoint
for the get share link operation. Typically these are written to a http.Request.
func NewGetShareLinkParams ¶
func NewGetShareLinkParams() *GetShareLinkParams
NewGetShareLinkParams creates a new GetShareLinkParams 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 NewGetShareLinkParamsWithContext ¶
func NewGetShareLinkParamsWithContext(ctx context.Context) *GetShareLinkParams
NewGetShareLinkParamsWithContext creates a new GetShareLinkParams object with the ability to set a context for a request.
func NewGetShareLinkParamsWithHTTPClient ¶
func NewGetShareLinkParamsWithHTTPClient(client *http.Client) *GetShareLinkParams
NewGetShareLinkParamsWithHTTPClient creates a new GetShareLinkParams object with the ability to set a custom HTTPClient for a request.
func NewGetShareLinkParamsWithTimeout ¶
func NewGetShareLinkParamsWithTimeout(timeout time.Duration) *GetShareLinkParams
NewGetShareLinkParamsWithTimeout creates a new GetShareLinkParams object with the ability to set a timeout on a request.
func (*GetShareLinkParams) SetContext ¶
func (o *GetShareLinkParams) SetContext(ctx context.Context)
SetContext adds the context to the get share link params
func (*GetShareLinkParams) SetDefaults ¶
func (o *GetShareLinkParams) SetDefaults()
SetDefaults hydrates default values in the get share link params (not the query body).
All values with no default are reset to their zero value.
func (*GetShareLinkParams) SetHTTPClient ¶
func (o *GetShareLinkParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get share link params
func (*GetShareLinkParams) SetTimeout ¶
func (o *GetShareLinkParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get share link params
func (*GetShareLinkParams) SetUUID ¶
func (o *GetShareLinkParams) SetUUID(uuid string)
SetUUID adds the uuid to the get share link params
func (*GetShareLinkParams) WithContext ¶
func (o *GetShareLinkParams) WithContext(ctx context.Context) *GetShareLinkParams
WithContext adds the context to the get share link params
func (*GetShareLinkParams) WithDefaults ¶
func (o *GetShareLinkParams) WithDefaults() *GetShareLinkParams
WithDefaults hydrates default values in the get share link params (not the query body).
All values with no default are reset to their zero value.
func (*GetShareLinkParams) WithHTTPClient ¶
func (o *GetShareLinkParams) WithHTTPClient(client *http.Client) *GetShareLinkParams
WithHTTPClient adds the HTTPClient to the get share link params
func (*GetShareLinkParams) WithTimeout ¶
func (o *GetShareLinkParams) WithTimeout(timeout time.Duration) *GetShareLinkParams
WithTimeout adds the timeout to the get share link params
func (*GetShareLinkParams) WithUUID ¶
func (o *GetShareLinkParams) WithUUID(uuid string) *GetShareLinkParams
WithUUID adds the uuid to the get share link params
func (*GetShareLinkParams) WriteToRequest ¶
func (o *GetShareLinkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetShareLinkReader ¶
type GetShareLinkReader struct {
// contains filtered or unexported fields
}
GetShareLinkReader is a Reader for the GetShareLink structure.
func (*GetShareLinkReader) ReadResponse ¶
func (o *GetShareLinkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetShareLinkUnauthorized ¶
type GetShareLinkUnauthorized struct { }
GetShareLinkUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewGetShareLinkUnauthorized ¶
func NewGetShareLinkUnauthorized() *GetShareLinkUnauthorized
NewGetShareLinkUnauthorized creates a GetShareLinkUnauthorized with default headers values
func (*GetShareLinkUnauthorized) Code ¶
func (o *GetShareLinkUnauthorized) Code() int
Code gets the status code for the get share link unauthorized response
func (*GetShareLinkUnauthorized) Error ¶
func (o *GetShareLinkUnauthorized) Error() string
func (*GetShareLinkUnauthorized) IsClientError ¶
func (o *GetShareLinkUnauthorized) IsClientError() bool
IsClientError returns true when this get share link unauthorized response has a 4xx status code
func (*GetShareLinkUnauthorized) IsCode ¶
func (o *GetShareLinkUnauthorized) IsCode(code int) bool
IsCode returns true when this get share link unauthorized response a status code equal to that given
func (*GetShareLinkUnauthorized) IsRedirect ¶
func (o *GetShareLinkUnauthorized) IsRedirect() bool
IsRedirect returns true when this get share link unauthorized response has a 3xx status code
func (*GetShareLinkUnauthorized) IsServerError ¶
func (o *GetShareLinkUnauthorized) IsServerError() bool
IsServerError returns true when this get share link unauthorized response has a 5xx status code
func (*GetShareLinkUnauthorized) IsSuccess ¶
func (o *GetShareLinkUnauthorized) IsSuccess() bool
IsSuccess returns true when this get share link unauthorized response has a 2xx status code
func (*GetShareLinkUnauthorized) String ¶
func (o *GetShareLinkUnauthorized) String() string
type ListSharedResourcesForbidden ¶
type ListSharedResourcesForbidden struct {
}ListSharedResourcesForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewListSharedResourcesForbidden ¶
func NewListSharedResourcesForbidden() *ListSharedResourcesForbidden
NewListSharedResourcesForbidden creates a ListSharedResourcesForbidden with default headers values
func (*ListSharedResourcesForbidden) Code ¶
func (o *ListSharedResourcesForbidden) Code() int
Code gets the status code for the list shared resources forbidden response
func (*ListSharedResourcesForbidden) Error ¶
func (o *ListSharedResourcesForbidden) Error() string
func (*ListSharedResourcesForbidden) GetPayload ¶
func (o *ListSharedResourcesForbidden) GetPayload() *models.RestError
func (*ListSharedResourcesForbidden) IsClientError ¶
func (o *ListSharedResourcesForbidden) IsClientError() bool
IsClientError returns true when this list shared resources forbidden response has a 4xx status code
func (*ListSharedResourcesForbidden) IsCode ¶
func (o *ListSharedResourcesForbidden) IsCode(code int) bool
IsCode returns true when this list shared resources forbidden response a status code equal to that given
func (*ListSharedResourcesForbidden) IsRedirect ¶
func (o *ListSharedResourcesForbidden) IsRedirect() bool
IsRedirect returns true when this list shared resources forbidden response has a 3xx status code
func (*ListSharedResourcesForbidden) IsServerError ¶
func (o *ListSharedResourcesForbidden) IsServerError() bool
IsServerError returns true when this list shared resources forbidden response has a 5xx status code
func (*ListSharedResourcesForbidden) IsSuccess ¶
func (o *ListSharedResourcesForbidden) IsSuccess() bool
IsSuccess returns true when this list shared resources forbidden response has a 2xx status code
func (*ListSharedResourcesForbidden) String ¶
func (o *ListSharedResourcesForbidden) String() string
type ListSharedResourcesInternalServerError ¶
type ListSharedResourcesInternalServerError struct {
}ListSharedResourcesInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewListSharedResourcesInternalServerError ¶
func NewListSharedResourcesInternalServerError() *ListSharedResourcesInternalServerError
NewListSharedResourcesInternalServerError creates a ListSharedResourcesInternalServerError with default headers values
func (*ListSharedResourcesInternalServerError) Code ¶
func (o *ListSharedResourcesInternalServerError) Code() int
Code gets the status code for the list shared resources internal server error response
func (*ListSharedResourcesInternalServerError) Error ¶
func (o *ListSharedResourcesInternalServerError) Error() string
func (*ListSharedResourcesInternalServerError) GetPayload ¶
func (o *ListSharedResourcesInternalServerError) GetPayload() *models.RestError
func (*ListSharedResourcesInternalServerError) IsClientError ¶
func (o *ListSharedResourcesInternalServerError) IsClientError() bool
IsClientError returns true when this list shared resources internal server error response has a 4xx status code
func (*ListSharedResourcesInternalServerError) IsCode ¶
func (o *ListSharedResourcesInternalServerError) IsCode(code int) bool
IsCode returns true when this list shared resources internal server error response a status code equal to that given
func (*ListSharedResourcesInternalServerError) IsRedirect ¶
func (o *ListSharedResourcesInternalServerError) IsRedirect() bool
IsRedirect returns true when this list shared resources internal server error response has a 3xx status code
func (*ListSharedResourcesInternalServerError) IsServerError ¶
func (o *ListSharedResourcesInternalServerError) IsServerError() bool
IsServerError returns true when this list shared resources internal server error response has a 5xx status code
func (*ListSharedResourcesInternalServerError) IsSuccess ¶
func (o *ListSharedResourcesInternalServerError) IsSuccess() bool
IsSuccess returns true when this list shared resources internal server error response has a 2xx status code
func (*ListSharedResourcesInternalServerError) String ¶
func (o *ListSharedResourcesInternalServerError) String() string
type ListSharedResourcesNotFound ¶
type ListSharedResourcesNotFound struct {
}ListSharedResourcesNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewListSharedResourcesNotFound ¶
func NewListSharedResourcesNotFound() *ListSharedResourcesNotFound
NewListSharedResourcesNotFound creates a ListSharedResourcesNotFound with default headers values
func (*ListSharedResourcesNotFound) Code ¶
func (o *ListSharedResourcesNotFound) Code() int
Code gets the status code for the list shared resources not found response
func (*ListSharedResourcesNotFound) Error ¶
func (o *ListSharedResourcesNotFound) Error() string
func (*ListSharedResourcesNotFound) GetPayload ¶
func (o *ListSharedResourcesNotFound) GetPayload() *models.RestError
func (*ListSharedResourcesNotFound) IsClientError ¶
func (o *ListSharedResourcesNotFound) IsClientError() bool
IsClientError returns true when this list shared resources not found response has a 4xx status code
func (*ListSharedResourcesNotFound) IsCode ¶
func (o *ListSharedResourcesNotFound) IsCode(code int) bool
IsCode returns true when this list shared resources not found response a status code equal to that given
func (*ListSharedResourcesNotFound) IsRedirect ¶
func (o *ListSharedResourcesNotFound) IsRedirect() bool
IsRedirect returns true when this list shared resources not found response has a 3xx status code
func (*ListSharedResourcesNotFound) IsServerError ¶
func (o *ListSharedResourcesNotFound) IsServerError() bool
IsServerError returns true when this list shared resources not found response has a 5xx status code
func (*ListSharedResourcesNotFound) IsSuccess ¶
func (o *ListSharedResourcesNotFound) IsSuccess() bool
IsSuccess returns true when this list shared resources not found response has a 2xx status code
func (*ListSharedResourcesNotFound) String ¶
func (o *ListSharedResourcesNotFound) String() string
type ListSharedResourcesOK ¶
type ListSharedResourcesOK struct {
}ListSharedResourcesOK describes a response with status code 200, with default header values.
A successful response.
func NewListSharedResourcesOK ¶
func NewListSharedResourcesOK() *ListSharedResourcesOK
NewListSharedResourcesOK creates a ListSharedResourcesOK with default headers values
func (*ListSharedResourcesOK) Code ¶
func (o *ListSharedResourcesOK) Code() int
Code gets the status code for the list shared resources o k response
func (*ListSharedResourcesOK) Error ¶
func (o *ListSharedResourcesOK) Error() string
func (*ListSharedResourcesOK) GetPayload ¶
func (o *ListSharedResourcesOK) GetPayload() *models.RestListSharedResourcesResponse
func (*ListSharedResourcesOK) IsClientError ¶
func (o *ListSharedResourcesOK) IsClientError() bool
IsClientError returns true when this list shared resources o k response has a 4xx status code
func (*ListSharedResourcesOK) IsCode ¶
func (o *ListSharedResourcesOK) IsCode(code int) bool
IsCode returns true when this list shared resources o k response a status code equal to that given
func (*ListSharedResourcesOK) IsRedirect ¶
func (o *ListSharedResourcesOK) IsRedirect() bool
IsRedirect returns true when this list shared resources o k response has a 3xx status code
func (*ListSharedResourcesOK) IsServerError ¶
func (o *ListSharedResourcesOK) IsServerError() bool
IsServerError returns true when this list shared resources o k response has a 5xx status code
func (*ListSharedResourcesOK) IsSuccess ¶
func (o *ListSharedResourcesOK) IsSuccess() bool
IsSuccess returns true when this list shared resources o k response has a 2xx status code
func (*ListSharedResourcesOK) String ¶
func (o *ListSharedResourcesOK) String() string
type ListSharedResourcesParams ¶
type ListSharedResourcesParams struct { models.RestListSharedResourcesRequest // contains filtered or unexported fields }Body *
ListSharedResourcesParams contains all the parameters to send to the API endpoint
for the list shared resources operation. Typically these are written to a http.Request.
func NewListSharedResourcesParams ¶
func NewListSharedResourcesParams() *ListSharedResourcesParams
NewListSharedResourcesParams creates a new ListSharedResourcesParams 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 NewListSharedResourcesParamsWithContext ¶
func NewListSharedResourcesParamsWithContext(ctx context.Context) *ListSharedResourcesParams
NewListSharedResourcesParamsWithContext creates a new ListSharedResourcesParams object with the ability to set a context for a request.
func NewListSharedResourcesParamsWithHTTPClient ¶
func NewListSharedResourcesParamsWithHTTPClient(client *http.Client) *ListSharedResourcesParams
NewListSharedResourcesParamsWithHTTPClient creates a new ListSharedResourcesParams object with the ability to set a custom HTTPClient for a request.
func NewListSharedResourcesParamsWithTimeout ¶
func NewListSharedResourcesParamsWithTimeout(timeout time.Duration) *ListSharedResourcesParams
NewListSharedResourcesParamsWithTimeout creates a new ListSharedResourcesParams object with the ability to set a timeout on a request.
func (*ListSharedResourcesParams) SetBody ¶
func (o *ListSharedResourcesParams) SetBody(body *models.RestListSharedResourcesRequest)
SetBody adds the body to the list shared resources params
func (*ListSharedResourcesParams) SetContext ¶
func (o *ListSharedResourcesParams) SetContext(ctx context.Context)
SetContext adds the context to the list shared resources params
func (*ListSharedResourcesParams) SetDefaults ¶
func (o *ListSharedResourcesParams) SetDefaults()
SetDefaults hydrates default values in the list shared resources params (not the query body).
All values with no default are reset to their zero value.
func (*ListSharedResourcesParams) SetHTTPClient ¶
func (o *ListSharedResourcesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list shared resources params
func (*ListSharedResourcesParams) SetTimeout ¶
func (o *ListSharedResourcesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list shared resources params
func (*ListSharedResourcesParams) WithBody ¶
func (o *ListSharedResourcesParams) WithBody(body *models.RestListSharedResourcesRequest) *ListSharedResourcesParams
WithBody adds the body to the list shared resources params
func (*ListSharedResourcesParams) WithContext ¶
func (o *ListSharedResourcesParams) WithContext(ctx context.Context) *ListSharedResourcesParams
WithContext adds the context to the list shared resources params
func (*ListSharedResourcesParams) WithDefaults ¶
func (o *ListSharedResourcesParams) WithDefaults() *ListSharedResourcesParams
WithDefaults hydrates default values in the list shared resources params (not the query body).
All values with no default are reset to their zero value.
func (*ListSharedResourcesParams) WithHTTPClient ¶
func (o *ListSharedResourcesParams) WithHTTPClient(client *http.Client) *ListSharedResourcesParams
WithHTTPClient adds the HTTPClient to the list shared resources params
func (*ListSharedResourcesParams) WithTimeout ¶
func (o *ListSharedResourcesParams) WithTimeout(timeout time.Duration) *ListSharedResourcesParams
WithTimeout adds the timeout to the list shared resources params
func (*ListSharedResourcesParams) WriteToRequest ¶
func (o *ListSharedResourcesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListSharedResourcesReader ¶
type ListSharedResourcesReader struct {
// contains filtered or unexported fields
}
ListSharedResourcesReader is a Reader for the ListSharedResources structure.
func (*ListSharedResourcesReader) ReadResponse ¶
func (o *ListSharedResourcesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListSharedResourcesUnauthorized ¶
type ListSharedResourcesUnauthorized struct { }
ListSharedResourcesUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewListSharedResourcesUnauthorized ¶
func NewListSharedResourcesUnauthorized() *ListSharedResourcesUnauthorized
NewListSharedResourcesUnauthorized creates a ListSharedResourcesUnauthorized with default headers values
func (*ListSharedResourcesUnauthorized) Code ¶
func (o *ListSharedResourcesUnauthorized) Code() int
Code gets the status code for the list shared resources unauthorized response
func (*ListSharedResourcesUnauthorized) Error ¶
func (o *ListSharedResourcesUnauthorized) Error() string
func (*ListSharedResourcesUnauthorized) IsClientError ¶
func (o *ListSharedResourcesUnauthorized) IsClientError() bool
IsClientError returns true when this list shared resources unauthorized response has a 4xx status code
func (*ListSharedResourcesUnauthorized) IsCode ¶
func (o *ListSharedResourcesUnauthorized) IsCode(code int) bool
IsCode returns true when this list shared resources unauthorized response a status code equal to that given
func (*ListSharedResourcesUnauthorized) IsRedirect ¶
func (o *ListSharedResourcesUnauthorized) IsRedirect() bool
IsRedirect returns true when this list shared resources unauthorized response has a 3xx status code
func (*ListSharedResourcesUnauthorized) IsServerError ¶
func (o *ListSharedResourcesUnauthorized) IsServerError() bool
IsServerError returns true when this list shared resources unauthorized response has a 5xx status code
func (*ListSharedResourcesUnauthorized) IsSuccess ¶
func (o *ListSharedResourcesUnauthorized) IsSuccess() bool
IsSuccess returns true when this list shared resources unauthorized response has a 2xx status code
func (*ListSharedResourcesUnauthorized) String ¶
func (o *ListSharedResourcesUnauthorized) String() string
type PutCellForbidden ¶
PutCellForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewPutCellForbidden ¶
func NewPutCellForbidden() *PutCellForbidden
NewPutCellForbidden creates a PutCellForbidden with default headers values
func (*PutCellForbidden) Code ¶
func (o *PutCellForbidden) Code() int
Code gets the status code for the put cell forbidden response
func (*PutCellForbidden) Error ¶
func (o *PutCellForbidden) Error() string
func (*PutCellForbidden) GetPayload ¶
func (o *PutCellForbidden) GetPayload() *models.RestError
func (*PutCellForbidden) IsClientError ¶
func (o *PutCellForbidden) IsClientError() bool
IsClientError returns true when this put cell forbidden response has a 4xx status code
func (*PutCellForbidden) IsCode ¶
func (o *PutCellForbidden) IsCode(code int) bool
IsCode returns true when this put cell forbidden response a status code equal to that given
func (*PutCellForbidden) IsRedirect ¶
func (o *PutCellForbidden) IsRedirect() bool
IsRedirect returns true when this put cell forbidden response has a 3xx status code
func (*PutCellForbidden) IsServerError ¶
func (o *PutCellForbidden) IsServerError() bool
IsServerError returns true when this put cell forbidden response has a 5xx status code
func (*PutCellForbidden) IsSuccess ¶
func (o *PutCellForbidden) IsSuccess() bool
IsSuccess returns true when this put cell forbidden response has a 2xx status code
func (*PutCellForbidden) String ¶
func (o *PutCellForbidden) String() string
type PutCellInternalServerError ¶
PutCellInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewPutCellInternalServerError ¶
func NewPutCellInternalServerError() *PutCellInternalServerError
NewPutCellInternalServerError creates a PutCellInternalServerError with default headers values
func (*PutCellInternalServerError) Code ¶
func (o *PutCellInternalServerError) Code() int
Code gets the status code for the put cell internal server error response
func (*PutCellInternalServerError) Error ¶
func (o *PutCellInternalServerError) Error() string
func (*PutCellInternalServerError) GetPayload ¶
func (o *PutCellInternalServerError) GetPayload() *models.RestError
func (*PutCellInternalServerError) IsClientError ¶
func (o *PutCellInternalServerError) IsClientError() bool
IsClientError returns true when this put cell internal server error response has a 4xx status code
func (*PutCellInternalServerError) IsCode ¶
func (o *PutCellInternalServerError) IsCode(code int) bool
IsCode returns true when this put cell internal server error response a status code equal to that given
func (*PutCellInternalServerError) IsRedirect ¶
func (o *PutCellInternalServerError) IsRedirect() bool
IsRedirect returns true when this put cell internal server error response has a 3xx status code
func (*PutCellInternalServerError) IsServerError ¶
func (o *PutCellInternalServerError) IsServerError() bool
IsServerError returns true when this put cell internal server error response has a 5xx status code
func (*PutCellInternalServerError) IsSuccess ¶
func (o *PutCellInternalServerError) IsSuccess() bool
IsSuccess returns true when this put cell internal server error response has a 2xx status code
func (*PutCellInternalServerError) String ¶
func (o *PutCellInternalServerError) String() string
type PutCellNotFound ¶
PutCellNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewPutCellNotFound ¶
func NewPutCellNotFound() *PutCellNotFound
NewPutCellNotFound creates a PutCellNotFound with default headers values
func (*PutCellNotFound) Code ¶
func (o *PutCellNotFound) Code() int
Code gets the status code for the put cell not found response
func (*PutCellNotFound) Error ¶
func (o *PutCellNotFound) Error() string
func (*PutCellNotFound) GetPayload ¶
func (o *PutCellNotFound) GetPayload() *models.RestError
func (*PutCellNotFound) IsClientError ¶
func (o *PutCellNotFound) IsClientError() bool
IsClientError returns true when this put cell not found response has a 4xx status code
func (*PutCellNotFound) IsCode ¶
func (o *PutCellNotFound) IsCode(code int) bool
IsCode returns true when this put cell not found response a status code equal to that given
func (*PutCellNotFound) IsRedirect ¶
func (o *PutCellNotFound) IsRedirect() bool
IsRedirect returns true when this put cell not found response has a 3xx status code
func (*PutCellNotFound) IsServerError ¶
func (o *PutCellNotFound) IsServerError() bool
IsServerError returns true when this put cell not found response has a 5xx status code
func (*PutCellNotFound) IsSuccess ¶
func (o *PutCellNotFound) IsSuccess() bool
IsSuccess returns true when this put cell not found response has a 2xx status code
func (*PutCellNotFound) String ¶
func (o *PutCellNotFound) String() string
type PutCellOK ¶
PutCellOK describes a response with status code 200, with default header values.
A successful response.
func NewPutCellOK ¶
func NewPutCellOK() *PutCellOK
NewPutCellOK creates a PutCellOK with default headers values
func (*PutCellOK) GetPayload ¶
func (*PutCellOK) IsClientError ¶
IsClientError returns true when this put cell o k response has a 4xx status code
func (*PutCellOK) IsCode ¶
IsCode returns true when this put cell o k response a status code equal to that given
func (*PutCellOK) IsRedirect ¶
IsRedirect returns true when this put cell o k response has a 3xx status code
func (*PutCellOK) IsServerError ¶
IsServerError returns true when this put cell o k response has a 5xx status code
type PutCellParams ¶
type PutCellParams struct { // Body. Body *models.RestPutCellRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutCellParams contains all the parameters to send to the API endpoint
for the put cell operation. Typically these are written to a http.Request.
func NewPutCellParams ¶
func NewPutCellParams() *PutCellParams
NewPutCellParams creates a new PutCellParams 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 NewPutCellParamsWithContext ¶
func NewPutCellParamsWithContext(ctx context.Context) *PutCellParams
NewPutCellParamsWithContext creates a new PutCellParams object with the ability to set a context for a request.
func NewPutCellParamsWithHTTPClient ¶
func NewPutCellParamsWithHTTPClient(client *http.Client) *PutCellParams
NewPutCellParamsWithHTTPClient creates a new PutCellParams object with the ability to set a custom HTTPClient for a request.
func NewPutCellParamsWithTimeout ¶
func NewPutCellParamsWithTimeout(timeout time.Duration) *PutCellParams
NewPutCellParamsWithTimeout creates a new PutCellParams object with the ability to set a timeout on a request.
func (*PutCellParams) SetBody ¶
func (o *PutCellParams) SetBody(body *models.RestPutCellRequest)
SetBody adds the body to the put cell params
func (*PutCellParams) SetContext ¶
func (o *PutCellParams) SetContext(ctx context.Context)
SetContext adds the context to the put cell params
func (*PutCellParams) SetDefaults ¶
func (o *PutCellParams) SetDefaults()
SetDefaults hydrates default values in the put cell params (not the query body).
All values with no default are reset to their zero value.
func (*PutCellParams) SetHTTPClient ¶
func (o *PutCellParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put cell params
func (*PutCellParams) SetTimeout ¶
func (o *PutCellParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put cell params
func (*PutCellParams) WithBody ¶
func (o *PutCellParams) WithBody(body *models.RestPutCellRequest) *PutCellParams
WithBody adds the body to the put cell params
func (*PutCellParams) WithContext ¶
func (o *PutCellParams) WithContext(ctx context.Context) *PutCellParams
WithContext adds the context to the put cell params
func (*PutCellParams) WithDefaults ¶
func (o *PutCellParams) WithDefaults() *PutCellParams
WithDefaults hydrates default values in the put cell params (not the query body).
All values with no default are reset to their zero value.
func (*PutCellParams) WithHTTPClient ¶
func (o *PutCellParams) WithHTTPClient(client *http.Client) *PutCellParams
WithHTTPClient adds the HTTPClient to the put cell params
func (*PutCellParams) WithTimeout ¶
func (o *PutCellParams) WithTimeout(timeout time.Duration) *PutCellParams
WithTimeout adds the timeout to the put cell params
func (*PutCellParams) WriteToRequest ¶
func (o *PutCellParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutCellReader ¶
type PutCellReader struct {
// contains filtered or unexported fields
}
PutCellReader is a Reader for the PutCell structure.
func (*PutCellReader) ReadResponse ¶
func (o *PutCellReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutCellUnauthorized ¶
type PutCellUnauthorized struct { }
PutCellUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewPutCellUnauthorized ¶
func NewPutCellUnauthorized() *PutCellUnauthorized
NewPutCellUnauthorized creates a PutCellUnauthorized with default headers values
func (*PutCellUnauthorized) Code ¶
func (o *PutCellUnauthorized) Code() int
Code gets the status code for the put cell unauthorized response
func (*PutCellUnauthorized) Error ¶
func (o *PutCellUnauthorized) Error() string
func (*PutCellUnauthorized) IsClientError ¶
func (o *PutCellUnauthorized) IsClientError() bool
IsClientError returns true when this put cell unauthorized response has a 4xx status code
func (*PutCellUnauthorized) IsCode ¶
func (o *PutCellUnauthorized) IsCode(code int) bool
IsCode returns true when this put cell unauthorized response a status code equal to that given
func (*PutCellUnauthorized) IsRedirect ¶
func (o *PutCellUnauthorized) IsRedirect() bool
IsRedirect returns true when this put cell unauthorized response has a 3xx status code
func (*PutCellUnauthorized) IsServerError ¶
func (o *PutCellUnauthorized) IsServerError() bool
IsServerError returns true when this put cell unauthorized response has a 5xx status code
func (*PutCellUnauthorized) IsSuccess ¶
func (o *PutCellUnauthorized) IsSuccess() bool
IsSuccess returns true when this put cell unauthorized response has a 2xx status code
func (*PutCellUnauthorized) String ¶
func (o *PutCellUnauthorized) String() string
type PutShareLinkForbidden ¶
type PutShareLinkForbidden struct {
}PutShareLinkForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewPutShareLinkForbidden ¶
func NewPutShareLinkForbidden() *PutShareLinkForbidden
NewPutShareLinkForbidden creates a PutShareLinkForbidden with default headers values
func (*PutShareLinkForbidden) Code ¶
func (o *PutShareLinkForbidden) Code() int
Code gets the status code for the put share link forbidden response
func (*PutShareLinkForbidden) Error ¶
func (o *PutShareLinkForbidden) Error() string
func (*PutShareLinkForbidden) GetPayload ¶
func (o *PutShareLinkForbidden) GetPayload() *models.RestError
func (*PutShareLinkForbidden) IsClientError ¶
func (o *PutShareLinkForbidden) IsClientError() bool
IsClientError returns true when this put share link forbidden response has a 4xx status code
func (*PutShareLinkForbidden) IsCode ¶
func (o *PutShareLinkForbidden) IsCode(code int) bool
IsCode returns true when this put share link forbidden response a status code equal to that given
func (*PutShareLinkForbidden) IsRedirect ¶
func (o *PutShareLinkForbidden) IsRedirect() bool
IsRedirect returns true when this put share link forbidden response has a 3xx status code
func (*PutShareLinkForbidden) IsServerError ¶
func (o *PutShareLinkForbidden) IsServerError() bool
IsServerError returns true when this put share link forbidden response has a 5xx status code
func (*PutShareLinkForbidden) IsSuccess ¶
func (o *PutShareLinkForbidden) IsSuccess() bool
IsSuccess returns true when this put share link forbidden response has a 2xx status code
func (*PutShareLinkForbidden) String ¶
func (o *PutShareLinkForbidden) String() string
type PutShareLinkInternalServerError ¶
type PutShareLinkInternalServerError struct {
}PutShareLinkInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewPutShareLinkInternalServerError ¶
func NewPutShareLinkInternalServerError() *PutShareLinkInternalServerError
NewPutShareLinkInternalServerError creates a PutShareLinkInternalServerError with default headers values
func (*PutShareLinkInternalServerError) Code ¶
func (o *PutShareLinkInternalServerError) Code() int
Code gets the status code for the put share link internal server error response
func (*PutShareLinkInternalServerError) Error ¶
func (o *PutShareLinkInternalServerError) Error() string
func (*PutShareLinkInternalServerError) GetPayload ¶
func (o *PutShareLinkInternalServerError) GetPayload() *models.RestError
func (*PutShareLinkInternalServerError) IsClientError ¶
func (o *PutShareLinkInternalServerError) IsClientError() bool
IsClientError returns true when this put share link internal server error response has a 4xx status code
func (*PutShareLinkInternalServerError) IsCode ¶
func (o *PutShareLinkInternalServerError) IsCode(code int) bool
IsCode returns true when this put share link internal server error response a status code equal to that given
func (*PutShareLinkInternalServerError) IsRedirect ¶
func (o *PutShareLinkInternalServerError) IsRedirect() bool
IsRedirect returns true when this put share link internal server error response has a 3xx status code
func (*PutShareLinkInternalServerError) IsServerError ¶
func (o *PutShareLinkInternalServerError) IsServerError() bool
IsServerError returns true when this put share link internal server error response has a 5xx status code
func (*PutShareLinkInternalServerError) IsSuccess ¶
func (o *PutShareLinkInternalServerError) IsSuccess() bool
IsSuccess returns true when this put share link internal server error response has a 2xx status code
func (*PutShareLinkInternalServerError) String ¶
func (o *PutShareLinkInternalServerError) String() string
type PutShareLinkNotFound ¶
type PutShareLinkNotFound struct {
}PutShareLinkNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewPutShareLinkNotFound ¶
func NewPutShareLinkNotFound() *PutShareLinkNotFound
NewPutShareLinkNotFound creates a PutShareLinkNotFound with default headers values
func (*PutShareLinkNotFound) Code ¶
func (o *PutShareLinkNotFound) Code() int
Code gets the status code for the put share link not found response
func (*PutShareLinkNotFound) Error ¶
func (o *PutShareLinkNotFound) Error() string
func (*PutShareLinkNotFound) GetPayload ¶
func (o *PutShareLinkNotFound) GetPayload() *models.RestError
func (*PutShareLinkNotFound) IsClientError ¶
func (o *PutShareLinkNotFound) IsClientError() bool
IsClientError returns true when this put share link not found response has a 4xx status code
func (*PutShareLinkNotFound) IsCode ¶
func (o *PutShareLinkNotFound) IsCode(code int) bool
IsCode returns true when this put share link not found response a status code equal to that given
func (*PutShareLinkNotFound) IsRedirect ¶
func (o *PutShareLinkNotFound) IsRedirect() bool
IsRedirect returns true when this put share link not found response has a 3xx status code
func (*PutShareLinkNotFound) IsServerError ¶
func (o *PutShareLinkNotFound) IsServerError() bool
IsServerError returns true when this put share link not found response has a 5xx status code
func (*PutShareLinkNotFound) IsSuccess ¶
func (o *PutShareLinkNotFound) IsSuccess() bool
IsSuccess returns true when this put share link not found response has a 2xx status code
func (*PutShareLinkNotFound) String ¶
func (o *PutShareLinkNotFound) String() string
type PutShareLinkOK ¶
type PutShareLinkOK struct {
}PutShareLinkOK describes a response with status code 200, with default header values.
A successful response.
func NewPutShareLinkOK ¶
func NewPutShareLinkOK() *PutShareLinkOK
NewPutShareLinkOK creates a PutShareLinkOK with default headers values
func (*PutShareLinkOK) Code ¶
func (o *PutShareLinkOK) Code() int
Code gets the status code for the put share link o k response
func (*PutShareLinkOK) Error ¶
func (o *PutShareLinkOK) Error() string
func (*PutShareLinkOK) GetPayload ¶
func (o *PutShareLinkOK) GetPayload() *models.RestShareLink
func (*PutShareLinkOK) IsClientError ¶
func (o *PutShareLinkOK) IsClientError() bool
IsClientError returns true when this put share link o k response has a 4xx status code
func (*PutShareLinkOK) IsCode ¶
func (o *PutShareLinkOK) IsCode(code int) bool
IsCode returns true when this put share link o k response a status code equal to that given
func (*PutShareLinkOK) IsRedirect ¶
func (o *PutShareLinkOK) IsRedirect() bool
IsRedirect returns true when this put share link o k response has a 3xx status code
func (*PutShareLinkOK) IsServerError ¶
func (o *PutShareLinkOK) IsServerError() bool
IsServerError returns true when this put share link o k response has a 5xx status code
func (*PutShareLinkOK) IsSuccess ¶
func (o *PutShareLinkOK) IsSuccess() bool
IsSuccess returns true when this put share link o k response has a 2xx status code
func (*PutShareLinkOK) String ¶
func (o *PutShareLinkOK) String() string
type PutShareLinkParams ¶
type PutShareLinkParams struct { models.RestPutShareLinkRequest // contains filtered or unexported fields }Body *
PutShareLinkParams contains all the parameters to send to the API endpoint
for the put share link operation. Typically these are written to a http.Request.
func NewPutShareLinkParams ¶
func NewPutShareLinkParams() *PutShareLinkParams
NewPutShareLinkParams creates a new PutShareLinkParams 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 NewPutShareLinkParamsWithContext ¶
func NewPutShareLinkParamsWithContext(ctx context.Context) *PutShareLinkParams
NewPutShareLinkParamsWithContext creates a new PutShareLinkParams object with the ability to set a context for a request.
func NewPutShareLinkParamsWithHTTPClient ¶
func NewPutShareLinkParamsWithHTTPClient(client *http.Client) *PutShareLinkParams
NewPutShareLinkParamsWithHTTPClient creates a new PutShareLinkParams object with the ability to set a custom HTTPClient for a request.
func NewPutShareLinkParamsWithTimeout ¶
func NewPutShareLinkParamsWithTimeout(timeout time.Duration) *PutShareLinkParams
NewPutShareLinkParamsWithTimeout creates a new PutShareLinkParams object with the ability to set a timeout on a request.
func (*PutShareLinkParams) SetBody ¶
func (o *PutShareLinkParams) SetBody(body *models.RestPutShareLinkRequest)
SetBody adds the body to the put share link params
func (*PutShareLinkParams) SetContext ¶
func (o *PutShareLinkParams) SetContext(ctx context.Context)
SetContext adds the context to the put share link params
func (*PutShareLinkParams) SetDefaults ¶
func (o *PutShareLinkParams) SetDefaults()
SetDefaults hydrates default values in the put share link params (not the query body).
All values with no default are reset to their zero value.
func (*PutShareLinkParams) SetHTTPClient ¶
func (o *PutShareLinkParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put share link params
func (*PutShareLinkParams) SetTimeout ¶
func (o *PutShareLinkParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put share link params
func (*PutShareLinkParams) WithBody ¶
func (o *PutShareLinkParams) WithBody(body *models.RestPutShareLinkRequest) *PutShareLinkParams
WithBody adds the body to the put share link params
func (*PutShareLinkParams) WithContext ¶
func (o *PutShareLinkParams) WithContext(ctx context.Context) *PutShareLinkParams
WithContext adds the context to the put share link params
func (*PutShareLinkParams) WithDefaults ¶
func (o *PutShareLinkParams) WithDefaults() *PutShareLinkParams
WithDefaults hydrates default values in the put share link params (not the query body).
All values with no default are reset to their zero value.
func (*PutShareLinkParams) WithHTTPClient ¶
func (o *PutShareLinkParams) WithHTTPClient(client *http.Client) *PutShareLinkParams
WithHTTPClient adds the HTTPClient to the put share link params
func (*PutShareLinkParams) WithTimeout ¶
func (o *PutShareLinkParams) WithTimeout(timeout time.Duration) *PutShareLinkParams
WithTimeout adds the timeout to the put share link params
func (*PutShareLinkParams) WriteToRequest ¶
func (o *PutShareLinkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutShareLinkReader ¶
type PutShareLinkReader struct {
// contains filtered or unexported fields
}
PutShareLinkReader is a Reader for the PutShareLink structure.
func (*PutShareLinkReader) ReadResponse ¶
func (o *PutShareLinkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutShareLinkUnauthorized ¶
type PutShareLinkUnauthorized struct { }
PutShareLinkUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewPutShareLinkUnauthorized ¶
func NewPutShareLinkUnauthorized() *PutShareLinkUnauthorized
NewPutShareLinkUnauthorized creates a PutShareLinkUnauthorized with default headers values
func (*PutShareLinkUnauthorized) Code ¶
func (o *PutShareLinkUnauthorized) Code() int
Code gets the status code for the put share link unauthorized response
func (*PutShareLinkUnauthorized) Error ¶
func (o *PutShareLinkUnauthorized) Error() string
func (*PutShareLinkUnauthorized) IsClientError ¶
func (o *PutShareLinkUnauthorized) IsClientError() bool
IsClientError returns true when this put share link unauthorized response has a 4xx status code
func (*PutShareLinkUnauthorized) IsCode ¶
func (o *PutShareLinkUnauthorized) IsCode(code int) bool
IsCode returns true when this put share link unauthorized response a status code equal to that given
func (*PutShareLinkUnauthorized) IsRedirect ¶
func (o *PutShareLinkUnauthorized) IsRedirect() bool
IsRedirect returns true when this put share link unauthorized response has a 3xx status code
func (*PutShareLinkUnauthorized) IsServerError ¶
func (o *PutShareLinkUnauthorized) IsServerError() bool
IsServerError returns true when this put share link unauthorized response has a 5xx status code
func (*PutShareLinkUnauthorized) IsSuccess ¶
func (o *PutShareLinkUnauthorized) IsSuccess() bool
IsSuccess returns true when this put share link unauthorized response has a 2xx status code
func (*PutShareLinkUnauthorized) String ¶
func (o *PutShareLinkUnauthorized) String() string
type UpdateSharePoliciesForbidden ¶
type UpdateSharePoliciesForbidden struct {
}UpdateSharePoliciesForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewUpdateSharePoliciesForbidden ¶
func NewUpdateSharePoliciesForbidden() *UpdateSharePoliciesForbidden
NewUpdateSharePoliciesForbidden creates a UpdateSharePoliciesForbidden with default headers values
func (*UpdateSharePoliciesForbidden) Code ¶
func (o *UpdateSharePoliciesForbidden) Code() int
Code gets the status code for the update share policies forbidden response
func (*UpdateSharePoliciesForbidden) Error ¶
func (o *UpdateSharePoliciesForbidden) Error() string
func (*UpdateSharePoliciesForbidden) GetPayload ¶
func (o *UpdateSharePoliciesForbidden) GetPayload() *models.RestError
func (*UpdateSharePoliciesForbidden) IsClientError ¶
func (o *UpdateSharePoliciesForbidden) IsClientError() bool
IsClientError returns true when this update share policies forbidden response has a 4xx status code
func (*UpdateSharePoliciesForbidden) IsCode ¶
func (o *UpdateSharePoliciesForbidden) IsCode(code int) bool
IsCode returns true when this update share policies forbidden response a status code equal to that given
func (*UpdateSharePoliciesForbidden) IsRedirect ¶
func (o *UpdateSharePoliciesForbidden) IsRedirect() bool
IsRedirect returns true when this update share policies forbidden response has a 3xx status code
func (*UpdateSharePoliciesForbidden) IsServerError ¶
func (o *UpdateSharePoliciesForbidden) IsServerError() bool
IsServerError returns true when this update share policies forbidden response has a 5xx status code
func (*UpdateSharePoliciesForbidden) IsSuccess ¶
func (o *UpdateSharePoliciesForbidden) IsSuccess() bool
IsSuccess returns true when this update share policies forbidden response has a 2xx status code
func (*UpdateSharePoliciesForbidden) String ¶
func (o *UpdateSharePoliciesForbidden) String() string
type UpdateSharePoliciesInternalServerError ¶
type UpdateSharePoliciesInternalServerError struct {
}UpdateSharePoliciesInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewUpdateSharePoliciesInternalServerError ¶
func NewUpdateSharePoliciesInternalServerError() *UpdateSharePoliciesInternalServerError
NewUpdateSharePoliciesInternalServerError creates a UpdateSharePoliciesInternalServerError with default headers values
func (*UpdateSharePoliciesInternalServerError) Code ¶
func (o *UpdateSharePoliciesInternalServerError) Code() int
Code gets the status code for the update share policies internal server error response
func (*UpdateSharePoliciesInternalServerError) Error ¶
func (o *UpdateSharePoliciesInternalServerError) Error() string
func (*UpdateSharePoliciesInternalServerError) GetPayload ¶
func (o *UpdateSharePoliciesInternalServerError) GetPayload() *models.RestError
func (*UpdateSharePoliciesInternalServerError) IsClientError ¶
func (o *UpdateSharePoliciesInternalServerError) IsClientError() bool
IsClientError returns true when this update share policies internal server error response has a 4xx status code
func (*UpdateSharePoliciesInternalServerError) IsCode ¶
func (o *UpdateSharePoliciesInternalServerError) IsCode(code int) bool
IsCode returns true when this update share policies internal server error response a status code equal to that given
func (*UpdateSharePoliciesInternalServerError) IsRedirect ¶
func (o *UpdateSharePoliciesInternalServerError) IsRedirect() bool
IsRedirect returns true when this update share policies internal server error response has a 3xx status code
func (*UpdateSharePoliciesInternalServerError) IsServerError ¶
func (o *UpdateSharePoliciesInternalServerError) IsServerError() bool
IsServerError returns true when this update share policies internal server error response has a 5xx status code
func (*UpdateSharePoliciesInternalServerError) IsSuccess ¶
func (o *UpdateSharePoliciesInternalServerError) IsSuccess() bool
IsSuccess returns true when this update share policies internal server error response has a 2xx status code
func (*UpdateSharePoliciesInternalServerError) String ¶
func (o *UpdateSharePoliciesInternalServerError) String() string
type UpdateSharePoliciesNotFound ¶
type UpdateSharePoliciesNotFound struct {
}UpdateSharePoliciesNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewUpdateSharePoliciesNotFound ¶
func NewUpdateSharePoliciesNotFound() *UpdateSharePoliciesNotFound
NewUpdateSharePoliciesNotFound creates a UpdateSharePoliciesNotFound with default headers values
func (*UpdateSharePoliciesNotFound) Code ¶
func (o *UpdateSharePoliciesNotFound) Code() int
Code gets the status code for the update share policies not found response
func (*UpdateSharePoliciesNotFound) Error ¶
func (o *UpdateSharePoliciesNotFound) Error() string
func (*UpdateSharePoliciesNotFound) GetPayload ¶
func (o *UpdateSharePoliciesNotFound) GetPayload() *models.RestError
func (*UpdateSharePoliciesNotFound) IsClientError ¶
func (o *UpdateSharePoliciesNotFound) IsClientError() bool
IsClientError returns true when this update share policies not found response has a 4xx status code
func (*UpdateSharePoliciesNotFound) IsCode ¶
func (o *UpdateSharePoliciesNotFound) IsCode(code int) bool
IsCode returns true when this update share policies not found response a status code equal to that given
func (*UpdateSharePoliciesNotFound) IsRedirect ¶
func (o *UpdateSharePoliciesNotFound) IsRedirect() bool
IsRedirect returns true when this update share policies not found response has a 3xx status code
func (*UpdateSharePoliciesNotFound) IsServerError ¶
func (o *UpdateSharePoliciesNotFound) IsServerError() bool
IsServerError returns true when this update share policies not found response has a 5xx status code
func (*UpdateSharePoliciesNotFound) IsSuccess ¶
func (o *UpdateSharePoliciesNotFound) IsSuccess() bool
IsSuccess returns true when this update share policies not found response has a 2xx status code
func (*UpdateSharePoliciesNotFound) String ¶
func (o *UpdateSharePoliciesNotFound) String() string
type UpdateSharePoliciesOK ¶
type UpdateSharePoliciesOK struct {
}UpdateSharePoliciesOK describes a response with status code 200, with default header values.
A successful response.
func NewUpdateSharePoliciesOK ¶
func NewUpdateSharePoliciesOK() *UpdateSharePoliciesOK
NewUpdateSharePoliciesOK creates a UpdateSharePoliciesOK with default headers values
func (*UpdateSharePoliciesOK) Code ¶
func (o *UpdateSharePoliciesOK) Code() int
Code gets the status code for the update share policies o k response
func (*UpdateSharePoliciesOK) Error ¶
func (o *UpdateSharePoliciesOK) Error() string
func (*UpdateSharePoliciesOK) GetPayload ¶
func (o *UpdateSharePoliciesOK) GetPayload() *models.RestUpdateSharePoliciesResponse
func (*UpdateSharePoliciesOK) IsClientError ¶
func (o *UpdateSharePoliciesOK) IsClientError() bool
IsClientError returns true when this update share policies o k response has a 4xx status code
func (*UpdateSharePoliciesOK) IsCode ¶
func (o *UpdateSharePoliciesOK) IsCode(code int) bool
IsCode returns true when this update share policies o k response a status code equal to that given
func (*UpdateSharePoliciesOK) IsRedirect ¶
func (o *UpdateSharePoliciesOK) IsRedirect() bool
IsRedirect returns true when this update share policies o k response has a 3xx status code
func (*UpdateSharePoliciesOK) IsServerError ¶
func (o *UpdateSharePoliciesOK) IsServerError() bool
IsServerError returns true when this update share policies o k response has a 5xx status code
func (*UpdateSharePoliciesOK) IsSuccess ¶
func (o *UpdateSharePoliciesOK) IsSuccess() bool
IsSuccess returns true when this update share policies o k response has a 2xx status code
func (*UpdateSharePoliciesOK) String ¶
func (o *UpdateSharePoliciesOK) String() string
type UpdateSharePoliciesParams ¶
type UpdateSharePoliciesParams struct { models.RestUpdateSharePoliciesRequest // contains filtered or unexported fields }Body *
UpdateSharePoliciesParams contains all the parameters to send to the API endpoint
for the update share policies operation. Typically these are written to a http.Request.
func NewUpdateSharePoliciesParams ¶
func NewUpdateSharePoliciesParams() *UpdateSharePoliciesParams
NewUpdateSharePoliciesParams creates a new UpdateSharePoliciesParams 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 NewUpdateSharePoliciesParamsWithContext ¶
func NewUpdateSharePoliciesParamsWithContext(ctx context.Context) *UpdateSharePoliciesParams
NewUpdateSharePoliciesParamsWithContext creates a new UpdateSharePoliciesParams object with the ability to set a context for a request.
func NewUpdateSharePoliciesParamsWithHTTPClient ¶
func NewUpdateSharePoliciesParamsWithHTTPClient(client *http.Client) *UpdateSharePoliciesParams
NewUpdateSharePoliciesParamsWithHTTPClient creates a new UpdateSharePoliciesParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateSharePoliciesParamsWithTimeout ¶
func NewUpdateSharePoliciesParamsWithTimeout(timeout time.Duration) *UpdateSharePoliciesParams
NewUpdateSharePoliciesParamsWithTimeout creates a new UpdateSharePoliciesParams object with the ability to set a timeout on a request.
func (*UpdateSharePoliciesParams) SetBody ¶
func (o *UpdateSharePoliciesParams) SetBody(body *models.RestUpdateSharePoliciesRequest)
SetBody adds the body to the update share policies params
func (*UpdateSharePoliciesParams) SetContext ¶
func (o *UpdateSharePoliciesParams) SetContext(ctx context.Context)
SetContext adds the context to the update share policies params
func (*UpdateSharePoliciesParams) SetDefaults ¶
func (o *UpdateSharePoliciesParams) SetDefaults()
SetDefaults hydrates default values in the update share policies params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateSharePoliciesParams) SetHTTPClient ¶
func (o *UpdateSharePoliciesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update share policies params
func (*UpdateSharePoliciesParams) SetTimeout ¶
func (o *UpdateSharePoliciesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update share policies params
func (*UpdateSharePoliciesParams) WithBody ¶
func (o *UpdateSharePoliciesParams) WithBody(body *models.RestUpdateSharePoliciesRequest) *UpdateSharePoliciesParams
WithBody adds the body to the update share policies params
func (*UpdateSharePoliciesParams) WithContext ¶
func (o *UpdateSharePoliciesParams) WithContext(ctx context.Context) *UpdateSharePoliciesParams
WithContext adds the context to the update share policies params
func (*UpdateSharePoliciesParams) WithDefaults ¶
func (o *UpdateSharePoliciesParams) WithDefaults() *UpdateSharePoliciesParams
WithDefaults hydrates default values in the update share policies params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateSharePoliciesParams) WithHTTPClient ¶
func (o *UpdateSharePoliciesParams) WithHTTPClient(client *http.Client) *UpdateSharePoliciesParams
WithHTTPClient adds the HTTPClient to the update share policies params
func (*UpdateSharePoliciesParams) WithTimeout ¶
func (o *UpdateSharePoliciesParams) WithTimeout(timeout time.Duration) *UpdateSharePoliciesParams
WithTimeout adds the timeout to the update share policies params
func (*UpdateSharePoliciesParams) WriteToRequest ¶
func (o *UpdateSharePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateSharePoliciesReader ¶
type UpdateSharePoliciesReader struct {
// contains filtered or unexported fields
}
UpdateSharePoliciesReader is a Reader for the UpdateSharePolicies structure.
func (*UpdateSharePoliciesReader) ReadResponse ¶
func (o *UpdateSharePoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateSharePoliciesUnauthorized ¶
type UpdateSharePoliciesUnauthorized struct { }
UpdateSharePoliciesUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewUpdateSharePoliciesUnauthorized ¶
func NewUpdateSharePoliciesUnauthorized() *UpdateSharePoliciesUnauthorized
NewUpdateSharePoliciesUnauthorized creates a UpdateSharePoliciesUnauthorized with default headers values
func (*UpdateSharePoliciesUnauthorized) Code ¶
func (o *UpdateSharePoliciesUnauthorized) Code() int
Code gets the status code for the update share policies unauthorized response
func (*UpdateSharePoliciesUnauthorized) Error ¶
func (o *UpdateSharePoliciesUnauthorized) Error() string
func (*UpdateSharePoliciesUnauthorized) IsClientError ¶
func (o *UpdateSharePoliciesUnauthorized) IsClientError() bool
IsClientError returns true when this update share policies unauthorized response has a 4xx status code
func (*UpdateSharePoliciesUnauthorized) IsCode ¶
func (o *UpdateSharePoliciesUnauthorized) IsCode(code int) bool
IsCode returns true when this update share policies unauthorized response a status code equal to that given
func (*UpdateSharePoliciesUnauthorized) IsRedirect ¶
func (o *UpdateSharePoliciesUnauthorized) IsRedirect() bool
IsRedirect returns true when this update share policies unauthorized response has a 3xx status code
func (*UpdateSharePoliciesUnauthorized) IsServerError ¶
func (o *UpdateSharePoliciesUnauthorized) IsServerError() bool
IsServerError returns true when this update share policies unauthorized response has a 5xx status code
func (*UpdateSharePoliciesUnauthorized) IsSuccess ¶
func (o *UpdateSharePoliciesUnauthorized) IsSuccess() bool
IsSuccess returns true when this update share policies unauthorized response has a 2xx status code
func (*UpdateSharePoliciesUnauthorized) String ¶
func (o *UpdateSharePoliciesUnauthorized) String() string
Source Files ¶
- delete_cell_parameters.go
- delete_cell_responses.go
- delete_share_link_parameters.go
- delete_share_link_responses.go
- get_cell_parameters.go
- get_cell_responses.go
- get_share_link_parameters.go
- get_share_link_responses.go
- list_shared_resources_parameters.go
- list_shared_resources_responses.go
- put_cell_parameters.go
- put_cell_responses.go
- put_share_link_parameters.go
- put_share_link_responses.go
- share_service_client.go
- update_share_policies_parameters.go
- update_share_policies_responses.go