Class Registration
-
- All Implemented Interfaces:
@Serializable() public final class RegistrationRegistration data
-
-
Constructor Summary
Constructors Constructor Description Registration(String name, AnimationType type, String cron)
-
Method Summary
-
-
Constructor Detail
-
Registration
Registration(String name, AnimationType type, String cron)
- Parameters:
name- Name of the animation (if name is already present on remote, it will be replaced)type- What type of animation?cron- Cron on when to run, required (and only parsed) when type is TIMED.
-
-
-
-