Hierarchy (view full)

Constructors

Properties

configuration: Configuration = ...

Methods

  • Delete clob Delete clobs with clobId

    Parameters

    Returns Promise<void>

  • Delete clob Delete clobs with clobId

    Parameters

    Returns Promise<ApiResponse<void>>

  • Get clobs

    Parameters

    Returns Promise<Clobs>

  • Get clobs

    Parameters

    Returns Promise<ApiResponse<Clobs>>

  • Get a single clob. If the accept header is set to text/plain, the raw value is returned as the response body. Responses to text/plain requests are streamed and support the Range header. When the accept header is set to application/json;version=2 the clob will be returned as a serialized Clob object with fields for office-id, id, description and value. For more information about accept header usage, <a href="legacy-format/">see this page. Get clobs with clobId

    Parameters

    Returns Promise<Clob>

  • Get a single clob. If the accept header is set to text/plain, the raw value is returned as the response body. Responses to text/plain requests are streamed and support the Range header. When the accept header is set to application/json;version=2 the clob will be returned as a serialized Clob object with fields for office-id, id, description and value. For more information about accept header usage, <a href="legacy-format/">see this page. Get clobs with clobId

    Parameters

    Returns Promise<ApiResponse<Clob>>

  • Update clob Patch clobs with clobId

    Parameters

    Returns Promise<void>

  • Update clob Patch clobs with clobId

    Parameters

    Returns Promise<ApiResponse<void>>

  • Create new Clob Post clobs

    Parameters

    Returns Promise<void>

  • Create new Clob Post clobs

    Parameters

    Returns Promise<ApiResponse<void>>

  • Parameters

    • context: RequestOpts
    • Optional initOverrides: RequestInit

    Returns Promise<Response>

  • Type Parameters

    Parameters

    • this: T
    • Rest ...postMiddlewares: ((context) => Promise<void | Response>)[]

    Returns T

  • Type Parameters

    Parameters

    • this: T
    • Rest ...preMiddlewares: ((context) => Promise<void | FetchParams>)[]

    Returns T