case class Calendar(Id: String, created: String, name: String, source: String, numEvents: Int, numEventTypes: Int, calendarStartDate: String, calendarEndDate: String, projectId: Seq[String], role: String, multiseriesIdColumns: Seq[String]) extends Product with Serializable
- Id
– I know i know. Capitalized field, ugh. Did this the return from api request has this capitalized
- created
ISO-8601 string with the time that this calendar was created
- name
the name of this calendar. This will be source if no name was specified
- source
the filename of the uploaded calendar
- numEvents
- number of dates marked as having events in the calendard.
- numEventTypes
the number of distinct eventTypes in this calendar
- calendarStartDate
ISO-8601 date string of the earliest event seen in this cal- endar
- projectId
projectIds of projects currently using this calendar
- role
the role the requesting user has on this calendar
- multiseriesIdColumns
array of multiseries ID column names in calendar file. Currently only one multiseries ID column is supported.
- Alphabetic
- By Inheritance
- Calendar
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Calendar(Id: String, created: String, name: String, source: String, numEvents: Int, numEventTypes: Int, calendarStartDate: String, calendarEndDate: String, projectId: Seq[String], role: String, multiseriesIdColumns: Seq[String])
- Id
– I know i know. Capitalized field, ugh. Did this the return from api request has this capitalized
- created
ISO-8601 string with the time that this calendar was created
- name
the name of this calendar. This will be source if no name was specified
- source
the filename of the uploaded calendar
- numEvents
- number of dates marked as having events in the calendard.
- numEventTypes
the number of distinct eventTypes in this calendar
- calendarStartDate
ISO-8601 date string of the earliest event seen in this cal- endar
- projectId
projectIds of projects currently using this calendar
- role
the role the requesting user has on this calendar
- multiseriesIdColumns
array of multiseries ID column names in calendar file. Currently only one multiseries ID column is supported.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Id: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val calendarEndDate: String
- val calendarStartDate: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val created: String
- def delete()(implicit client: DataRobotClient): HttpResponse[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getAccessControl()(implicit client: DataRobotClient): Nothing
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val multiseriesIdColumns: Seq[String]
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val numEventTypes: Int
- val numEvents: Int
- val path: String
- val projectId: Seq[String]
- val role: String
- def setAccessControl()(implicit client: DataRobotClient): Nothing
- def setName(name: String)(implicit client: DataRobotClient): Calendar
- val source: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Calendar → AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated