Package org.alfresco.rest.model
Class RestRuleModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestRuleModel
- All Implemented Interfaces:
IModelAssertion<RestRuleModel>,IRestModel<RestRuleModel>,org.alfresco.utility.model.Model
public class RestRuleModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<RestRuleModel>
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 TypeMethodDescriptionbooleangetId()booleanbooleanbooleangetName()inthashCode()onModel()voidsetActions(List<RestActionBodyExecTemplateModel> actions) voidsetConditions(RestCompositeConditionDefinitionModel conditions) voidsetDescription(String description) voidsetErrorScript(String errorScript) voidvoidsetIsAsynchronous(boolean isAsynchronous) voidsetIsEnabled(boolean isEnabled) voidsetIsInheritable(boolean isInheritable) voidsetIsShared(Boolean shared) voidvoidsetTriggers(List<String> triggers) toString()Methods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJsonMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.rest.core.assertion.IModelAssertion
and, assertThat
-
Constructor Details
-
RestRuleModel
public RestRuleModel()
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestRuleModel>
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
getIsEnabled
public boolean getIsEnabled() -
setIsEnabled
public void setIsEnabled(boolean isEnabled) -
getIsInheritable
public boolean getIsInheritable() -
setIsInheritable
public void setIsInheritable(boolean isInheritable) -
getIsAsynchronous
public boolean getIsAsynchronous() -
setIsAsynchronous
public void setIsAsynchronous(boolean isAsynchronous) -
getErrorScript
-
setErrorScript
-
getTriggers
-
setTriggers
-
getConditions
-
setConditions
-
getActions
-
setActions
-
toString
- Overrides:
toStringin classorg.alfresco.utility.model.TestModel
-
equals
-
hashCode
public int hashCode()
-