Package 

Class Registration

  • All Implemented Interfaces:

    @Serializable() 
    public final class Registration
    
                        

    Registration data

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final AnimationType getType()
      final String getCron()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.