Package org.alfresco.rest.model
Class RestTagModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.utility.model.TagModel
org.alfresco.rest.model.RestTagModel
- All Implemented Interfaces:
IModelAssertion<RestTagModel>,IRestModel<RestTagModel>,org.alfresco.utility.model.Model
public class RestTagModel
extends org.alfresco.utility.model.TagModel
implements IRestModel<RestTagModel>
Handles single Tag Entry JSON response
"entry":
{
"tag":"addedtag-c7444-1474370805346"
"id":"f45c4d06-f4df-42d7-a118-29121557d284"
}
- Author:
- Corina Nechifor
-
Field Summary
FieldsFields inherited from class org.alfresco.utility.model.TagModel
id, tag -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.utility.model.TagModel
getId, getTag, setId, setTagMethods 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
-
Field Details
-
count
-
-
Constructor Details
-
RestTagModel
public RestTagModel()
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestTagModel>
-
assertResponseIsNotEmpty
-
getCount
-
setCount
-