Class WithPathOptions


  • @Deprecated(since="2024-02-12")
    public class WithPathOptions
    extends java.lang.Object
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean forcedPath
      Deprecated.
       
      java.lang.String path
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      WithPathOptions​(java.lang.String path, boolean forcedPath)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • path

        public final java.lang.String path
        Deprecated.
      • forcedPath

        public final boolean forcedPath
        Deprecated.
    • Constructor Detail

      • WithPathOptions

        public WithPathOptions​(java.lang.String path,
                               boolean forcedPath)
        Deprecated.