public class GroupContainer extends IdentifiedContainer implements Group
Constructor and Description |
---|
GroupContainer() |
Modifier and Type | Method and Description |
---|---|
Domain |
domain() |
void |
domain(Domain newDomain) |
String |
domainEntryId() |
void |
domainEntryId(String newDomainEntryId) |
boolean |
domainEntryIdPresent() |
boolean |
domainPresent() |
String |
namespace() |
void |
namespace(String newNamespace) |
boolean |
namespacePresent() |
List<Permission> |
permissions() |
void |
permissions(List<Permission> newPermissions) |
boolean |
permissionsPresent() |
List<Role> |
roles() |
void |
roles(List<Role> newRoles) |
boolean |
rolesPresent() |
List<Tag> |
tags() |
void |
tags(List<Tag> newTags) |
boolean |
tagsPresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public String domainEntryId()
domainEntryId
in interface Group
public void domainEntryId(String newDomainEntryId)
public boolean domainEntryIdPresent()
domainEntryIdPresent
in interface Group
public void namespace(String newNamespace)
public boolean namespacePresent()
namespacePresent
in interface Group
public void domain(Domain newDomain)
public boolean domainPresent()
domainPresent
in interface Group
public List<Permission> permissions()
permissions
in interface Group
public void permissions(List<Permission> newPermissions)
public boolean permissionsPresent()
permissionsPresent
in interface Group
public boolean rolesPresent()
rolesPresent
in interface Group
public boolean tagsPresent()
tagsPresent
in interface Group
Copyright © 2016. All rights reserved.