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, toString
-
Field Details
-
count
-
-
Constructor Details
-
RestTagModel
public RestTagModel()
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestTagModel>
-
assertResponseIsNotEmpty
-
and
DSL for assertion on this rest model- Specified by:
andin interfaceIModelAssertion<RestTagModel>- Returns:
-
assertThat
DSL for assertion on this rest model- Specified by:
assertThatin interfaceIModelAssertion<RestTagModel>- Returns:
-
getCount
-
setCount
-