io.github.robertograham.fortnite2.domain.Account Maven / Gradle / Ivy
The newest version!
package io.github.robertograham.fortnite2.domain;
/**
* Representation of an Epic Games account
*
* @since 1.0.0
*/
public interface Account {
/**
* @return ID of this Epic Games account
* @since 1.0.0
*/
String accountId();
/**
* @return username of this Epic Games account
* @since 1.0.0
*/
String displayName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy