All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graylog2.rest.models.users.responses.AutoValue_TokenList Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
package org.graylog2.rest.models.users.responses;

import com.fasterxml.jackson.annotation.JsonIgnore;
import java.util.List;

final class AutoValue_TokenList extends $AutoValue_TokenList {
  AutoValue_TokenList(List tokens) {
    super(tokens);
  }

  @JsonIgnore
  public final List getTokens() {
    return tokens();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy