static ImmutableTag.Builder |
ImmutableTag.builder() |
|
ImmutableTag.Builder |
ImmutableTag.Builder.from(ShaLink instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.git.ShaLink instance.
|
ImmutableTag.Builder |
ImmutableTag.Builder.from(Tag instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.git.Tag instance.
|
ImmutableTag.Builder |
ImmutableTag.Builder.message(String message) |
Initializes the value for the message attribute.
|
ImmutableTag.Builder |
ImmutableTag.Builder.object(ReferenceObject object) |
Initializes the value for the object attribute.
|
ImmutableTag.Builder |
ImmutableTag.Builder.sha(String sha) |
Initializes the value for the sha attribute.
|
ImmutableTag.Builder |
ImmutableTag.Builder.tag(String tag) |
Initializes the value for the tag attribute.
|
ImmutableTag.Builder |
ImmutableTag.Builder.tagger(Author tagger) |
Initializes the value for the tagger attribute.
|
ImmutableTag.Builder |
ImmutableTag.Builder.url(URI url) |
Initializes the value for the url attribute.
|