ImmutableFolderContent |
ImmutableFolderContent.Builder.build() |
|
static ImmutableFolderContent |
ImmutableFolderContent.copyOf(FolderContent instance) |
|
ImmutableFolderContent |
ImmutableFolderContent.withDownloadUrl(URI value) |
Copy the current immutable object by setting a value for the downloadUrl attribute.
|
ImmutableFolderContent |
ImmutableFolderContent.withGitUrl(URI value) |
Copy the current immutable object by setting a value for the gitUrl attribute.
|
ImmutableFolderContent |
ImmutableFolderContent.withHtmlUrl(URI value) |
Copy the current immutable object by setting a value for the htmlUrl attribute.
|
ImmutableFolderContent |
ImmutableFolderContent.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableFolderContent |
ImmutableFolderContent.withPath(String value) |
Copy the current immutable object by setting a value for the path attribute.
|
ImmutableFolderContent |
ImmutableFolderContent.withSha(String value) |
Copy the current immutable object by setting a value for the sha attribute.
|
ImmutableFolderContent |
ImmutableFolderContent.withSize(Integer value) |
Copy the current immutable object by setting a value for the size attribute.
|
ImmutableFolderContent |
ImmutableFolderContent.withType(String value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableFolderContent |
ImmutableFolderContent.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|