Interface Note.TypeStage
-
- All Known Implementing Classes:
Note.Builder
- Enclosing class:
- Note
public static interface Note.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Note.Builderfrom(Note other)Note.IdStagetype(java.lang.String type)String representing the object's type.
-
-
-
Method Detail
-
type
Note.IdStage type(@NotNull java.lang.String type)
String representing the object's type. Always has the value
note.
-
from
Note.Builder from(Note other)
-
-