@Generated public class Group extends Object
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDisplayName() |
Collection<ComplexValue> |
getEntitlements() |
String |
getExternalId() |
Collection<ComplexValue> |
getGroups() |
String |
getId() |
Collection<ComplexValue> |
getMembers() |
ResourceMeta |
getMeta() |
Collection<ComplexValue> |
getRoles() |
Collection<GroupSchema> |
getSchemas() |
int |
hashCode() |
Group |
setDisplayName(String displayName) |
Group |
setEntitlements(Collection<ComplexValue> entitlements) |
Group |
setExternalId(String externalId) |
Group |
setGroups(Collection<ComplexValue> groups) |
Group |
setId(String id) |
Group |
setMembers(Collection<ComplexValue> members) |
Group |
setMeta(ResourceMeta meta) |
Group |
setRoles(Collection<ComplexValue> roles) |
Group |
setSchemas(Collection<GroupSchema> schemas) |
String |
toString() |
public String getDisplayName()
public Group setEntitlements(Collection<ComplexValue> entitlements)
public Collection<ComplexValue> getEntitlements()
public String getExternalId()
public Group setGroups(Collection<ComplexValue> groups)
public Collection<ComplexValue> getGroups()
public String getId()
public Group setMembers(Collection<ComplexValue> members)
public Collection<ComplexValue> getMembers()
public Group setMeta(ResourceMeta meta)
public ResourceMeta getMeta()
public Group setRoles(Collection<ComplexValue> roles)
public Collection<ComplexValue> getRoles()
public Group setSchemas(Collection<GroupSchema> schemas)
public Collection<GroupSchema> getSchemas()
Copyright © 2024. All rights reserved.