For example, we could expose a method:
set(String value1, String value2, String others...) to create a ListValue of String Values instead of having to write:
entityBuilder.set("property", StringValue.of("val1"), StringValue.of("val2"), ...)
Reactions are currently unavailable
For example, we could expose a method:
set(String value1, String value2, String others...) to create a ListValue of String Values instead of having to write:
entityBuilder.set("property", StringValue.of("val1"), StringValue.of("val2"), ...)