ExClubhouse

v0.5.1

  • Pages
  • Modules

    ExClubhouse v0.5.1 ExClubhouse.Ops.EntityTemplate View Source

    Entity template operations

    Link to this section Summary

    Functions

    create(epic_input)
    delete(entity_template_public_id)
    disable()
    enable()
    get(entity_template_public_id)
    list()
    update(entity_template_public_id, epic_input)

    Link to this section Functions

    Link to this function

    create(epic_input)

    View Source
    create(ExClubhouse.Model.Input.EntityTemplate.t()) :: ExClubhouse.Operation.t()
    Link to this function

    delete(entity_template_public_id)

    View Source
    delete(binary()) :: ExClubhouse.Operation.t()
    Link to this function

    disable()

    View Source
    disable() :: ExClubhouse.Operation.t()
    Link to this function

    enable()

    View Source
    enable() :: ExClubhouse.Operation.t()
    Link to this function

    get(entity_template_public_id)

    View Source
    get(binary()) :: ExClubhouse.Operation.t()
    Link to this function

    list()

    View Source
    list() :: ExClubhouse.Operation.t()
    Link to this function

    update(entity_template_public_id, epic_input)

    View Source
    update(binary(), ExClubhouse.Model.Input.EntityTemplate.t()) ::
      ExClubhouse.Operation.t()

    Built using ExDoc (v0.21.3), designed by Friedel Ziegelmayer.