Uses of Class
com.spotify.github.v3.git.ImmutableStatItem
-
Packages that use ImmutableStatItem Package Description com.spotify.github.v3.git -
-
Uses of ImmutableStatItem in com.spotify.github.v3.git
Methods in com.spotify.github.v3.git that return ImmutableStatItem Modifier and Type Method Description ImmutableStatItem
ImmutableStatItem.Builder. build()
Builds a newImmutableStatItem
.static ImmutableStatItem
ImmutableStatItem. copyOf(StatItem instance)
Creates an immutable copy of aStatItem
value.ImmutableStatItem
ImmutableStatItem. withAdditions(Integer value)
Copy the current immutable object by setting a value for theadditions
attribute.ImmutableStatItem
ImmutableStatItem. withDeletions(Integer value)
Copy the current immutable object by setting a value for thedeletions
attribute.ImmutableStatItem
ImmutableStatItem. withTotal(Integer value)
Copy the current immutable object by setting a value for thetotal
attribute.
-