FileVersion.Builder |
FileVersion.Builder.blobId(String blobId) |
The blob ID of the object that represents the content of the file in this version.
|
static FileVersion.Builder |
FileVersion.builder() |
|
default FileVersion.Builder |
FileVersion.Builder.commit(Consumer<Commit.Builder> commit) |
Sets the value of the Commit property for this object.
|
FileVersion.Builder |
FileVersion.Builder.commit(Commit commit) |
Sets the value of the Commit property for this object.
|
FileVersion.Builder |
FileVersion.Builder.path(String path) |
The name and path of the file at which this blob is indexed which contains the data for this version of the
file.
|
FileVersion.Builder |
FileVersion.Builder.revisionChildren(String... revisionChildren) |
An array of commit IDs that contain more recent versions of this file.
|
FileVersion.Builder |
FileVersion.Builder.revisionChildren(Collection<String> revisionChildren) |
An array of commit IDs that contain more recent versions of this file.
|
FileVersion.Builder |
FileVersion.toBuilder() |
|