Uses of Class
io.resys.hdes.client.spi.ImmutableGitFileReload
| Package | Description |
|---|---|
| io.resys.hdes.client.spi |
-
Uses of ImmutableGitFileReload in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return ImmutableGitFileReload Modifier and Type Method Description ImmutableGitFileReloadImmutableGitFileReload.Builder. build()Builds a newImmutableGitFileReload.static ImmutableGitFileReloadImmutableGitFileReload. copyOf(GitConfig.GitFileReload instance)Creates an immutable copy of aGitConfig.GitFileReloadvalue.ImmutableGitFileReloadImmutableGitFileReload. withBodyType(AstBody.AstBodyType value)Copy the current immutable object by setting a value for thebodyTypeattribute.ImmutableGitFileReloadImmutableGitFileReload. withFile(GitConfig.GitFile value)Copy the current immutable object by setting a present value for the optionalfileattribute.ImmutableGitFileReloadImmutableGitFileReload. withFile(Optional<? extends GitConfig.GitFile> optional)Copy the current immutable object by setting an optional value for thefileattribute.ImmutableGitFileReloadImmutableGitFileReload. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableGitFileReloadImmutableGitFileReload. withTreeValue(String value)Copy the current immutable object by setting a value for thetreeValueattribute.