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 ImmutableAccessToken
ImmutableAccessToken.Builder. build()
Builds a newImmutableAccessToken
.static ImmutableAccessToken
ImmutableAccessToken. copyOf(AccessToken instance)
Creates an immutable copy of aAccessToken
value.ImmutableAccessToken
ImmutableAccessToken. withExpiresAt(ZonedDateTime value)
Copy the current immutable object by setting a value for theexpiresAt
attribute.ImmutableAccessToken
ImmutableAccessToken. withToken(String value)
Copy the current immutable object by setting a value for thetoken
attribute.
-