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 class
ImmutableBody
Immutable implementation ofBody
.Methods in com.spotify.github.v3.issues.changes that return Body Modifier and Type Method Description Body
Changes. body()
The previous version of the body if the action was "edited".Body
ImmutableChanges. 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.Builder
ImmutableChanges.Builder. body(Body body)
Initializes the value for thebody
attribute.static ImmutableBody
ImmutableBody. copyOf(Body instance)
Creates an immutable copy of aBody
value.ImmutableChanges
ImmutableChanges. withBody(Body value)
Copy the current immutable object by setting a value for thebody
attribute.
-