Package org.alfresco.rest.model
Class RestCustomModel
- java.lang.Object
-
- org.alfresco.utility.model.TestModel
-
- org.alfresco.utility.model.CustomContentModel
-
- org.alfresco.rest.model.RestCustomModel
-
- All Implemented Interfaces:
IModelAssertion<RestCustomModel>,IRestModel<RestCustomModel>,org.alfresco.utility.model.Model
public class RestCustomModel extends org.alfresco.utility.model.CustomContentModel implements IRestModel<RestCustomModel>
- Author:
- Bogdan Bocancea
-
-
Constructor Summary
Constructors Constructor Description RestCustomModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelAssertion<RestCustomModel>and()ModelAssertion<RestCustomModel>assertThat()RestCustomModelonModel()-
Methods inherited from class org.alfresco.utility.model.CustomContentModel
getAuthor, getName, getNamespacePrefix, getNamespaceUri, getStatus, setAuthor, setName, setNamespacePrefix, setNamespaceUri, setStatus
-
-
-
-
Method Detail
-
and
public ModelAssertion<RestCustomModel> and()
- Specified by:
andin interfaceIModelAssertion<RestCustomModel>
-
assertThat
public ModelAssertion<RestCustomModel> assertThat()
- Specified by:
assertThatin interfaceIModelAssertion<RestCustomModel>
-
onModel
public RestCustomModel onModel()
- Specified by:
onModelin interfaceIRestModel<RestCustomModel>
-
-