Uses of Class
io.thestencil.persistence.api.ImmutableCreateRelease
-
-
Uses of ImmutableCreateRelease in io.thestencil.persistence.api
Methods in io.thestencil.persistence.api that return ImmutableCreateRelease Modifier and Type Method Description ImmutableCreateReleaseImmutableCreateRelease.Builder. build()Builds a newImmutableCreateRelease.static ImmutableCreateReleaseImmutableCreateRelease. copyOf(CreateBuilder.CreateRelease instance)Creates an immutable copy of aCreateBuilder.CreateReleasevalue.ImmutableCreateReleaseImmutableCreateRelease. withName(String value)Copy the current immutable object by setting a value for thenameattribute.ImmutableCreateReleaseImmutableCreateRelease. withNote(String value)Copy the current immutable object by setting a value for thenoteattribute.
-