public static class FileAuthorMetadata.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new Builder.
|
Modifier and Type | Method and Description |
---|---|
FileAuthorMetadata |
build()
Build file author metadata.
|
FileAuthorMetadata.Builder |
setAuthor(String value)
Sets author.
|
FileAuthorMetadata.Builder |
setCompany(String value)
Sets company.
|
FileAuthorMetadata.Builder |
setLastSaveBy(String value)
Sets last save by.
|
public final FileAuthorMetadata build()
public FileAuthorMetadata.Builder setAuthor(String value)
value
- the valuepublic FileAuthorMetadata.Builder setCompany(String value)
value
- the valuepublic FileAuthorMetadata.Builder setLastSaveBy(String value)
value
- the value