Uses of Interface
com.spotify.github.v3.git.Author
-
Packages that use Author Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.git com.spotify.github.v3.repos -
-
Uses of Author in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return Author Modifier and Type Method Description AuthorImmutablePushEvent. pusher()PusherAuthorPushEvent. pusher()PusherMethods in com.spotify.github.v3.activity.events with parameters of type Author Modifier and Type Method Description ImmutablePushEvent.BuilderImmutablePushEvent.Builder. pusher(Author pusher)Initializes the value for thepusherattribute.ImmutablePushEventImmutablePushEvent. withPusher(Author value)Copy the current immutable object by setting a value for thepusherattribute. -
Uses of Author in com.spotify.github.v3.git
Classes in com.spotify.github.v3.git that implement Author Modifier and Type Class Description classImmutableAuthorImmutable implementation ofAuthor.Methods in com.spotify.github.v3.git that return Author Modifier and Type Method Description AuthorCommit. author()Author commit user.AuthorImmutableCommit. author()Author commit user.AuthorCommit. committer()Committer commit user.AuthorImmutableCommit. committer()Committer commit user.AuthorImmutableTag. tagger()An object with information about the individual creating the tag.AuthorTag. tagger()An object with information about the individual creating the tag.Methods in com.spotify.github.v3.git with parameters of type Author Modifier and Type Method Description ImmutableCommit.BuilderImmutableCommit.Builder. author(Author author)Initializes the value for theauthorattribute.ImmutableCommit.BuilderImmutableCommit.Builder. committer(Author committer)Initializes the value for thecommitterattribute.static ImmutableAuthorImmutableAuthor. copyOf(Author instance)Creates an immutable copy of aAuthorvalue.ImmutableAuthor.BuilderImmutableAuthor.Builder. from(Author instance)Fill a builder with attribute values from the providedAuthorinstance.ImmutableTag.BuilderImmutableTag.Builder. tagger(Author tagger)Initializes the value for thetaggerattribute.ImmutableCommitImmutableCommit. withAuthor(Author value)Copy the current immutable object by setting a value for theauthorattribute.ImmutableCommitImmutableCommit. withCommitter(Author value)Copy the current immutable object by setting a value for thecommitterattribute.ImmutableTagImmutableTag. withTagger(Author value)Copy the current immutable object by setting a value for thetaggerattribute. -
Uses of Author in com.spotify.github.v3.repos
Methods in com.spotify.github.v3.repos that return Author Modifier and Type Method Description AuthorImmutablePushCommit. author()Commit author.AuthorPushCommit. author()Commit author.AuthorImmutablePushCommit. committer()Commit committer.AuthorPushCommit. committer()Commit committer.AuthorImmutablePushRepository. owner()OwnerAuthorPushRepository. owner()OwnerMethods in com.spotify.github.v3.repos with parameters of type Author Modifier and Type Method Description ImmutablePushCommit.BuilderImmutablePushCommit.Builder. author(Author author)Initializes the value for theauthorattribute.ImmutablePushCommit.BuilderImmutablePushCommit.Builder. committer(Author committer)Initializes the value for thecommitterattribute.ImmutablePushRepository.BuilderImmutablePushRepository.Builder. owner(Author owner)Initializes the value for theownerattribute.ImmutablePushCommitImmutablePushCommit. withAuthor(Author value)Copy the current immutable object by setting a value for theauthorattribute.ImmutablePushCommitImmutablePushCommit. withCommitter(Author value)Copy the current immutable object by setting a value for thecommitterattribute.ImmutablePushRepositoryImmutablePushRepository. withOwner(Author value)Copy the current immutable object by setting a value for theownerattribute.
-