Package ai.extend.types
Interface Block.ObjectStage
-
- All Known Implementing Classes:
Block.Builder
- Enclosing class:
- Block
public static interface Block.ObjectStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Block.Builderfrom(Block other)Block.IdStageobject(java.lang.String object)The type of object.
-
-
-
Method Detail
-
object
Block.IdStage object(@NotNull java.lang.String object)
The type of object. In this case, it will always be
"block".
-
from
Block.Builder from(Block other)
-
-