Class RestGroupsModel

java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestGroupsModel
All Implemented Interfaces:
IModelAssertion<RestGroupsModel>, IRestModel<RestGroupsModel>, org.alfresco.utility.model.Model

public class RestGroupsModel extends org.alfresco.utility.model.TestModel implements IRestModel<RestGroupsModel>
  • Constructor Details

    • RestGroupsModel

      public RestGroupsModel()
  • Method Details

    • onModel

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

      public String getId()
    • setId

      public void setId(String id)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getHasSubgroups

      public Boolean getHasSubgroups()
    • setHasSubgroups

      public void setHasSubgroups(Boolean hasSubgroups)
    • getIsRoot

      public Boolean getIsRoot()
    • setIsRoot

      public void setIsRoot(Boolean isRoot)
    • getParentIds

      public List<String> getParentIds()
    • setParentIds

      public void setParentIds(List<String> parentIds)
    • getZones

      public List<String> getZones()
    • setZones

      public void setZones(List<String> zones)