Class NodeWriteFileAction
java.lang.Object
co.yellowdog.platform.model.NodeWriteFileAction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new NodeWriteFileAction that is automatically validated on build. -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeWriteFileAction.Builder
builder()
protected boolean
boolean
getPath()
int
hashCode()
void
setContent
(String content) void
setNodeIdFilter
(NodeIdFilter nodeIdFilter) void
setNodeTypes
(List<@NotBlank String> nodeTypes) void
toString()
-
Method Details
-
builder
-
toBuilder
- Specified by:
toBuilder
in interfaceNodeAction
-
getPath
-
getContent
-
getNodeIdFilter
- Specified by:
getNodeIdFilter
in interfaceNodeAction
-
getNodeTypes
- Specified by:
getNodeTypes
in interfaceNodeAction
-
setPath
-
setContent
-
setNodeIdFilter
-
setNodeTypes
-
equals
-
canEqual
-
hashCode
-
toString
-