Class SpeedyCreateRequestBuilder<T>
java.lang.Object
com.github.silent.samurai.speedy.api.client.builder.SpeedyCreateRequestBuilder<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SpeedyCreateRequestBuilder
-
-
Method Details
-
addField
Add a field with its value to the entity. Supports nested field paths using dot notation (e.g., "profile.name").- Parameters:
field- the field name or pathvalue- the field value- Returns:
- this builder instance
-
execute
Build and execute the creation request using the configured SpeedyApi.- Returns:
- the response from the API
- Throws:
Exception
-