Package org.projectnessie.services.cel
Interface CELUtil.OperationForCel
-
- All Superinterfaces:
CELUtil.KeyedEntityForCel
- Enclosing class:
- CELUtil
public static interface CELUtil.OperationForCel extends CELUtil.KeyedEntityForCel
'Mirrored' interface wrapping aOperationfor CEL to have convenience fields for CEL and to avoid missing fields due to@JsonIgnore.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CELUtil.ContentForCelgetContent()java.lang.StringgetType()-
Methods inherited from interface org.projectnessie.services.cel.CELUtil.KeyedEntityForCel
getEncodedKey, getKey, getKeyElements, getName, getNamespace, getNamespaceElements
-
-
-
-
Method Detail
-
getType
java.lang.String getType()
-
getContent
CELUtil.ContentForCel getContent()
-
-