Interface DraftMessage
public interface DraftMessage
extends com.sap.cds.CdsData
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cds.CdsData
com.sap.cds.CdsData.Factory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface com.sap.cds.CdsData
factory -
Method Summary
Modifier and TypeMethodDescriptionstatic DraftMessagecreate()getCode()voidsetAdditionalTargets(Collection<String> additionalTargets) voidvoidsetLongtextUrl(String longtextUrl) voidsetMessage(String message) voidsetNumericSeverity(Short numericSeverity) voidvoidsetTransition(Boolean transition) Methods inherited from interface com.sap.cds.CdsData
containsPath, forRemoval, forRemoval, get, getMetadata, getPath, getPathOrDefault, isForRemoval, putMetadata, putPath, putPathIfAbsent, removePathMethods inherited from interface com.sap.cds.JSONizable
toJsonMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
CODE
- See Also:
-
MESSAGE
- See Also:
-
TARGET
- See Also:
-
ADDITIONAL_TARGETS
- See Also:
-
TRANSITION
- See Also:
-
NUMERIC_SEVERITY
- See Also:
-
LONGTEXT_URL
- See Also:
-
-
Method Details
-
getCode
String getCode() -
setCode
-
getMessage
String getMessage() -
setMessage
-
getTarget
String getTarget() -
setTarget
-
getAdditionalTargets
Collection<String> getAdditionalTargets() -
setAdditionalTargets
-
getTransition
Boolean getTransition() -
setTransition
-
getNumericSeverity
Short getNumericSeverity() -
setNumericSeverity
-
getLongtextUrl
String getLongtextUrl() -
setLongtextUrl
-
create
-