setToken method

User setToken(
  1. String token
)

Implementation

User setToken(String token) {
  this.token = token;
  return this;
}