ImmutableContent |
ImmutableContent.Builder.build() |
|
static ImmutableContent |
ImmutableContent.copyOf(Content instance) |
Creates an immutable copy of a Content value.
|
ImmutableContent |
ImmutableContent.withContent(String value) |
Copy the current immutable object by setting a value for the content attribute.
|
ImmutableContent |
ImmutableContent.withDownloadUrl(URI value) |
Copy the current immutable object by setting a value for the downloadUrl attribute.
|
ImmutableContent |
ImmutableContent.withEncoding(String value) |
Copy the current immutable object by setting a value for the encoding attribute.
|
ImmutableContent |
ImmutableContent.withGitUrl(URI value) |
Copy the current immutable object by setting a value for the gitUrl attribute.
|
ImmutableContent |
ImmutableContent.withHtmlUrl(URI value) |
Copy the current immutable object by setting a value for the htmlUrl attribute.
|
ImmutableContent |
ImmutableContent.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableContent |
ImmutableContent.withPath(String value) |
Copy the current immutable object by setting a value for the path attribute.
|
ImmutableContent |
ImmutableContent.withSha(String value) |
Copy the current immutable object by setting a value for the sha attribute.
|
ImmutableContent |
ImmutableContent.withSize(Integer value) |
Copy the current immutable object by setting a value for the size attribute.
|
ImmutableContent |
ImmutableContent.withType(String value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableContent |
ImmutableContent.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|