Class FileContentInfo.FileContentInfoBuilder<C extends FileContentInfo,B extends FileContentInfo.FileContentInfoBuilder<C,B>>

java.lang.Object
io.github.astrapi69.file.create.model.FileInfo.FileInfoBuilder<C,B>
io.github.astrapi69.file.create.model.FileContentInfo.FileContentInfoBuilder<C,B>
Type Parameters:
C - the type of `FileContentInfo` to build
B - the type of builder for `FileContentInfo`
Enclosing class:
FileContentInfo

public abstract static class FileContentInfo.FileContentInfoBuilder<C extends FileContentInfo,B extends FileContentInfo.FileContentInfoBuilder<C,B>> extends FileInfo.FileInfoBuilder<C,B>
The builder class for constructing `FileContentInfo` objects.