Package org.alfresco.rest.model
Class RestCustomTypeModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestCustomTypeModel
- All Implemented Interfaces:
IModelAssertion<RestCustomTypeModel>,IRestModel<RestCustomTypeModel>,org.alfresco.utility.model.Model
public class RestCustomTypeModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<RestCustomTypeModel>
- Author:
- Bogdan Bocancea
-
Constructor Summary
ConstructorsConstructorDescriptionRestCustomTypeModel(String name, String parentName) RestCustomTypeModel(String name, String parentName, String title) -
Method Summary
Modifier and TypeMethodDescriptiongetName()List<org.alfresco.utility.model.CustomAspectPropertiesModel>getTitle()onModel()voidsetDescription(String description) voidvoidsetParentName(String parentName) voidsetProperties(List<org.alfresco.utility.model.CustomAspectPropertiesModel> properties) voidMethods 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
-
RestCustomTypeModel
public RestCustomTypeModel() -
RestCustomTypeModel
-
RestCustomTypeModel
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestCustomTypeModel>
-
getName
-
setName
-
getParentName
-
setParentName
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getProperties
-
setProperties
-