Class RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>

    • Method Detail

      • self

        @Nonnull
        protected abstract BuilderT self()
      • errorTrace

        @Nonnull
        public BuilderT errorTrace​(@Nullable
                                   java.lang.Boolean value)
        Whether to include the stack trace of returned errors.

        API name: error_trace

      • human

        @Nonnull
        public BuilderT human​(@Nullable
                              java.lang.Boolean value)
        Whether to return human readable values for statistics.

        API name: human