Interface MineSkinResponse<T>
- All Known Subinterfaces:
GenerateResponse,JobResponse,QueueResponse,SkinResponse
- All Known Implementing Classes:
AbstractMineSkinResponse,GenerateResponseImpl,JobResponseImpl,QueueResponseImpl,SkinResponseImpl
public interface MineSkinResponse<T>
-
Method Summary
-
Method Details
-
isSuccess
boolean isSuccess() -
getStatus
int getStatus() -
getMessages
List<CodeAndMessage> getMessages() -
getFirstMessage
Optional<CodeAndMessage> getFirstMessage() -
getErrors
List<CodeAndMessage> getErrors() -
hasErrors
boolean hasErrors() -
getFirstError
Optional<CodeAndMessage> getFirstError() -
getErrorOrMessage
Optional<CodeAndMessage> getErrorOrMessage() -
getWarnings
List<CodeAndMessage> getWarnings() -
getFirstWarning
Optional<CodeAndMessage> getFirstWarning() -
getServer
String getServer() -
getBreadcrumb
String getBreadcrumb() -
getBody
T getBody()
-