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 ImmutableStatItemImmutableStatItem.Builder. build()Builds a newImmutableStatItem.static ImmutableStatItemImmutableStatItem. copyOf(StatItem instance)Creates an immutable copy of aStatItemvalue.ImmutableStatItemImmutableStatItem. withAdditions(Integer value)Copy the current immutable object by setting a value for theadditionsattribute.ImmutableStatItemImmutableStatItem. withDeletions(Integer value)Copy the current immutable object by setting a value for thedeletionsattribute.ImmutableStatItemImmutableStatItem. withTotal(Integer value)Copy the current immutable object by setting a value for thetotalattribute.
-