Class GetAutoFollowPatternRequest

  • All Implemented Interfaces:
    Validatable

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

    • 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

      • GetAutoFollowPatternRequest

        public GetAutoFollowPatternRequest()
        Get all auto follow patterns
      • GetAutoFollowPatternRequest

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

      • getName

        public java.lang.String getName()