Uses of Class
com.spotify.github.v3.issues.changes.ImmutableBody
-
Packages that use ImmutableBody Package Description com.spotify.github.v3.issues.changes -
-
Uses of ImmutableBody in com.spotify.github.v3.issues.changes
Methods in com.spotify.github.v3.issues.changes that return ImmutableBody Modifier and Type Method Description ImmutableBody
ImmutableBody.Builder. build()
Builds a newImmutableBody
.static ImmutableBody
ImmutableBody. copyOf(Body instance)
Creates an immutable copy of aBody
value.ImmutableBody
ImmutableBody. withFrom(String value)
Copy the current immutable object by setting a value for thefrom
attribute.
-