static ImmutableTag.Builder |
ImmutableTag.builder() |
|
static ImmutableTag.Builder |
Tag.builder() |
|
ImmutableTag.Builder |
ImmutableTag.Builder.from(Reference instance) |
Fill a builder with attribute values from the provided org.projectnessie.model.Reference instance.
|
ImmutableTag.Builder |
ImmutableTag.Builder.from(Tag instance) |
Fill a builder with attribute values from the provided org.projectnessie.model.Tag instance.
|
ImmutableTag.Builder |
ImmutableTag.Builder.hash(String hash) |
Initializes the value for the hash attribute.
|
ImmutableTag.Builder |
ImmutableTag.Builder.metadata(ReferenceMetadata metadata) |
Initializes the value for the metadata attribute.
|
ImmutableTag.Builder |
ImmutableTag.Builder.name(String name) |
Initializes the value for the name attribute.
|