Package org.alfresco.rest.model
Class RestCategoryModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestCategoryModel
- All Implemented Interfaces:
IModelAssertion<RestCategoryModel>,IRestModel<RestCategoryModel>,org.alfresco.utility.model.Model
public class RestCategoryModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<RestCategoryModel>
Generated by 'mpichura' on '2022-12-01 13:41' from 'Alfresco Content Services REST API' swagger file
Generated from 'Alfresco Content Services REST API' swagger file
Base Path {@linkplain /alfresco/api/-default-/public/alfresco/versions/1}
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RestCategoryModel.Builderbuilder()booleanlonggetCount()booleangetId()getName()getPath()inthashCode()onModel()voidsetCount(long count) voidsetHasChildren(boolean hasChildren) voidvoidvoidsetParentId(String parentId) voidtoString()Methods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJsonMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.rest.core.assertion.IModelAssertion
and, assertThat
-
Constructor Details
-
RestCategoryModel
public RestCategoryModel()
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestCategoryModel>
-
getId
-
setId
-
getName
-
setName
-
getParentId
-
setParentId
-
getHasChildren
public boolean getHasChildren() -
setHasChildren
public void setHasChildren(boolean hasChildren) -
getCount
public long getCount() -
setCount
public void setCount(long count) -
getPath
-
setPath
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classorg.alfresco.utility.model.TestModel
-
builder
-