models
Collection
case class
Collection
(
id:
UUID
=
UUID.generate()
,
name:
String
=
"N/A"
,
author:
MiniUser
,
description:
String
=
"N/A"
,
created:
Date
,
datasetCount:
Integer
,
thumbnail_id:
Option
[
String
] =
scala.None
,
previews:
List
[
Preview
] =
immutable.this.List.empty[Nothing]
,
spaces:
List
[
UUID
] =
immutable.this.List.empty[Nothing]
,
lastModifiedDate:
Date
=
new java.util.Date()
,
followers:
List
[
UUID
] =
immutable.this.List.empty[Nothing]
,
parent_collection_ids:
List
[
UUID
] =
immutable.this.List.empty[Nothing]
,
child_collection_ids:
List
[
UUID
] =
immutable.this.List.empty[Nothing]
,
root_spaces:
List
[
UUID
] =
immutable.this.List.empty[Nothing]
,
metadataCount:
Long
=
0
,
trash:
Boolean
=
false
,
dateMovedToTrash:
Option
[
Date
] =
scala.None
,
childCollectionsCount:
Integer
=
scala.this.Predef.int2Integer(0)
,
stats:
Statistics
=
...
,
jsonldMetadata:
List
[
Metadata
] =
immutable.this.List.empty[Nothing]
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Collection
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Collection
(
id:
UUID
=
UUID.generate()
,
name:
String
=
"N/A"
,
author:
MiniUser
,
description:
String
=
"N/A"
,
created:
Date
,
datasetCount:
Integer
,
thumbnail_id:
Option
[
String
] =
scala.None
,
previews:
List
[
Preview
] =
immutable.this.List.empty[Nothing]
,
spaces:
List
[
UUID
] =
immutable.this.List.empty[Nothing]
,
lastModifiedDate:
Date
=
new java.util.Date()
,
followers:
List
[
UUID
] =
immutable.this.List.empty[Nothing]
,
parent_collection_ids:
List
[
UUID
] =
immutable.this.List.empty[Nothing]
,
child_collection_ids:
List
[
UUID
] =
immutable.this.List.empty[Nothing]
,
root_spaces:
List
[
UUID
] =
immutable.this.List.empty[Nothing]
,
metadataCount:
Long
=
0
,
trash:
Boolean
=
false
,
dateMovedToTrash:
Option
[
Date
] =
scala.None
,
childCollectionsCount:
Integer
=
scala.this.Predef.int2Integer(0)
,
stats:
Statistics
=
...
,
jsonldMetadata:
List
[
Metadata
] =
immutable.this.List.empty[Nothing]
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
author
:
MiniUser
val
childCollectionsCount
:
Integer
val
child_collection_ids
:
List
[
UUID
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
created
:
Date
val
datasetCount
:
Integer
val
dateMovedToTrash
:
Option
[
Date
]
val
description
:
String
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
val
followers
:
List
[
UUID
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
id
:
UUID
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
lastModifiedDate
:
Date
val
metadataCount
:
Long
val
name
:
String
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
parent_collection_ids
:
List
[
UUID
]
val
previews
:
List
[
Preview
]
val
root_spaces
:
List
[
UUID
]
val
spaces
:
List
[
UUID
]
val
stats
:
Statistics
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
thumbnail_id
:
Option
[
String
]
val
trash
:
Boolean
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Deprecated Value Members
val
jsonldMetadata
:
List
[
Metadata
]
Annotations
@deprecated
Deprecated
(Since version since the use of jsonld)
use Metadata
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped