Class ResumeAutoFollowPatternRequest

  • All Implemented Interfaces:
    Validatable

    public final class ResumeAutoFollowPatternRequest
    extends java.lang.Object
    implements Validatable
    Request class for resume auto follow pattern api.
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      ResumeAutoFollowPatternRequest​(java.lang.String name)
      Resume auto follow pattern with the specified name
    • Method Summary

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

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

      • ResumeAutoFollowPatternRequest

        public ResumeAutoFollowPatternRequest​(java.lang.String name)
        Resume auto follow pattern with the specified name
        Parameters:
        name - The name of the auto follow pattern to resume
    • Method Detail

      • getName

        public java.lang.String getName()