public class Group extends Reference
group asset type in IGC, displayed as 'Group' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
emailAddress |
protected String |
groupName |
protected String |
location |
protected String |
organization |
protected String |
principalId |
protected String |
type |
protected String |
webAddress |
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Retrieve the
email_address property (displayed as 'Email Address') of the object. |
String |
getGroupName()
Retrieve the
group_name property (displayed as 'Group Name') of the object. |
String |
getLocation()
Retrieve the
location property (displayed as 'Location') of the object. |
String |
getOrganization()
Retrieve the
organization property (displayed as 'Organization') of the object. |
String |
getPrincipalId()
Retrieve the
principal_id property (displayed as 'Principal ID') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
String |
getWebAddress()
Retrieve the
web_address property (displayed as 'Web Address') of the object. |
void |
setEmailAddress(String emailAddress)
Set the
email_address property (displayed as Email Address) of the object. |
void |
setGroupName(String groupName)
Set the
group_name property (displayed as Group Name) of the object. |
void |
setLocation(String location)
Set the
location property (displayed as Location) of the object. |
void |
setOrganization(String organization)
Set the
organization property (displayed as Organization) of the object. |
void |
setPrincipalId(String principalId)
Set the
principal_id property (displayed as Principal ID) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) of the object. |
void |
setWebAddress(String webAddress)
Set the
web_address property (displayed as Web Address) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String emailAddress
protected String groupName
protected String location
protected String organization
protected String principalId
protected String type
protected String webAddress
public String getEmailAddress()
email_address property (displayed as 'Email Address') of the object.Stringpublic void setEmailAddress(String emailAddress)
email_address property (displayed as Email Address) of the object.emailAddress - the value to setpublic String getGroupName()
group_name property (displayed as 'Group Name') of the object.Stringpublic void setGroupName(String groupName)
group_name property (displayed as Group Name) of the object.groupName - the value to setpublic String getLocation()
location property (displayed as 'Location') of the object.Stringpublic void setLocation(String location)
location property (displayed as Location) of the object.location - the value to setpublic String getOrganization()
organization property (displayed as 'Organization') of the object.Stringpublic void setOrganization(String organization)
organization property (displayed as Organization) of the object.organization - the value to setpublic String getPrincipalId()
principal_id property (displayed as 'Principal ID') of the object.Stringpublic void setPrincipalId(String principalId)
principal_id property (displayed as Principal ID) of the object.principalId - the value to setpublic String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setpublic String getWebAddress()
web_address property (displayed as 'Web Address') of the object.Stringpublic void setWebAddress(String webAddress)
web_address property (displayed as Web Address) of the object.webAddress - the value to setCopyright © 2018–2021 ODPi. All rights reserved.