Interface FeatureBuilder.FromJsonBuildable

  • Enclosing interface:
    FeatureBuilder

    public static interface FeatureBuilder.FromJsonBuildable
    This interface enables the creation of a Feature object from JSON.
    • Method Detail

      • useId

        FeatureBuilder.FeatureBuildable useId​(java.lang.String featureId)
        Sets the provided Feature ID.
        Parameters:
        featureId - the ID to use for the Feature to be created.
        Returns:
        this builder to allow method chaining.
        Throws:
        java.lang.NullPointerException - if featureId is null.
        java.lang.IllegalArgumentException - if featureId is empty.