static ImmutableBlob.Builder |
ImmutableBlob.builder() |
|
ImmutableBlob.Builder |
ImmutableBlob.Builder.content(String content) |
Initializes the value for the content attribute.
|
ImmutableBlob.Builder |
ImmutableBlob.Builder.encoding(String encoding) |
Initializes the value for the encoding attribute.
|
ImmutableBlob.Builder |
ImmutableBlob.Builder.from(Blob instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.git.Blob instance.
|
ImmutableBlob.Builder |
ImmutableBlob.Builder.from(ShaLink instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.git.ShaLink instance.
|
ImmutableBlob.Builder |
ImmutableBlob.Builder.sha(String sha) |
Initializes the value for the sha attribute.
|
ImmutableBlob.Builder |
ImmutableBlob.Builder.size(Integer size) |
Initializes the value for the size attribute.
|
ImmutableBlob.Builder |
ImmutableBlob.Builder.url(URI url) |
Initializes the value for the url attribute.
|