Uses of Interface
com.spotify.github.v3.issues.changes.Body
-
Packages that use Body Package Description com.spotify.github.v3.issues.changes -
-
Uses of Body in com.spotify.github.v3.issues.changes
Classes in com.spotify.github.v3.issues.changes that implement Body Modifier and Type Class Description classImmutableBodyImmutable implementation ofBody.Methods in com.spotify.github.v3.issues.changes that return Body Modifier and Type Method Description BodyChanges. body()The previous version of the body if the action was "edited".BodyImmutableChanges. body()The previous version of the body if the action was "edited".Methods in com.spotify.github.v3.issues.changes with parameters of type Body Modifier and Type Method Description ImmutableChanges.BuilderImmutableChanges.Builder. body(Body body)Initializes the value for thebodyattribute.static ImmutableBodyImmutableBody. copyOf(Body instance)Creates an immutable copy of aBodyvalue.ImmutableChangesImmutableChanges. withBody(Body value)Copy the current immutable object by setting a value for thebodyattribute.
-