public final class GetMe extends java.lang.Object implements TelegramMethod<User>
| Modifier and Type | Field and Description |
|---|---|
static GetMe |
INSTANCE |
static java.lang.String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name of the method.
|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Return the parameters of the method.
|
java.lang.Class<? extends User> |
getReturnType()
Returns the return type of the method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilespublic static final java.lang.String NAME
public static final GetMe INSTANCE
public java.lang.String getName()
TelegramMethodgetName in interface TelegramMethod<User>public java.util.Map<java.lang.String,java.lang.Object> getParameters()
TelegramMethodgetParameters in interface TelegramMethod<User>public java.lang.Class<? extends User> getReturnType()
TelegramMethodgetReturnType in interface TelegramMethod<User>