| Package | Description |
|---|---|
| me.timothy.bots.summon |
| Modifier and Type | Method and Description |
|---|---|
SummonResponse.ResponseType |
SummonResponse.getResponseType() |
static SummonResponse.ResponseType |
SummonResponse.ResponseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SummonResponse.ResponseType[] |
SummonResponse.ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SummonResponse(SummonResponse.ResponseType responseType,
java.lang.String responseMessage)
Creates a new response with no link flair
|
SummonResponse(SummonResponse.ResponseType responseType,
java.lang.String responseMessage,
java.lang.String linkFlairTemplateId)
Creates a new response
|
SummonResponse(SummonResponse.ResponseType responseType,
java.lang.String responseMessage,
java.lang.String linkFlairTemplateId,
java.util.List<PMResponse> pmResponses)
Creates a new response
|
SummonResponse(SummonResponse.ResponseType responseType,
java.lang.String responseMessage,
java.lang.String linkFlairTemplateId,
java.util.List<PMResponse> pmResponses,
java.lang.String reportMessage) |