Class RuleExecution
java.lang.Object
org.alfresco.rest.api.model.rules.RuleExecution
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RuleExecution.Builder
builder()
boolean
boolean
int
hashCode()
void
setIsEachSubFolderIncluded
(boolean eachSubFolderIncluded) toString()
-
Constructor Details
-
RuleExecution
public RuleExecution()
-
-
Method Details
-
getIsEachSubFolderIncluded
public boolean getIsEachSubFolderIncluded() -
setIsEachSubFolderIncluded
public void setIsEachSubFolderIncluded(boolean eachSubFolderIncluded) -
toString
-
equals
-
hashCode
public int hashCode() -
builder
-