Uses of Class
com.spotify.github.v3.checks.ImmutableAccessToken
-
Packages that use ImmutableAccessToken Package Description com.spotify.github.v3.checks -
-
Uses of ImmutableAccessToken in com.spotify.github.v3.checks
Methods in com.spotify.github.v3.checks that return ImmutableAccessToken Modifier and Type Method Description ImmutableAccessTokenImmutableAccessToken.Builder. build()Builds a newImmutableAccessToken.static ImmutableAccessTokenImmutableAccessToken. copyOf(AccessToken instance)Creates an immutable copy of aAccessTokenvalue.ImmutableAccessTokenImmutableAccessToken. withExpiresAt(ZonedDateTime value)Copy the current immutable object by setting a value for theexpiresAtattribute.ImmutableAccessTokenImmutableAccessToken. withToken(String value)Copy the current immutable object by setting a value for thetokenattribute.
-