Package org.alfresco.rest.model
Class RestPersonFavoritesModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestPersonFavoritesModel
- All Implemented Interfaces:
IModelAssertion<RestPersonFavoritesModel>,IRestModel<RestPersonFavoritesModel>,org.alfresco.utility.model.Model
public class RestPersonFavoritesModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<RestPersonFavoritesModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononModel()voidsetAllowableOperations(List<String> allowableOperations) voidsetAspectNames(List<String> aspectNames) voidsetCreatedAt(String createdAt) voidsetTarget(RestTargetModel target) voidsetTargetGuid(String targetGuid) 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
-
RestPersonFavoritesModel
public RestPersonFavoritesModel() -
RestPersonFavoritesModel
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestPersonFavoritesModel>
-
getTargetGuid
-
setTargetGuid
-
getTarget
-
setTarget
-
getCreatedAt
-
setCreatedAt
-
getAspectNames
-
setAspectNames
-
getAllowableOperations
-
setAllowableOperations
-