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}
  • Constructor Details

    • RestCategoryModel

      public RestCategoryModel()
  • Method Details

    • onModel

      public RestCategoryModel onModel()
      Specified by:
      onModel in interface IRestModel<RestCategoryModel>
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getParentId

      public String getParentId()
    • setParentId

      public void setParentId(String parentId)
    • getHasChildren

      public boolean getHasChildren()
    • setHasChildren

      public void setHasChildren(boolean hasChildren)
    • getCount

      public long getCount()
    • setCount

      public void setCount(long count)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class org.alfresco.utility.model.TestModel
    • builder

      public static RestCategoryModel.Builder builder()