Uses of Class
com.spotify.github.v3.checks.ImmutableCheckSuite
-
Packages that use ImmutableCheckSuite Package Description com.spotify.github.v3.checks -
-
Uses of ImmutableCheckSuite in com.spotify.github.v3.checks
Methods in com.spotify.github.v3.checks that return ImmutableCheckSuite Modifier and Type Method Description ImmutableCheckSuite
ImmutableCheckSuite.Builder. build()
Builds a newImmutableCheckSuite
.static ImmutableCheckSuite
ImmutableCheckSuite. copyOf(CheckSuite instance)
Creates an immutable copy of aCheckSuite
value.ImmutableCheckSuite
ImmutableCheckSuite. withId(Integer value)
Copy the current immutable object by setting a value for theid
attribute.
-