Package org.alfresco.rest.model
Class RestNodeBodyModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestNodeBodyModel
- All Implemented Interfaces:
IModelAssertion<RestNodeBodyModel>,IRestModel<RestNodeBodyModel>,org.alfresco.utility.model.Model
public class RestNodeBodyModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<RestNodeBodyModel>
Generated from 'Alfresco Core REST API' swagger file
Base Path {@linkplain /alfresco/api/-default-/public/alfresco/versions/1}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()onModel()voidsetAspectNames(List<String> aspectNames) voidsetAssociation(Object association) voidvoidsetNodeType(String nodeType) voidsetProperties(Object properties) voidsetRelativePath(String relativePath) voidsetSecondaryChildren(List<String> secondaryChildren) voidsetTargets(List<String> targets) 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
-
RestNodeBodyModel
public RestNodeBodyModel()
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestNodeBodyModel>
-
getName
-
setName
-
getNodeType
-
setNodeType
-
getProperties
-
setProperties
-
getRelativePath
-
setRelativePath
-
getAssociation
-
setAssociation
-
getAspectNames
-
setAspectNames
-
getSecondaryChildren
-
setSecondaryChildren
-
getTargets
-
setTargets
-