Class Http.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • currentOpen

        public final Http.Builder currentOpen​(int value)
        Required - API name: current_open
      • totalOpened

        public final Http.Builder totalOpened​(long value)
        Required - API name: total_opened
      • build

        public Http build()
        Builds a Http.
        Specified by:
        build in interface ObjectBuilder<Http>
        Throws:
        java.lang.NullPointerException - if some of the required fields are null.