public static class FileAuthorMetadata.Builder extends Object
FileAuthorMetadata builder.| Constructor and Description |
|---|
Builder()
Instantiates a new Builder object.
|
| Modifier and Type | Method and Description |
|---|---|
FileAuthorMetadata |
build()
Returns the object that was created and configured along with the builder.
|
FileAuthorMetadata.Builder |
setAuthor(String value)
Sets the author of a document.
|
FileAuthorMetadata.Builder |
setCompany(String value)
Sets name of a company whose document is.
|
FileAuthorMetadata.Builder |
setLastSaveBy(String value)
Sets name of a person who saved the document for the last time.
|
public final FileAuthorMetadata build()
public FileAuthorMetadata.Builder setAuthor(String value)
Sets the author of a document.
value - The authorpublic FileAuthorMetadata.Builder setCompany(String value)
Sets name of a company whose document is.
value - The name of a companypublic FileAuthorMetadata.Builder setLastSaveBy(String value)
Sets name of a person who saved the document for the last time.
value - The name of a personCopyright © 2024. All rights reserved.