Package org.alfresco.rest.model
Class RestRuleSetModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestRuleSetModel
- All Implemented Interfaces:
IModelAssertion<RestRuleSetModel>,IRestModel<RestRuleSetModel>,org.alfresco.utility.model.Model
public class RestRuleSetModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<RestRuleSetModel>
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()inthashCode()onModel()voidvoidsetInclusionType(String inclusionType) voidsetInheritedBy(List<String> inheritedBy) voidsetIsInherited(Boolean isInherited) voidsetIsLinkedTo(Boolean isLinkedTo) voidsetLinkedToBy(List<String> linkedToBy) voidsetOwningFolder(String owningFolder) voidsetRuleIds(List<String> ruleIds) 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
-
RestRuleSetModel
public RestRuleSetModel()
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestRuleSetModel>
-
getId
-
setId
-
getOwningFolder
-
setOwningFolder
-
getInclusionType
-
setInclusionType
-
getInheritedBy
-
setInheritedBy
-
getLinkedToBy
-
setLinkedToBy
-
getIsInherited
-
setIsInherited
-
getIsLinkedTo
-
setIsLinkedTo
-
getRuleIds
-
setRuleIds
-
toString
- Overrides:
toStringin classorg.alfresco.utility.model.TestModel
-
equals
-
hashCode
public int hashCode()
-