Class ResumeAutoFollowPatternRequest

  • All Implemented Interfaces:
    Validatable

    public final class ResumeAutoFollowPatternRequest
    extends Object
    implements Validatable
    Request class for resume auto follow pattern api.
    • Constructor Detail

      • ResumeAutoFollowPatternRequest

        public ResumeAutoFollowPatternRequest​(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 String getName()