public interface SubmitStructureResponse
Modifier and Type | Method and Description |
---|---|
ErrorList |
getErrorList()
Returns the list of errors, returns null if there were no errors for this response (if it was a success)
|
StructureReferenceBean |
getStructureReference()
Returns the structure that this response is for - this may be null if there were errors in the submission
|
boolean |
isError()
Returns true if getErrorList() returns a not null ErrorList, and the returned ErrorList is of type error (not warning)
|
StructureReferenceBean getStructureReference()
boolean isError()
ErrorList getErrorList()