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

def create(items: Seq[FunctionScheduleCreate]): F[Seq[R]]
Inherited from:
Create
def createFromRead(items: Seq[FunctionSchedule]): F[Seq[R]]
Inherited from:
Create
Inherited from:
Create
Inherited from:
CreateOne
def deleteByExternalId(externalId: String): F[Unit]
Inherited from:
DeleteByExternalIds
def deleteById(id: Long): F[Unit]
Inherited from:
DeleteByIds

Concrete fields

override val baseUrl: Uri