com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class TaskRegeneratingType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.email.TaskRegeneratingType


  • public final class TaskRegeneratingType
    extends com.aspose.ms.System.Enum

    Enumerates the types of regenerating pattern.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.EnumMap, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Daily
      Indicates the daily regenerating pattern.
      static int Monthly
      Indicates the monthly regenerating pattern.
      static int Weekly
      Indicates the weekly regenerating pattern.
      static int Yearly
      Indicates the yearly regenerating pattern.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • Daily

        public static final int Daily

        Indicates the daily regenerating pattern.

        See Also:
        Constant Field Values
      • Weekly

        public static final int Weekly

        Indicates the weekly regenerating pattern.

        See Also:
        Constant Field Values
      • Monthly

        public static final int Monthly

        Indicates the monthly regenerating pattern.

        See Also:
        Constant Field Values
      • Yearly

        public static final int Yearly

        Indicates the yearly regenerating pattern.

        See Also:
        Constant Field Values