Uses of Enum Class
de.murmelmeister.murmelapi.maintenance.MaintenanceType
Packages that use MaintenanceType
-
Uses of MaintenanceType in de.murmelmeister.murmelapi.maintenance
Methods in de.murmelmeister.murmelapi.maintenance that return MaintenanceTypeModifier and TypeMethodDescription@NotNull MaintenanceTypeMaintenance.status()static MaintenanceTypeReturns the enum constant of this class with the specified name.static MaintenanceType[]MaintenanceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.murmelmeister.murmelapi.maintenance with parameters of type MaintenanceTypeModifier and TypeMethodDescription@NotNull Optional<Maintenance> MaintenanceProvider.create(@Nullable String title, @Nullable String reason, @NotNull MaintenanceType status, @NotNull LocalDateTime startAt, @NotNull LocalDateTime endAt, int createdBy) static @NotNull MaintenanceMaintenance.of(int id, @Nullable String title, @Nullable String reason, @NotNull MaintenanceType status, @NotNull LocalDateTime startAt, @NotNull LocalDateTime endAt, @NotNull LocalDateTime createdAt, int createdBy) @NotNull Maintenance.BuilderMaintenance.Builder.status(@NotNull MaintenanceType status) @NotNull Optional<Maintenance> MaintenanceProvider.update(int id, @Nullable String title, @Nullable String reason, @NotNull MaintenanceType status, @NotNull LocalDateTime startAt, @NotNull LocalDateTime endAt, int changedBy)