Class PauseAutoFollowPatternRequest

  • All Implemented Interfaces:
    Validatable

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

      • PauseAutoFollowPatternRequest

        public PauseAutoFollowPatternRequest​(String name)
        Pause auto follow pattern with the specified name
        Parameters:
        name - The name of the auto follow pattern to pause
    • Method Detail

      • getName

        public String getName()