Class ForZone.Builder

  • Enclosing class:
    ForZone

    public static class ForZone.Builder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ForZone build()  
      ForZone.Builder name​(@NonNull java.lang.String name)
      name represents the name of the zone.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • name

        public ForZone.Builder name​(@NonNull
                                    @NonNull java.lang.String name)
        name represents the name of the zone.
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object