Package org.alfresco.rest.model
Class RestRuleBodyModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestRuleBodyModel
- All Implemented Interfaces:
IModelAssertion<RestRuleBodyModel>,IRestModel<RestRuleBodyModel>,org.alfresco.utility.model.Model
public class RestRuleBodyModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<RestRuleBodyModel>
Generated by 'Kristian.Dimitrov@hyland.com' on '2022-07-13 15:53' from 'Alfresco Content Services REST API' swagger file Generated from 'Alfresco Content Services REST API' swagger file Base Path {@linkplain /alfresco/api/-default-/public/alfresco/versions/1}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetName()onModel()voidsetActions(List<RestActionBodyExecTemplateModel> actions) voidsetAsynchronous(boolean asynchronous) voidsetCascade(boolean cascade) voidsetConditions(RestCompositeConditionDefinitionModel conditions) voidsetDescription(String description) voidsetEnabled(boolean enabled) voidsetErrorScript(String errorScript) voidvoidsetTriggers(List<String> triggers) Methods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.rest.core.assertion.IModelAssertion
and, assertThat
-
Constructor Details
-
RestRuleBodyModel
public RestRuleBodyModel()
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestRuleBodyModel>
-
getName
-
setName
-
getDescription
-
setDescription
-
getEnabled
public boolean getEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getCascade
public boolean getCascade() -
setCascade
public void setCascade(boolean cascade) -
getAsynchronous
public boolean getAsynchronous() -
setAsynchronous
public void setAsynchronous(boolean asynchronous) -
getErrorScript
-
setErrorScript
-
getTriggers
-
setTriggers
-
getConditions
-
setConditions
-
getActions
-
setActions
-