Class ClassroomDefaults
java.lang.Object
ch.tocco.nice2.optional.classroom.spi.createclassroom.ClassroomDefaults
Deprecated.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Deprecated.Each intent describes an operation that generates a default value.static class
Deprecated.ClassroomDefaults supplier that maps each value generating action to anClassroomDefaults.Intent
in order to filter desired values when using theClassroomDefaults.Supplier.get(Intent...)
method. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.withAbbreviation
(@Nullable String abbreviation) Deprecated.withAdministrator
(@Nullable List<String> administrator) Deprecated.withLecturers
(List<String> lecturers) Deprecated.withRegistrations
(List<String> registrations) Deprecated.
-
Constructor Details
-
ClassroomDefaults
public ClassroomDefaults()Deprecated.
-
-
Method Details
-
getAbbreviation
Deprecated. -
withAbbreviation
Deprecated. -
getAdministrator
Deprecated. -
withAdministrator
Deprecated. -
getLecturers
Deprecated. -
withLecturers
Deprecated. -
getRegistrations
Deprecated. -
withRegistrations
Deprecated.
-