FunctionSchedules

class FunctionSchedules[F[_]](val requestSession: RequestSession[F]) extends WithRequestSession[F] with Create[FunctionSchedule, FunctionScheduleCreate, F] with DeleteByIds[F, Long] with DeleteByExternalIds[F]
Companion
object
trait DeleteByIds[F, Long]
trait BaseUrl
class Object
trait Matchable
class Any

Value members

Concrete methods

Definition Classes
override def deleteByExternalIds(externalIds: Seq[String]): F[Unit]
Definition Classes
override def deleteByIds(ids: Seq[Long]): F[Unit]
Definition Classes

Inherited methods

Inherited from
Create
Inherited from
Create
def deleteByExternalId(externalId: String): F[Unit]
Inherited from
DeleteByExternalIds
def deleteById(id: Long): F[Unit]
Inherited from
DeleteByIds

Concrete fields

override val baseUrl: Uri