Package com.spotify.github.v3.git
Interface Author
-
- All Known Implementing Classes:
ImmutableAuthor
@Immutable public interface AuthorAn entity with information about the individual.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<GitHubInstant>date()Date when action occurred.Optional<String>email()The email of the author.Stringname()The name of the author.Optional<String>username()The username of the author, not always set.
-