Interface TinyMailLazy

  • All Implemented Interfaces:

    
    public interface TinyMailLazy
    
                        
    Since:

    2024-07-12

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class TinyMailLazy.Edit
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String lazyBean() get the registered name of bean, for safe reason
      String lazyPara(@Nullable() Object para)
      abstract TinyMailLazy.Edit lazyEdit(@Nullable() String para) use lazyPara to edit the lazy mail if get nonnull item.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail