Interface WorldCount.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WorldCount.Builder,WorldCount>, SdkBuilder<WorldCount.Builder,WorldCount>, SdkPojo
Enclosing class:
WorldCount

public static interface WorldCount.Builder extends SdkPojo, CopyableBuilder<WorldCount.Builder,WorldCount>
  • Method Details

    • floorplanCount

      WorldCount.Builder floorplanCount(Integer floorplanCount)

      The number of unique floorplans.

      Parameters:
      floorplanCount - The number of unique floorplans.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • interiorCountPerFloorplan

      WorldCount.Builder interiorCountPerFloorplan(Integer interiorCountPerFloorplan)

      The number of unique interiors per floorplan.

      Parameters:
      interiorCountPerFloorplan - The number of unique interiors per floorplan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.