Interface Settings
public interface Settings
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@NotNull Settings.Builderbuilder()@NotNull Stringjson()static @NotNull Settingsof(@NotNull String tagId, @NotNull String json, @NotNull LocalDateTime updatedAt) @NotNull StringtagId()@NotNull LocalDateTime@NotNull Settingswith(@NotNull Consumer<Settings.Builder> consumer)
-
Method Details
-
tagId
-
json
-
updatedAt
-
builder
-
with
-
of
@NotNull static @NotNull Settings of(@NotNull @NotNull String tagId, @NotNull @NotNull String json, @NotNull @NotNull LocalDateTime updatedAt)
-