Uses of Interface
com.spotify.github.v3.issues.changes.Changes
-
Packages that use Changes Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.issues.changes -
-
Uses of Changes in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return types with arguments of type Changes Modifier and Type Method Description Optional<Changes>ImmutableIssueCommentEvent. changes()The changes to the comment if the action was "edited".Optional<Changes>IssueCommentEvent. changes()The changes to the comment if the action was "edited".Methods in com.spotify.github.v3.activity.events with parameters of type Changes Modifier and Type Method Description ImmutableIssueCommentEvent.BuilderImmutableIssueCommentEvent.Builder. changes(Changes changes)Initializes the optional valuechangesto changes.ImmutableIssueCommentEventImmutableIssueCommentEvent. withChanges(Changes value)Copy the current immutable object by setting a present value for the optionalchangesattribute.Method parameters in com.spotify.github.v3.activity.events with type arguments of type Changes Modifier and Type Method Description ImmutableIssueCommentEvent.BuilderImmutableIssueCommentEvent.Builder. changes(Optional<? extends Changes> changes)Initializes the optional valuechangesto changes.ImmutableIssueCommentEventImmutableIssueCommentEvent. withChanges(Optional<? extends Changes> optional)Copy the current immutable object by setting an optional value for thechangesattribute. -
Uses of Changes in com.spotify.github.v3.issues.changes
Classes in com.spotify.github.v3.issues.changes that implement Changes Modifier and Type Class Description classImmutableChangesImmutable implementation ofChanges.Methods in com.spotify.github.v3.issues.changes with parameters of type Changes Modifier and Type Method Description static ImmutableChangesImmutableChanges. copyOf(Changes instance)Creates an immutable copy of aChangesvalue.ImmutableChanges.BuilderImmutableChanges.Builder. from(Changes instance)Fill a builder with attribute values from the providedChangesinstance.
-