ExClubhouse v0.6.0 ExClubhouse.Ops.EntityTemplate View Source
Entity template operations
Link to this section Summary
Link to this section Functions
Link to this function
create(epic_input)
View Sourcecreate(ExClubhouse.Model.Input.EntityTemplate.t()) :: ExClubhouse.Operation.t()
Link to this function
delete(entity_template_public_id)
View Sourcedelete(binary()) :: ExClubhouse.Operation.t()
Link to this function
get(entity_template_public_id)
View Sourceget(binary()) :: ExClubhouse.Operation.t()
Link to this function
update(entity_template_public_id, epic_input)
View Sourceupdate(binary(), ExClubhouse.Model.Input.EntityTemplate.t()) :: ExClubhouse.Operation.t()